| Commit message (Expand) | Author | Age | Files | Lines |
| * | Various whitespace and style fixes. | John Baldwin | 2008-11-16 | 19 | -284/+291 |
| * | In the robust futexes list head, futex_offset shall be signed, | Konstantin Belousov | 2008-11-16 | 3 | -4/+4 |
| * | Print PMC widths in the initialization announcement. | Joseph Koshy | 2008-11-16 | 1 | -1/+2 |
| * | Correct an oversight: call the MD finalize hook at module unload | Joseph Koshy | 2008-11-15 | 1 | -0/+3 |
| * | Fix assertions. | Joseph Koshy | 2008-11-15 | 1 | -6/+9 |
| * | Correct an indexing error (a change missed out in #184802). | Joseph Koshy | 2008-11-15 | 1 | -1/+1 |
| * | Correct association 0 handling. | Alexander Motin | 2008-11-15 | 1 | -14/+24 |
| * | First step in cleaning up CIS parsing and /dev/cardbus*.cis: remove | Warner Losh | 2008-11-15 | 3 | -38/+42 |
| * | - Revive fdc(4) per-device flag 0x10, which was removed in r1.284[1]. | Jung-uk Kim | 2008-11-15 | 1 | -63/+86 |
| * | Fix compile. I was in the wrong tree when I tested it :-( | Doug Ambrisko | 2008-11-14 | 1 | -2/+2 |
| * | When running a 32bit app. on amd64, ensure the bits above 32bit | Doug Ambrisko | 2008-11-14 | 1 | -0/+15 |
| * | Switch the default rpc implementation for NFS back to the new code. I believe | Doug Rabson | 2008-11-14 | 3 | -9/+0 |
| * | Adapt to accmode_t changes. | Edward Tomasz Napierala | 2008-11-14 | 5 | -13/+13 |
| * | Per request, keep privilege number 20 reserved. | Ed Schouten | 2008-11-14 | 1 | -0/+1 |
| * | merge fix for boot-time hang on centos' xen | Kip Macy | 2008-11-14 | 1 | -24/+38 |
| * | repair config file from spamming | Kip Macy | 2008-11-14 | 1 | -0/+6 |
| * | Fix world | Paul Saab | 2008-11-14 | 2 | -2/+2 |
| * | Fix typo where the code was missing the "IPMICTL_RECEIVE_MSG_32" condition | David E. O'Brien | 2008-11-14 | 1 | -1/+1 |
| * | When repeatedly accessing a thread credential, cache the credential | Robert Watson | 2008-11-14 | 3 | -42/+48 |
| * | Hide the attach message. This needs to be done in the probe as well, as | Nick Hibma | 2008-11-13 | 1 | -6/+23 |
| * | Silence detach messages if the device has marked itself quiet (u3g). | Nick Hibma | 2008-11-13 | 2 | -13/+16 |
| * | Add a reset device command to ugen.c. | Nick Hibma | 2008-11-13 | 5 | -10/+19 |
| * | Add ADMA, SATA and SAS mass storage subclasses reporting. | Alexander Motin | 2008-11-13 | 1 | -0/+3 |
| * | For now on every 10 cyclinder groups flush the buffer cache to free | Doug Ambrisko | 2008-11-13 | 1 | -0/+4 |
| * | One more piece to add to make sense data work for a user app. from LSI. | Doug Ambrisko | 2008-11-13 | 1 | -0/+10 |
| * | Use the remote address for access control, not the local address. This fixes | Doug Rabson | 2008-11-13 | 2 | -2/+45 |
| * | Temporarily switch NFS back to the old RPC code while I try to diagnose and | Doug Rabson | 2008-11-13 | 4 | -4/+13 |
| * | Fix Rx/Tx checksum offload ioctl handling. Now checksum offload | Pyun YongHyeon | 2008-11-13 | 1 | -7/+9 |
| * | The audit queue limit variables are size_t, so use size_t for the audit | Robert Watson | 2008-11-13 | 2 | -4/+4 |
| * | - Fix from jhb for failing I/O request when bus_dmamap_load fails. | Doug Ambrisko | 2008-11-12 | 5 | -30/+85 |
| * | Various style and whitespace fixes. Previously parts of this file used | John Baldwin | 2008-11-12 | 1 | -342/+350 |
| * | Add opt_inet.h which has been needed since r184718, which had | Bjoern A. Zeeb | 2008-11-12 | 1 | -1/+1 |
| * | Add opt_inet.h which has been needed since r184717 introducing | Bjoern A. Zeeb | 2008-11-12 | 1 | -1/+1 |
| * | Add opt_inet.h which has been needed since r184714, r184715 introducing | Bjoern A. Zeeb | 2008-11-12 | 1 | -1/+2 |
| * | Probe ADB miscellaneous devices (ID 7) instead of stopping at ID 6. This | Nathan Whitehorn | 2008-11-12 | 1 | -1/+1 |
| * | Call svc_freereq() before returning from the service proc. | Doug Rabson | 2008-11-12 | 1 | -0/+1 |
| * | Don't call svc_freereq() before svc_freeargs(). | Doug Rabson | 2008-11-12 | 1 | -1/+1 |
| * | -Improvement: Add '\n' on debug output in sctp_lower_sosend(). | Randall Stewart | 2008-11-12 | 6 | -24/+22 |
| * | Add a quirk for Belkin USB Bluetooth adapters (F8T012xx1 series) | Giorgos Keramidas | 2008-11-12 | 2 | -0/+10 |
| * | Add support for the Microsoft Comfort Optical Mouse 3000 (model 1043). | Colin Percival | 2008-11-12 | 2 | -0/+3 |
| * | Add a missing call to mtx_destroy(). | Doug Rabson | 2008-11-12 | 1 | -0/+1 |
| * | Add ale(4), a driver for Atheros AR8121/AR8113/AR8114 PCIe ethernet | Pyun YongHyeon | 2008-11-12 | 10 | -0/+4105 |
| * | Turn (NFSERR_AUTHERR|code) status values into svcerr_auth(rqst, code) replies | Doug Rabson | 2008-11-12 | 1 | -2/+7 |
| * | Allow v3 GETATTR requests even when weakly authenticated. Change the error | Doug Rabson | 2008-11-12 | 1 | -2/+3 |
| * | Don't forget to relock the TTY after uiomove() returns an error. | Ed Schouten | 2008-11-12 | 1 | -4/+2 |
| * | Update firmware version check | Kip Macy | 2008-11-12 | 5 | -17/+28 |
| * | Move audit-internal function definitions for getting and setting audit | Robert Watson | 2008-11-11 | 2 | -2/+6 |
| * | Minor style tweaks and change lock name string to use _'s and not spaces | Robert Watson | 2008-11-11 | 1 | -1/+4 |
| * | Add support for extended header BSM tokens. Currently we use the | Christian S.J. Peron | 2008-11-11 | 8 | -4/+124 |
| * | Several cleanups related to pipe(2). | Ed Schouten | 2008-11-11 | 4 | -42/+33 |