summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* White space cleanup.rik2004-08-131-369/+369
* White space cleanup.rik2004-08-131-225/+225
* White space cleanup.rik2004-08-131-219/+219
* Add geom_uzip -- geom class that implements read-only compressed disks.fjoe2004-08-136-0/+535
* Allow the use of a supplied function to set the PRD table. This issos2004-08-133-39/+31
* Replace the linear search in vm_map_findspace() with an O(log n)alc2004-08-132-98/+213
* looks like rwatson forgot tabs... :)jmg2004-08-131-2/+2
* Move PNP IDs back into oldcard filesimp2004-08-133-2/+13
* MPSAFE lockingnjl2004-08-132-4/+40
* MPSAFE lockingnjl2004-08-132-4/+30
* MPSAFE lockingnjl2004-08-132-0/+20
* MPSAFE lockingnjl2004-08-131-38/+9
* MPSAFE lockingnjl2004-08-131-22/+2
* MPSAFE lockingnjl2004-08-131-24/+48
* MPSAFE lockingnjl2004-08-131-120/+108
* MPSAFE locking: Add a comment that we need resource list and device_tnjl2004-08-131-0/+1
* MPSAFE lockingnjl2004-08-131-33/+55
* MPSAFE lockingnjl2004-08-131-0/+9
* MPSAFE lockingnjl2004-08-131-6/+27
* MPSAFE lockingnjl2004-08-131-4/+10
* MPSAFE lockingnjl2004-08-131-15/+33
* MPSAFE lockingnjl2004-08-131-21/+19
* MPSAFE lockingnjl2004-08-131-15/+14
* MPSAFE lockingnjl2004-08-131-171/+127
* MPSAFE lockingnjl2004-08-131-36/+53
* MPSAFE lockingnjl2004-08-131-30/+16
* MPSAFE lockingnjl2004-08-131-35/+79
* MPSAFE lockingnjl2004-08-131-28/+33
* Add support for the Adaptec RAID-On-Chip architecture. This in turnscottl2004-08-134-3/+118
* Don't keep evaluating our own cpu mask..julian2004-08-131-2/+3
* Add a macro to define the size of a subsection of a structure.julian2004-08-131-0/+2
* Added two new media types for 10GBASE-SR and 10GBASE-LRtackerman2004-08-121-0/+5
* add support for SanDisk Cruzer Mini 256MB USB 2.0 Flash Drivesanpei2004-08-122-0/+5
* add support Frontier Labs NEX IA+ Digital Audio Player with USB CF card reade...sanpei2004-08-121-1/+9
* Add the ability to associate ipfw rules with a specific prison ID.csjp2004-08-122-2/+14
* - Use bus_space_subregion() rather than arithmetic on bus_space_handle_t. [1]marius2004-08-124-28/+30
* The vm map lock is needed in vm_fault() after the page has been found,tegge2004-08-123-58/+141
* add support Sitecom CN-311 usb flash reader(aka SIIG_WINTERREADER)sanpei2004-08-122-0/+5
* When allocating the IPv6 header to stick in front of raw packet beingrwatson2004-08-121-1/+5
* In tcp6_ctlinput, lock tcbinfo around the call to syncache_unreachdwmalone2004-08-122-0/+4
* Trim trailing white space.rwatson2004-08-121-11/+11
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-1250-738/+738
* Minor formatting fixes for lines > 80 charactersimp2004-08-122-29/+31
* Re-delete the comment from r1.352.green2004-08-121-3/+0
* Skip dependent functions when finding the resource from _PRS to use fornjl2004-08-121-4/+8
* Only print the link name if there is a link. For the hardwired case, don'tnjl2004-08-121-4/+7
* Allow null handles to be passed into acpi_name().njl2004-08-121-1/+1
* Allow the ATM call control module to be built into the kernel.harti2004-08-123-0/+10
* Add the module build stuff for the ATM call control module.harti2004-08-122-0/+18
* This is the netgraph node framework for the user side call controlharti2004-08-123-0/+1422
OpenPOWER on IntegriCloud