summaryrefslogtreecommitdiffstats
path: root/sys/kern/exec_script.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2005-08-01 06:26:16 +0000
committerderaadt <deraadt@openbsd.org>2005-08-01 06:26:16 +0000
commit180c0a1d84e1b6a625f108bcaa107c336b318099 (patch)
treecc238f15fdfb362b0ae0643e768b63d6847a799e /sys/kern/exec_script.c
parentremove whitespace (diff)
downloadwireguard-openbsd-180c0a1d84e1b6a625f108bcaa107c336b318099.tar.xz
wireguard-openbsd-180c0a1d84e1b6a625f108bcaa107c336b318099.zip
sys_select() used to use 6 local fd_set's in case the width was <= the
size of an fd_set (ie. 256 bits), to avoid the malloc. that is a lot of local storage. change the cross-over point to 32-bits, which is more fair. if you select with large widths, you pay the price. tested by dlg, read by millert and pascoe, run on all machines
Diffstat (limited to 'sys/kern/exec_script.c')
0 files changed, 0 insertions, 0 deletions