summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Fix the case where we're not preempting but there is already a newtdjeff2005-06-071-3/+11
* Set the correct IFS parameters for the beacon tx queuesam2005-06-072-1/+49
* WPA/802.11i interoperability fixes:sam2005-06-071-3/+2
* Change the maximum bpf program instruction limitation from being hard-csjp2005-06-061-1/+4
* Make "show msgbuf" use the pager instead of blasting the whole thing out.dwhite2005-06-061-2/+5
* Fix for a bug in the change that walks the scoreboard backwards fromps2005-06-061-4/+9
* Send link state change notifications to /dev/devctl. This is needed tobrooks2005-06-061-0/+2
* Misc keycache changes:sam2005-06-062-79/+176
* Apply the usual woodoo for 64bitness.sos2005-06-061-2/+2
* Add support for nVidia's software RAID "MediaShield".sos2005-06-062-7/+257
* Until someone who owns the various TGA-based cards has time to fix thewilko2005-06-061-1/+2
* Not yet ready to burn this, so unmark power stuff.... non-type 0 busses still...imp2005-06-061-4/+0
* Fix a bug relavant to debugging, a masked signal unexpectedly interruptsdavidxu2005-06-061-52/+37
* add force flag to enmic/demic crypto api for use in xmit fragmentationsam2005-06-067-26/+26
* Correct commentimp2005-06-061-2/+1
* Change ipv6 packet filtering to match ipv4. It now checks pfil_member andthompsa2005-06-061-1/+10
* Remove some variables the last commit stopped using so the code compiles.brooks2005-06-062-4/+2
* As threatened by BURN_BRIDGES, restire PCIR_MAPS and PCIR_HEADERTYPEimp2005-06-051-6/+0
* Use same RID we allocated the resource with to free itimp2005-06-051-1/+1
* These registers are saved by pci bus code. Remove from #if 0'd code anywayimp2005-06-051-18/+0
* Power state management now done in PCI bus codeimp2005-06-051-11/+0
* The PCI bus code saves/restores these config registers now.imp2005-06-052-20/+0
* Powerstate stuff now done in PCI bus driverimp2005-06-051-21/+0
* The PCI bus code saves/restores these config registers now.imp2005-06-052-21/+0
* Make nVidia SATA hotplug support DTRT.sos2005-06-051-26/+27
* Unbreak the ICH6 AHCI support in !48Bit mode.sos2005-06-051-2/+7
* Install ports defined in PORTS_MODULES at make reinstall time too.mux2005-06-051-2/+2
* Allow sends sent from non page-aligned userspace addresses to begallatin2005-06-052-15/+13
* Hook ichsmb to build.takawata2005-06-051-1/+1
* Make ichsmb loadable.takawata2005-06-052-0/+11
* Remove superfluous breaks.marius2005-06-051-3/+0
* Eliminate an unused field from struct aio_liojob.alc2005-06-051-2/+0
* Let kmod.mk create an empty .h file.ru2005-06-051-3/+1
* Fix deprecated name, and let kmod.mk create an empty .h file.ru2005-06-051-3/+1
* Fix indentation of two comment blocks from the last commit.thompsa2005-06-051-10/+10
* Bump __FreeBSD_version for if_bridge.thompsa2005-06-051-1/+1
* Connect if_bridge to the build.thompsa2005-06-054-0/+21
* Add hooks into the networking layer to support if_bridge. This changes structthompsa2005-06-058-4/+80
* Add if_bridge, which provides more advanced Ethernet bridging and 802.1dthompsa2005-06-053-0/+3939
* Avoid casting from (int *) to (size_t *) in order to fix udf_iconv on amd64.imura2005-06-051-4/+5
* After some input from bde@ and rereading the datasheet use a MTX_SPINmarius2005-06-043-12/+13
* Fix getsecs(). It was not counting the seconds right. The immediatemarcel2005-06-041-19/+46
* Replace the band-aid for allowing to call sunkbd_configure() multiplemarius2005-06-041-14/+19
* On AXi and AXmp boards the NS16550 (used to connect keyboard and mouse)marius2005-06-041-0/+20
* Fix delay(). The processor cycle counter is a 32-bit wrapping counter.marcel2005-06-041-5/+8
* Change the semantics of uart_cpu_getdev_keyboard() to only match SCCs/marius2005-06-041-20/+23
* - In machfb_configure() when probed for the high-level console returnmarius2005-06-041-22/+36
* - In creator_configure() when probed for the high-level console returnmarius2005-06-044-44/+46
* Now that all affected drivers have been changed remove the helpersmarius2005-06-041-34/+3
* Account for ebus(4) defaulting to SYS_RES_MEMORY for memory resourcesmarius2005-06-044-15/+15
OpenPOWER on IntegriCloud