1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.sbin
2007-05-30 04:28:27 +00:00
..
ac use .Ex; 2007-02-03 18:48:55 +00:00
accton document accounting=; ok ajacoutot 2007-02-03 18:52:47 +00:00
acpidump Don't get upset about short sized input files. 2007-04-03 10:43:33 +00:00
adduser fix bug that sorted the groups and thus broke ottos group file: 2007-01-03 15:26:04 +00:00
afs More comment typos from Diego Casati. Including winners like funtion, allmost, 2007-05-26 00:36:03 +00:00
amd remove some bogus *p tests from charles longeau 2007-03-20 03:56:12 +00:00
apm change "apmd not running" to "cannot connect to apmd" in error message 2006-06-11 17:45:54 +00:00
apmd support for cpu throttling on mp systems 2007-04-28 06:42:43 +00:00
arp Use sizeof(buf) instead of hard coded numbers. 2007-02-18 23:50:46 +00:00
authpf exit right away if the config file isn't there, rather than 2007-02-24 17:35:08 +00:00
bgpctl bad henning 2007-05-30 01:13:19 +00:00
bgpd mrtd.net is no longer, prune 2007-05-30 04:28:27 +00:00
bind More comment typos from Diego Casati. Including winners like funtion, allmost, 2007-05-26 00:36:03 +00:00
chroot
config document the args to the "timezone" command; 2007-03-20 20:34:36 +00:00
cron Check fdopen() return value. 2007-05-25 17:50:41 +00:00
dev_mkdb
dhcpd use the correct fd for poll. we're waiting on the pipe, not pf 2007-05-15 06:22:32 +00:00
dhcrelay spaces and comment to sync to dhclient dhcp.h; no binary change 2007-03-02 18:26:29 +00:00
dvmrpctl yuck, no cookie for me 2007-05-30 02:21:08 +00:00
dvmrpd spacing 2007-04-10 09:37:25 +00:00
edquota do not name FILE * variables "fd" since it is confusing 2006-10-18 21:18:59 +00:00
eeprom use the right capitalization for EBus' and SBus' 2007-05-29 16:44:45 +00:00
faithd remove some bogus *p tests from charles longeau 2007-03-20 03:56:12 +00:00
fdformat - Pass full buffer size to fgets. 2007-02-21 03:53:32 +00:00
ftp-proxy Remove stub write callback functions now that libevent allows them to be NULL. 2006-12-30 13:24:00 +00:00
gpioctl use strtonum() to avoid out of range values, way simpler than the 2007-03-18 16:16:56 +00:00
hostapd Use event(3) provided signal functions -- this decouples the event 2007-05-02 09:09:29 +00:00
hoststatectl allow the control handling code to send messages back to the parent. 2007-05-29 23:19:18 +00:00
hoststated give ibuf to event_set 2007-05-30 00:51:21 +00:00
hotplugd landisk will need this too 2006-10-14 20:36:40 +00:00
httpd "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. 2007-05-25 21:27:15 +00:00
ifstated remove some commas to aid readability; ok jmc@ 2007-02-09 16:16:58 +00:00
inetd
iostat - sync SYNOPSIS and usage() 2007-02-18 20:41:34 +00:00
kgmon From dhill@ last year: 2007-05-04 04:06:06 +00:00
kvm_mkdb do not use section names for locating a string tab; miod@ ok 2007-03-18 16:28:10 +00:00
lpr remove code for -W, argument now a no-op; ok millert@ 2007-05-05 17:13:01 +00:00
mailwrapper
map-mbone tweaks from Igor Sobrado and myself; 2007-02-19 21:48:01 +00:00
memconfig unneeded .Op; from Igor Sobrado 2007-02-18 21:00:17 +00:00
mopd Check the correct bits in the control byte. 2006-11-10 23:02:08 +00:00
mrinfo
mrouted tidy up synopsis and usage; from Igor Sobrado 2007-02-18 21:04:14 +00:00
mtrace put -n in the right place; from Igor Sobrado 2007-02-19 21:51:10 +00:00
mtree no need to escape a double dot sequence (..); 2005-10-15 08:23:37 +00:00
ndp do not try to grab default router list on "ndp -r" if it's empty 2007-03-22 15:06:57 +00:00
netgroup_mkdb Remove _err() calls from getnetgrent.c. This is a minor API change 2007-03-05 20:29:14 +00:00
ntpd use __packed structs for the on-the-wire packets and just memcpy at once 2007-05-26 21:20:35 +00:00
openssl -These option are ignored 2007-04-21 20:50:09 +00:00
ospfctl yuck, no cookie for me 2007-05-30 02:21:08 +00:00
ospfd Demote support for ospfd. It is possible to specify a demote group on 2007-05-29 22:08:25 +00:00
pkg_add In update mode, restore previous behavior: some updated packages may have 2007-05-29 23:12:26 +00:00
popa3d Delinting from tbert <bret dot lambert at gmail dot com> 2007-05-11 01:47:48 +00:00
portmap missing full stop; from daniel matic 2006-12-06 08:40:23 +00:00
ppp If the peer rejects my MRU request and our request is smaller then what 2006-12-11 16:31:35 +00:00
pppd Remove code that's been commented out since '96. 2007-03-06 03:06:41 +00:00
pppoe Reference pppoe(4). 2006-05-18 19:38:54 +00:00
procmap kill some commented "struct proc *", and knf while there; ok ray 2007-04-26 04:59:39 +00:00
pstat more lfs removal; ok pedro 2006-09-21 15:15:22 +00:00
pwd_mkdb tidy up synopsis and options list; from Igor Sobrado 2007-02-18 22:56:21 +00:00
quot use SEEK_* for lseek() 2006-04-02 00:48:33 +00:00
quotaon simplify synopsis and usage(); based on a diff from Igor Sobrado 2007-02-18 23:04:56 +00:00
rarpd use SEEK_* for lseek() 2006-04-02 00:48:33 +00:00
rbootd boot-able -> bootable (typo fix in comments only) 2005-09-22 14:24:51 +00:00
rdate Make rdate ignore ntp responses with ALARM status. 2006-09-17 17:03:56 +00:00
rdconfig Nuke unused variable. 2006-03-17 21:43:28 +00:00
relayctl allow the control handling code to send messages back to the parent. 2007-05-29 23:19:18 +00:00
relayd give ibuf to event_set 2007-05-30 00:51:21 +00:00
repquota tidy up synopsis and usage(); partly from Igor Sobrado 2007-02-18 23:17:59 +00:00
rip6query
ripctl token fallout.. bad henning 2007-05-30 03:45:46 +00:00
ripd Modified manpage to reflect claudio's changes about 224.0.0.9 route. 2007-04-27 09:26:33 +00:00
rmt
route6d no need for -D 2006-12-19 15:06:10 +00:00
rpc.bootparamd hugh says the vax workaround was for toolchain crashes, not rpc.bootparamd 2007-03-24 05:36:54 +00:00
rpc.lockd
rtadvd remove ancient code. sync w/ kame 2007-01-10 08:10:47 +00:00
rtsold cleanup RFC2292/3542 #ifdef. 2006-12-15 06:12:03 +00:00
rwhod #include <signal.h>, not <sys/signal.h> 2006-01-02 16:29:53 +00:00
sa use .Ex; 2007-02-03 18:55:48 +00:00
sasyncd Check getpwnam() return value for NULL before dereferencing it. 2007-05-17 11:00:37 +00:00
sdio tweaks; ok uwe 2007-05-27 04:11:28 +00:00
sensorsd Remove watch_cnt in preparation for my bigger patch that makes sensorsd 2007-05-29 20:30:40 +00:00
sliplogin - Pass full buffer to fgets(). 2007-03-06 03:22:11 +00:00
slstats
spamdb document correctly WHITE format; ok beck 2007-04-04 13:45:14 +00:00
spray use more strtonum(); from mkb@crypt.org.ru 2005-09-28 16:24:43 +00:00
syslogc sync usage() somewhat; 2007-01-10 13:54:39 +00:00
syslogd - use getaddrinfo() instead of gethostbyname/getservbyname 2007-05-02 15:17:11 +00:00
tcpdrop flesh out the addresses to make it clear what they are; requested by jmc 2007-03-28 17:04:03 +00:00
tcpdump Do not change snaplen when parsing a netflow packet 2007-05-29 10:42:25 +00:00
timed sort options and sync usage(); from Igor Sobrado 2007-02-19 22:39:57 +00:00
tokenadm simplify synopsis/usage() and sort options; 2007-03-15 22:31:14 +00:00
tokeninit simplify synopsis/usage() and sort options; 2007-03-15 22:31:14 +00:00
traceroute lint 2006-03-31 03:05:57 +00:00
traceroute6 eliminate #ifdef OLDRAWSOCKET 2006-12-19 14:47:45 +00:00
trpt tidy up synopsis and usage(); from Igor Sobrado 2007-02-18 23:22:33 +00:00
usbdevs
user remove some extra tests, from charles longeau 2007-04-05 01:34:57 +00:00
vipw
watchdogd Note that watchdogd(8) activates and retriggers a watchdog timer, not only 2007-04-16 07:46:54 +00:00
wsconscfg Build wscons stuff on vax (but no for bsd.rd yet) 2006-07-24 22:24:56 +00:00
wsfontload Remove the Sony wsfonts from the list of fonts with special encoding. 2006-08-07 10:43:20 +00:00
wsmoused Use a larger type to store ``resolution'', so that comparisons against 2007-04-10 22:40:02 +00:00
ypbind tidy up synopsis and usage(); from Igor Sobrado 2007-02-18 23:22:33 +00:00
yppoll tidy up synopsis and usage(); from Igor Sobrado 2007-02-18 23:22:33 +00:00
ypserv Remove clause 3 and 4. Ok with Chuck. -moj 2007-05-29 21:11:10 +00:00
ypset tidy up synopsis and usage(); from Igor Sobrado 2007-02-18 23:22:33 +00:00
zdump
zic
ztsscale adapt ztsscale and the installer to use wscons ioctls for calibration; 2007-05-29 21:13:56 +00:00
Makefile link mount_vnd to the build, and remove usr.sbin/vnconfig, which is now 2007-05-26 21:39:45 +00:00
Makefile.inc