summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-02-22+Planet WL-3560 AR5211 CardBus a/b/gJason McIntyre
2006-02-22missing includes; from iruata souzaJason McIntyre
2006-02-22Append two string using strlcpy()/strlcat() instead of snprintf() toOtto Moerbeek
2006-02-22Avouid a race in atexit() handling by introducing a lock. ProblemOtto Moerbeek
2006-02-22Expect PMU_INT_SNDBRT while resetting the adb bus; although this brings theMiod Vallat
2006-02-22syncPeter Valchev
2006-02-22For 82544 and newer chips increase the number of TX descriptors to 512.Brad Smith
2006-02-22regenBrad Smith
2006-02-22update the media settings after MAC setup.Brad Smith
2006-02-22move #include <ctype.h> out of includes.h; ok djm@Kevin Steves
2006-02-21handle -1 return from host_dns(); ok henning@Kevin Steves
2006-02-21krb5.conf lives in /etc/kerberosVBjorn Sandell
2006-02-21KNFMarco Peereboom
2006-02-21disable interrupt mitigation until i figure out why we're spending 10% ofDamien Bergamini
2006-02-21KNFMarco Peereboom
2006-02-21remove some commented out and NetBSD-specific code.Brad Smith
2006-02-21add missing MTU ioctl switch case.Brad Smith
2006-02-21detect temporary connection errors, and retry with exponential timeout.Marc Espie
2006-02-21ask question corresponding to -F updatedepends too (commonalize code).Marc Espie
2006-02-21add optional 3rd choice [y/N/a] for always, so that this question typeMarc Espie
2006-02-21Added button type fieldJordan Hargrave
2006-02-21improvements from claudio:Jason McIntyre
2006-02-21Readjust debug levels that crept in too low over the last few days.Marco Peereboom
2006-02-21Adjust debug levels since _STA often doesn't exist and its annoyingly loud.Marco Peereboom
2006-02-21- fix some bugs when handling strange revision numbers (0 and 1). found byNiall O'Higgins
2006-02-21Fix a panic reported by D.Snezhkov by issuing an ifconfig command withClaudio Jeker
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
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
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
2006-02-20Calling parseint instead of parseval for getpciaddrJordan Hargrave
2006-02-20Added aml_bufcmp buffer comparisonsJordan Hargrave
2006-02-20Fix a typo cbproc -> proc. Found by drahn@Marco Peereboom
2006-02-20Fixed structure size for sleep states (bad grange!)Jordan Hargrave
2006-02-20- remove mbuf linearization code. it is broken in this context and it is veryDamien Bergamini
2006-02-20Fix kernel builds without bpfilter. Linking is still broken.Damien Bergamini
2006-02-20Remove historical yet completely undocumented ``is this a tape'' ioctl forMiod Vallat
2006-02-20Compile out more rthreads stuff unless option RTHREADS;Miod Vallat
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