search for: opendev

Displaying 11 results from an estimated 11 matches for "opendev".

Did you mean: opended
2023 Nov 03
2
Delay in starting programs on FreeBSD via ssh after upgrade OpenBSD from 7.3 to 7.4
On Fri, 27 Oct 2023, Roger Marsh wrote: This is missing a lot of context, and I had to go to the misc@ archives to find out the actual command that is running slow for you. AFAIK, it's ssh -Y opendev xterm -title roger at opendev Please get a debug trace from the ssh connection, e.g. "ssh -vvv -Y ..." and annotate where the delay happens. Without this, we're not in a position to help. -d > Context is provided by the forwarded message: the most recent (final?) post on > &...
2007 Dec 15
3
Read disk with open()/read()?
Is there already a way to read directly from the disk, perhaps via INT22/19h, using the COM32 open()/read() functions? If not, I'd like to propose adding the ability to do something like: int fd = open("//", O_RDONLY); to allow reading from the raw disk. I am working on building a COM32 module out of the checkisomd5 tool from isomd5sum, but I need a way to access the raw disk in
2023 Nov 08
2
Delay in starting programs on FreeBSD via ssh after upgrade OpenBSD from 7.3 to 7.4
...try that because it > is easy to test. > > Most of my xterm ssh command combinations in fvwm configuration file > are expressed 'Exec exec xterm -title ... -e ssh <user>@<host>' and do > not have a noticable delay. > > One is expressed 'Exec exec ssh -Y opendev xterm -title > roger at opendev', which you mention, and does have a noticable delay. It > seemed far easier to find out what was going on by asking about this > command rather than the formally identical 'ssh -Y <hostname> idle3.n' > command: xterm is in OpenBSD base...
2009 Mar 05
1
[PATCH 4/5] COM32: add trivial stat() function
...tat *); + #endif /* _SYS_STAT_H */ diff --git a/com32/lib/Makefile b/com32/lib/Makefile index 0cc4061..21379b4 100644 --- a/com32/lib/Makefile +++ b/com32/lib/Makefile @@ -32,7 +32,7 @@ LIBOBJS = \ sys/entry.o sys/exit.o sys/argv.o sys/times.o \ sys/fileinfo.o sys/opendev.o sys/read.o sys/write.o sys/ftell.o \ sys/close.o sys/open.o sys/fileread.o sys/fileclose.o \ - sys/isatty.o sys/fstat.o \ + sys/isatty.o sys/fstat.o sys/stat.o \ \ sys/zfile.o sys/zfop...
2004 Nov 17
1
SYSLINUX 2.12-pre1 released: initial libcom32 release
Hi all, I have released SYSLINUX 2.12-pre1. This version has an initial version of libcom32, a small C library based on klibc for writing com32 programs in C. It is far from perfect yet, but it should be a lot easier to use than hand-coding everything. As usual, find this stuff in: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/Testing/ -hpa
2013 Jun 29
0
Syslinux 6.00 released
...l.o /tmp/syslinux/efi64/com32/lib/sys/farcall.o /tmp/syslinux/efi64/com32/lib/sys/cfarcall.o /tmp/syslinux/efi64/com32/lib/sys/zeroregs.o /tmp/syslinux/efi64/com32/lib/sys/argv.o /tmp/syslinux/efi64/com32/lib/sys/sleep.o /tmp/syslinux/efi64/com32/lib/sys/fileinfo.o /tmp/syslinux/efi64/com32/lib/sys/opendev.o /tmp/syslinux/efi64/com32/lib/sys/read.o /tmp/syslinux/efi64/com32/lib/sys/write.o /tmp/syslinux/efi64/com32/lib/sys/ftell.o /tmp/syslinux/efi64/com32/lib/sys/close.o /tmp/syslinux/efi64/com32/lib/sys/open.o /tmp/syslinux/efi64/com32/lib/sys/fileread.o /tmp/syslinux/efi64/com32/lib/sys/fileclose....
2013 Jun 29
6
Syslinux 6.00 released
On Sat, 29 Jun, at 01:57:58AM, Igor Sverkos wrote: > Hi, > > Matt Fleming wrote: > > On Tue, 25 Jun, at 01:52:00PM, Helmut Hullen wrote: > >> Thanks - now it crashes later ... > > > > What crash are you seeing? > > > >> I don't have the ia64 files which are needed for a complete binary. But > >> maybe that's only my special
2011 May 25
1
[GIT PULL] elflink ldlinux
Hi, These patches contain support for some features that are already in Syslinux 4 but weren't working properly on the elflink branch. It's another step closer to feature parity with Syslinux 4. Having to jump through the comboot API for localboot support is less than ideal and I'll eventually fix that, probably when we move a big chunk of code from asm to C. Also, there's a
2010 Dec 07
1
[ANNOUNCE] xorg-server 1.9.99.901
...| 39 +- Xi/closedev.c | 1 - Xi/exevents.c | 27 +- Xi/extinit.c | 7 +- Xi/listdev.c | 14 +- Xi/opendev.c | 1 - Xi/queryst.c | 3 +- Xi/setmode.c | 2 +- Xi/stubs.c | 90 - Xi/xichangehierarchy.c | 522 +++--...
2012 Mar 23
19
[PATCH 00/19][elflink] Improve compatibility with 4.x
From: Matt Fleming <matt.fleming at intel.com> The following patch series is available at, git://git.zytor.com/users/mfleming/syslinux.git elflink All patches are against the 'elflink' branch. This series fixes a few serious bugs and some behavioural incompatibilities with the 4.x series. Matt Fleming (19): ldlinux: Initialise 'p' before using it. ldlinux: Parse
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com> This series fixes some bugs and switches the elflink branch to be entirely ELF modules. It applies on top of, http://syslinux.zytor.com/archives/2011-April/016369.html The deletions in the diff stat below are mainly from deleting com32/elflink/modules (finally!). Now there should be no duplicate code because we don't need COM32 and