summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diffdir.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-06-27protos for userland buildderaadt1-1/+4
2003-06-27Cleanup biosboot to remove uneeded 32-bit opcodes, initializations ofweingart1-19/+11
32-bit segment registers, and other things not really necessary. Cleanup some comments while there as well. Tweak blocktable to max size these changes allow us. This should help in shrinking the code some, making future changes easier. nate@ ok.
2003-06-27Fix -t mode; it needs to set decomp=1 toomillert1-2/+3
2003-06-27kill a warning: include <string.h>david1-1/+2
ok tedu@
2003-06-27kqueue support for various usb devices including: usb, uhid, ugen,nate9-16/+322
and uscanner From NetBSD
2003-06-27filter event that simulates seltrue(). From NetBSDnate2-2/+21
2003-06-27- add eephybrad1-6/+4
- fix Xr to brgphy, .xr -> .Xr
2003-06-27Reorg part I: move 3 functions out of pf_table.c to pf_radix.ccedric3-62/+86
ok dhartmei@
2003-06-27do pf_tagname2tag() in DIOCCHANGERULE as well.henning1-1/+10
noticed by and ok cedric@
2003-06-27add an example for tagginghenning1-1/+10
help and ok jmc@
2003-06-27fix a typo that was stopping VScom PCI 800 from formatting;jmc1-2/+2
2003-06-27move down pf_tag_unref() calls in pf_rm_rule() to after the check wetehr therehenning1-3/+3
are still states for the given rule existant. based on a very nice analysis from cedric@, that is so completely right that I have nothing to add: in pf_rm_rule(), the pf_tag_unref() calls are done *before* the if (rule->states > 0 || rule->entries.tqe_prev != NULL) test. That mean that the two pf_tag_unref() calls could occur *twice* for a given rule: first when the rule is removed from the ruleset and (if the rule was kept around because of a state) a second time when the state refcount drops to zero and the rule gets really deleted. Unless I'm mistaken, that breaks the refcounting. ...and cedric was not mistaken. and, as daniel pointed out: The breakage this causes is so subtle, I doubt anyone noticed it before, if it did occur. consensus on this between cedric, dhartmei and myself
2003-06-27no more kerberos IV, PR3335henning1-6/+1
2003-06-27sunix puc(4)shenning1-1/+10
2003-06-27sunix cards addedhenning1-2/+10
2003-06-27add support for a whole bunch of sunix cardshenning1-13/+95
mostly from NetBSD prodded and tested by henric
2003-06-27synchenning2-5/+5
2003-06-27Sunix covers a whole range of cards under this one ID so change the namehenning1-2/+2
accordingly
2003-06-27/etc/authpf.allow -> /etc/authpf/authpf.allow in commentshenning1-5/+5
spotted by Joel Knight again
2003-06-27Fix hang in EDD detection routine.weingart2-20/+7
2003-06-27ansi functionsjason4-160/+56
2003-06-27These don't need linear mappings either.jason8-69/+42
2003-06-27syncderaadt4-3/+1
2003-06-27put it in section 1deraadt2-3/+3
2003-06-27Don't need LINEAR mappings.jason3-29/+19
2003-06-27ansify and add an alaw <-> mulaw conversionjason3-200/+89
2003-06-26simple protosderaadt4-11/+11
2003-06-26ansideraadt5-22/+12
2003-06-26boring protosderaadt2-10/+10
2003-06-26syncderaadt2-2/+7
2003-06-26intel PRO_2100_3B wirelessderaadt1-1/+2
2003-06-26protosvincent5-12/+14
ok deraadt
2003-06-26cabsf takes complex float not doublejason1-2/+2
2003-06-26Better value for vax MAXFLOATjason1-2/+2
2003-06-26redefine MAXFLOAT in vax termsjason1-1/+6
2003-06-26protoderaadt1-2/+2
2003-06-26ansideraadt1-37/+16
2003-06-26Remove cruft; We don't have the -I, -1 or -2 options anymore so we don'tmillert3-39/+18
need the associated scaffolding. tedu@ OK
2003-06-26more proto fixesderaadt10-37/+47
2003-06-26change awk script to generate ansi codederaadt1-3/+2
2003-06-26minimal protosderaadt2-7/+7
2003-06-26protosderaadt1-3/+3
2003-06-26ansi and knf and protosderaadt1-29/+29
2003-06-26ansi and protosderaadt13-117/+63
2003-06-26err() cleanup; andrushock@korovino.netderaadt1-12/+12
2003-06-26ansideraadt1-45/+23
2003-06-26Fix -r flag that was broken during getopt() conversion--whoops.millert1-2/+2
2003-06-26remove -inset from .Bl;jmc1-2/+2
2003-06-26Remove -inset from .Bl macro;jmc1-3/+3
from wiz@netbsd
2003-06-26do not dump core for 'ssh -o proxycommand host'; ok deraadt@markus1-1/+3