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