Age | Commit message (Expand) | Author |
2007-07-20 | Remove the MFREE() macro and replace it with a call to m_free(). | Claudio Jeker |
2007-07-20 | - document the "play" default a little more clearly | Jason McIntyre |
2007-07-19 | sync | Peter Valchev |
2007-07-19 | kern.timecounter.timestepwarnings may be altered; from Kristaps Dzonsons | Jason McIntyre |
2007-07-19 | Sync with cvs: | Ray Lai |
2007-07-19 | xcalloc is unneeded here since i is always 0 and we always use the | Ray Lai |
2007-07-18 | Prefer ``hit'' cache operations when flushing kernel memory. | Miod Vallat |
2007-07-18 | Do not bother trying to make the tlb handler fit - they are too large | Miod Vallat |
2007-07-18 | bus_dmamem_map() maps with a single segment in directly-translated XKPHYS | Miod Vallat |
2007-07-18 | modify ieee80211_aes_key_wrap() to support in-place encryption. | Damien Bergamini |
2007-07-18 | - when traversing mixer fields in the attach routine and connecting | Jacob Meuser |
2007-07-18 | unbreak build. | Damien Bergamini |
2007-07-18 | move the processing of the pause attribute to the end of audiosetinfo(), | Jacob Meuser |
2007-07-18 | convert code under #if 0 to the new ieee80211_key structure. | Damien Bergamini |
2007-07-18 | net80211 requires AES too. | Damien Bergamini |
2007-07-18 | add AES Key Wrap algorithm (see RFC 3394). | Damien Bergamini |
2007-07-18 | replace the ieee80211_wepkey structure with a more generic ieee80211_key | Damien Bergamini |
2007-07-18 | Indentation nit. | Artur Grabowski |
2007-07-18 | hw.sensors is a tree, so describe/expand it as such; 'put it in' jmc@ | Constantine A. Murenin |
2007-07-18 | Don't drop outgoing packets in case of a congested input queue. | Marco Pfatschbacher |
2007-07-18 | eliminate duplicate code to open lease file and just open at | Kevin Steves |
2007-07-18 | Fix uninitialised variable 'sum' in single-processor idle calculation. | Ryan Thomas McBride |
2007-07-18 | Support -r for the export command. | Xavier Santolaria |
2007-07-18 | - document the fact that mkfontscale is now run as well as mkfontdir and | Antoine Jacoutot |
2007-07-17 | Add missing '};' to end struct declaration. Compiles again. | Kenneth R Westerback |
2007-07-17 | more places where the difference between the hardware sample size | Jacob Meuser |
2007-07-17 | emu(4) works on sgi. | Jacob Meuser |
2007-07-17 | Forgot this part about rlog not needing the Directory request to be sent. | Xavier Santolaria |
2007-07-17 | Correct function name in error string. | Xavier Santolaria |
2007-07-17 | Simplify the way we check wether the issued command is `log' or `rlog'. | Xavier Santolaria |
2007-07-17 | remove m68k gcc workaround now that the gcc fix is in; ok miod@ | Todd C. Miller |
2007-07-17 | rmoev the macppc workaround, now that isset() and friends use expressions | Otto Moerbeek |
2007-07-17 | rewrite isset() and friends to use shifts and masks instead of divide | Otto Moerbeek |
2007-07-17 | sync swapon usage(); from Igor Zinovik | Jason McIntyre |
2007-07-17 | do not try to list which options go with -p: the list is currently out of | Jason McIntyre |
2007-07-17 | ident/ansify/de-register | Jasper Lievisse Adriaanse |
2007-07-17 | document "pid"; based on a diff from Kristaps Dzonsons | Jason McIntyre |
2007-07-17 | typo; from Stephan A. Rickauer | Jason McIntyre |
2007-07-17 | Do not send the Directory request when using the rlog command. | Xavier Santolaria |
2007-07-17 | comment snicky usage of strchr | Marc Espie |
2007-07-17 | - the data in the read buffer, that was put there by the hardware, | Jacob Meuser |
2007-07-17 | when looping through an array and advancing your pointer to the array | Jacob Meuser |
2007-07-17 | sync usage(); from Tobias Stoeckmann | Jason McIntyre |
2007-07-16 | HW_SENSORS was never really a 'struct', and nowadays it is definitely a 'node' | Constantine A. Murenin |
2007-07-16 | under HW_SENSORS, mention <sys/sensors.h>, similarly to KERN_SYSVIPC.*; ok jmc | Constantine A. Murenin |
2007-07-16 | sizeof long double == sizeof double, deal with it; ok kettenis | Jason Wright |
2007-07-16 | typo | Pierre-Yves Ritschard |
2007-07-16 | use fatal and not err, the message would get lost. | Pierre-Yves Ritschard |
2007-07-16 | Remove dead code and fix incorrect comment. From Igor Zinovik. | Todd C. Miller |
2007-07-16 | No need to include <sys/param.h> or <errno.h>. Also reorder includes | Todd C. Miller |