summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-18convert code under #if 0 to the new ieee80211_key structure.Damien Bergamini
2007-07-18net80211 requires AES too.Damien Bergamini
2007-07-18add AES Key Wrap algorithm (see RFC 3394).Damien Bergamini
2007-07-18replace the ieee80211_wepkey structure with a more generic ieee80211_keyDamien Bergamini
2007-07-18Indentation nit.Artur Grabowski
2007-07-18hw.sensors is a tree, so describe/expand it as such; 'put it in' jmc@Constantine A. Murenin
2007-07-18Don't drop outgoing packets in case of a congested input queue.Marco Pfatschbacher
2007-07-18eliminate duplicate code to open lease file and just open atKevin Steves
2007-07-18Fix uninitialised variable 'sum' in single-processor idle calculation.Ryan Thomas McBride
2007-07-18Support -r for the export command.Xavier Santolaria
2007-07-18- document the fact that mkfontscale is now run as well as mkfontdir andAntoine Jacoutot
2007-07-17Add missing '};' to end struct declaration. Compiles again.Kenneth R Westerback
2007-07-17more places where the difference between the hardware sample sizeJacob Meuser
2007-07-17emu(4) works on sgi.Jacob Meuser
2007-07-17Forgot this part about rlog not needing the Directory request to be sent.Xavier Santolaria
2007-07-17Correct function name in error string.Xavier Santolaria
2007-07-17Simplify the way we check wether the issued command is `log' or `rlog'.Xavier Santolaria
2007-07-17remove m68k gcc workaround now that the gcc fix is in; ok miod@Todd C. Miller
2007-07-17rmoev the macppc workaround, now that isset() and friends use expressionsOtto Moerbeek
2007-07-17rewrite isset() and friends to use shifts and masks instead of divideOtto Moerbeek
2007-07-17sync swapon usage(); from Igor ZinovikJason McIntyre
2007-07-17do not try to list which options go with -p: the list is currently out ofJason McIntyre
2007-07-17ident/ansify/de-registerJasper Lievisse Adriaanse
2007-07-17document "pid"; based on a diff from Kristaps DzonsonsJason McIntyre
2007-07-17typo; from Stephan A. RickauerJason McIntyre
2007-07-17Do not send the Directory request when using the rlog command.Xavier Santolaria
2007-07-17comment snicky usage of strchrMarc Espie
2007-07-17- the data in the read buffer, that was put there by the hardware,Jacob Meuser
2007-07-17when looping through an array and advancing your pointer to the arrayJacob Meuser
2007-07-17sync usage(); from Tobias StoeckmannJason McIntyre
2007-07-16HW_SENSORS was never really a 'struct', and nowadays it is definitely a 'node'Constantine A. Murenin
2007-07-16under HW_SENSORS, mention <sys/sensors.h>, similarly to KERN_SYSVIPC.*; ok jmcConstantine A. Murenin
2007-07-16sizeof long double == sizeof double, deal with it; ok kettenisJason Wright
2007-07-16typoPierre-Yves Ritschard
2007-07-16use fatal and not err, the message would get lost.Pierre-Yves Ritschard
2007-07-16Remove dead code and fix incorrect comment. From Igor Zinovik.Todd C. Miller
2007-07-16No need to include <sys/param.h> or <errno.h>. Also reorder includesTodd C. Miller
2007-07-16Replace bunches of nops with the ITLBNOPFIX macro, which generates fewerMiod Vallat
2007-07-16On exit from switch_exit(), do not bother saving context and immediatelyMiod Vallat
2007-07-16Do not reenabled interrupts when processing a ddb trap, for bad things mayMiod Vallat
2007-07-16Change idle_mask to be made of the cop0 SR bits unshifted and the cop0 IC bitsMiod Vallat
2007-07-16The logic determining the value of rl_eewidth for the 9346 and 9356Todd C. Miller
2007-07-16oops, missed a bit from tobias' diff - add "usage: " to usage();Jason McIntyre
2007-07-16sync usage(); from Tobias StoeckmannJason McIntyre
2007-07-16Backport a gcc3 fix:Miod Vallat
2007-07-16fix percentage computation of wrapping numbers; from Willem DijkstraOtto Moerbeek
2007-07-16Do not display the `Working file:' line if the issued command is `rlog'.Xavier Santolaria
2007-07-16fix sensor_task_unregister description to reflect reality; ok dlgConstantine A. Murenin
2007-07-15fix typo: s/sensorsdev/sensordev/Constantine A. Murenin
2007-07-15lcd(4)Mark Kettenis