summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diffdir.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-09-06Disable AFS for m88k again - it's unlikely that libpthread/arla-lwp supportmiod1-1/+5
gets debugged in time for the release.
2003-09-06- interval specified with -i flag, not -wjmc2-9/+9
- no -M or -N options - sync usage() and SYNOPSIS from Jeff Ito (PRs 3452 and 2453)
2003-09-06fix a few errors; jmc@ okavsm1-3/+5
2003-09-06Fix boot -a, add protected cnpollc(). ok deraadt@drahn1-3/+14
2003-09-06Large cleaning of exception handling:miod3-303/+274
- faster code paths in eh.S, especially for 88110 cpus - do not service data access exceptions more than one time; also, be sure that interrupts are disabled while servicing them. - cleanup the 88110 trap handler in the same way the 88100 flavour has been cleaned recently. This spotted two bugs, which are fixed there as well: - add systrace support to the 88110 syscall code - add emulation support to the 88100 syscall code
2003-09-06restore undocumented -u# support for the old schoolers. :)tedu1-3/+3
noticed by itojun@, ok deraadt@
2003-09-06zap ?; jeffi@rcn.comderaadt1-3/+3
2003-09-06sync in fingerprints from p0f v2.0 release. a little bit sparse on the Win95frantzen1-64/+128
fingerprints, please go to http://lcamtuf.coredump.cx/p0f-help/ with any and all Win95 boxes. thanks!
2003-09-05cd(4) supports ATAPI as well as SCSI devices; from fgs@jmc2-7/+9
ok henning@ millert@ miod@
2003-09-05add a few fingerprints from J.Smith <lbalbalba AT hotmail.com> thanks!frantzen1-7/+10
2003-09-05Solaris 2.5.1 fingerprint. pcap from Alec.Thomas AT optus.net.au. thanks!frantzen1-1/+2
2003-09-05spacing;jmc1-1/+2
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