summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* It isn't a whinable offence to want memory when the bar says ioport.imp2005-04-111-6/+8
* Create new i386 windows/bsd thunking layer, similar to the amd64 thunkingwpaul2005-04-1113-965/+1727
* Go ahead and try to allocate PCI_BAR(5) for ata devices.imp2005-04-101-0/+1
* Use the ata_suspend/resume functions instaead of the bus_generic ones.sos2005-04-101-2/+2
* Fix FreeBSD native SPAN arrays.sos2005-04-101-8/+8
* Align the entry point to assembly language functions to a 16-byte boundary.alc2005-04-101-2/+1
* Set CPU speed to 100% in acpi_throttle attach. This is needed for somenjl2005-04-101-1/+10
* Properly terminate the table generated from ACPI info. The cpufreqnjl2005-04-101-6/+6
* Advertise that we can handle unified SMP control of processor powernjl2005-04-101-2/+4
* Advertise p4tcc via acpi_get_features() _PDC support.njl2005-04-101-0/+18
* Add debugging prints to all the methods in case there are problems withnjl2005-04-101-7/+70
* Fix support for _PDC by using the proper version/length format for thenjl2005-04-102-3/+24
* Eliminate a conditional branch and as a side-effect eliminate a branch toalc2005-04-101-5/+2
* Update copyright: parts of the netipx implementation are covered by arwatson2005-04-101-1/+1
* Compare (mbuf *) with NULL, not 0.rwatson2005-04-101-1/+1
* Fix the output ports on the AD1988 codec. From the submitter:scottl2005-04-101-0/+1
* Refine the SATA PHY code so the time consumed during probe is reduced.sos2005-04-103-10/+15
* - Tighten up the Timestamp checks to prevent a spoofed segment fromps2005-04-103-6/+47
* - If the reassembly queue limit was reached or if we couldn't allocateps2005-04-104-2/+8
* When the rightmost SACK block expands, rcv_lastsack should be updated.ps2005-04-101-0/+2
* Remove some unused sack fields.ps2005-04-101-3/+0
* Oops, correct typo.nyan2005-04-107-7/+7
* Initialize vp before using it. Failing to do this can cause instantdelphij2005-04-101-0/+1
* Suspend all other threads in the process while generating a core dump.das2005-04-101-1/+11
* Fix another instance of TDP_OWEPREEMPT -> td_owepreempt.jhb2005-04-091-1/+1
* Fix 'implicit int' instance.stefanf2005-04-091-1/+1
* CDEV lock should be before 'system map' lock.pjd2005-04-091-0/+6
* - Remove the namei NOOBJ flag. It is meaningless now.jeff2005-04-093-27/+20
* - If we vrele() a dvp while the child is locked we can potentially deadlockjeff2005-04-091-51/+60
* Add a missing terminator.pjd2005-04-091-0/+1
* Explicity make atapi-cam depend on CAM.scottl2005-04-081-0/+1
* 'apic' isn't optional on amd64, so don't speak as if it is.obrien2005-04-081-5/+0
* Add nForce3-250.obrien2005-04-082-0/+4
* Add support for the PHY on nVidia, SiS and VIA chipssos2005-04-082-51/+274
* Change an instance of md_savecrit to md_saved_msr that I missed.jhb2005-04-082-2/+2
* Add additional newline to debug.mutex.prof.stats header, so thatglebius2005-04-081-1/+1
* Add support for Sitecom USB to serial cable (v2)le2005-04-082-0/+3
* Put the BUS_DMASYNC_PREWRITE in the rigth position.sos2005-04-081-2/+2
* o Nano optimize ip_reass() code path for the first fragment: do notmaxim2005-04-081-5/+3
* Generalise the SATA PHY handling code so it wont be duplicated forsos2005-04-086-188/+241
* Fix a long-standing bug. Error string has to be copyied from the userpjd2005-04-081-5/+9
* o Tweak the comment a bit.maxim2005-04-081-1/+1
* o Disable random port allocation when ip.portrange.first ==maxim2005-04-081-0/+6
* Minor style(9) changesimp2005-04-083-104/+47
* Change the embedded module name from "bluetooth" to "ng_bluetooth" to matchpeter2005-04-081-1/+1
* Fix pc98 includes.nyan2005-04-087-4/+34
* Sprinkle some volatile magic and rearrange things a bit to avoid raceups2005-04-085-10/+18
* Don't use 'i386/include' directly.nyan2005-04-081-2/+2
* Remove the wl driver. The devices don't work on pc98.nyan2005-04-081-6/+0
* Backout previous diffs - this functionality is already provided by thesobomax2005-04-072-30/+0
OpenPOWER on IntegriCloud