Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2003-09-05 | KNF nit pointed out by theo | 1 | -4/+4 | ||
2003-09-05 | no longer warn on '0' bound size, add new test for the negative case | 4 | -4/+12 | ||
2003-09-05 | dont error out when the input file is a symlink AND output goes to stdout | 1 | -3/+4 | ||
inspired by PR3409, ckuethe@ualberta.ca, tho fixed differently matches gnu gzip behaviour ok millert@ tedu@ deraadt@ | |||||
2003-09-05 | Stop the bounds checker warning on a bound of 0, so now it only triggers | 1 | -1/+1 | ||
on negative values. Suppresses some warnings on code which is useless but legal. deraadt@ ok | |||||
2003-09-05 | Never enable interrupts just before processing data exceptions, but rather | 1 | -64/+7 | ||
afterwards... and only if this is a wise thing to do! | |||||
2003-09-05 | Do not clean twice during make cleandir | 1 | -2/+2 | ||
ok deraadt@ | |||||
2003-09-05 | one check return from sysconf, one off by one vnsprintf, and one missing free. | 1 | -3/+8 | ||
all from Patrick Latifi in pr3414 | |||||
2003-09-05 | replace some groff macros with -mdoc versions; | 1 | -45/+46 | ||
a .br survives until i work out what to do with it... | |||||
2003-09-05 | sync those shiny little markers telling you which drivers are (not) | 1 | -6/+6 | ||
on which floppy with reality; ok miod@ | |||||
2003-09-05 | -t missing in synopsis | 1 | -2/+2 | ||
pr3444 jeffi@rcn.com ok jmc@ | |||||
2003-09-05 | document -w timeout; from cedric@ | 1 | -1/+15 | ||
ok deraadt@ | |||||
2003-09-05 | add some spacing after displays; | 1 | -8/+11 | ||
2003-09-05 | correct an .Sx; | 1 | -2/+2 | ||
2003-09-05 | macro cleanup and some typos; | 1 | -52/+70 | ||
2003-09-05 | Do not drop the user into DDB without a really, really good reason. | 1 | -2/+2 | ||
2003-09-05 | remove some erroneous backslashes, and add some indent; | 1 | -18/+17 | ||
2003-09-05 | socket leak on error paths. from Patrick Latifi. ok deraadt@ ho@ | 1 | -1/+11 | ||
2003-09-05 | - add gzcat to SYNOPSIS and DESCRIPTION | 1 | -3/+15 | ||
- add -g flag to zcat in SYNOPSIS - .Nm cat -> .Xr cat 1 from myself and tedu@ | |||||
2003-09-05 | more spacing, less macro; | 1 | -107/+83 | ||
ok miod@ | |||||
2003-09-05 | typo from naddy@; | 1 | -2/+2 | ||