NetBSD/usr.sbin
bouyer 227ed98327 Implement file locking in lockd. All the stuff is done in userland, using
fhopen() and flock(). This means that if you kill lockd, all locks will
be relased (but you're supposed to kill statd at the same time, so
remote hosts will know it and re-establish the lock).
Tested against solaris 2.7 and linux 2.2.14 clients.
Shared lock are not handled efficiently, they're serialised in lockd when they
could be granted.
2000-06-07 14:34:40 +00:00
..
ac
accton
amd Fix doubled 'the's. 2000-03-13 22:55:05 +00:00
apm Kill the period in the SEE ALSO list. 2000-02-05 11:52:37 +00:00
apmd Add a `-v' option, and make various log messages depend on `-d' or `-v'. 2000-03-04 21:27:17 +00:00
arp
bad144
bind Revert away from automatically generating port_ipv6.h, and install 2000-05-06 16:07:42 +00:00
bootp
catman avoid using removelist()/renamelist() 2000-05-29 21:05:34 +00:00
chown change the parsing of chown user[:gid] to the following: 2000-05-10 12:22:34 +00:00
chroot
chrtbl
cnwctl
config If maxusers is out of bounds, show the allowed bounts in the error msg. 2000-05-09 00:34:58 +00:00
cron
dbsym
dev_mkdb
dhcp Add/fix FDDI support for NetBSD (& Tru64). [Tru64 has at least one bug left] 2000-05-28 01:27:52 +00:00
diskpart
dumpfs Dump softdep mode. 2000-01-18 20:24:19 +00:00
dumplfs
edquota Don't declare 'extern opt*' getopt variables. 2000-04-14 06:26:52 +00:00
eeprom
envstat Don't declare 'extern opt*' getopt variables. 2000-04-14 06:26:52 +00:00
eshconfig Don't declare 'extern opt*' getopt variables. 2000-04-14 06:26:52 +00:00
faithd sync with latest kame code. a bug with malloc() size (that can lead to 2000-05-31 03:18:02 +00:00
gifconfig correct physical address printing on non-IPv6 kernel. 2000-05-22 03:06:46 +00:00
greconfig Formatting fixes. 2000-05-27 10:42:25 +00:00
grfconfig
grfinfo
gspa
hilinfo
ifmcstat print addresses in extended scoped address notation. 2000-02-26 08:13:25 +00:00
inetd Modify to support RPC over IPv6. 2000-06-02 23:17:55 +00:00
iostat Need to include <sys/sched.h> to get cp_time-related constants. 2000-06-03 21:00:42 +00:00
ipf Update for IP Filter 3.4.1 2000-05-03 11:40:53 +00:00
iteconfig
kgmon
kvm_mkdb Initial commit of arm26 port 2000-05-09 21:55:44 +00:00
lastlogin
link
lpr Get rid of the stupid hack that makes this lose when ${CC} is more than one word. 2000-06-05 17:41:19 +00:00
mailwrapper
map-mbone
mdconfig mdconfig /dev/md0c rather than /dev/md0a in EXAMPLES. 1999-12-18 03:14:15 +00:00
mdsetimage machine/exec_coff.h -> sys/exec_coff.h 2000-01-07 09:40:33 +00:00
memswitch Don't declare 'extern opt*' getopt variables. 2000-04-14 06:26:52 +00:00
mld6query Nuke gratuitous setting of BINOWN and BINGRP. 2000-02-25 08:52:03 +00:00
mopd Don't die, just complain if the converted image do not have a VAX MID. 2000-05-20 10:58:05 +00:00
mountd Fix last arg to clnt_broadcast. 2000-06-03 14:20:49 +00:00
mrinfo
mrouted Fix doubled 'the's. 2000-03-13 22:55:05 +00:00
mtrace Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We get 2000-01-21 17:08:33 +00:00
mtrace6 use getifaddrs, not SIOCGIFCONF. 2000-02-26 11:44:28 +00:00
mtree
ndp perform neighbor unreachability detection on p2p links (spec requires 2000-04-16 15:27:59 +00:00
netgroup_mkdb
nfsd Mention that the max number of daemons is 20. 2000-05-18 09:54:59 +00:00
ntp ntpd doesn't need to deal with CRYPTOPATH. 2000-05-11 01:09:27 +00:00
pim6dd update IPv6 MLD API to new one. various corrections including 2000-05-19 10:43:36 +00:00
pim6sd update IPv6 MLD API to new one. various corrections including 2000-05-19 10:43:36 +00:00
pkg_install save another call to allocate space on the stack for something that's 2000-06-07 03:17:10 +00:00
pppd don't exit even if socket(AF_INET6) fails. 2000-04-20 03:28:15 +00:00
pstat Don't declare 'extern opt*' getopt variables. 2000-04-14 06:26:52 +00:00
pvcsif
pvctxctl
pwd_mkdb Add explicit endianness overrides. 2000-01-23 19:59:32 +00:00
quot
quotacheck
quotaon
rarpd use getifaddrs to avoid alignment constraints in SIOCGIFCONF. 2000-04-13 09:12:16 +00:00
rbootd use getifaddrs, not SIOCGIFCONF. (should use pcap_lookupdev instead...) 2000-04-13 08:52:44 +00:00
rdate Add IPv6 support. 2000-02-05 22:14:20 +00:00
repquota Don't declare 'extern opt*' getopt variables. 2000-04-14 06:26:52 +00:00
rip6query add manpage, rip6query(8). 2000-01-19 06:35:22 +00:00
rmt Fix rmt for use with Solaris 2.7 and others. The deal here is that for 2000-02-08 18:00:05 +00:00
route6d more correct advert for global address on p2p. 2000-05-18 13:23:43 +00:00
rpc.bootparamd Revert last change; one needs a new rpcgen and has to do a bit of other 2000-06-06 02:18:05 +00:00
rpc.lockd Implement file locking in lockd. All the stuff is done in userland, using 2000-06-07 14:34:40 +00:00
rpc.pcnfsd
rpc.statd Solaris hosts with multiple names (e.g. short & fqdn) sends notification 2000-06-06 18:19:56 +00:00
rpc.yppasswdd
rpcbind Host access checking for a local socket makes no sense. 2000-06-04 12:06:44 +00:00
rtadvd sync with latest kame. 2000-05-23 11:37:58 +00:00
rtsold don't assume CMSG_xx are constant. (sync with latest kame) 2000-02-28 07:17:34 +00:00
rwhod avoid memory leak on realloc() error. 1999-12-30 09:10:28 +00:00
sa
screenblank
sendmail Remove obsolete version 8.8.8 of "sendmail". 8.9.3 is in the main tree 2000-02-13 00:34:15 +00:00
sesd Use CPPFLAGS where appropriate. 2000-05-25 12:49:32 +00:00
setkey typo. FreeBSD PR 18547. 2000-05-15 16:26:16 +00:00
sliplogin
slstats
spray
sup If we fail due to not being able to lookup our own hostname, display the 2000-03-12 12:16:49 +00:00
syslogd The "ftp" facility was not listed. 2000-04-12 16:38:58 +00:00
tadpolectl Don't declare 'extern opt*' getopt variables. 2000-04-14 06:26:52 +00:00
tcpdchk Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We get 2000-01-21 17:08:33 +00:00
tcpdmatch
tcpdump Don't let an llc be dumped twice. 2000-05-28 01:25:20 +00:00
timed Cast timeval members to types we know the printf conversions of. 2000-03-27 17:03:25 +00:00
traceroute use getifaddrs, not SIOCGIFCONF, to avoid complex alignment constraints. 2000-04-13 07:53:29 +00:00
traceroute6 correct use of perror(). 2000-03-12 02:42:43 +00:00
trpt
trsp
unlink
usbdevs Don't declare 'extern opt*' getopt variables. 2000-04-14 06:26:52 +00:00
user Pick up the changes that make sense from OpenBSD 2000-05-16 20:23:28 +00:00
videomode
vipw
vnconfig __POOL_EXPOSE is no longer needed (dev/vndvar.h does protect vnd_softc from userland) 2000-03-20 13:20:28 +00:00
wiconfig When we steal an argument, just bump optind instead of copying 2000-05-23 09:04:33 +00:00
wsconscfg
wsfontload Default bit/byte order with #define's and fix usage(). 2000-01-25 01:04:07 +00:00
ypbind use getifaddrs, to avoid complicated alignment constraint in SIOCGIFCONF. 2000-04-11 11:36:47 +00:00
yppoll Don't declare 'extern opt*' getopt variables. 2000-04-14 06:26:52 +00:00
ypserv The interal SVCXPRT field xp_sock was used, but this is now xp_fd. 2000-06-03 14:33:18 +00:00
ypset Don't declare 'extern opt*' getopt variables. 2000-04-14 06:26:52 +00:00
zdump
zic
Makefile Remove portmap, add rpcbind. 2000-06-03 00:52:22 +00:00
Makefile.inc