Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2003-06-26 | Remove cruft; We don't have the -I, -1 or -2 options anymore so we don't | 1 | -12/+4 | ||
need the associated scaffolding. tedu@ OK | |||||
2003-06-26 | more proto fixes | 10 | -37/+47 | ||
2003-06-26 | change awk script to generate ansi code | 1 | -3/+2 | ||
2003-06-26 | minimal protos | 2 | -7/+7 | ||
2003-06-26 | protos | 1 | -3/+3 | ||
2003-06-26 | ansi and knf and protos | 1 | -29/+29 | ||
2003-06-26 | ansi and protos | 13 | -117/+63 | ||
2003-06-26 | err() cleanup; andrushock@korovino.net | 1 | -12/+12 | ||
2003-06-26 | ansi | 1 | -45/+23 | ||
2003-06-26 | Fix -r flag that was broken during getopt() conversion--whoops. | 1 | -2/+2 | ||
2003-06-26 | remove -inset from .Bl; | 1 | -2/+2 | ||
2003-06-26 | Remove -inset from .Bl macro; | 1 | -3/+3 | ||
from wiz@netbsd | |||||
2003-06-26 | do not dump core for 'ssh -o proxycommand host'; ok deraadt@ | 1 | -1/+3 | ||
2003-06-26 | .It macros in item lists do not take arguments -> | 1 | -7/+13 | ||
.It Ft void becomes .It .Ft void from wiz@netbsd | |||||
2003-06-26 | strict proto cleanups | 16 | -120/+70 | ||
2003-06-26 | sync | 1 | -0/+1 | ||
2003-06-26 | Sy Pa -> Em | 1 | -2/+2 | ||
from wiz@netbsd | |||||
2003-06-26 | .Er Dv -> .Er | 1 | -3/+3 | ||
from wiz@netbsd | |||||
2003-06-26 | backout the __bounded__ attributes for a while; requested by deraadt@ | 16 | -127/+69 | ||
2003-06-26 | Only one of -tag and -ohang after .Bl; | 1 | -2/+2 | ||
from wiz@netbsd | |||||
2003-06-26 | remove superfluous .Ek; | 1 | -4/+2 | ||
from wiz@netbsd | |||||
2003-06-26 | various regression tests for -Wbounded | 85 | -0/+410 | ||
2003-06-26 | Mark various standard library functions with the __bounded__ attribute. | 16 | -69/+127 | ||
You must have an up-to-date gcc for this! deraadt@ ok | |||||
2003-06-26 | document the new attribute __bounded__ | 1 | -1/+122 | ||
with mdoc help from jmc@, deraadt@ ok | |||||
2003-06-26 | Introduce a simple static checker for making sure that the bounds | 11 | -3/+504 | ||
length passed to common functions such as strlcpy/strlcat match the real length of the buffer. It also checks to make sure that the bound length was not incorrectly derived from a sizeof(pointer) operation. Functions must be marked with the new attribute __bounded__, and warnings are turned on by -Wbounded. Specifying -Wformat also enables bounds checking for scanf(3) bounds to '%s' format variables. -Wall now turns on -Wbounded also. The checking is pretty limited right now to constant parameters, and the buffers must be statically declared, and not inside a record type. This simple checking still found hundreds of bugs around the ports tree though, and there have been no false positive warnings. 10x to niklas@, Richard Sharp and David Scott {rich,dave}@recoil.org for compiler advice. deraadt@ ok, miod@ tested on his collection of hardware You need to recompile gcc now if source upgrading in -current before doing a make world. | |||||
2003-06-26 | correct an example, and fix BUGS; | 1 | -3/+3 | ||
ok millert@ | |||||
2003-06-26 | use ; to separate selectors; | 1 | -2/+2 | ||
ok millert@ | |||||
2003-06-26 | Fix temp file handling. | 4 | -100/+86 | ||
o honor TMPDIR environment variable as per man page o need 2 temp files if both file1 and file2 are devices o add error() and errorx() which cleanup temp file and then call err() and errx() respectively. OK tedu@ | |||||
2003-06-26 | Quote % characters in macro lines; | 1 | -7/+9 | ||
from wiz@netbsd. Also better format of SYNOPSIS. | |||||
2003-06-26 | Manpage for ELF ld.so, derived from a.out version, not yet complete | 2 | -2/+174 | ||
also points out missing features in the ELF ld.so. | |||||
2003-06-26 | Use libc getopt_long; missed when I changed diff's main Makefile | 2 | -4/+4 | ||
a while ago. | |||||
2003-06-26 | fix rcsid | 1 | -1/+1 | ||
2003-06-26 | fix typo in comment. tedu@ ok | 1 | -2/+2 | ||
2003-06-26 | a couple of historical papers on the future of BSD unix (; | 8 | -0/+1090 | ||
2003-06-26 | beginners guide from 4.4 w/ caldera license; needs lots of updates for 4.4 even | 8 | -0/+2966 | ||
2003-06-26 | protos | 1 | -3/+6 | ||
2003-06-26 | ansi and protos | 10 | -241/+132 | ||
2003-06-26 | caldera-licensed doc from 4.4 | 6 | -0/+3585 | ||
2003-06-26 | 4.4 lint w/ caldera license now | 2 | -0/+1112 | ||
2003-06-26 | oops | 18 | -18/+18 | ||
2003-06-26 | caldera-licensed doc | 4 | -0/+2761 | ||
2003-06-26 | oops | 1 | -1/+1 | ||
2003-06-26 | calder-licensed doc | 2 | -2/+969 | ||
2003-06-26 | print usage in one printf (instead of four) | 1 | -6/+6 | ||
2003-06-26 | avoid using floating point for a random in [a, b] and kill a false comment | 1 | -9/+3 | ||
2003-06-26 | use err.h | 1 | -50/+28 | ||
2003-06-26 | docs from 4.4 w/caldera license now | 21 | -0/+5668 | ||