| Commit message (Expand) | Author | Age | Files | Lines |
* | Raise a bit ipfw kld priority. | piso | 2008-03-03 | 1 | -1/+1 |
* | Convert to be a 2-clause bsd-only license. | kevlo | 2008-03-03 | 1 | -7/+0 |
* | Don't map memory/IO resource in device probe and just use PCI | yongari | 2008-03-03 | 2 | -83/+51 |
* | Don't allow jumbo frame on 8139C+ controller. | yongari | 2008-03-03 | 2 | -3/+13 |
* | Add KMOD target. | kmacy | 2008-03-03 | 1 | -0/+1 |
* | Implement WOL. | yongari | 2008-03-03 | 2 | -1/+147 |
* | Make session ID generator to use session ID hash. | mav | 2008-03-02 | 1 | -40/+37 |
* | Don't auto-start or allow extattrctl for UFS2 file systems, as UFS2 has | rwatson | 2008-03-02 | 1 | -0/+18 |
* | Unbreak after cpuset: initialize td_cpuset in sched_fork_thread(). | marcel | 2008-03-02 | 1 | -0/+2 |
* | Rather than copying out the full audit trigger record, which includes | rwatson | 2008-03-02 | 1 | -1/+1 |
* | Replace lockmgr lock protecting nwfs vnode hash table with an sx lock. | rwatson | 2008-03-02 | 1 | -12/+15 |
* | Replace lockmgr lock protecting smbfs node hash table with sx lock. | rwatson | 2008-03-02 | 3 | -9/+10 |
* | Fix bugs when allocating and passing information of current lifetime and | bz | 2008-03-02 | 2 | -6/+29 |
* | Unify and generalize PowerPC headers, adjust AIM code accordingly. | raj | 2008-03-02 | 12 | -105/+240 |
* | Return ENOSYS instead of 0 for the unknown futex operations. | kib | 2008-03-02 | 1 | -1/+1 |
* | Some "cleanup" of tcp_mss(): | bz | 2008-03-02 | 1 | -8/+4 |
* | Add support for the new cpu topology api: | jeff | 2008-03-02 | 1 | -497/+439 |
* | - Remove the old smp cpu topology specification with a new, more flexible | jeff | 2008-03-02 | 13 | -173/+330 |
* | - Regen for cpuset | jeff | 2008-03-02 | 6 | -7/+113 |
* | Add cpuset, an api for thread to cpu binding and cpu resource grouping | jeff | 2008-03-02 | 9 | -2/+1083 |
* | - Add a new sched_affinity() api to be used in the upcoming cpuset | jeff | 2008-03-02 | 3 | -1/+12 |
* | Add the SMI VTOC8 disk label option. | marcel | 2008-03-02 | 1 | -0/+1 |
* | Remove makefiles for geom_apple and geom_gpt. These are non-existent | marcel | 2008-03-02 | 2 | -16/+0 |
* | Add geom_part module. | marcel | 2008-03-02 | 2 | -0/+19 |
* | Add support for VTOC8 labels (aka sun disk labels). When a label does | marcel | 2008-03-02 | 4 | -0/+588 |
* | Make the vm_pmap field of struct vmspace the last field in the | marcel | 2008-03-01 | 1 | -1/+6 |
* | Fix indentation (whitespace changes only). | bz | 2008-03-01 | 1 | -4/+4 |
* | Split the kernel / userland interface with propert _KERNEL stub. | attilio | 2008-03-01 | 1 | -0/+5 |
* | In est_acpi_info(), initialize count before passing its pointer to | gibbs | 2008-03-01 | 1 | -0/+1 |
* | Bump __FreeBSD_version in order to reflect: | attilio | 2008-03-01 | 1 | -1/+1 |
* | - Handle buffer lock waiters count directly in the buffer cache instead | attilio | 2008-03-01 | 13 | -70/+88 |
* | Add support for the libalias redirect functionality. | mav | 2008-03-01 | 2 | -1/+558 |
* | Add audit_prefixes to two more globally visible functions in the Audit | rwatson | 2008-03-01 | 3 | -7/+7 |
* | Rename globally exposed symbol send_trigger() to audit_send_trigger(). | rwatson | 2008-03-01 | 4 | -6/+7 |
* | Change data formating in debug code. | jfv | 2008-03-01 | 1 | -12/+12 |
* | An error in the poll routine turned up during LINT build | jfv | 2008-03-01 | 1 | -1/+1 |
* | Missing braces in link routine. | jfv | 2008-03-01 | 1 | -1/+2 |
* | Somehow missed the stanza for 575 in the em driver | jfv | 2008-03-01 | 1 | -2/+0 |
* | Missed some code that is ifdef STRICT_ALIGN :( | jfv | 2008-03-01 | 1 | -1/+1 |
* | Temporarily comment out new entries due to build problems, to be resolved nex... | jfv | 2008-03-01 | 1 | -3/+3 |
* | Add entries for em, igb, and ixgbe adapters. | jfv | 2008-03-01 | 1 | -0/+4 |
* | Last change was incomplete, instantiate the igb variable... | jfv | 2008-02-29 | 1 | -0/+4 |
* | Add igb driver to the build | jfv | 2008-02-29 | 1 | -0/+1 |
* | Follow-up improvements to the handling of false positives: If the | marcel | 2008-02-29 | 1 | -3/+32 |
* | Need to add define of FAST interrupts as default | jfv | 2008-02-29 | 1 | -0/+3 |
* | Hook ipfw_nat to the build. | piso | 2008-02-29 | 1 | -0/+1 |
* | Move ipfw's nat code into its own kld: ipfw_nat. | piso | 2008-02-29 | 6 | -553/+741 |
* | This change introduces a split to the Intel E1000 driver, now rather than | jfv | 2008-02-29 | 50 | -1173/+16276 |
* | With the recent change to enable CPU brands from the VIA chips, the | jhb | 2008-02-29 | 1 | -24/+41 |
* | Merged from sys/dev/sio/sio.c revision 1.472 | nyan | 2008-02-29 | 1 | -1/+1 |