Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-21 | ask question corresponding to -F updatedepends too (commonalize code). | Marc Espie | |
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 | Marc Espie | |
will always match. | |||
2006-02-21 | Added button type field | Jordan Hargrave | |
KNF Fixed parent notify callback for GEN interrupts ok marco@ | |||
2006-02-21 | improvements from claudio: | Jason McIntyre | |
- 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. | Marco Peereboom | |
KNF | |||
2006-02-21 | Adjust debug levels since _STA often doesn't exist and its annoyingly loud. | Marco Peereboom | |
KNF | |||
2006-02-21 | - fix some bugs when handling strange revision numbers (0 and 1). found by | Niall O'Higgins | |
my automatic tool. ok xsa@ | |||
2006-02-21 | Fix a panic reported by D.Snezhkov by issuing an ifconfig command with | Claudio Jeker | |
-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. | Claudio Jeker | |
2006-02-21 | The new default encryption algorithm for main mode is AES instead of 3DES. | Hans-Joerg Hoexer | |
Noticed as not being documented by otto@. ok otto@ | |||
2006-02-21 | use after free; from itojun@ | Markus Friedl | |
2006-02-21 | Correctly count the number of LSAs in the retransmission list. OK norby@ | Claudio Jeker | |
2006-02-21 | hook sdiff | Otto Moerbeek | |
2006-02-21 | sdiff regress tests from Ray | Otto Moerbeek | |
2006-02-21 | Rig the power button so that the machine shuts down correctly. | Marco Peereboom | |
2006-02-21 | - Overhaul link state detection code. | Brad Smith | |
- 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. | Marco Peereboom | |
2006-02-21 | Lo -> Low | Brad Smith | |
2006-02-21 | Print the parent name which is way more useful than the node name. | Marco Peereboom | |
E.a: _LID instead of _HID. | |||
2006-02-20 | Calling parseint instead of parseval for getpciaddr | Jordan Hargrave | |
ok marco@ | |||
2006-02-20 | Added aml_bufcmp buffer comparisons | Jordan Hargrave | |
Added getpciaddr for pci opregions ok marco@ | |||
2006-02-20 | Fix a typo cbproc -> proc. Found by drahn@ | Marco Peereboom | |
ok jordan@ | |||
2006-02-20 | Fixed structure size for sleep states (bad grange!) | Jordan Hargrave | |
ok marco@ | |||
2006-02-20 | - remove mbuf linearization code. it is broken in this context and it is very | Damien Bergamini | |
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. | Damien Bergamini | |
"Please commit this diff ASAP" brad@ | |||
2006-02-20 | Remove historical yet completely undocumented ``is this a tape'' ioctl for | Miod Vallat | |
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; | Miod Vallat | |
discussed with a few, ok tedu@ | |||
2006-02-20 | move #include <sys/stat.h> out of includes.h; ok markus@ | Kevin Steves | |
2006-02-20 | make it more evil and panic; from egger@ | Michael Shalayeff | |
2006-02-20 | move #include <signal.h> out of includes.h; ok markus@ | Kevin Steves | |
2006-02-20 | move #include <sys/un.h> out of includes.h; ok djm@ | Kevin Steves | |
2006-02-20 | - more spacing | Niall O'Higgins | |
2006-02-20 | - spacing | Niall O'Higgins | |
2006-02-20 | new ftp-proxy | Camiel Dobbelaar | |
ok jmc markus | |||
2006-02-20 | Be sure to call shutdownhook_disestablish() as this is a removeable device. | Jonathan Gray | |
ok mickey@ | |||
2006-02-20 | fix some typos in comments; from ray lai | Jason McIntyre | |
ok otto | |||
2006-02-20 | bit more consistent... | Jason McIntyre | |
2006-02-20 | - note that "deletetunnel" is for gif(4) and gre(4) devices only | Jason McIntyre | |
- remove some redundant text from "deletetunnel" description help/ok claudio | |||
2006-02-20 | Move two functions to separate file; from Ray Lai; ok jaredy@ | Otto Moerbeek | |
2006-02-20 | refactor processq() loop. From Rai Lay; ok jaredy@ | Otto Moerbeek | |
2006-02-20 | fix conversion for the temp values. i think i was losing some precision | David Gwynne | |
2006-02-20 | Region has to be read and write not just read. | Marco Peereboom | |
ok jordan Pointed out by Bjorn Andersson <bjorn at silversmedjan dot se> | |||
2006-02-20 | Region has to be read/write not just read. | Marco Peereboom | |
ok jordan Pointed out by Bjorn Andersson <bjorn at silversmedjan dot se> | |||
2006-02-20 | Display device name for button attach | Jordan Hargrave | |
ok marco@ | |||
2006-02-20 | There are systems with nfe attaching icsphy in the wild. | Jonathan Gray | |
2006-02-20 | Add acpibtn device. Remains disabled for now. | Marco Peereboom | |
2006-02-19 | We no longer install the SystemV compatibility links. OK pvalchev@ | Todd C. Miller | |
2006-02-19 | Keep track of the duration of our relationships with neighbors. | Esben Norby | |
Displayed in "ospfctl show neighbor". ok claudio@ | |||
2006-02-19 | Added code for aml_notify GPE notification callback | Jordan Hargrave | |
ok marco@ | |||
2006-02-19 | add some vertical space; | Jason McIntyre | |