1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-19 15:33:56 +00:00
freebsd/usr.bin
Bruce Evans a55a608e71 Only indent once for continuation lines when not lining up with
parentheses if the continuation indent is exactly half of the main
indent.  Indenting one contination indent for every level of
parentheses gives bad results in most cases and is not what is done
in about 90% of properly hand-formatted KNF code (sys/kern/*.c,
nvi/common/*.c).  The main advantage of the non-default KNF options
-nlp -ci4 is that continuation lines don't accidentally line up with
the next main indentation level or march to the right, and increasing
their indentation defeats this.

This behaviour change is limited to when the continuation indent is
exactly half of the main indent to avoid adding yet another option.
2004-02-12 16:25:12 +00:00
..
alias
apply
asa
at
atm Fixed style of DPADD and LDADD assignments as per style.Makefile(5). 2004-02-05 22:44:25 +00:00
awk
banner
basename
biff
bluetooth Fix a couple of stylistic issues 2003-12-22 22:50:21 +00:00
brandelf
bzip2 /rescue/b{,un}zip exists, so build this dynamically now. 2003-11-17 05:19:37 +00:00
bzip2recover
c89
c99
calendar Add some presidential birthdays. 2004-02-10 18:41:52 +00:00
cap_mkdb
catman
chat Rename logf --> chat_logf to avoid naming conflicts 2003-10-31 06:22:03 +00:00
checknr
chkey Put chkey(1), newkey(8), and keyserv(8) into the crypto distribution. 2004-01-18 09:29:47 +00:00
chpass Remove unused includes. Make it WARNS=6 friendly. Concerning bin/2442, make 2004-01-18 21:46:39 +00:00
cksum
cmp
col
colcrt
colldef Get rid of duplicates. 2003-09-14 13:41:59 +00:00
colrm
column
comm
compile_et
compress
csplit
ctags
cut
dig
dirname
dnskeygen
dnsquery
doscmd Fixed style of DPADD and LDADD assignments as per style.Makefile(5). 2004-02-05 22:44:25 +00:00
du
ee
elf2aout
elfdump Removed another spurious semicolon forgotten in the previous commit. 2003-09-06 11:55:05 +00:00
enigma Fixed style of DPADD and LDADD assignments as per style.Makefile(5). 2004-02-05 22:44:25 +00:00
env Removed (after the env(1)/printenv(1) split) extraneous arguments 2003-11-02 21:46:11 +00:00
expand
false
fetch Remove the inadvertant HTML additions to this man page. 2004-01-28 18:51:24 +00:00
file Fixed style of DPADD and LDADD assignments as per style.Makefile(5). 2004-02-05 22:44:25 +00:00
file2c
find Use a larger field for the size in blocks; the current width (4 digits) 2004-01-20 09:27:03 +00:00
finger
fmt
fold
from
fstat Do not cache and correctly free() dosmount entry in case of errors. 2003-09-23 16:44:17 +00:00
fsync
ftp Fixed style of DPADD and LDADD assignments as per style.Makefile(5). 2004-02-05 22:44:25 +00:00
gcore
gencat
getconf mdoc(7): Use the new feature of the .In macro. 2003-09-08 19:57:22 +00:00
getopt
gprof Remove MD bits for unsupported architectures. 2003-10-30 12:21:31 +00:00
head
hesinfo
hexdump
host
id
indent Only indent once for continuation lines when not lining up with 2004-02-12 16:25:12 +00:00
ipcrm
ipcs Fixed style of DPADD and LDADD assignments as per style.Makefile(5). 2004-02-05 22:44:25 +00:00
join
jot
kdump First pass at attempted debrucification: 2003-12-08 22:47:59 +00:00
keylogin
keylogout Removed unnecessary dependencies on librpcsvc. 2004-02-04 11:59:08 +00:00
killall New -e flag, modifies the behavior of the -u uid flag to use the 2004-01-26 11:11:36 +00:00
ktrace
ktrdump
lam
last
lastcomm
ldd
leave
less
lessecho
lesskey
lex Mark a function as `unused' in generated code. (Sometimes it is used, 2004-01-06 19:03:44 +00:00
limits
locale Back out LANG printing changes. POSIX is unclear in this place, but 2004-02-02 16:14:02 +00:00
locate
lock Two fixes here: 2004-01-22 04:24:15 +00:00
lockf
logger
login GC (now unused here) -lcrypt. 2004-02-02 18:00:06 +00:00
logname
look
lorder
lsvfs
m4 Use .St -susv2 rather than "The Single UNIX specification". 2003-12-10 10:52:48 +00:00
mail
make Fixed a bug that previous revision has introduced -- we missed 2004-01-25 12:28:36 +00:00
makewhatis
mesg
minigzip Fixed style of DPADD and LDADD assignments as per style.Makefile(5). 2004-02-05 22:44:25 +00:00
ministat Added missing DPADD. 2004-02-05 22:01:28 +00:00
mkdep
mkfifo
mklocale Fix section number in cross reference. 2004-01-23 20:29:03 +00:00
mkstr - Document gencat(1) 2003-08-22 17:55:56 +00:00
mktemp
msgs
mt Change /dev/rsa0 and /dev/rwt0 references to sa0 and wt0. 2003-09-05 15:28:09 +00:00
ncal Fixed style of DPADD and LDADD assignments as per style.Makefile(5). 2004-02-05 22:44:25 +00:00
ncplist
ncplogin
netstat printed statistics about source address selection rules. 2004-02-05 12:08:35 +00:00
newgrp Use (char *)NULL to terminated to argument list for execl(). 2003-10-30 15:14:34 +00:00
newkey Put chkey(1), newkey(8), and keyserv(8) into the crypto distribution. 2004-01-18 09:29:47 +00:00
nfsstat
nice
nl
nohup
objformat
opieinfo
opiekey
opiepasswd
pagesize
passwd
paste
pathchk
pr
printenv
printf
quota
renice
rev
rlogin Use the POSIX tty interface instead of the old interface. This makes 2003-09-28 08:54:56 +00:00
rpcgen
rpcinfo Add FBSDID. Use errx() instead of fprintf()/exit(). Call exit() at the end 2003-09-07 15:26:44 +00:00
rs
rsh Remove duplicate #include. Do not \n terminate errx() arg. 2003-09-07 15:30:42 +00:00
rup More xdrproc_t warnings. 2003-10-26 04:57:32 +00:00
ruptime
rusers More xdrproc_t warnings. 2003-10-26 04:57:32 +00:00
rwall Removed unnecessary dependencies on librpcsvc. 2004-02-04 11:59:08 +00:00
rwho
sasc
script Back out part of 1.21, since it breaks script interactive-program. This 2004-01-27 17:50:47 +00:00
sed Avoid using .Nm at the start of the sentence. 2004-01-04 15:33:06 +00:00
shar
showmount More xdrproc_t issues. 2003-10-26 04:58:44 +00:00
smbutil
sockstat
split
stat Resolve conflicts 2003-10-06 01:55:17 +00:00
su Fixed style of assignments. 2004-02-02 18:01:19 +00:00
systat Put libdevstat before libkvm, because the former depends on the latter. 2004-02-04 10:20:43 +00:00
tabs
tail
talk Use the new style struct sockaddr instead of osockaddr in system calls 2003-09-28 09:45:56 +00:00
tcopy Change /dev/rsa0 and /dev/rwt0 references to sa0 and wt0. 2003-09-05 15:28:09 +00:00
tee
telnet
tftp Fix BSS buffer overflow in makeargv(). 2003-10-12 00:27:55 +00:00
time Uses wait4() instead of wait3() when waiting for a child process to exit. 2003-10-17 07:53:30 +00:00
tip Baud rate capability is br', not ba'. 2003-09-06 18:36:51 +00:00
top
touch
tput
tr
true
truncate
truss Move declarations of Procfd to a header file. 2004-01-07 14:29:45 +00:00
tset
tsort Removed unused macro definition 2003-09-04 20:05:46 +00:00
tty
uac Remove (another) now redundant and now conflicting declaration of 2004-01-12 04:05:23 +00:00
ul
uname
unexpand
unifdef
uniq
units Add r_earth, r_moon, r_sun, representing the terrestrial, lunar, and 2003-11-05 22:29:48 +00:00
unvis
usbhidaction Fixed style of DPADD and LDADD assignments as per style.Makefile(5). 2004-02-05 22:44:25 +00:00
usbhidctl Correct reference to a non existant man page. 2004-01-04 16:34:16 +00:00
users
uudecode
uuencode Userland signed char fixes for PPC build. Problems were using a char 2004-01-22 07:23:36 +00:00
uuidgen The uuidgen(1) program is WARNS=6 clean, so flag it as such. 2003-12-07 21:34:56 +00:00
vacation
vgrind Fix warning about cgetent() argument. 2003-10-26 05:03:11 +00:00
vi Fixed style of DPADD and LDADD assignments as per style.Makefile(5). 2004-02-05 22:44:25 +00:00
vis
vmstat Put libdevstat before libkvm, because the former depends on the latter. 2004-02-04 10:20:43 +00:00
w Do not print the result of strftime() in case of failure, the content is 2003-09-07 16:31:32 +00:00
wall
wc
what
whereis
which
who Fix a warning that showed up on 64 bit systems. It was actually a real 2003-10-26 05:05:48 +00:00
whois
window Fix a `cast to pointer from integer of different size' warning. 2003-09-17 03:58:52 +00:00
write
xargs
xinstall - Demangle usage(). 2004-02-07 07:22:11 +00:00
xlint Fixed style of DPADD and LDADD assignments as per style.Makefile(5). 2004-02-05 22:44:25 +00:00
xstr
yacc
yes
ypcat Stop gcc warnings 2003-10-26 05:28:01 +00:00
ypmatch Stop gcc warnings 2003-10-26 05:28:01 +00:00
ypwhich Fix up warnings. There were some biggies here. There seems to be two 2003-10-26 05:30:40 +00:00
Makefile Add NO_BLUETOOTH knob to the build process 2004-01-28 00:42:51 +00:00
Makefile.inc