Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2003-07-29 | Instead of checking for "stdout" in decompress(), just do the check | 1 | -3/+6 | ||
in list_stats(). Looks cleaner and we don't have to rely on any special flags being set. | |||||
2003-07-29 | fix length for "- stalled -" | 1 | -2/+2 | ||
2003-07-29 | bad license; deraadt | 1 | -1780/+0 | ||
2003-07-29 | move spl checking wrap over the syscall into trap.c:syscall(); | 2 | -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-29 | replace 4 clause BSD licensed progressmeter code with a replacement | 2 | -244/+183 | ||
from Nils Nordman and myself; ok deraadt@ | |||||
2003-07-29 | Add HPT302 and HPT371 | 2 | -5/+5 | ||
2003-07-29 | Support for HPT302 and HPT371, inspired from the FreeBSD ata driver. | 2 | -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. | 1 | -1/+2 | ||
solves PR3376 by matthew.gream@pobox.com, fix slightly different ok mcbride@ deraadt@ | |||||
2003-07-29 | sputnik dupe; from Dmitry Bogdan <dsb@uvm.poi.dvo.ru> | 1 | -2/+1 | ||
2003-07-29 | document: ip.portfirst ip.portlast ip.porthifirst ip.porthilast; | 1 | -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-29 | add NetBSD (c) for the section mickey added via Paul Weissman; | 1 | -1/+36 | ||
requested by Paul. | |||||
2003-07-29 | correctly handle multiline responses with leading space followed by number | 1 | -1/+3 | ||
PR3378 mayonez@ssnet.xim.pl, thanks! | |||||
2003-07-29 | add a spot of .Fa to variable names | 1 | -2/+5 | ||
jmc@ ok | |||||
2003-07-29 | remove -compact and add a bit of spacing; | 1 | -9/+13 | ||
ok miod@ | |||||
2003-07-29 | add a space, and correct some lists; | 1 | -7/+8 | ||
2003-07-29 | Remove a diagnostic print which was left in the code to determine how | 1 | -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-29 | Bye bye GNU zforce(1), welcome BSD zforce(1). | 4 | -69/+9 | ||