Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2006-02-22 | regen | 2 | -2/+14 | ||
2006-02-22 | update the media settings after MAC setup. | 1 | -3/+3 | ||
2006-02-22 | move #include <ctype.h> out of includes.h; ok djm@ | 8 | -9/+18 | ||
2006-02-21 | handle -1 return from host_dns(); ok henning@ | 1 | -2/+3 | ||
2006-02-21 | krb5.conf lives in /etc/kerberosV | 2 | -3/+3 | ||
Noted by Antoine Jacoutot, ok beck@ | |||||
2006-02-21 | KNF | 1 | -5/+5 | ||
2006-02-21 | disable interrupt mitigation until i figure out why we're spending 10% of | 1 | -2/+2 | ||
CPU time in interrupts with it. | |||||
2006-02-21 | KNF | 1 | -74/+74 | ||
2006-02-21 | remove some commented out and NetBSD-specific code. | 1 | -7/+1 | ||
2006-02-21 | add missing MTU ioctl switch case. | 1 | -4/+10 | ||
Noticed by: Ben Lovett <ben at tilderoot dot com> | |||||
2006-02-21 | detect temporary connection errors, and retry with exponential timeout. | 1 | -3/+39 | ||
2006-02-21 | ask question corresponding to -F updatedepends too (commonalize code). | 1 | -37/+41 | ||
Use key 'update', 'updatedepend' to avoid answering the same question again and again. | |||||
2006-02-21 | add optional 3rd choice [y/N/a] for always, so that this question type | 1 | -3/+13 | ||
will always match. | |||||
2006-02-21 | Added button type field | 1 | -41/+9 | ||
KNF Fixed parent notify callback for GEN interrupts ok marco@ | |||||
2006-02-21 | improvements from claudio: | 1 | -5/+7 | ||
- note that "-alias" is a synonym for "delete", and encourage the latter - make the description of "delete" clearer ok claudio | |||||
2006-02-21 | Readjust debug levels that crept in too low over the last few days. | 1 | -11/+11 | ||
KNF | |||||
2006-02-21 | Adjust debug levels since _STA often doesn't exist and its annoyingly loud. | 1 | -7/+7 | ||
KNF | |||||
2006-02-21 | - fix some bugs when handling strange revision numbers (0 and 1). found by | 1 | -1/+21 | ||
my automatic tool. ok xsa@ | |||||
2006-02-21 | Fix a panic reported by D.Snezhkov by issuing an ifconfig command with | 1 | -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-21 | Better English in comments. | 2 | -4/+4 | ||
2006-02-21 | The new default encryption algorithm for main mode is AES instead of 3DES. | 1 | -3/+3 | ||
Noticed as not being documented by otto@. ok otto@ | |||||
2006-02-21 | use after free; from itojun@ | 1 | -3/+2 | ||
2006-02-21 | Correctly count the number of LSAs in the retransmission list. OK norby@ | 1 | -1/+3 | ||
2006-02-21 | hook sdiff | 1 | -2/+2 | ||
2006-02-21 | sdiff regress tests from Ray | 25 | -0/+1627 | ||
2006-02-21 | Rig the power button so that the machine shuts down correctly. | 3 | -32/+48 | ||
2006-02-21 | - Overhaul link state detection code. | 2 | -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-21 | Adjust debugging levels to something more reasonable. | 1 | -5/+5 | ||
2006-02-21 | Lo -> Low | 1 | -2/+2 | ||
2006-02-21 | Print the parent name which is way more useful than the node name. | 1 | -8/+7 | ||
E.a: _LID instead of _HID. | |||||
2006-02-20 | Calling parseint instead of parseval for getpciaddr | 1 | -8/+3 | ||
ok marco@ | |||||
2006-02-20 | Added aml_bufcmp buffer comparisons | 1 | -33/+86 | ||
Added getpciaddr for pci opregions ok marco@ | |||||
2006-02-20 | Fix a typo cbproc -> proc. Found by drahn@ | 1 | -2/+2 | ||
ok jordan@ | |||||
2006-02-20 | Fixed structure size for sleep states (bad grange!) | 1 | -2/+2 | ||
ok marco@ | |||||
2006-02-20 | - remove mbuf linearization code. it is broken in this context and it is very | 2 | -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-20 | Fix kernel builds without bpfilter. Linking is still broken. | 5 | -9/+14 | ||
"Please commit this diff ASAP" brad@ | |||||
2006-02-20 | Remove historical yet completely undocumented ``is this a tape'' ioctl for | 2 | -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-20 | Compile out more rthreads stuff unless option RTHREADS; | 3 | -5/+21 | ||
discussed with a few, ok tedu@ | |||||
2006-02-20 | move #include <sys/stat.h> out of includes.h; ok markus@ | 24 | -25/+76 | ||
2006-02-20 | make it more evil and panic; from egger@ | 1 | -7/+12 | ||
2006-02-20 | move #include <signal.h> out of includes.h; ok markus@ | 11 | -12/+22 | ||
2006-02-20 | move #include <sys/un.h> out of includes.h; ok djm@ | 6 | -7/+16 | ||
2006-02-20 | - more spacing | 1 | -2/+2 | ||
2006-02-20 | - spacing | 1 | -5/+5 | ||
2006-02-20 | new ftp-proxy | 1 | -8/+8 | ||
ok jmc markus | |||||
2006-02-20 | Be sure to call shutdownhook_disestablish() as this is a removeable device. | 2 | -3/+6 | ||
ok mickey@ | |||||
2006-02-20 | fix some typos in comments; from ray lai | 1 | -5/+5 | ||
ok otto | |||||
2006-02-20 | bit more consistent... | 1 | -2/+2 | ||
2006-02-20 | - note that "deletetunnel" is for gif(4) and gre(4) devices only | 1 | -3/+6 | ||
- remove some redundant text from "deletetunnel" description help/ok claudio | |||||
2006-02-20 | Move two functions to separate file; from Ray Lai; ok jaredy@ | 4 | -63/+84 | ||