1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/sbin
Pawel Jakub Dawidek b42b646004 Don't repeat handshake.
This little thing can cause a deadlock, because taste mechanism start
to work after creation of ggate provider and I/O requests are sent from
other classes from the g_event thread, so number of pending events isn't 0.
Now ggatec(8) start second handshake and ggated(8) is trying to open
GEOM provider (for example md(4)) and it can't, because it hangs on
g_waitidle() in g_dev_open(). g_waitidle() cannot finish because
there is a pending read on event queue, and this read can't be
finished, because ggated(8) can't open target device.
GEOM Gate will recover from this deadlock, because requests will
timeout, but it of course isn't the best solution and I don't know
better one for now, so we should avoid opening GEOM providers while
there are pending requests in event queue.
2004-05-03 18:24:41 +00:00
..
adjkerntz Invoke tzset(3) within the main loop to catch changes to /etc/localtime 2004-04-27 14:43:03 +00:00
atacontrol Add printing of relevant SATA info where approbiate. 2004-03-15 13:21:41 +00:00
atm Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) 2004-03-05 08:10:19 +00:00
badsect Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
bsdlabel Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
camcontrol Fix a couple of camcontrol issues that popped up on sparc64: 2004-03-03 01:51:24 +00:00
ccdconfig Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
clri Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
comcontrol /etc/rc.serial -> /etc/rc.d/serial. 2003-12-23 07:16:38 +00:00
conscontrol Explain what console names are valid. 2004-02-17 04:53:47 +00:00
devd Parse the ! lines that will soon be coming from the kernel. These are 2003-10-24 22:02:29 +00:00
devfs Userland signed char fixes for PPC build. Problems were using a char 2004-01-22 07:23:36 +00:00
dhclient style.Makefile(5): 2004-02-23 20:25:27 +00:00
dmesg Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
dump Add -P arguments for dump(8) and restore(8) which allow the user to 2004-04-13 02:58:06 +00:00
dumpfs Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
dumpon Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
fdisk style.Makefile(5): 2004-02-23 20:25:27 +00:00
fdisk_pc98 style.Makefile(5): 2004-02-23 20:25:27 +00:00
ffsinfo Remove these MAINTAINER lines since the maintainers has had their 2004-04-01 20:31:49 +00:00
fsck Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
fsck_ffs Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
fsck_msdosfs Only compare the interesting part of the bootblock with its backup. 2004-04-20 11:41:57 +00:00
fsdb Fixed style of DPADD and LDADD assignments as per style.Makefile(5). 2004-02-05 22:44:25 +00:00
fsirand style.Makefile(5): 2004-02-23 20:25:27 +00:00
gbde Fix the last and most important bit of the test case to test the same 2004-02-07 22:58:39 +00:00
gconcat We don't need this any more, while we have /usr/include/geom/concat/. 2004-05-03 07:20:27 +00:00
ggate Don't repeat handshake. 2004-05-03 18:24:41 +00:00
gpt style.Makefile(5): 2004-02-23 20:25:27 +00:00
growfs Include <time.h> instead of depending on namespace pollution in <sys/stat.h> 2004-04-04 04:17:07 +00:00
idmapd use %zu instead of %zd 2004-04-15 16:12:12 +00:00
ifconfig For both ifconfig and route if we didn't get enough memory from the 2004-04-30 22:34:12 +00:00
init Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
ip6fw Make this WARNS=2 clean by: 2004-03-03 20:21:15 +00:00
ipf style.Makefile(5): 2004-02-23 20:25:27 +00:00
ipfs style.Makefile(5): 2004-02-23 20:25:27 +00:00
ipfstat style.Makefile(5): 2004-02-23 20:25:27 +00:00
ipfw Add the option versrcreach to verify that a valid route to the 2004-04-23 14:28:38 +00:00
ipmon style.Makefile(5): 2004-02-23 20:25:27 +00:00
ipnat style.Makefile(5): 2004-02-23 20:25:27 +00:00
kldconfig Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) 2004-03-05 08:10:19 +00:00
kldload Use __FBSDID() to quiet GCC 3.3 warnings. 2003-05-03 18:41:59 +00:00
kldstat Validate argument to -i. 2004-03-15 03:41:07 +00:00
kldunload Use __FBSDID() to quiet GCC 3.3 warnings. 2003-05-03 18:41:59 +00:00
ldconfig Add initial support for compiling a special 32 bit version of 2004-03-21 01:21:26 +00:00
mca style.Makefile(5): 2004-02-23 20:25:27 +00:00
md5 Fixed style of DPADD and LDADD assignments as per style.Makefile(5). 2004-02-05 22:44:25 +00:00
mdconfig Fix a long-standing deadlock issue with vnode backed md(4) devices: 2004-03-10 20:41:09 +00:00
mdmfs Add a "-l" parameter to mdmfs so that memory file systems can be 2004-02-26 01:15:47 +00:00
mknod Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
mksnap_ffs Style nit in previous commit. 2004-01-27 19:28:13 +00:00
mount The previous change to mount(8) to report ufs or ufs2 used 2004-04-26 15:13:46 +00:00
mount_cd9660 Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
mount_ext2fs Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
mount_hpfs style.Makefile(5): 2004-02-23 20:25:27 +00:00
mount_msdosfs Make msdosfs long filenames matching case insensitive again. 2003-12-08 08:32:20 +00:00
mount_nfs Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
mount_nfs4 Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
mount_ntfs style.Makefile(5): 2004-02-23 20:25:27 +00:00
mount_nullfs Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
mount_std Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
mount_udf Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
mount_umapfs Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
mount_unionfs Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
natd Replace ROUNDUP/ADVANCE with SA_SIZE 2004-04-13 11:24:43 +00:00
newfs Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
newfs_msdos style.Makefile(5): 2004-02-23 20:25:27 +00:00
nfsiod Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
nos-tun style.Makefile(5): 2004-02-23 20:25:27 +00:00
pfctl Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
pflogd Add skeleton build dirs for pf userland: 2004-02-28 21:50:50 +00:00
ping Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
ping6 style.Makefile(5): 2004-02-23 20:25:27 +00:00
quotacheck Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
rcorder style.Makefile(5): 2004-02-23 20:25:27 +00:00
reboot Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
restore Add -P arguments for dump(8) and restore(8) which allow the user to 2004-04-13 02:58:06 +00:00
route Link state change notification of ethernet media to the routing socket. 2004-05-03 16:30:32 +00:00
routed Replace ROUNDUP/ADVANCE with SA_SIZE 2004-04-13 11:24:43 +00:00
rtsol style.Makefile(5): 2004-02-23 20:25:27 +00:00
savecore Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
sconfig Mark this manpage as i386-only. 2004-01-21 13:24:38 +00:00
setkey Fix regression in setkey whereby parser would fail to recognise tcp as 2004-03-31 18:38:02 +00:00
shutdown Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
slattach Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
spppcontrol Use __FBSDID() to quiet GCC 3.3 warnings. 2003-05-03 18:41:59 +00:00
startslip Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
sunlabel Spell "disklabel" correctly. 2004-02-01 13:09:26 +00:00
swapon Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
sysctl Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
tunefs Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
umount Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
vinum NULL -> 0. 2004-03-17 20:50:25 +00:00
Makefile Build gpt(8) on all platforms, except sparc64. Currently gpt(8) is 2004-05-01 18:17:23 +00:00
Makefile.inc Force a staticly linked /bin and /sbin for ia64. The necessary changes 2003-11-19 16:59:00 +00:00