freebsd-skq/sys
Luigi Rizzo aec846d484 Per jlemon request, reintroduce some printf() when an
mbuf allocation fails, and fix (i hope) a couple of style bugs.

I believe these printf() are extremely dangerous because now they can
occur on every incoming packet and are not rate limited. They were
meant to warn the sysadmin about lack of resources, but now they
can become a nice way to panic your system under load.

Other drivers (e.g. the fxp driver) have nothing like this.

There is a pending discussion on putting this kind of warnings
elsewhere, and I hope we can fix this soon.
2001-11-29 23:47:47 +00:00
..
alpha fix DIAGNOSTIC panic caused by proc/thread typo 2001-11-29 15:33:46 +00:00
amd64 MFS: I was confused. This code wasn't in -current after all. 2001-11-26 21:25:03 +00:00
arm
boot Waits for a keypress before rebooting on panic. 2001-11-28 14:00:36 +00:00
cam Bring the probe inquiry code in line with the SCSI spec. 2001-11-27 03:34:22 +00:00
coda
compat Revert incorrect KSEfication: realitexpire expects a struct proc *, not a 2001-11-24 14:09:50 +00:00
conf Change to using my custom sparc64 binutils. 2001-11-28 02:35:02 +00:00
contrib Merge local changes. 2001-11-28 04:34:52 +00:00
crypto fixed the cast128 calculation with a short cipher key length. 2001-11-27 14:11:47 +00:00
ddb Implement a "kill" DDB command which is an interface to psignal() that 2001-11-27 19:56:28 +00:00
dev Per jlemon request, reintroduce some printf() when an 2001-11-29 23:47:47 +00:00
fs Fix indentation after removing GEMDOS support. Whitespace changes only. 2001-11-28 18:29:16 +00:00
geom
gnu
i4b
i386 Whitespace fixes so thre 386 versoion of __uint8_swap_uint32 is easier to 2001-11-28 17:10:57 +00:00
ia64 Minor tweaks to the TLB handling code - avoid movl instructions and add 2001-11-27 09:49:53 +00:00
isa
isofs/cd9660 Fix mounting root from a ISO9660 filesystem on a SCSI CDROM. 2001-11-27 03:55:43 +00:00
kern o Cache req->td->td_proc->p_ucred->cr_prison in pr to improve 2001-11-28 21:22:05 +00:00
libkern
modules Remove ciss from the modules build until the build issues are resolved. 2001-11-28 17:08:51 +00:00
net Fix a typo in a comment 2001-11-28 16:15:52 +00:00
netatalk
netatm
netgraph When a socket is not connected, allow the peer "struct sockaddr" 2001-11-28 19:39:58 +00:00
netinet ipfw_modevent(): Don't use an unnatural block to define a variable 2001-11-27 20:32:47 +00:00
netinet6 fixed the cast128 calculation with a short cipher key length. 2001-11-27 14:11:47 +00:00
netipx
netkey
netnatm
netncp
netns
netsmb
nfs
nfsclient
nfsserver
pc98 Split the sio driver for pc98 into bus front end and back end. 2001-11-26 12:29:53 +00:00
pccard
pci Per jlemon request, reintroduce some printf() when an 2001-11-29 23:47:47 +00:00
posix4
powerpc
rpc
security/lomac Return a POSIX-compliant error for write(2) failure. 2001-11-28 23:02:33 +00:00
sparc64
svr4
sys Return a more meaningful errno when the length of the interpreter 2001-11-28 03:26:58 +00:00
tools
ufs When mkdir()-ing, the parent dir gets is linkcount increased. 2001-11-22 15:33:12 +00:00
vm
Makefile