summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diffdir.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-02-22regenbrad2-2/+14
2006-02-22update the media settings after MAC setup.brad1-3/+3
2006-02-22move #include <ctype.h> out of includes.h; ok djm@stevesk8-9/+18
2006-02-21handle -1 return from host_dns(); ok henning@stevesk1-2/+3
2006-02-21krb5.conf lives in /etc/kerberosVbiorn2-3/+3
Noted by Antoine Jacoutot, ok beck@
2006-02-21KNFmarco1-5/+5
2006-02-21disable interrupt mitigation until i figure out why we're spending 10% ofdamien1-2/+2
CPU time in interrupts with it.
2006-02-21KNFmarco1-74/+74
2006-02-21remove some commented out and NetBSD-specific code.brad1-7/+1
2006-02-21add missing MTU ioctl switch case.brad1-4/+10
Noticed by: Ben Lovett <ben at tilderoot dot com>
2006-02-21detect temporary connection errors, and retry with exponential timeout.espie1-3/+39
2006-02-21ask question corresponding to -F updatedepends too (commonalize code).espie1-37/+41
Use key 'update', 'updatedepend' to avoid answering the same question again and again.
2006-02-21add optional 3rd choice [y/N/a] for always, so that this question typeespie1-3/+13
will always match.
2006-02-21Added button type fieldjordan1-41/+9
KNF Fixed parent notify callback for GEN interrupts ok marco@
2006-02-21improvements from claudio:jmc1-5/+7
- note that "-alias" is a synonym for "delete", and encourage the latter - make the description of "delete" clearer ok claudio
2006-02-21Readjust debug levels that crept in too low over the last few days.marco1-11/+11
KNF
2006-02-21Adjust debug levels since _STA often doesn't exist and its annoyingly loud.marco1-7/+7
KNF
2006-02-21- fix some bugs when handling strange revision numbers (0 and 1). found byniallo1-1/+21
my automatic tool. ok xsa@
2006-02-21Fix a panic reported by D.Snezhkov by issuing an ifconfig command withclaudio1-1/+2
-alias and netmask used at the same time. This resulted in a corrupted routing table and a panic in rn_walktree after the interface was destroyed. OK krw@ henning@
2006-02-21Better English in comments.claudio2-4/+4
2006-02-21The new default encryption algorithm for main mode is AES instead of 3DES.hshoexer1-3/+3
Noticed as not being documented by otto@. ok otto@
2006-02-21use after free; from itojun@markus1-3/+2
2006-02-21Correctly count the number of LSAs in the retransmission list. OK norby@claudio1-1/+3
2006-02-21hook sdiffotto1-2/+2
2006-02-21sdiff regress tests from Rayotto25-0/+1627
2006-02-21Rig the power button so that the machine shuts down correctly.marco3-32/+48
2006-02-21- Overhaul link state detection code.brad2-108/+143
- Make use of if_link_state_change() so CARP will now see link state changes for fibre cards. revs 1.102, 1.104, 1.113, 1.120, and 1.124. From FreeBSD Tested with 5700/5701/5703/5704/5750 and a 5752.
2006-02-21Adjust debugging levels to something more reasonable.marco1-5/+5
2006-02-21Lo -> Lowbrad1-2/+2
2006-02-21Print the parent name which is way more useful than the node name.marco1-8/+7
E.a: _LID instead of _HID.
2006-02-20Calling parseint instead of parseval for getpciaddrjordan1-8/+3
ok marco@
2006-02-20Added aml_bufcmp buffer comparisonsjordan1-33/+86
Added getpciaddr for pci opregions ok marco@
2006-02-20Fix a typo cbproc -> proc. Found by drahn@marco1-2/+2
ok jordan@
2006-02-20Fixed structure size for sleep states (bad grange!)jordan1-2/+2
ok marco@
2006-02-20- remove mbuf linearization code. it is broken in this context and it is verydamien2-37/+6
unlikely that we will see mbuf chains with 62 fragments anytime soon (anyway, it would not crash, it would just freeze TX). - fix max scatter value so we don't end up filling the ring with one mbuf chain.
2006-02-20Fix kernel builds without bpfilter. Linking is still broken.damien5-9/+14
"Please commit this diff ASAP" brad@
2006-02-20Remove historical yet completely undocumented ``is this a tape'' ioctl formiod2-6/+2
block devices where ioctl request is zero and data is B_TAPE, which no sane userland program uses those days. General disgust and ok deraadt@ millert@ weingart@
2006-02-20Compile out more rthreads stuff unless option RTHREADS;miod3-5/+21
discussed with a few, ok tedu@
2006-02-20move #include <sys/stat.h> out of includes.h; ok markus@stevesk24-25/+76
2006-02-20make it more evil and panic; from egger@mickey1-7/+12
2006-02-20move #include <signal.h> out of includes.h; ok markus@stevesk11-12/+22
2006-02-20move #include <sys/un.h> out of includes.h; ok djm@stevesk6-7/+16
2006-02-20- more spacingniallo1-2/+2
2006-02-20- spacingniallo1-5/+5
2006-02-20new ftp-proxycamield1-8/+8
ok jmc markus
2006-02-20Be sure to call shutdownhook_disestablish() as this is a removeable device.jsg2-3/+6
ok mickey@
2006-02-20fix some typos in comments; from ray laijmc1-5/+5
ok otto
2006-02-20bit more consistent...jmc1-2/+2
2006-02-20- note that "deletetunnel" is for gif(4) and gre(4) devices onlyjmc1-3/+6
- remove some redundant text from "deletetunnel" description help/ok claudio
2006-02-20Move two functions to separate file; from Ray Lai; ok jaredy@otto4-63/+84