Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-27 | ansify and add an alaw <-> mulaw conversion | Jason Wright | |
2003-06-26 | ansi | Theo de Raadt | |
2003-06-26 | simple protos | Theo de Raadt | |
2003-06-26 | ansi | Theo de Raadt | |
2003-06-26 | boring protos | Theo de Raadt | |
2003-06-26 | sync | Theo de Raadt | |
2003-06-26 | intel PRO_2100_3B wireless | Theo de Raadt | |
2003-06-26 | protos | Vincent Labrecque | |
ok deraadt | |||
2003-06-26 | cabsf takes complex float not double | Jason Wright | |
2003-06-26 | Better value for vax MAXFLOAT | Jason Wright | |
2003-06-26 | redefine MAXFLOAT in vax terms | Jason Wright | |
2003-06-26 | proto | Theo de Raadt | |
2003-06-26 | ansi | Theo de Raadt | |
2003-06-26 | Remove cruft; We don't have the -I, -1 or -2 options anymore so we don't | Todd C. Miller | |
need the associated scaffolding. tedu@ OK | |||
2003-06-26 | more proto fixes | Theo de Raadt | |
2003-06-26 | change awk script to generate ansi code | Theo de Raadt | |
2003-06-26 | minimal protos | Theo de Raadt | |
2003-06-26 | protos | Theo de Raadt | |
2003-06-26 | ansi and knf and protos | Theo de Raadt | |
2003-06-26 | ansi and protos | Theo de Raadt | |
2003-06-26 | err() cleanup; andrushock@korovino.net | Theo de Raadt | |
2003-06-26 | ansi | Theo de Raadt | |
2003-06-26 | Fix -r flag that was broken during getopt() conversion--whoops. | Todd C. Miller | |
2003-06-26 | remove -inset from .Bl; | Jason McIntyre | |
2003-06-26 | Remove -inset from .Bl macro; | Jason McIntyre | |
from wiz@netbsd | |||
2003-06-26 | do 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-26 | strict proto cleanups | Theo de Raadt | |
2003-06-26 | sync | Theo de Raadt | |
2003-06-26 | Sy Pa -> Em | Jason McIntyre | |
from wiz@netbsd | |||
2003-06-26 | .Er Dv -> .Er | Jason McIntyre | |
from wiz@netbsd | |||
2003-06-26 | backout the __bounded__ attributes for a while; requested by deraadt@ | Anil Madhavapeddy | |
2003-06-26 | Only one of -tag and -ohang after .Bl; | Jason McIntyre | |
from wiz@netbsd | |||
2003-06-26 | remove superfluous .Ek; | Jason McIntyre | |
from wiz@netbsd | |||
2003-06-26 | various regression tests for -Wbounded | Anil Madhavapeddy | |
2003-06-26 | Mark various standard library functions with the __bounded__ attribute. | Anil Madhavapeddy | |
You must have an up-to-date gcc for this! deraadt@ ok | |||
2003-06-26 | document the new attribute __bounded__ | Anil Madhavapeddy | |
with mdoc help from jmc@, deraadt@ ok | |||
2003-06-26 | Introduce a simple static checker for making sure that the bounds | Anil 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-26 | correct an example, and fix BUGS; | Jason McIntyre | |
ok millert@ | |||
2003-06-26 | use ; to separate selectors; | Jason McIntyre | |
ok millert@ | |||
2003-06-26 | Fix 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-26 | Quote % characters in macro lines; | Jason McIntyre | |
from wiz@netbsd. Also better format of SYNOPSIS. | |||
2003-06-26 | Manpage for ELF ld.so, derived from a.out version, not yet complete | Dale Rahn | |
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 | Todd C. Miller | |
a while ago. | |||
2003-06-26 | fix rcsid | David Krause | |
2003-06-26 | fix typo in comment. tedu@ ok | Jolan Luff | |
2003-06-26 | a couple of historical papers on the future of BSD unix (; | Michael Shalayeff | |
2003-06-26 | beginners guide from 4.4 w/ caldera license; needs lots of updates for 4.4 even | Michael Shalayeff | |
2003-06-26 | ansi and protos | Theo de Raadt | |
2003-06-26 | protos | Theo de Raadt | |