summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-02-21ask 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-21add optional 3rd choice [y/N/a] for always, so that this question typeMarc Espie
will always match.
2006-02-21Added button type fieldJordan Hargrave
KNF Fixed parent notify callback for GEN interrupts ok marco@
2006-02-21improvements 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-21Readjust debug levels that crept in too low over the last few days.Marco Peereboom
KNF
2006-02-21Adjust 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 byNiall O'Higgins
my automatic tool. ok xsa@
2006-02-21Fix a panic reported by D.Snezhkov by issuing an ifconfig command withClaudio 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-21Better English in comments.Claudio Jeker
2006-02-21The 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-21use after free; from itojun@Markus Friedl
2006-02-21Correctly count the number of LSAs in the retransmission list. OK norby@Claudio Jeker
2006-02-21hook sdiffOtto Moerbeek
2006-02-21sdiff regress tests from RayOtto Moerbeek
2006-02-21Rig 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-21Adjust debugging levels to something more reasonable.Marco Peereboom
2006-02-21Lo -> LowBrad Smith
2006-02-21Print the parent name which is way more useful than the node name.Marco Peereboom
E.a: _LID instead of _HID.
2006-02-20Calling parseint instead of parseval for getpciaddrJordan Hargrave
ok marco@
2006-02-20Added aml_bufcmp buffer comparisonsJordan Hargrave
Added getpciaddr for pci opregions ok marco@
2006-02-20Fix a typo cbproc -> proc. Found by drahn@Marco Peereboom
ok jordan@
2006-02-20Fixed 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 veryDamien 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-20Fix kernel builds without bpfilter. Linking is still broken.Damien Bergamini
"Please commit this diff ASAP" brad@
2006-02-20Remove historical yet completely undocumented ``is this a tape'' ioctl forMiod 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-20Compile out more rthreads stuff unless option RTHREADS;Miod Vallat
discussed with a few, ok tedu@
2006-02-20move #include <sys/stat.h> out of includes.h; ok markus@Kevin Steves
2006-02-20make it more evil and panic; from egger@Michael Shalayeff
2006-02-20move #include <signal.h> out of includes.h; ok markus@Kevin Steves
2006-02-20move #include <sys/un.h> out of includes.h; ok djm@Kevin Steves
2006-02-20- more spacingNiall O'Higgins
2006-02-20- spacingNiall O'Higgins
2006-02-20new ftp-proxyCamiel Dobbelaar
ok jmc markus
2006-02-20Be sure to call shutdownhook_disestablish() as this is a removeable device.Jonathan Gray
ok mickey@
2006-02-20fix some typos in comments; from ray laiJason McIntyre
ok otto
2006-02-20bit more consistent...Jason McIntyre
2006-02-20- note that "deletetunnel" is for gif(4) and gre(4) devices onlyJason McIntyre
- remove some redundant text from "deletetunnel" description help/ok claudio
2006-02-20Move two functions to separate file; from Ray Lai; ok jaredy@Otto Moerbeek
2006-02-20refactor processq() loop. From Rai Lay; ok jaredy@Otto Moerbeek
2006-02-20fix conversion for the temp values. i think i was losing some precisionDavid Gwynne
2006-02-20Region 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-20Region has to be read/write not just read.Marco Peereboom
ok jordan Pointed out by Bjorn Andersson <bjorn at silversmedjan dot se>
2006-02-20Display device name for button attachJordan Hargrave
ok marco@
2006-02-20There are systems with nfe attaching icsphy in the wild.Jonathan Gray
2006-02-20Add acpibtn device. Remains disabled for now.Marco Peereboom
2006-02-19We no longer install the SystemV compatibility links. OK pvalchev@Todd C. Miller
2006-02-19Keep track of the duration of our relationships with neighbors.Esben Norby
Displayed in "ospfctl show neighbor". ok claudio@
2006-02-19Added code for aml_notify GPE notification callbackJordan Hargrave
ok marco@
2006-02-19add some vertical space;Jason McIntyre