.. |
apply
|
Avoid casting an lvalue.
|
2005-05-08 19:53:57 +00:00 |
apropos
|
Fix buffer overflow. We don't really care about trimming the filename here.
|
2005-09-17 19:18:31 +00:00 |
asa
|
WARNS=3
|
2005-01-12 14:41:29 +00:00 |
at
|
Fix a spello, and change the intent of the message slightly.
|
2006-01-03 00:15:45 +00:00 |
audio
|
__inline__ -> inline
|
2005-12-24 21:44:28 +00:00 |
awk
|
`!' needs an escape sequence (`\&'). New sentence, new line.
|
2005-08-17 00:58:19 +00:00 |
banner
|
WARNS=3
|
2005-01-12 14:45:26 +00:00 |
basename
|
Clean up by using basename(3) from libc.
|
2005-04-04 16:47:54 +00:00 |
bdes
|
WARNS=3
|
2005-01-12 14:45:26 +00:00 |
biff
|
Kill __P(), use ANSI function declarations.
|
2005-02-17 16:53:45 +00:00 |
bzip2
|
Add hook for SMALL
|
2004-06-06 06:39:43 +00:00 |
bzip2recover
|
…
|
|
cal
|
appease gcc -Wuninitialized
|
2005-06-02 01:35:57 +00:00 |
calendar
|
Add NetBSD 2.1.
|
2005-11-06 20:14:36 +00:00 |
cap_mkdb
|
Write the database file into a temporary file first, because otherwise if
|
2005-04-13 04:50:22 +00:00 |
cdplay
|
Add repeat mode to cdplay(1) per PR bin/13970
|
2006-01-02 21:29:53 +00:00 |
checknr
|
This needs <err.h> for err() and errx() (hi wiz)
|
2005-03-30 18:01:32 +00:00 |
chflags
|
Kill __P(), use ANSI function declarations.
|
2005-02-17 16:53:45 +00:00 |
chpass
|
Mention pwhash(1) in a few places,
|
2005-09-05 03:37:14 +00:00 |
cksum
|
Use crypto/rmd160.h.
|
2005-09-24 22:40:32 +00:00 |
cmp
|
Don't put a space before function call operator.
|
2005-04-11 10:39:06 +00:00 |
col
|
Kill __P(), use ANSI function declarations; WARNS=3.
|
2005-02-17 17:12:42 +00:00 |
colcrt
|
Kill __P(), use ANSI function declarations, constify; WARNS=3.
|
2005-02-17 17:17:25 +00:00 |
colrm
|
Kill __P(), use ANSI function declarations, constify; WARNS=3.
|
2005-02-17 17:17:25 +00:00 |
column
|
PR/32322: Daniel de Kok: Division by zero in column(1) with certain column
|
2005-12-17 18:10:55 +00:00 |
comm
|
Kill __P(), use ANSI function declarations.
|
2005-02-17 17:31:28 +00:00 |
compile_et
|
Only #define HAVE_IPV6 if ${USE_INET6} != "no".
|
2005-01-10 03:11:17 +00:00 |
compress
|
Sync usage with man page. From Kouichirou Hiratsuka in PR 26197.
|
2004-07-09 12:14:37 +00:00 |
config
|
Having explicit locators is not a sufficient condition to be able to have
|
2005-12-18 23:43:15 +00:00 |
crontab
|
…
|
|
crunch
|
Make dependency checking for the pull-over make's actually work.
|
2005-02-10 16:03:04 +00:00 |
ctags
|
Fix a couple of stack-smashing buffer overflows.
|
2005-07-20 17:22:45 +00:00 |
cut
|
a fix from openbsd.
|
2005-03-22 21:56:28 +00:00 |
db
|
Allow the input [file] field separator to be a string and not just a
|
2005-06-20 02:53:38 +00:00 |
deroff
|
We already pass WARNS=3.
|
2005-09-01 18:27:24 +00:00 |
dirname
|
Clean up by using dirname(3) from libc.
|
2005-04-04 16:46:55 +00:00 |
du
|
Kill __P(), use ANSI function declarations, constify; WARNS=3.
|
2005-02-17 17:35:47 +00:00 |
eject
|
Add (unsigned char) cast to ctype functions
|
2004-10-30 17:17:35 +00:00 |
elf2aout
|
s/the the/to the/.
|
2004-04-23 02:55:11 +00:00 |
elf2ecoff
|
…
|
|
env
|
…
|
|
error
|
Spell the plural of suffix "suffixes", not "suffices".
|
2004-02-13 17:56:17 +00:00 |
expand
|
- ansi
|
2005-03-09 02:02:07 +00:00 |
extattr
|
appease gcc -Wuninitialized
|
2005-06-02 01:42:11 +00:00 |
false
|
…
|
|
fdformat
|
PR/15897: Ryo HAYASAKA: fdformat does not know about terminal width.
|
2004-04-23 15:04:27 +00:00 |
fgen
|
Add -d level to usage. From Kouichirou Hiratsuka in PR 26198.
|
2004-07-09 12:10:43 +00:00 |
file
|
Force LANG=C before doing the shell glob to avoid collation issues on hosts
|
2004-06-16 01:33:35 +00:00 |
find
|
Add -false switch. From man page:
|
2005-11-09 00:47:16 +00:00 |
finger
|
Only compile in IPv6 support if ${USE_INET6} != "no"
|
2005-01-10 02:58:58 +00:00 |
fmt
|
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
|
2005-12-24 20:45:08 +00:00 |
fold
|
…
|
|
fpr
|
…
|
|
from
|
isupper(x) can be true for x in [128..255], but since tolower(x) is required
|
2004-10-30 17:25:34 +00:00 |
fsplit
|
No need to call isupper() before tolower()
|
2004-10-30 17:27:28 +00:00 |
fstat
|
WARNS=3, knf, ansi prototypes
|
2005-07-17 07:36:26 +00:00 |
ftp
|
recognize 307 redirect code.
|
2006-01-02 12:30:01 +00:00 |
gcore
|
We have 2005 now.
|
2005-01-11 09:46:17 +00:00 |
genassym
|
/sys is no longer available, change it to /usr/src/sys.
|
2005-08-18 01:09:02 +00:00 |
gencat
|
…
|
|
getconf
|
pathconf(2), not (3).
|
2004-11-10 13:43:39 +00:00 |
getent
|
It is "home_dir:shell", not "home_dir_shell". From YOMURA Masanori in private mail.
|
2005-09-11 23:16:15 +00:00 |
getopt
|
…
|
|
gprof
|
…
|
|
grep
|
PR/29806: Michael Van Elst: Off by one in code.
|
2005-04-22 21:02:42 +00:00 |
gzip
|
Remove unhandled H option from getopt() argument.
|
2005-12-13 10:02:04 +00:00 |
head
|
Mention -c explicitly, use Nm, drop trailing space,
|
2004-05-04 23:44:21 +00:00 |
hesinfo
|
…
|
|
hexdump
|
appease gcc -Wuninitialized
|
2005-06-02 01:53:01 +00:00 |
iconv
|
make the error message kindly if the last character is incompleted.
|
2005-04-25 13:57:34 +00:00 |
id
|
id(1) didn't check the return value of getgrouplist(3) and used memory
|
2005-08-30 16:47:47 +00:00 |
indent
|
When marking up "C", use .Tn consisntently. From YOMURA Masanori in private mail.
|
2005-09-11 23:17:34 +00:00 |
innetgr
|
Sort options and add -v to usage. From Kouichirou Hiratsuka in PR 26219,
|
2004-07-10 16:12:29 +00:00 |
ipcrm
|
…
|
|
ipcs
|
Print a nice introductory line, per SUSv3 (and Posix?)
|
2005-02-21 04:32:55 +00:00 |
join
|
Add missing -j to usage; sort as in man page;
|
2004-07-13 11:53:57 +00:00 |
jot
|
Sort options, standardize usage message.
|
2004-11-22 17:34:24 +00:00 |
kdestroy
|
Only #define HAVE_IPV6 if ${USE_INET6} != "no".
|
2005-01-10 03:11:17 +00:00 |
kdump
|
Learn about v1 records and sa upcalls.
|
2005-12-11 11:31:34 +00:00 |
kgetcred
|
Only #define HAVE_IPV6 if ${USE_INET6} != "no".
|
2005-01-10 03:11:17 +00:00 |
kinit
|
Only #define HAVE_IPV6 if ${USE_INET6} != "no".
|
2005-01-10 03:11:17 +00:00 |
klist
|
Only #define HAVE_IPV6 if ${USE_INET6} != "no".
|
2005-01-10 03:11:17 +00:00 |
ktrace
|
Sync usage with man page.
|
2005-12-12 22:42:34 +00:00 |
ktruss
|
learn about v1 records.
|
2005-12-11 11:30:06 +00:00 |
lam
|
…
|
|
last
|
Remove extra ; found by gcc-2.95 and reported in port-vax.
|
2005-03-14 13:34:57 +00:00 |
lastcomm
|
WARNS=3, ansi, knf
|
2005-03-28 23:33:22 +00:00 |
ldd
|
add rcsid.
|
2005-12-27 11:29:30 +00:00 |
leave
|
Fix Xref. End sentence with a dot. From YOMURA Masanori in private mail.
|
2005-09-11 23:18:42 +00:00 |
less
|
Fix a one byte off error which causes "less" to crash if you view a
|
2005-08-24 11:33:09 +00:00 |
lex
|
Fix pasto: don't call the wrong function from the wrapper. Reported by perry.
|
2005-08-08 01:28:08 +00:00 |
locale
|
consistently quote all values printed in the summary of
|
2004-07-12 08:51:56 +00:00 |
locate
|
Make it clear where this program can be found.
|
2005-10-05 17:38:49 +00:00 |
lock
|
Usage -> usage; add missing -n to usage. From Kouichirou Hiratsuka in PR 26221.
|
2004-07-13 11:55:02 +00:00 |
logger
|
…
|
|
login
|
Prefer mdoc markup to roff.
|
2005-11-08 18:54:15 +00:00 |
logname
|
…
|
|
look
|
…
|
|
lorder
|
Invoke "join" using POSIX syntax. Should fix a problem cross-building from
|
2005-01-04 18:09:33 +00:00 |
m4
|
s|expr|eval|g, to make the test portable
|
2005-10-06 17:38:09 +00:00 |
machine
|
…
|
|
mail
|
Pass lint completely.
|
2005-07-19 23:07:10 +00:00 |
make
|
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
|
2005-12-24 20:45:08 +00:00 |
man
|
…
|
|
menuc
|
White space nit- don't put a space before/after increment/decrement
|
2005-02-11 06:21:21 +00:00 |
mesg
|
- Check stdin, stdout, and stderr for a tty. From Liam Foy for SUSv3
|
2005-07-30 16:14:39 +00:00 |
midiplay
|
…
|
|
mixerctl
|
Mention mixerctl.conf in FILES and SEE ALSO. While here, tidy up some
|
2004-01-23 21:12:07 +00:00 |
mk_cmds
|
Only #define HAVE_IPV6 if ${USE_INET6} != "no".
|
2005-01-10 03:11:17 +00:00 |
mkcsmapper
|
appease gcc -Wuninitialized
|
2005-06-02 01:53:01 +00:00 |
mkdep
|
Sort options.
|
2005-12-12 22:49:37 +00:00 |
mkesdb
|
Don't define the debug variable here; it is declared statically elsewhere.
|
2005-06-27 01:23:59 +00:00 |
mkfifo
|
fix setmode error handling.
|
2005-10-01 20:23:54 +00:00 |
mklocale
|
Some fixes from jmc@openbsd.
|
2004-01-24 17:03:26 +00:00 |
mkstr
|
…
|
|
mktemp
|
warns=3, delint.
|
2005-07-30 16:19:09 +00:00 |
modstat
|
PR misc/31280: man 8 modstat is referencing itself. By Stefan Schumacher.
|
2005-09-09 22:47:26 +00:00 |
msgc
|
If the user removed the default string (after we had put it into the buffer
|
2005-04-09 13:12:31 +00:00 |
msgs
|
Fix obvious grammar mistake. Most of this file could do with a rewrite.
|
2004-09-03 14:24:50 +00:00 |
netgroup
|
…
|
|
netstat
|
Bump date for previous.
|
2005-12-28 22:53:59 +00:00 |
newsyslog
|
Reworded, because it previously made it sound like it only sent a
|
2005-04-21 17:33:31 +00:00 |
nfsstat
|
in "summary" output (-w),
|
2004-08-26 13:29:05 +00:00 |
nice
|
From Liam Foy:
|
2005-10-05 21:20:46 +00:00 |
nl
|
…
|
|
nohup
|
Improve command description, from jmc, jaredy, and tom, all @openbsd.
|
2005-07-14 22:16:39 +00:00 |
openssl
|
add new files.
|
2005-11-26 00:36:40 +00:00 |
pagesize
|
…
|
|
passwd
|
Introduce PAM_STATIC_LDADD and PAM_STATIC_DPADD. When compiling
|
2005-03-04 20:41:08 +00:00 |
paste
|
…
|
|
patch
|
Sort options. Add -C to usage.
|
2005-03-25 23:55:02 +00:00 |
pathchk
|
…
|
|
pkill
|
Exit with 2 on usage errors as documented. Noted by Christian Biere in
|
2005-10-10 22:13:20 +00:00 |
pmap
|
Add preliminary support for System V Boot File System.
|
2005-12-29 14:53:45 +00:00 |
pmc
|
Improve argument error checking.
|
2005-06-02 02:14:58 +00:00 |
pr
|
PR/32402: Jeffrey Bedard: pr filter dumps core with -s option specified,
|
2005-12-28 21:29:16 +00:00 |
printenv
|
…
|
|
printf
|
Remember to consume input bytes when processing '\0nnn' for %b formats
|
2005-03-22 23:55:46 +00:00 |
progress
|
Exit with any failure code from the cmd or gzip.
|
2005-02-23 22:32:31 +00:00 |
pwhash
|
appease gcc -Wuninitialized
|
2005-06-02 02:19:51 +00:00 |
qsubst
|
Make fn arg 'unsigned char' to avoid passing 'char' to isalnum()
|
2004-11-01 21:36:11 +00:00 |
quota
|
Replaced strncpy with strlcpy. Thanks to Peter Postma who
|
2004-09-07 13:20:39 +00:00 |
radioctl
|
…
|
|
rdist
|
Patch from Olaf Siebert in PR 12688 to handle hard links correctly when
|
2004-08-06 15:50:02 +00:00 |
renice
|
- Exit with non-zero on errors (from Liam Foy)
|
2005-10-09 18:23:52 +00:00 |
rev
|
…
|
|
rlogin
|
Remove the -L parameter from the first line of the SYNOPSIS
|
2005-07-16 12:35:59 +00:00 |
rpcgen
|
Add (unsigned char) cast to ctype functions
|
2004-11-01 21:39:32 +00:00 |
rpcinfo
|
Cleanup use of 'host' when running 'rpcinfo -p'.
|
2005-06-02 02:46:16 +00:00 |
rs
|
We have spell again, xref it. From YOMURA Masanori in private mail.
|
2005-09-11 23:22:03 +00:00 |
rsh
|
Add -4 and -6 to usage.
|
2005-03-11 03:20:23 +00:00 |
rup
|
From Liam Foy:
|
2005-08-07 16:01:45 +00:00 |
ruptime
|
Rewrite a macro in order to eliminate an unused global variable (Liam Foy)
|
2005-09-12 16:16:23 +00:00 |
rusers
|
…
|
|
rwall
|
- Minor logical restructure. Make sure we can create the client before
|
2005-08-09 23:41:38 +00:00 |
rwho
|
The nusers variable is actually a size_t, so print with %zd, not %d.
|
2005-10-01 13:33:21 +00:00 |
script
|
Add -d to usage; use getprogname(3). From Kouichirou Hiratsuka in PR 26227.
|
2004-07-13 12:07:51 +00:00 |
sed
|
no trailing comma at end of enum.
|
2004-11-20 06:40:01 +00:00 |
seq
|
Add missing 'by' in license attribution -- Thanks, wiz!
|
2005-01-20 12:52:03 +00:00 |
shar
|
UCB copyrights are supposed to be three clause these days
|
2005-06-30 02:36:35 +00:00 |
shlock
|
* add [] to -p
|
2004-07-13 12:16:12 +00:00 |
showmount
|
ANSIfy. de-P(). Syle nits.
|
2005-09-25 18:56:33 +00:00 |
shuffle
|
Mike Cheponis noted that I didn't list the edition of Knuth that the
|
2004-12-01 00:03:45 +00:00 |
skey
|
Mark up authors with .An. From YOMURA Masanori in private mail.
|
2005-09-11 23:25:32 +00:00 |
skeyinfo
|
…
|
|
skeyinit
|
Initialize pw to placate -Wuninitialized for sh3.
|
2005-09-20 15:48:17 +00:00 |
sockstat
|
Argument is address_family, not "address family". From YOMURA Masanori in private mail.
|
2005-09-11 23:26:35 +00:00 |
soelim
|
…
|
|
sort
|
Init some variables the compiler is complaining about and mark w. XXGCC as it
|
2005-06-10 16:07:45 +00:00 |
spell
|
lexi_co_graphical, with "co". From Igor Sobrado in PR 32231.
|
2005-12-04 09:14:58 +00:00 |
split
|
…
|
|
ssh
|
PR/30750: Mark Davies: ssh gives bogus complaint when gssapi authentication
|
2005-08-18 00:19:28 +00:00 |
stat
|
Sort SEE ALSO. Drop trailing space.
|
2005-06-26 10:16:46 +00:00 |
string2key
|
Only #define HAVE_IPV6 if ${USE_INET6} != "no".
|
2005-01-10 03:11:17 +00:00 |
su
|
Use LOGIN_CAP even in the pam case.
|
2005-12-15 14:03:34 +00:00 |
systat
|
Appease gcc 4.x
|
2005-12-24 21:14:50 +00:00 |
tail
|
appease gcc -Wuninitialized on hp700.
|
2005-06-05 19:08:28 +00:00 |
talk
|
rename osockaddr to talkd_sockaddr and use that instead.
|
2005-09-24 16:40:01 +00:00 |
tcopy
|
Fix typo in macro name, from Yomura Masanori in PR 30616.
|
2005-06-28 07:55:12 +00:00 |
tee
|
…
|
|
telnet
|
charaters -> characters
|
2005-04-03 02:43:57 +00:00 |
tftp
|
Fix old-style C code, update to WARNS=4.
|
2005-11-20 19:28:23 +00:00 |
time
|
Sprinkle some KNF.
|
2005-10-27 01:43:48 +00:00 |
tip
|
Treat EOF the same as EIO. Prevents spinning if an EOF condition is
|
2005-12-09 03:15:42 +00:00 |
tn3270
|
fix build problems with parallel make: always descend into the tools dir
|
2005-09-17 16:52:02 +00:00 |
top
|
Mention uptime display.
|
2005-10-10 10:09:17 +00:00 |
touch
|
Fix more FALLTHOUGH -> FALLTHROUGH typo.
|
2005-11-26 13:57:27 +00:00 |
tput
|
Usage should exit with to according to posix (from Liam Foy).
|
2005-07-30 14:43:13 +00:00 |
tr
|
As in other man pages, use .Dq for strings, and .Sq for single characters.
|
2004-03-24 11:38:27 +00:00 |
true
|
…
|
|
tset
|
pass data to a function via arguments instead of via global variables.
|
2004-09-01 01:46:28 +00:00 |
tsort
|
WARNS=3
|
2005-07-19 23:18:31 +00:00 |
tty
|
…
|
|
ul
|
…
|
|
uname
|
Sort options alphabetically.
|
2005-03-27 18:41:22 +00:00 |
unexpand
|
…
|
|
unifdef
|
…
|
|
uniq
|
…
|
|
units
|
Use .Nm instead of the verbose program name. From YOMURA Masanori in private mail.
|
2005-09-11 23:28:55 +00:00 |
unvis
|
Add -h to decode RFC 1808 URI style encoding (VIS_HTTPSTYLE).
|
2004-04-22 06:55:15 +00:00 |
usbhidaction
|
By setting close-on-exec on the USB HID device descriptor, prevent passing an
|
2005-07-02 04:05:09 +00:00 |
usbhidctl
|
bump size of some arrays
|
2005-02-09 22:14:13 +00:00 |
users
|
…
|
|
uudecode
|
de-__P(), ansify, use {g,s}etprogname.
|
2005-06-29 20:34:48 +00:00 |
uuencode
|
Add setprogname call.
|
2005-06-29 20:35:48 +00:00 |
uuidgen
|
Sync usage with man page.
|
2004-09-13 23:44:19 +00:00 |
vacation
|
New sentence, new line; punctuation fixes;
|
2004-08-25 12:47:57 +00:00 |
vgrind
|
Add (unsigned char) cast to ctype functions
|
2004-11-04 07:38:43 +00:00 |
vi
|
the last revision introduced a bug in the handling of escape characters while
|
2005-10-16 15:58:59 +00:00 |
vis
|
Sync usage with man page; use getprogname(). From Kouichirou Hiratsuka
|
2004-07-23 13:44:17 +00:00 |
vmstat
|
Don't forget original allocated memory address.
|
2005-10-22 15:32:48 +00:00 |
vndcompress
|
Fix old name in .Dt tag (CLCONFIG -> VNDCOMPRESS)
|
2005-12-12 21:04:31 +00:00 |
w
|
Don't print a warning about stale utmp{,x} entries if security.curtain
|
2005-09-15 00:58:49 +00:00 |
wall
|
Call check_sender with NULL atime, meaning no strict checking.
|
2004-10-27 17:49:19 +00:00 |
wc
|
…
|
|
what
|
…
|
|
whatis
|
PR bin/31068: whatis doesn't find /bin/[ by Zafer Aydogan.
|
2005-08-25 16:29:15 +00:00 |
whereis
|
PR/25680: Christian Biere: whereis/which return invalid information with
|
2004-05-23 02:24:06 +00:00 |
who
|
Implement the following two XSI extensions:
|
2005-07-22 14:23:05 +00:00 |
whois
|
add more crap for denic. From OpenBSD.
|
2005-07-22 16:01:52 +00:00 |
window
|
appease gcc -Wuninitialized
|
2005-06-02 04:34:57 +00:00 |
write
|
PR/28474: Geoff C. Wing: write does some weird checking and can't handle ptyfs
|
2004-11-30 04:08:38 +00:00 |
xargs
|
…
|
|
xinstall
|
fix setmode error handling.
|
2005-10-01 20:23:54 +00:00 |
xlint
|
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
|
2005-12-24 20:45:08 +00:00 |
xstr
|
Remove unneeded macro default arguments. From YOMURA Masanori in private mail.
|
2005-09-11 23:29:44 +00:00 |
yacc
|
PR/21177: Christian Biere: ctype function issues.
|
2005-04-17 17:16:37 +00:00 |
yes
|
Style fixes and WARNS.
|
2005-11-18 22:16:49 +00:00 |
ypcat
|
Sort SEE ALSO.
|
2005-02-26 16:20:36 +00:00 |
ypmatch
|
Sort SEE ALSO, remove superfluous quotes.
|
2005-02-26 16:21:44 +00:00 |
ypwhich
|
Sort SEE ALSO.
|
2005-02-26 16:22:27 +00:00 |
Makefile
|
Add vndcompress
|
2005-07-25 18:10:09 +00:00 |
Makefile.inc
|
…
|
|