summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-20Mention that the LCD can be made to "blink" by setting machdep.led_blink.Mark Kettenis
2007-07-20Initialize the locks in key_table. On hppa _SPINLOCK_LOCKED is 0, so anMark Kettenis
2007-07-20Make lcd(4) "blink" when machdep.led_blink is set.Mark Kettenis
2007-07-20Give hppa the blink_led API from sparc64, and the associated machdep.led_blinkMark Kettenis
2007-07-20Enable lcd(4).Mark Kettenis
2007-07-20PDC I/O space lives at 0xf0f0000000, not 0xf000000000, at least on astr(4)Mark Kettenis
2007-07-20Use HPPA_PC_PRIV_USER instead of hardcoded 3.Mark Kettenis
2007-07-20unbreak landisk kernel sha1 by working around a compiler bug;Otto Moerbeek
2007-07-20More code that tests for CPUCLASS_386 that can go away. Pointed out byMichael Knudsen
2007-07-20Remove inm_ifp from struct in_multi -- caching struct ifnet is dangerousClaudio Jeker
2007-07-20Oh, look, code that begins like this:Michael Knudsen
2007-07-20Don't show debug output when an interrupt is not for us.Marc Balmer
2007-07-20big clean-up patch:Marc Espie
2007-07-20reorder stuff in var.c so that the next patch is more readable.Marc Espie
2007-07-20Remove the MFREE() macro and replace it with a call to m_free().Claudio Jeker
2007-07-20- document the "play" default a little more clearlyJason McIntyre
2007-07-19syncPeter Valchev
2007-07-19kern.timecounter.timestepwarnings may be altered; from Kristaps DzonsonsJason McIntyre
2007-07-19Sync with cvs:Ray Lai
2007-07-19xcalloc is unneeded here since i is always 0 and we always use theRay Lai
2007-07-18Prefer ``hit'' cache operations when flushing kernel memory.Miod Vallat
2007-07-18Do not bother trying to make the tlb handler fit - they are too largeMiod Vallat
2007-07-18bus_dmamem_map() maps with a single segment in directly-translated XKPHYSMiod Vallat
2007-07-18modify ieee80211_aes_key_wrap() to support in-place encryption.Damien Bergamini
2007-07-18- when traversing mixer fields in the attach routine and connectingJacob Meuser
2007-07-18unbreak build.Damien Bergamini
2007-07-18move the processing of the pause attribute to the end of audiosetinfo(),Jacob Meuser
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