summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Support for Freescale integrated Three-Speed Ethernet Controller (TSEC).raj2008-03-033-0/+2287
* Recognize the quad-port Cicada (Vitesse) CS8204 10/100/1000TX PHY.raj2008-03-032-1/+4
* Support for Freescale QUad Integrated Communications Controller.raj2008-03-0311-0/+1456
* Initial support for Freescale PowerQUICC III MPC85xx system-on-chip family.raj2008-03-0326-3/+9576
* Rework and extend PowerPC headers definitons towards Book-E/e500 CPUs support.raj2008-03-0310-139/+730
* Raise a bit ipfw kld priority.piso2008-03-031-1/+1
* Convert to be a 2-clause bsd-only license.kevlo2008-03-031-7/+0
* Don't map memory/IO resource in device probe and just use PCIyongari2008-03-032-83/+51
* Don't allow jumbo frame on 8139C+ controller.yongari2008-03-032-3/+13
* Add KMOD target.kmacy2008-03-031-0/+1
* Implement WOL.yongari2008-03-032-1/+147
* Make session ID generator to use session ID hash.mav2008-03-021-40/+37
* Don't auto-start or allow extattrctl for UFS2 file systems, as UFS2 hasrwatson2008-03-021-0/+18
* Unbreak after cpuset: initialize td_cpuset in sched_fork_thread().marcel2008-03-021-0/+2
* Rather than copying out the full audit trigger record, which includesrwatson2008-03-021-1/+1
* Replace lockmgr lock protecting nwfs vnode hash table with an sx lock.rwatson2008-03-021-12/+15
* Replace lockmgr lock protecting smbfs node hash table with sx lock.rwatson2008-03-023-9/+10
* Fix bugs when allocating and passing information of current lifetime andbz2008-03-022-6/+29
* Unify and generalize PowerPC headers, adjust AIM code accordingly.raj2008-03-0212-105/+240
* Return ENOSYS instead of 0 for the unknown futex operations.kib2008-03-021-1/+1
* Some "cleanup" of tcp_mss():bz2008-03-021-8/+4
* Add support for the new cpu topology api:jeff2008-03-021-497/+439
* - Remove the old smp cpu topology specification with a new, more flexiblejeff2008-03-0213-173/+330
* - Regen for cpusetjeff2008-03-026-7/+113
* Add cpuset, an api for thread to cpu binding and cpu resource groupingjeff2008-03-029-2/+1083
* - Add a new sched_affinity() api to be used in the upcoming cpusetjeff2008-03-023-1/+12
* Add the SMI VTOC8 disk label option.marcel2008-03-021-0/+1
* Remove makefiles for geom_apple and geom_gpt. These are non-existentmarcel2008-03-022-16/+0
* Add geom_part module.marcel2008-03-022-0/+19
* Add support for VTOC8 labels (aka sun disk labels). When a label doesmarcel2008-03-024-0/+588
* Make the vm_pmap field of struct vmspace the last field in themarcel2008-03-011-1/+6
* Fix indentation (whitespace changes only).bz2008-03-011-4/+4
* Split the kernel / userland interface with propert _KERNEL stub.attilio2008-03-011-0/+5
* In est_acpi_info(), initialize count before passing its pointer togibbs2008-03-011-0/+1
* Bump __FreeBSD_version in order to reflect:attilio2008-03-011-1/+1
* - Handle buffer lock waiters count directly in the buffer cache insteadattilio2008-03-0113-70/+88
* Add support for the libalias redirect functionality.mav2008-03-012-1/+558
* Add audit_prefixes to two more globally visible functions in the Auditrwatson2008-03-013-7/+7
* Rename globally exposed symbol send_trigger() to audit_send_trigger().rwatson2008-03-014-6/+7
* Change data formating in debug code.jfv2008-03-011-12/+12
* An error in the poll routine turned up during LINT buildjfv2008-03-011-1/+1
* Missing braces in link routine.jfv2008-03-011-1/+2
* Somehow missed the stanza for 575 in the em driverjfv2008-03-011-2/+0
* Missed some code that is ifdef STRICT_ALIGN :(jfv2008-03-011-1/+1
* Temporarily comment out new entries due to build problems, to be resolved nex...jfv2008-03-011-3/+3
* Add entries for em, igb, and ixgbe adapters.jfv2008-03-011-0/+4
* Last change was incomplete, instantiate the igb variable...jfv2008-02-291-0/+4
* Add igb driver to the buildjfv2008-02-291-0/+1
* Follow-up improvements to the handling of false positives: If themarcel2008-02-291-3/+32
* Need to add define of FAST interrupts as defaultjfv2008-02-291-0/+3
OpenPOWER on IntegriCloud