| Commit message (Expand) | Author | Age | Files | Lines |
* | Add ADMA, SATA and SAS mass storage subclasses reporting. | mav | 2008-11-13 | 1 | -0/+3 |
* | For now on every 10 cyclinder groups flush the buffer cache to free | ambrisko | 2008-11-13 | 1 | -0/+4 |
* | One more piece to add to make sense data work for a user app. from LSI. | ambrisko | 2008-11-13 | 1 | -0/+10 |
* | Use the remote address for access control, not the local address. This fixes | dfr | 2008-11-13 | 2 | -2/+45 |
* | Temporarily switch NFS back to the old RPC code while I try to diagnose and | dfr | 2008-11-13 | 4 | -4/+13 |
* | Fix Rx/Tx checksum offload ioctl handling. Now checksum offload | yongari | 2008-11-13 | 1 | -7/+9 |
* | The audit queue limit variables are size_t, so use size_t for the audit | rwatson | 2008-11-13 | 2 | -4/+4 |
* | - Fix from jhb for failing I/O request when bus_dmamap_load fails. | ambrisko | 2008-11-12 | 5 | -30/+85 |
* | Various style and whitespace fixes. Previously parts of this file used | jhb | 2008-11-12 | 1 | -363/+371 |
* | Add opt_inet.h which has been needed since r184718, which had | bz | 2008-11-12 | 1 | -1/+1 |
* | Add opt_inet.h which has been needed since r184717 introducing | bz | 2008-11-12 | 1 | -1/+1 |
* | Add opt_inet.h which has been needed since r184714, r184715 introducing | bz | 2008-11-12 | 1 | -1/+2 |
* | Probe ADB miscellaneous devices (ID 7) instead of stopping at ID 6. This | nwhitehorn | 2008-11-12 | 1 | -1/+1 |
* | Call svc_freereq() before returning from the service proc. | dfr | 2008-11-12 | 1 | -0/+1 |
* | Don't call svc_freereq() before svc_freeargs(). | dfr | 2008-11-12 | 1 | -1/+1 |
* | -Improvement: Add '\n' on debug output in sctp_lower_sosend(). | rrs | 2008-11-12 | 6 | -24/+22 |
* | Add a quirk for Belkin USB Bluetooth adapters (F8T012xx1 series) | keramida | 2008-11-12 | 2 | -0/+10 |
* | Add support for the Microsoft Comfort Optical Mouse 3000 (model 1043). | cperciva | 2008-11-12 | 2 | -0/+3 |
* | Add a missing call to mtx_destroy(). | dfr | 2008-11-12 | 1 | -0/+1 |
* | Add ale(4), a driver for Atheros AR8121/AR8113/AR8114 PCIe ethernet | yongari | 2008-11-12 | 10 | -0/+4105 |
* | Turn (NFSERR_AUTHERR|code) status values into svcerr_auth(rqst, code) replies | dfr | 2008-11-12 | 1 | -2/+7 |
* | Allow v3 GETATTR requests even when weakly authenticated. Change the error | dfr | 2008-11-12 | 1 | -2/+3 |
* | Don't forget to relock the TTY after uiomove() returns an error. | ed | 2008-11-12 | 1 | -4/+2 |
* | Update firmware version check | kmacy | 2008-11-12 | 5 | -17/+28 |
* | Move audit-internal function definitions for getting and setting audit | rwatson | 2008-11-11 | 2 | -2/+6 |
* | Minor style tweaks and change lock name string to use _'s and not spaces | rwatson | 2008-11-11 | 1 | -1/+4 |
* | Add support for extended header BSM tokens. Currently we use the | csjp | 2008-11-11 | 8 | -4/+124 |
* | Several cleanups related to pipe(2). | ed | 2008-11-11 | 4 | -42/+33 |
* | Avoid scheduling firmware taskqs when cold. | gallatin | 2008-11-11 | 1 | -3/+7 |
* | - Use RTFREE_LOCKED macro | kmacy | 2008-11-11 | 1 | -3/+3 |
* | Fake the assoc id so that ndis can work on the latest net80211. | thompsa | 2008-11-11 | 1 | -1/+10 |
* | Make ispfw(4) play nice with individual firmware modules. | jkim | 2008-11-11 | 1 | -41/+109 |
* | Sigh. Fix a pointer/int compile error. | peter | 2008-11-10 | 1 | -1/+1 |
* | Fix a signal emulation bug introduced in r163018 (and present in 7.x). | peter | 2008-11-10 | 1 | -1/+1 |
* | Add missing USB_BUS_LOCK* change from r184824. | thompsa | 2008-11-10 | 1 | -1/+1 |
* | Wrap sx locking of the audit worker sleep lock in macros, update comments. | rwatson | 2008-11-10 | 1 | -24/+31 |
* | Convert the two main locking areas into macros to make it clear on what we are | thompsa | 2008-11-10 | 27 | -338/+350 |
* | - Separate PMC class dependent code from other kinds of machine | jkoshy | 2008-11-09 | 20 | -952/+1585 |
* | Style tweak. | jkoshy | 2008-11-09 | 1 | -2/+2 |
* | For consistency work on the local object passed into the function for the | bz | 2008-11-09 | 1 | -3/+3 |
* | Regenerate system call tables for r184789. | ed | 2008-11-09 | 16 | -116/+66 |
* | Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. | ed | 2008-11-09 | 7 | -50/+60 |
* | make kern.ipc.nmbclusters actually have a useful effect on nmbclusters et al. | kmacy | 2008-11-09 | 1 | -3/+4 |
* | Reduce the default baud rate of PTY's to 9600. | ed | 2008-11-08 | 3 | -3/+2 |
* | Require write access on a directory being moved from one parent | trasz | 2008-11-08 | 1 | -0/+8 |
* | Don't use curthread to resolve file descriptor. Request may be queued, so | mav | 2008-11-08 | 1 | -2/+10 |
* | Assign new cookie to the node to reflect API change. | mav | 2008-11-08 | 1 | -1/+1 |
* | Don't assign completely meaningless name to the node on creation. | mav | 2008-11-07 | 1 | -11/+0 |
* | Range-check NFSv2 procedure numbers before converting to NFSv3. | dfr | 2008-11-07 | 1 | -2/+7 |
* | Remove informational messages left. These messages were intended to | yongari | 2008-11-07 | 1 | -7/+7 |