1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-29 12:03:03 +00:00
freebsd/sys
2003-06-18 16:38:22 +00:00
..
alpha Fix a performance bug in all of the various implementations of 2003-06-18 02:57:38 +00:00
amd64 Fix a performance bug in all of the various implementations of 2003-06-18 02:57:38 +00:00
arm
boot When looking for the ':' separator in the root path, don't go past 2003-06-16 20:48:56 +00:00
cam Merge common XPT_CALC_GEOMETRY functions into a single convenience function. 2003-06-14 22:17:41 +00:00
coda Remove in toto coda_strategy which incorrectly implemented vop_panic(); 2003-06-15 18:45:15 +00:00
compat Rename P_THREADED to P_SA. P_SA means a process is using scheduler 2003-06-15 00:31:24 +00:00
conf Moved the syscons options, kbd options and DEV_SPLASH to the MI options 2003-06-18 15:25:01 +00:00
contrib
crypto
ddb Rename P_THREADED to P_SA. P_SA means a process is using scheduler 2003-06-15 00:31:24 +00:00
dev Style: __FBSDID(). 2003-06-18 09:31:37 +00:00
fs Send the close request to the SMB server in smbfs_inactive(), instead of 2003-06-17 12:58:02 +00:00
geom Sleep on "-" in our normal state to simplify debugging. 2003-06-18 10:33:09 +00:00
gnu Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations 2003-06-15 18:53:00 +00:00
i4b
i386 Rename P_THREADED to P_SA. P_SA means a process is using scheduler 2003-06-15 00:31:24 +00:00
ia64 Fix a performance bug in all of the various implementations of 2003-06-18 02:57:38 +00:00
isa Force media autodetection if the device has lost its parameter table. 2003-06-16 08:42:20 +00:00
isofs/cd9660 Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations 2003-06-15 18:53:00 +00:00
kern - Use a more robust mechanism for determining whether or not a kse is on a 2003-06-17 19:49:18 +00:00
libkern
modules Add "GEOM_FOX", a class which detects and selects between multiple 2003-06-18 09:29:28 +00:00
net Now that most of this file is new, stylify the rest and correct the 2003-06-18 10:53:49 +00:00
netatalk
netatm
netgraph Use the <sys/bitstring.h> rather than <bitstring.h> 2003-06-13 19:40:44 +00:00
netinet Map icmp time exceeded responses to EHOSTUNREACH rather than 0 (no error); 2003-06-17 06:21:08 +00:00
netinet6 Do not attempt to access to inp_socket fields if the socket is in the TIME_WAIT 2003-06-17 00:31:30 +00:00
netipsec
netipx
netkey
netnatm
netncp
netsmb Avoid dereferencing the thread pointer in smb_iod_addrq() if it's NULL. 2003-06-14 15:45:34 +00:00
nfs
nfsclient Lock the vm object when freeing a page. 2003-06-17 05:17:00 +00:00
nfsserver
opencrypto
pc98 Replace evil abuse of geteblk() with malloc(9). 2003-06-16 07:41:47 +00:00
pccard
pci Repo-copy of sys/pci/if_en_pci.c to the rest of the midway driver (sys/dev/en) 2003-06-16 15:25:51 +00:00
posix4
powerpc Migrate the thread stack management functions from the machine-dependent 2003-06-14 23:23:55 +00:00
rpc
security
sparc64 Fix a performance bug in all of the various implementations of 2003-06-18 02:57:38 +00:00
sys Add defines required for TLS support. 2003-06-18 16:38:22 +00:00
tools
ufs Lock the vm object when freeing pages. 2003-06-15 21:50:38 +00:00
vm Lock the vm object when freeing a vm page. 2003-06-18 04:27:18 +00:00
Makefile