..
altq
fix typo, from David Laight.
2003-01-06 15:20:24 +00:00
arch
Fix for port-arm/21962. Rather than fixing the #ifndef spl0, I removed
2003-06-23 09:05:22 +00:00
coda
PR/1796: John Kohl: statfs misbehaves under chrooted environments.
2003-04-16 21:44:18 +00:00
compat
PR/21936: Todd Vierling: compat/linux: ioctl 'r' misinterpreted
2003-06-20 03:54:35 +00:00
conf
Bump version to 1.6U, because of PCI attach args changes.
2003-06-15 23:11:25 +00:00
crypto
sprinkle some #ifdef __LINT__ until C9X named union member
2003-02-09 16:25:27 +00:00
ddb
Somehow overlooked in earlier commits: prototype db_kgdb_cmd().
2003-05-22 20:17:11 +00:00
dev
Make sure we pass the current state of the driver to scsipi_async_event(),
2003-06-19 20:11:14 +00:00
fs
Fix a botch in a boolean expression. Thanks to Martim Husemann for the fix
2003-06-07 12:00:07 +00:00
gdbscripts
Clean up the output a little and print the lwp pointer.
2003-04-28 01:43:48 +00:00
ipkdb
…
kern
nuke unnecessary #include <sys/dkstat.h>
2003-06-12 14:44:36 +00:00
lib
Provide a strtoul() implementation based on the one in libc instead of the
2003-06-07 02:52:33 +00:00
lkm
use "rm -f $@ ; ln -s ... $@" instead of "ln -sf ... $@"
2003-05-04 06:36:37 +00:00
miscfs
Micro-optimisation- move the "pgs == NULL" check from the previous
2003-06-17 04:17:37 +00:00
net
avoid panic in malloc() under extremely low memory situation.
2003-06-19 06:25:41 +00:00
netatalk
Make "ifconfig $interface" display phase 1 addresses also.
2003-06-02 10:33:25 +00:00
netccitt
"Utilize" has exactly the same meaning as "use," but it is more
2003-02-05 00:02:24 +00:00
netinet
install host route for p2p interface even if there's connected net route
2003-06-18 06:42:34 +00:00
netinet6
- sync up MLD declaration with RFC3542 (s/MLD6/MLD/)
2003-06-06 08:13:43 +00:00
netisdn
use strlcpy
2003-05-16 05:12:32 +00:00
netiso
Keep pkthdr when prepending new mbuf in front of a given chain.
2003-05-25 08:47:54 +00:00
netkey
tighten sanity check on ipsec policy. sync w/kame
2003-06-16 08:11:03 +00:00
netnatm
…
netns
Add extensible malloc types, adapted from FreeBSD. This turns
2003-02-01 06:23:35 +00:00
netsmb
Make it compile with DEBUG but no DIAGNOSTIC.
2003-06-02 20:43:36 +00:00
nfs
rework zero padding of rpc reply.
2003-06-09 13:10:31 +00:00
stand
Fix two typos reported by Chris Lloyd in kern/15028.
2001-12-22 00:35:45 +00:00
sys
Bump version to 1.6U, because of PCI attach args changes.
2003-06-15 23:11:25 +00:00
ufs
OS X still seems to use the old nrpos field in the superblock, and gets
2003-06-12 18:50:43 +00:00
uvm
Fix typo in panic message. From miod@openbsd.
2003-06-01 09:26:10 +00:00
Makefile
…