| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Whitespace nitpicking | emax | 2009-04-09 | 1 | -2/+2 |
* | Introduce KB_POLLED flag to struct keyboard's kb_flags field. | emax | 2009-04-09 | 1 | -0/+4 |
* | Remove obsolete/bogus layering. | emax | 2009-04-09 | 1 | -8/+1 |
* | check the method pointer before invoking ah_eepromDetach as it can | sam | 2009-04-09 | 1 | -2/+4 |
* | Bump version after changes in the userland/kernel ABI for dummynet | luigi | 2009-04-09 | 1 | -1/+1 |
* | Add emulation of delay profiles, which lets you model various | luigi | 2009-04-09 | 5 | -22/+549 |
* | Removed more vestiges of if_sl(4). | ru | 2009-04-09 | 5 | -380/+5 |
* | Use DEVICE_SHUTDOWN(9) mechanism for shutdown handler. | delphij | 2009-04-09 | 1 | -8/+2 |
* | Don't use pmap_kextact() when comparing bus handles for Book-E. | marcel | 2009-04-08 | 1 | -0/+4 |
* | Undo SVN rev 183283 | emax | 2009-04-08 | 1 | -4/+4 |
* | Add C++ operators to operator(7) manual page. | ed | 2009-04-08 | 2 | -22/+26 |
* | Also remove the unused __word_swap_int*() macros. | ed | 2009-04-08 | 2 | -38/+0 |
* | Implement __bswap16() without using inline assembly. | ed | 2009-04-08 | 2 | -44/+2 |
* | A belated note on layout change of certain V_ containers. | zec | 2009-04-08 | 1 | -0/+5 |
* | o Grammar. | maxim | 2009-04-08 | 1 | -3/+3 |
* | o add a capability for drivers that require 802.3 encapsulation of | sam | 2009-04-08 | 3 | -11/+15 |
* | Don't use hexadecimal in the EBR partition names, because 'a'..'f' | marcel | 2009-04-08 | 1 | -1/+1 |
* | remove unused struct member | sam | 2009-04-08 | 1 | -1/+0 |
* | Fix tty_wait_background() to comply with standards. | ed | 2009-04-08 | 1 | -8/+16 |
* | Various cleanup of text, moving a couple of paragraphs | luigi | 2009-04-08 | 1 | -88/+99 |
* | Minor description fix. | raj | 2009-04-08 | 1 | -1/+1 |
* | Properly handle KDB entry in fatal abort. This lets KDB_UNATTENDED work on ARM. | raj | 2009-04-08 | 1 | -1/+2 |
* | Fix a FR bug. When doing PR-SCTP with number rtx | rrs | 2009-04-08 | 1 | -13/+19 |
* | Add more padding and a new variable. This will | rrs | 2009-04-08 | 2 | -6/+6 |
* | -don't pass down, to module's fingerprint function, unused data like | piso | 2009-04-08 | 10 | -28/+34 |
* | MFi386: revision 190617 | nyan | 2009-04-08 | 1 | -0/+16 |
* | Remove spurious locking in pfs_write(). | des | 2009-04-08 | 1 | -2/+0 |
* | add uathload.8 | weongyo | 2009-04-08 | 2 | -1/+70 |
* | block build of uathload on ia64 temporarily because binutils expects | weongyo | 2009-04-08 | 1 | -0/+2 |
* | Fix hangs caused by hardware that signals receive errors | marcel | 2009-04-08 | 1 | -6/+9 |
* | check offsets for R300_ZB_ZPASS_ADDR | rnoland | 2009-04-07 | 1 | -2/+5 |
* | Add the following media types as supported by bce(4): | delphij | 2009-04-07 | 1 | -3/+13 |
* | Add regs required for occlusion queries support | rnoland | 2009-04-07 | 4 | -2/+11 |
* | Nul-terminate strings in the VFS name cache, which negligibly change | rwatson | 2009-04-07 | 1 | -10/+96 |
* | Move variable externs into extern.h so they are checked against the definitions. | obrien | 2009-04-07 | 3 | -30/+29 |
* | - Use gdb-* glob instead of gdb-6.1.1, to simplify future imports. | emaste | 2009-04-07 | 1 | -54/+65 |
* | Remove superfluous dot. | brueffer | 2009-04-07 | 1 | -1/+1 |
* | Autogenerate hardware notes for the uath(4) driver. | brueffer | 2009-04-07 | 1 | -0/+2 |
* | Reword the HARDWARE section so uath(4) can actually be recognized in | brueffer | 2009-04-07 | 1 | -3/+5 |
* | Mdoc cleanup. | brueffer | 2009-04-07 | 1 | -9/+10 |
* | Move an "end list" macro to the right place. | brueffer | 2009-04-07 | 1 | -1/+1 |
* | Avoid infinite loops when remaking makefiles not only | fjoe | 2009-04-07 | 4 | -41/+26 |
* | Improve clarity: if (a && (b ? b : c)) -> if (a && (b || c)) | ed | 2009-04-07 | 1 | -2/+1 |
* | Add parentheses to under-parenthesized macro. | ed | 2009-04-07 | 1 | -1/+1 |
* | Don't explicitly force ecx to be used for MSR_FSBASE/MSR_GSBASE. | ed | 2009-04-07 | 1 | -10/+4 |
* | Adding sys/nfs/nfssvc.h and sys/nfs/nfs_nfssvc.c in preparation for | rmacklem | 2009-04-07 | 2 | -0/+220 |
* | Rewrite SMBIOS for loader: | jkim | 2009-04-07 | 2 | -152/+206 |
* | Increase sprintf(3) buffer size, which I forgot from the previous commit. | jkim | 2009-04-07 | 1 | -1/+1 |
* | More chip types, and fix a comment. | imp | 2009-04-07 | 1 | -11/+14 |
* | When multiple cards are present, register a shutdown handler for each card | delphij | 2009-04-07 | 1 | -8/+9 |