1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/sys
Pawel Jakub Dawidek 41eda4e2b1 Don't report EPIPE errors on nfs sockets. These can be due to idle tcp
mounts which will be closed by netapp, solaris, etc. if left idle too long.

Obtained from:	NetBSD
2004-03-17 18:10:38 +00:00
..
alpha Refactor the existing machine-dependent sf_buf_free() into a machine- 2004-03-16 19:04:28 +00:00
amd64 Convert callers to the new bus_alloc_resource_any(9) API. 2004-03-17 17:50:55 +00:00
arm
boot MFi386: revision 1.29. 2004-03-14 09:43:15 +00:00
cam
coda
compat Use vfs_nmount() to mount linprocfs filesystems in linux_mount(); 2004-03-16 09:05:56 +00:00
conf Remove RAIDFrame. It hasn't worked since GEOM replaced the old disk 2004-03-16 12:23:43 +00:00
contrib Convert callers to the new bus_alloc_resource_any(9) API. 2004-03-17 17:50:55 +00:00
crypto
ddb
dev Convert callers to the new bus_alloc_resource_any(9) API. 2004-03-17 17:50:55 +00:00
fs Don't reject FAT file systems with a number of "Heads" greater than 2004-03-14 23:28:12 +00:00
geom
gnu
i4b Convert callers to the new bus_alloc_resource_any(9) API. 2004-03-17 17:50:55 +00:00
i386 Convert callers to the new bus_alloc_resource_any(9) API. 2004-03-17 17:50:55 +00:00
ia64 Refactor the existing machine-dependent sf_buf_free() into a machine- 2004-03-16 19:04:28 +00:00
isa Convert callers to the new bus_alloc_resource_any(9) API. 2004-03-17 17:50:55 +00:00
isofs/cd9660
kern Fix information leakage. 2004-03-17 13:19:43 +00:00
libkern These are changes to allow to use the Intel C/C++ compiler (lang/icc) 2004-03-12 21:45:33 +00:00
modules Move the arl to i386 only. 2004-03-16 12:43:08 +00:00
net Remove tun_proc; replace with tun_pid. tun_proc pointer may be stale 2004-03-17 01:12:09 +00:00
net80211 Add explicit dependency on "ether", since we use ether_ifattach(). 2004-03-16 19:25:55 +00:00
netatalk Make ddp_ports static, as it's not used outside of ddp_usrreq.c. 2004-03-17 12:54:21 +00:00
netatm These are changes to allow to use the Intel C/C++ compiler (lang/icc) 2004-03-12 21:45:33 +00:00
netgraph Convert callers to the new bus_alloc_resource_any(9) API. 2004-03-17 17:50:55 +00:00
netinet Run through indent(1) so I can read the code without getting a headache. 2004-03-16 21:30:41 +00:00
netinet6
netipsec
netipx
netkey
netnatm
netncp Make the process_exit eventhandler run without Giant. Add Giant hooks 2004-03-14 02:06:28 +00:00
netsmb
nfs
nfs4client
nfsclient Don't report EPIPE errors on nfs sockets. These can be due to idle tcp 2004-03-17 18:10:38 +00:00
nfsserver Calculate NFS timeouts in units of 10ms, not 5ms. This matches the default 2004-03-14 06:21:56 +00:00
opencrypto
pc98 Convert callers to the new bus_alloc_resource_any(9) API. 2004-03-17 17:50:55 +00:00
pccard Convert callers to the new bus_alloc_resource_any(9) API. 2004-03-17 17:50:55 +00:00
pci Convert callers to the new bus_alloc_resource_any(9) API. 2004-03-17 17:50:55 +00:00
posix4
powerpc Convert callers to the new bus_alloc_resource_any(9) API. 2004-03-17 17:50:55 +00:00
rpc Calculate NFS timeouts in units of 10ms, not 5ms. This matches the default 2004-03-14 06:21:56 +00:00
security
sparc64 Convert callers to the new bus_alloc_resource_any(9) API. 2004-03-17 17:50:55 +00:00
sys Add bus_alloc_resource_any(9), which does bus_alloc_resource() with the 2004-03-17 17:40:34 +00:00
tools
ufs Avoid doing bawrite to initialize inode block while holding cylinder 2004-03-16 22:06:32 +00:00
vm Make overflow/wraparound checking more robust and unbreak len=0 in 2004-03-15 09:11:23 +00:00
Makefile