freebsd-src/sys
Peter Wemm 6ece4a516d This implements enough of the BSDI extensions to the net-2 ogetkerninfo()
syscall to allow applications linked against their libc's uname() to
work.  Netscape 1.1N being a prime example, which prints:
"uname() failed. cant tell what system we're running on".
This change is a little ugly, but that's mainly because of the "interesting"
semantics of the BSDI extension.
Since ogetkerninfo() is only enabled by COMPAT_43, Netscape will only
be affected on kernels with that option (eg: "GENERIC")
Reviewed by:	davidg
1995-07-09 02:49:30 +00:00
..
alpha First incarnation of our Linux emulator or rather compatibility code. 1995-06-25 17:32:43 +00:00
amd64 The PCI config mechanism 1 test failed for the Intel Aries. 1995-06-30 16:11:42 +00:00
compat/linux First incarnation of our Linux emulator or rather compatibility code. 1995-06-25 17:32:43 +00:00
compile Stop cvs up -P from removing empty compile directories. 1994-08-25 16:20:16 +00:00
conf Add entry for i386/scsi/93cx6.c, the file that handles serial eeprom 1995-07-04 21:00:53 +00:00
ddb Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
dev Fix error logging: 1995-07-05 14:30:07 +00:00
fs Added missing splx() in DIAGNOSTIC code. 1995-07-08 04:03:12 +00:00
gnu Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
i386 Correct a typo in a comment. 1995-07-08 22:09:11 +00:00
isa Fix error logging: 1995-07-05 14:30:07 +00:00
isofs/cd9660 Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
kern This implements enough of the BSDI extensions to the net-2 ogetkerninfo() 1995-07-09 02:49:30 +00:00
libkern Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
miscfs Added missing splx() in DIAGNOSTIC code. 1995-07-08 04:03:12 +00:00
modules First incarnation of our Linux emulator or rather compatibility code. 1995-06-25 17:32:43 +00:00
msdosfs Fixed VOP_LINK argument order botch. 1995-06-28 07:06:55 +00:00
net PR #kern/600: PPP does not pay attention to IPTOS_LOWDELAY 1995-07-08 16:34:55 +00:00
netccitt Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
netinet Added some spaces for KNF. Moved some zero-initialized pointers into the 1995-07-04 05:46:13 +00:00
netiso Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
netns Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
nfs Use a consistent blocksize for sizing bufs to avoid panicing the bio system. 1995-07-07 11:01:31 +00:00
nfsclient Use a consistent blocksize for sizing bufs to avoid panicing the bio system. 1995-07-07 11:01:31 +00:00
nfsserver 1) Converted v_vmdata to v_object. 1995-06-28 12:01:13 +00:00
pci Put back second case of CC handler in NCR script. 1995-07-07 12:30:39 +00:00
powerpc/include Don't define CLK_TCK here. 1995-02-03 21:49:18 +00:00
rpc Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
scsi Bestmatch check for cd-drive always faild due to additional space 1995-06-14 12:28:32 +00:00
sys Several constants have been missing in the SysV IPC header files that 1995-07-08 16:36:30 +00:00
tools The generated VCALL always uses the first vp which in the case of /link/ 1995-07-07 13:41:28 +00:00
ufs 1) Converted v_vmdata to v_object. 1995-06-28 12:01:13 +00:00
vm Fixed an object allocation race condition that was causing a "object 1995-07-06 11:48:48 +00:00
Makefile Added ${MACHINE}/boot to build bootblocks. 1994-08-25 13:54:28 +00:00