summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diffdir.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-07-29Instead of checking for "stdout" in decompress(), just do the checkmillert1-3/+6
in list_stats(). Looks cleaner and we don't have to rely on any special flags being set.
2003-07-29fix length for "- stalled -"markus1-2/+2
2003-07-29bad license; deraadtmarkus1-1780/+0
2003-07-29move spl checking wrap over the syscall into trap.c:syscall();mickey2-82/+13
this gives several benefits: the arguments for a syscall printed are the exact args and not some wild guess fetched from the user stack; the check does not include the AST traps that may be checked on their own in the trap() routine should be desired; kill last use and thus itself the fuword() function and it's glue.
2003-07-29replace 4 clause BSD licensed progressmeter code with a replacementmarkus2-244/+183
from Nils Nordman and myself; ok deraadt@
2003-07-29Add HPT302 and HPT371grange2-5/+5
2003-07-29Support for HPT302 and HPT371, inspired from the FreeBSD ata driver.grange2-20/+72
Thanks to otto@ for help in regress testing and tedu@ for unslacking me.
2003-07-29"pass on lo0" in the intermediate pf ruleset loaded during boot.henning1-1/+2
solves PR3376 by matthew.gream@pobox.com, fix slightly different ok mcbride@ deraadt@
2003-07-29sputnik dupe; from Dmitry Bogdan <dsb@uvm.poi.dvo.ru>mickey1-2/+1
2003-07-29document: ip.portfirst ip.portlast ip.porthifirst ip.porthilast;jmc1-1/+28
reported by Alejandro G. Belluscio on bugs@ Also document: ip.maxqueue thanks to henning, pb, otto and markus for their help. ok henning@
2003-07-29add NetBSD (c) for the section mickey added via Paul Weissman;jmc1-1/+36
requested by Paul.
2003-07-29correctly handle multiline responses with leading space followed by numberhenning1-1/+3
PR3378 mayonez@ssnet.xim.pl, thanks!
2003-07-29add a spot of .Fa to variable namesavsm1-2/+5
jmc@ ok
2003-07-29remove -compact and add a bit of spacing;jmc1-9/+13
ok miod@
2003-07-29add a space, and correct some lists;jmc1-7/+8
2003-07-29Remove a diagnostic print which was left in the code to determine howdrahn1-5/+1
bad integer division is for calculation of the tick timer. Turns out that the typical error on most machines is < .005% just a few seconds per week. Not enough to bother with at this time.
2003-07-29Bye bye GNU zforce(1), welcome BSD zforce(1).otto4-69/+9