freebsd-skq/sbin
Alan Somers b026eddfea sbin/devd/devd.cc
Increase the size of devd's client socket's send buffer from the
	default (8k) to 128k.  This prevents clients from getting
	POLLHUPped during event storms.  For example, during zpool creation,
	the kernel emits a resource.fs.zfs.statechange event for every vdev
	in the pool.  A 128k buffer is large enough to hold the statechange
	events for a pool with nearly 800 drives.

Reviewed by:	ian, imp
Approved by:	ken (mentor)
Sponsored by:	Spectra Logic Corp
MFC after:	4 weeks
2013-12-13 21:49:41 +00:00
..
adjkerntz Revert r253748,253749 2013-07-28 18:44:17 +00:00
atm
badsect
bsdlabel Sweep man pages replacing ad -> ada. 2013-10-01 18:41:53 +00:00
camcontrol printf() specifier updates to CAM to handle either 32-bit or 64-bit lun_id_t. 2013-10-30 14:13:15 +00:00
casperd Some improvements to the casperd manual page. 2013-12-08 19:32:29 +00:00
ccdconfig Sweep man pages replacing ad -> ada. 2013-10-01 18:41:53 +00:00
clri
comcontrol
conscontrol
ddb
devd sbin/devd/devd.cc 2013-12-13 21:49:41 +00:00
devfs Clarify how "hide" and "unhide" commands work on directories. 2013-07-12 06:03:25 +00:00
dhclient Change the cap_rights_t type from uint64_t to a structure that we can extend 2013-09-05 00:09:56 +00:00
dmesg Move the check whether the clear flag is set. This has 2 advantages 2013-06-11 17:46:32 +00:00
dump
dumpfs When running the -m option to generate a newfs(8) command suitable for 2013-05-16 20:07:08 +00:00
dumpon Adapt to the fact that minidumps are now on by default. 2013-04-30 07:22:03 +00:00
etherswitchcfg Improve grammar and readability. 2013-09-20 19:25:01 +00:00
fdisk Fix fdisk(8) to create 2TB partitions on disks larger than 2TB, rather than 2013-11-27 17:59:13 +00:00
fdisk_pc98 Change <sys/diskpc98.h> to not redefine the same symbols that are 2013-08-07 00:00:48 +00:00
ffsinfo Cross-reference gvinum(8) instead of vinum(8). 2013-03-16 22:02:47 +00:00
fsck
fsck_ffs UFS2: make di_extsize unsigned. 2013-10-24 00:33:29 +00:00
fsck_msdosfs
fsdb Revert 248634 and 248643 (e.g., restoring 248625 and 248639). 2013-03-23 20:00:02 +00:00
fsirand
gbde Sweep man pages replacing ad -> ada. 2013-10-01 18:41:53 +00:00
geom Add "resize" verb to gmirror(8) and such functionality to geom_mirror(4). 2013-11-19 22:55:17 +00:00
ggate
growfs Somehow stable/10 branch contains correct version, but head doesn't. 2013-12-12 22:33:32 +00:00
gvinum Prevent an unlikely, but real double free issue in gvinum(8). 2013-10-15 21:04:46 +00:00
hastctl Make hastctl list command output current queue sizes. 2013-10-26 08:38:21 +00:00
hastd Check remote protocol version only for the first connection (when it 2013-12-10 20:09:49 +00:00
ifconfig Axe IFF_SMART. 2013-11-05 14:11:31 +00:00
init init: Set kernel login class and CPU mask on new processes. 2013-08-13 18:51:26 +00:00
ipf Update ipfilter 4.1.28 --> 5.1.2. 2013-09-06 23:11:19 +00:00
ipfw Check ipfw table numbers in both user and kernel space before rule addition. 2013-11-28 10:28:28 +00:00
iscontrol Check for EHOSTUNREACH when establishing a connection. 2013-10-17 01:59:08 +00:00
kldconfig
kldload Remove contractions. 2013-04-11 18:46:41 +00:00
kldstat
kldunload
ldconfig Add a comment about why aout support is still here: We need it for 2013-03-19 16:57:04 +00:00
mca
md5 Add the Clang specific -Wmissing-variable-declarations to WARNS=6. 2013-04-19 19:45:00 +00:00
mdconfig Add "null" backend to mdconfig(8). This does exactly what the name 2013-12-04 07:38:23 +00:00
mdmfs
mknod
mksnap_ffs
mount Minor mdoc fixes. 2013-07-18 05:46:33 +00:00
mount_cd9660 Update the manual page to reflect reality. With r138509 and r152355, 2013-03-05 23:05:43 +00:00
mount_fusefs
mount_msdosfs Sweep man pages replacing ad -> ada. 2013-10-01 18:41:53 +00:00
mount_nfs Document the noncontigwr NFS mount option. 2013-12-08 00:59:04 +00:00
mount_nullfs GC unused variables. Prefer NULL over 0 for pointers. 2013-03-05 22:41:35 +00:00
mount_udf Use build_iovec() to make it less cryptic. This also fixes warnings. 2013-03-06 00:36:33 +00:00
mount_unionfs GC unused variables. Prefer NULL over 0 for pointers. 2013-03-05 22:41:35 +00:00
nandfs
natd
newfs Don't call arc4random_stir() explicitly. To quote arc4random(3) 2013-10-29 17:34:15 +00:00
newfs_msdos Sweep man pages replacing ad -> ada. 2013-10-01 18:41:53 +00:00
newfs_nandfs Sweep man pages replacing ad -> ada. 2013-10-01 18:41:53 +00:00
nfsiod
nos-tun Use INADDR_NONE instead of -1 to check inet_addr() result. 2013-10-15 07:37:30 +00:00
nvmecontrol Check for special status code from FIRMWARE_ACTIVATE command 2013-11-12 21:14:19 +00:00
pfctl Remove __FreeBSD__ ifdefs. 2013-11-22 20:13:32 +00:00
pflogd
ping
ping6 Remove EOL whitespace. 2013-05-08 21:04:19 +00:00
quotacheck
rcorder
reboot Add a new gptboot(8) man page. Factor out the redundant information 2013-07-01 22:38:36 +00:00
recoverdisk Sweep man pages replacing ad -> ada. 2013-10-01 18:41:53 +00:00
resolvconf
restore
route route(1): Pull static data to the top of the file. 2013-12-04 20:15:53 +00:00
routed mdoc sweep 2013-05-13 18:13:50 +00:00
rtsol
savecore
sconfig
setkey
shutdown Add simple example. 2013-03-19 21:40:14 +00:00
spppcontrol
sunlabel
swapon - Purge one more reference to ad(4)[1]. 2013-11-22 12:09:15 +00:00
sysctl Fix warnings to not append "No error: 0". 2013-11-26 19:14:18 +00:00
tunefs Constify string pointers. 2013-05-16 21:04:56 +00:00
umount
Makefile Please welcome casperd daemon. It (and its services) will be responsible for 2013-12-02 08:21:28 +00:00
Makefile.amd64
Makefile.arm
Makefile.i386
Makefile.ia64
Makefile.inc
Makefile.mips
Makefile.pc98
Makefile.sparc64