..
alpha
Added EIDRM & ENOMSG to errno translation table.
1998-04-13 17:49:51 +00:00
amd64
Fixed breakage of fork accounting in previous commit. A fork benchmark
1998-04-15 11:10:28 +00:00
compat
Make a kernel version of the timer* functions called timerval* to be
1998-04-06 08:26:08 +00:00
compile
conf
Add the new LBA mode support in the wd? config examples.
1998-04-09 22:28:57 +00:00
ddb
Ensure that the linker sets for commands exist by putting a standard
1998-02-13 02:19:29 +00:00
dev
Fixed autonegotiation. Card registers are now accessed via memory
1998-04-13 14:15:40 +00:00
fs
Add a missing LK_RETRY.
1998-04-15 11:04:53 +00:00
geom
Slightly more correct initialisation of the new buf struct for soft-updates.
1998-03-09 20:39:26 +00:00
gnu
Eradicate the variable "time" from the kernel, using various measures.
1998-03-30 09:56:58 +00:00
i386
In pre-devfs days, /dev/psm0 had always been a non-blocking
1998-04-15 17:06:52 +00:00
isa
Remove some unneeded statements that enabled interrupts.
1998-04-05 01:04:48 +00:00
isofs /cd9660
Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)
1998-03-08 09:59:44 +00:00
kern
Fix a minor mbuf leak created by the previous change.
1998-04-14 06:24:43 +00:00
libkern
Make our v_usecount vnode reference count work identically to the
1998-01-06 05:26:17 +00:00
miscfs
Moved some #includes from <sys/param.h> nearer to where they are actually
1998-03-28 10:33:27 +00:00
modules
Give this a shot at actually working as an LKM..
1998-03-27 04:05:08 +00:00
msdosfs
Add a missing LK_RETRY.
1998-04-15 11:04:53 +00:00
net
Use getmicrotime() for if_lastchange, 10msec is plenty precision.
1998-04-06 11:43:12 +00:00
netatalk
Eradicate the variable "time" from the kernel, using various measures.
1998-03-30 09:56:58 +00:00
netinet
Wrong header length used for certain reassembled IP packets.
1998-04-13 17:27:08 +00:00
netipx
Make read_random() take a (void *) argument instead of (char *)
1998-04-06 09:30:42 +00:00
netkey
Really make this compile..
1998-04-06 05:11:42 +00:00
netnatm
Staticize.
1998-02-09 06:11:36 +00:00
netns
Make INET a proper option.
1998-01-08 23:42:31 +00:00
nfs
Use random() to find our initial xid.
1998-04-06 11:41:07 +00:00
nfsclient
Use random() to find our initial xid.
1998-04-06 11:41:07 +00:00
nfsserver
Use random() to find our initial xid.
1998-04-06 11:41:07 +00:00
pc98
Fix page fault panic by probing NE200 compatible PCI card.
1998-04-14 13:51:19 +00:00
pccard
- Whoops, better have the structure created before trying to use it in
1998-04-09 14:01:13 +00:00
pci
Fixed autonegotiation. Card registers are now accessed via memory
1998-04-13 14:15:40 +00:00
posix4
The system call stubs for the sched_* system calls can't be
1998-03-28 22:44:28 +00:00
powerpc /include
rpc
scsi
Add an ioctl to retrieve the next writable address.
1998-03-31 01:56:29 +00:00
sys
Add EIDRM errno (PR 176), ENOMSG errno (myself) for prober sysv_ipc.
1998-04-13 17:45:00 +00:00
tools
Use __inline instead of inline to prevent pedantic compiler warnings.
1997-12-19 23:25:16 +00:00
ufs
Fixed bitrot in the non-softdep case of ufs_dirremove():
1998-04-15 12:27:31 +00:00
vm
Eradicate the variable "time" from the kernel, using various measures.
1998-03-30 09:56:58 +00:00
Makefile
Test for the existance of ${MACHINE}/boot before trying to build it.
1998-02-20 07:37:08 +00:00