..
ac
Fix typo. Spotted by Adrian Mrva.
2002-10-02 15:41:53 +00:00
accton
Whitespace nits.
2002-01-19 03:04:34 +00:00
altq
minor makefile delint
2002-09-18 13:31:52 +00:00
amd
Restore changes made in revision 1.20 and lost during last upgrade.
2003-01-03 14:07:56 +00:00
apm
Enabled apm command device node for hpcmips and put apm.8 and zzz.8 man pages
2002-10-14 06:31:37 +00:00
apmd
Enabled apm command device node for hpcmips and put apm.8 and zzz.8 man pages
2002-10-14 06:31:37 +00:00
arp
Convert to use getifaddrs(3) to get interface names; this is mostly removal
2002-11-08 03:40:28 +00:00
bad144
Use getopt instead of manual command line grovelling, put usage
2002-06-13 15:27:09 +00:00
bind
use NETBSDSRCDIR as appropriate
2002-09-18 03:54:26 +00:00
bootp
Fix typos. Found by Adrian Mrva.
2002-10-29 16:12:25 +00:00
catman
use readlink with bufsize - 1; approved thorpej.
2002-10-19 20:33:17 +00:00
chown
Align default behaviour of chmod, chgrp, chown, and chflags with symlink(7),
2002-07-07 11:44:02 +00:00
chroot
strtol -> strtoul because we use an unsigned type (uid_t/gid_t)
2001-07-14 21:56:45 +00:00
chrtbl
tweaks for fparseln(3) move from libutil to libc:
2002-11-30 03:10:53 +00:00
cnwctl
getopt() returns -1 on error, not EOF.
2001-08-18 17:10:04 +00:00
config
Add CWARNFLAGS+=-Wno-format-y2k so this builds again with the pc532
2002-11-20 05:33:58 +00:00
cron
use strlcpy
2002-11-16 04:34:13 +00:00
dev_mkdb
Set explicit database layout. Default is filesystem block size
2002-12-15 18:23:00 +00:00
dhcp
minor makefile delint
2002-09-18 13:31:52 +00:00
diskpart
correct partition structure initialization for new union
2002-05-27 16:39:29 +00:00
dumpfs
use NETBSDSRCDIR as appropriate
2002-09-18 03:54:26 +00:00
dumplfs
use NETBSDSRCDIR as appropriate
2002-09-18 03:54:26 +00:00
edquota
Fix the way $EDITOR is started so the variable can have flags in addition
2002-12-05 22:54:45 +00:00
eeprom
Fix typos. Found by Adrian Mrva.
2002-10-29 16:16:58 +00:00
envstat
Add -r to synopsis.
2003-01-02 14:01:30 +00:00
eshconfig
Whitespace and punctuation nits, sort SEE ALSO.
2002-01-19 03:12:18 +00:00
etcupdate
Fix a typo in the yesno() function: add a missing question mark.
2002-12-27 19:47:43 +00:00
faithd
socklen_t audit. from deraadt, sync w/kame
2002-09-08 01:41:12 +00:00
grfconfig
Fix typo. Found by Adrian Mrva.
2002-10-29 16:18:06 +00:00
grfinfo
use NETBSDSRCDIR as appropriate
2002-09-18 03:54:26 +00:00
gspa
Remove extraneous \n's in {err,warn}{,x} that used to be printfs.
2002-08-08 13:24:12 +00:00
hilinfo
use NETBSDSRCDIR as appropriate
2002-09-18 03:54:26 +00:00
hprop
add DPADD
2002-10-23 01:11:09 +00:00
ifmcstat
Setting BINMODE=555 is redundant, as is setting BIN{OWN,GRP} of we're
2002-08-02 03:58:09 +00:00
ifwatchd
this: singular, these: plural.
2002-04-16 07:28:09 +00:00
inetd
Fix typos pointed out by Igor Sobrado in PR misc/19621.
2003-01-02 00:22:29 +00:00
installboot
alpha also supports append & sunsum
2002-10-03 07:27:50 +00:00
iopctl
Use standard headers, sort sections, mark up AUTHORS section a bit more.
2002-01-19 03:15:05 +00:00
iostat
... and fix typos which makes wrong display.
2002-11-02 06:35:30 +00:00
ipf
use NETBSDSRCDIR as appropriate
2002-09-18 03:54:26 +00:00
irdaattach
sweep of errx/warnx, remove unnecessary trailing \n
2002-07-20 08:40:16 +00:00
isdn
Avoid conflict with reserved identifier "log".
2002-12-06 15:00:14 +00:00
iteconfig
use NETBSDSRCDIR as appropriate
2002-09-18 03:54:26 +00:00
kadmin
style
2002-10-23 01:09:50 +00:00
kdc
add DPADD
2002-10-23 01:09:37 +00:00
kgmon
Fix .Nm usage.
2002-11-09 12:10:48 +00:00
kstash
add DPADD
2002-10-23 01:11:09 +00:00
ktutil
add DPADD
2002-10-23 01:11:09 +00:00
kvm_mkdb
Define NLIST_ELF32 and Define NLIST_ELF64 for SH5.
2002-07-11 19:15:54 +00:00
lastlogin
Whitespace nits, use standard headers.
2002-01-19 03:20:56 +00:00
link
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
2002-02-08 01:36:18 +00:00
lpr
Rather than relying on pure luck to get the log file on STDERR_FILENO,
2002-10-26 01:47:52 +00:00
mailwrapper
Document additional line required to emulate sendmail using postfix.
2002-12-01 11:35:33 +00:00
makefs
tweaks for fparseln(3) move from libutil to libc:
2002-11-30 03:10:53 +00:00
mdconfig
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
2002-02-08 01:36:18 +00:00
mdsetimage
Include -DNLIST_ELF64 for x86_64.
2002-12-10 17:59:41 +00:00
memswitch
constify and make auto const variables static.
2002-06-08 17:24:09 +00:00
mld6query
null commit
2002-09-23 12:44:34 +00:00
mlxctl
Re-word a sentence.
2002-08-26 17:05:43 +00:00
mopd
Allow more than one interface to be specified on the command line.
2002-11-05 14:18:04 +00:00
mountd
Use a non-blocking SVC for TCP connections.
2002-11-08 00:14:50 +00:00
moused
Fix typos pointed out by Igor Sobrado in PR misc/19621.
2003-01-02 00:22:29 +00:00
mscdlabel
clean up {LD,DP}ADD. no need to set WARNS=1 here
2002-11-30 06:00:42 +00:00
mtree
Change default permissions of newly created directories from
2003-01-04 13:10:52 +00:00
ndbootd
select() -> poll(), nanosleep()
2002-09-19 16:45:57 +00:00
ndp
use NETBSDSRCDIR as appropriate
2002-09-18 03:54:26 +00:00
netgroup_mkdb
sweep of errx/warnx, remove unnecessary trailing \n
2002-07-20 08:40:16 +00:00
nfsd
Fix PR 18391, from Geoff Wing.
2002-09-24 17:32:03 +00:00
ntp
Sync with dist spelling fixes.
2002-12-21 12:40:49 +00:00
pcictl
sweep of errx/warnx, remove unnecessary trailing \n
2002-07-20 08:40:16 +00:00
pkg_install
Avoid conflict with reserved identifier "exp".
2002-12-06 15:15:29 +00:00
pppd
Avoid conflict with reserved identifier "logf".
2002-12-06 15:17:18 +00:00
pstat
don't use hand-rolled MNT_FLAGS
2002-12-11 22:19:58 +00:00
pvcsif
Sort sections and SEE ALSO, use standard headers.
2002-02-02 01:37:13 +00:00
pvctxctl
Punctuation nits, sort sections and SEE ALSO, improve markup, use standard headers.
2002-02-02 01:38:54 +00:00
pwd_mkdb
use NETBSDSRCDIR as appropriate
2002-09-18 03:54:26 +00:00
quot
Use standard headers.
2002-02-02 01:39:23 +00:00
quotacheck
Drop trailing whitespace.
2002-12-18 19:37:26 +00:00
quotaon
sweep of errx/warnx, remove unnecessary trailing \n
2002-07-20 08:40:16 +00:00
racoon
Don't explicitly add -Wall -Werror -g to CFLAGS, the .mk infrastructure
2002-11-24 21:54:38 +00:00
rarpd
Fix date typo, Oct 27 -> 17.
2002-10-21 13:55:11 +00:00
rbootd
null commit
2002-09-23 12:44:34 +00:00
rdate
ANSIfy. Remove ifndef __STDC__. Remove __P().
2002-07-14 01:01:10 +00:00
repquota
Sort sections.
2002-02-02 01:41:22 +00:00
rip6query
use NETBSDSRCDIR as appropriate
2002-09-19 12:08:37 +00:00
rmt
getstring() safer by passing buffer size. millert@openbsd
2002-07-04 06:43:19 +00:00
route6d
use strtoul, not atoi.
2002-10-26 20:10:02 +00:00
rpc.bootparamd
Add a simple test to see if the whoami functionality works.
2002-09-11 18:19:42 +00:00
rpc.lockd
Use a non-blocking SVC for TCP connections.
2002-11-08 00:14:50 +00:00
rpc.pcnfsd
follow-up rpcgen changes.
2002-10-31 08:39:13 +00:00
rpc.statd
hardware with a d, from Adrian Mrva.
2002-12-21 12:47:21 +00:00
rpc.yppasswdd
Use a non-blocking SVC for TCP connections.
2002-11-08 00:14:50 +00:00
rpcbind
Use a non-blocking SVC for TCP connections.
2002-11-08 00:14:50 +00:00
rtadvd
between with three es, and positive with two is.
2002-10-02 15:30:11 +00:00
rtsold
Whitespace nit. Use .Nm instead of crossreferencing ourselves.
2002-10-24 16:22:49 +00:00
rwhod
use NETBSDSRCDIR as appropriate
2002-09-18 03:54:26 +00:00
sa
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
2002-02-08 01:36:18 +00:00
screenblank
select() -> nanosleep()
2002-09-19 02:59:20 +00:00
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
Sort SEE ALSO, remove empty BUGS section.
2002-02-02 01:50:23 +00:00
sliplogin
strncpy -> strlcpy to ensure string termination
2002-11-16 04:29:01 +00:00
slstats
new copyright notice for VJ. via openbsd.
2002-06-18 22:32:16 +00:00
spray
Drop a superfluous .Pp.
2002-02-02 01:54:29 +00:00
sunlabel
- make "device" non optional and remove "-d device", and actually make
2002-12-21 08:11:28 +00:00
sup
Fix typos pointed out by Igor Sobrado in PR misc/19621.
2003-01-02 00:22:29 +00:00
sushi
Add a call to use_default_colors().
2002-11-25 09:11:35 +00:00
syslogd
die if out-of-range uid/gid is specified.
2002-11-16 03:59:36 +00:00
tadpolectl
always has only one l, from Adrian Mrva.
2002-12-21 12:48:05 +00:00
tcpdchk
debugging log message committed by mistake (rev 1.8). catched by lukem
2002-12-26 14:11:28 +00:00
tcpdmatch
use NETBSDSRCDIR as appropriate
2002-09-19 12:08:37 +00:00
tcpdump
correct LBL_ALIGN behavior, sync with tcpdump.org.
2002-10-18 23:13:57 +00:00
timed
select() -> poll(), nanosleep()
2002-09-19 00:01:33 +00:00
tpctl
Used ioctl command WSMOUSEIO_GETID to identify touch panel device.
2003-01-03 04:41:49 +00:00
traceroute
Fix order of letters in calculated, from Adrian Mrva.
2002-12-21 12:48:51 +00:00
traceroute6
be more picky about argument parsing (check ERANGE from strtoul). sync w/kame
2002-10-24 12:54:14 +00:00
trpt
die if out-of-range address is specified to -p
2002-11-16 04:20:42 +00:00
trsp
die if out-of-range address is specified to -p
2002-11-16 04:20:42 +00:00
unlink
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
2002-02-08 01:36:18 +00:00
usbdevs
Forgot to update this one for the structure prefix changes.
2002-02-21 00:34:31 +00:00
user
directory has a c. From Adrian Mrva.
2002-12-21 12:52:13 +00:00
videomode
use NETBSDSRCDIR as appropriate
2002-09-18 03:54:26 +00:00
vipw
Update for pw_mkdb() change: restrict updates to one user's records and/or
2001-08-18 19:35:32 +00:00
vnconfig
add DPADD for ${LIBUTIL}
2002-11-30 06:04:57 +00:00
wiconfig
Sync SYNOPSIS with DESCRIPTION. From Igor Sobrado in PR 19654.
2003-01-04 01:10:47 +00:00
wsconscfg
Sort sections.
2002-02-02 02:09:04 +00:00
wsfontload
Fix trivial typo
2002-04-06 03:17:47 +00:00
wsmoused
Add a new flag, -l, which swaps mouse buttons; this is useful for left
2002-12-25 19:13:53 +00:00
wsmuxctl
sweep of errx/warnx, remove unnecessary trailing \n
2002-07-20 08:40:16 +00:00
ypbind
ANSIfy, remove __P(), unifdef __STDC__.
2002-07-06 21:44:40 +00:00
yppoll
Avoid strict alias warning.
2002-12-06 15:21:08 +00:00
ypserv
instead, not insteed; from Adrian Mrva.
2002-12-21 12:58:38 +00:00
ypset
sweep of errx/warnx, remove unnecessary trailing \n
2002-07-20 08:40:16 +00:00
zdump
use NETBSDSRCDIR as appropriate
2002-09-18 03:54:26 +00:00
zic
use NETBSDSRCDIR as appropriate
2002-09-18 03:54:26 +00:00
Makefile
enable sunlabel
2002-12-21 12:49:34 +00:00
Makefile.inc
…