Age | Commit message (Collapse) | Author |
|
and compat/common/vfs_syscalls_43.c and placed a single copy of that code
into miscfs/union/union_subr.c (seemed like a good place to put it, since
it's union-fs related).
as a side effect you can build unionfs in lkm.
(netbsd pr#2950, Paul Goyette <paul@pgoyette.bdt.com>)
|
|
|
|
XCASE - canonical input/output processing
IUCLC - translate uppercase to lowercase on input
OLCUC - translate lowercase to uppercase on output
OCRNL - translate carriage return to newline on output
ONOCR - do not output carriage return at column 0
ONLRET - newline performs carriage return function
In addition the tty compatibility interface supports LCASE properly.
Look at termios(4) for a more complete description of the above flags.
|
|
|
|
|
|
Regenerated derived files from various syscalls.master files. Added $OpenBSD$.
|
|
|
|
|
|
|
|
know how it happens to work still ... probably nobody rebuilt libcompat.a.
Fron NetBSD: kern_info_*.c, seemed to be a bug fix.
|
|
|
|
|
|
this to determine system name. Failure of this call caused netscape to
print "uname() failed" on app startup. Also affected netscape mail headers
and http sysname. Code taken from FreeBSD with minor mods. Good work
guys. Let the world, or at the very least, netscape, know that you use
OpenBSD. Include COMPAT_43 in kernel config to enable functionality.
|
|
pr#1784
|
|
|
|
|
|
|