.. |
adosfs
|
in adosfs_read(), only do the UBC thang for "FFS" files (ie. those that
|
2001-04-12 04:12:04 +00:00 |
altq
|
Remove the use of splimp() from the NetBSD kernel. splnet()
|
2001-04-13 23:29:55 +00:00 |
arch
|
replace vm_page_t with struct vm_page *.
|
2001-05-26 21:27:02 +00:00 |
coda
|
delint newline in string
|
2001-04-30 03:30:45 +00:00 |
compat
|
Added a 'break' on the last line in a switch statement, since the ISO
|
2001-05-24 10:49:31 +00:00 |
conf
|
Add infrastructure to allow ports to override build of in6_cksum.c by
|
2001-05-26 17:46:11 +00:00 |
crypto
|
Need a memcpy() declaration.
|
2001-05-23 00:02:24 +00:00 |
ddb
|
The current API for MD support doesn't directly support the documented /u
|
2001-05-13 01:38:53 +00:00 |
dev
|
Use cdev_decl() instead of local prototyping.
|
2001-05-26 21:24:38 +00:00 |
filecorefs
|
min() -> MIN(), max() -> MAX().
|
2001-02-27 04:37:44 +00:00 |
gdbscripts
|
fix pointer arithmetic
|
2001-01-11 05:31:02 +00:00 |
ipkdb
|
…
|
|
isofs
|
Same change as in the UFS code: unlock vnode before setting v_op
|
2001-03-23 21:10:48 +00:00 |
kern
|
Removed an incorrect use of __CONCAT when formatting panic messages.
|
2001-05-24 10:33:08 +00:00 |
lib
|
When MACHINE_ARCH is m68000, compile ffs.c and random.c
|
2001-05-16 03:30:39 +00:00 |
lkm
|
remove use of gcc syntax for designated initialisers when initialising
|
2001-05-15 02:00:12 +00:00 |
miscfs
|
Since union_getpages may be called with PGO_LOCKED,
|
2001-04-26 05:25:14 +00:00 |
msdosfs
|
min() -> MIN(), max() -> MAX().
|
2001-02-27 04:37:44 +00:00 |
net
|
fix typo in comment
|
2001-05-18 08:56:27 +00:00 |
netatalk
|
Remove the use of splimp() from the NetBSD kernel. splnet()
|
2001-04-13 23:29:55 +00:00 |
netccitt
|
remove superfluous ;
|
2001-05-01 16:39:00 +00:00 |
netinet
|
call icmp6_mtudisc_update(foo, 0) even if ICMPv6 messages are very short.
|
2001-05-24 07:22:27 +00:00 |
netinet6
|
print more diag message on in6_addmulti() failures.
|
2001-05-24 08:17:22 +00:00 |
netisdn
|
Demangle an #ifdef mess and make all ioctl routines take an u_long
|
2001-04-21 07:23:41 +00:00 |
netiso
|
Remove the use of splimp() from the NetBSD kernel. splnet()
|
2001-04-13 23:29:55 +00:00 |
netkey
|
Negative exit code cleanup: Replace exit(-x) with exit(x).
|
2001-04-06 11:13:45 +00:00 |
netnatm
|
Remove the use of splimp() from the NetBSD kernel. splnet()
|
2001-04-13 23:29:55 +00:00 |
netns
|
Remove the use of splimp() from the NetBSD kernel. splnet()
|
2001-04-13 23:29:55 +00:00 |
netsmb
|
Remove the use of splimp() from the NetBSD kernel. splnet()
|
2001-04-13 23:29:55 +00:00 |
nfs
|
Lock vp in nfs_link while we're busy with it (doing VOP_FSYNC, etc).
|
2001-05-14 18:51:33 +00:00 |
ntfs
|
Change MALLOC()/FREE() to malloc()/free() for cases where the size
|
2001-05-15 22:38:40 +00:00 |
smbfs
|
initial stab at smbfs (CIFS). originally for freebsd by boris popov,
|
2000-12-07 03:33:46 +00:00 |
stand
|
…
|
|
sys
|
replace {simple_,}lock{_data,}_t with struct {simple,}lock {,*}.
|
2001-05-26 16:32:40 +00:00 |
ufs
|
Don't flush possibilly relocated file system block if write is done
|
2001-04-18 03:48:23 +00:00 |
uvm
|
replace {simple_,}lock{_data,}_t with struct {simple,}lock {,*}.
|
2001-05-26 16:32:40 +00:00 |
Makefile
|
Enable the imported ISDN4BSD based ISDN subsystem.
|
2001-01-05 13:09:15 +00:00 |