summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-06-27ansify and add an alaw <-> mulaw conversionJason Wright
2003-06-26ansiTheo de Raadt
2003-06-26simple protosTheo de Raadt
2003-06-26ansiTheo de Raadt
2003-06-26boring protosTheo de Raadt
2003-06-26syncTheo de Raadt
2003-06-26intel PRO_2100_3B wirelessTheo de Raadt
2003-06-26protosVincent Labrecque
ok deraadt
2003-06-26cabsf takes complex float not doubleJason Wright
2003-06-26Better value for vax MAXFLOATJason Wright
2003-06-26redefine MAXFLOAT in vax termsJason Wright
2003-06-26protoTheo de Raadt
2003-06-26ansiTheo de Raadt
2003-06-26Remove cruft; We don't have the -I, -1 or -2 options anymore so we don'tTodd C. Miller
need the associated scaffolding. tedu@ OK
2003-06-26more proto fixesTheo de Raadt
2003-06-26change awk script to generate ansi codeTheo de Raadt
2003-06-26minimal protosTheo de Raadt
2003-06-26protosTheo de Raadt
2003-06-26ansi and knf and protosTheo de Raadt
2003-06-26ansi and protosTheo de Raadt
2003-06-26err() cleanup; andrushock@korovino.netTheo de Raadt
2003-06-26ansiTheo de Raadt
2003-06-26Fix -r flag that was broken during getopt() conversion--whoops.Todd C. Miller
2003-06-26remove -inset from .Bl;Jason McIntyre
2003-06-26Remove -inset from .Bl macro;Jason McIntyre
from wiz@netbsd
2003-06-26do not dump core for 'ssh -o proxycommand host'; ok deraadt@Markus Friedl
2003-06-26.It macros in item lists do not take arguments ->Jason McIntyre
.It Ft void becomes .It .Ft void from wiz@netbsd
2003-06-26strict proto cleanupsTheo de Raadt
2003-06-26syncTheo de Raadt
2003-06-26Sy Pa -> EmJason McIntyre
from wiz@netbsd
2003-06-26.Er Dv -> .ErJason McIntyre
from wiz@netbsd
2003-06-26backout the __bounded__ attributes for a while; requested by deraadt@Anil Madhavapeddy
2003-06-26Only one of -tag and -ohang after .Bl;Jason McIntyre
from wiz@netbsd
2003-06-26remove superfluous .Ek;Jason McIntyre
from wiz@netbsd
2003-06-26various regression tests for -WboundedAnil Madhavapeddy
2003-06-26Mark various standard library functions with the __bounded__ attribute.Anil Madhavapeddy
You must have an up-to-date gcc for this! deraadt@ ok
2003-06-26document the new attribute __bounded__Anil Madhavapeddy
with mdoc help from jmc@, deraadt@ ok
2003-06-26Introduce a simple static checker for making sure that the boundsAnil Madhavapeddy
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-26correct an example, and fix BUGS;Jason McIntyre
ok millert@
2003-06-26use ; to separate selectors;Jason McIntyre
ok millert@
2003-06-26Fix temp file handling.Todd C. Miller
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-26Quote % characters in macro lines;Jason McIntyre
from wiz@netbsd. Also better format of SYNOPSIS.
2003-06-26Manpage for ELF ld.so, derived from a.out version, not yet completeDale Rahn
also points out missing features in the ELF ld.so.
2003-06-26Use libc getopt_long; missed when I changed diff's main MakefileTodd C. Miller
a while ago.
2003-06-26fix rcsidDavid Krause
2003-06-26fix typo in comment. tedu@ okJolan Luff
2003-06-26a couple of historical papers on the future of BSD unix (;Michael Shalayeff
2003-06-26beginners guide from 4.4 w/ caldera license; needs lots of updates for 4.4 evenMichael Shalayeff
2003-06-26ansi and protosTheo de Raadt
2003-06-26protosTheo de Raadt