summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Instead of a rather useless generation number, use a sample number tophk2005-03-191-18/+19
* Use subr_unitphk2005-03-194-146/+10
* Sleeping is not allowed in uma->finiphk2005-03-191-4/+4
* Don't free the SIM object twice.scottl2005-03-191-1/+0
* Handle failures better in the passthrough bus creation code.scottl2005-03-191-4/+11
* check copyin return valuesam2005-03-191-1/+1
* Add device ID for Planet IA 128P-STD card.murray2005-03-191-0/+2
* Optimize putc routine to write 2 ints instead of 8 chars to uncachedgrehan2005-03-191-14/+41
* Add device id for nForce 4 audio controller.murray2005-03-191-0/+4
* - Don't call rpcclnt_realign() if we don't have any mbufs to realign.das2005-03-191-15/+12
* Add a driver for the 'clock-board' device (the clock board is anmarius2005-03-195-0/+262
* - Add a device interface method for bus_get_resource_list() and usemarius2005-03-194-38/+66
* Enrich with some register descriptions and additional register macros.marius2005-03-191-7/+51
* - Add a device interface method for bus_get_resource_list() and usemarius2005-03-191-32/+27
* Remove dead code.das2005-03-181-2/+0
* Don't brelse(bp) if bp is null. Also, eliminate some redundancydas2005-03-181-18/+5
* Move the swap_zone == NULL check earlier (i.e. before we dereferencedas2005-03-181-2/+2
* Add missing cases for PT_SYSCALL.das2005-03-181-0/+2
* Need to initialize the resource list that we keep for our children.imp2005-03-181-0/+1
* Add a comment to note that pseudo-device bpf is required for DHCP.murray2005-03-188-1/+8
* If vhid exists return more informative EEXIST instead of EINVAL. While hereglebius2005-03-181-3/+2
* Impose the upper limit on signals that are allowed between kernel threadssobomax2005-03-181-2/+2
* Fix a potential crash that could occur when CARP_LOG is being used.glebius2005-03-181-2/+1
* Use subr_unit to allocate thread ID's with.phk2005-03-181-78/+6
* s/SLIST/STAILQ/phk2005-03-184-12/+12
* Linuxthreads uses not only signal 32 but several signals >= 32.sobomax2005-03-181-5/+5
* makebdev() is long gone.phk2005-03-181-1/+0
* Split configure() into 3 separate steps like we do on otheriedowse2005-03-182-16/+34
* Hook acpi_fujitsu up to the build.philip2005-03-182-0/+4
* Add acpi_fujitsu for handling acpi-controlled buttons on Fujitsu laptops.philip2005-03-183-1/+574
* Fix off-by-one (too little!) array size problem.phk2005-03-181-1/+1
* g_read_data() can return NULL, check for it.phk2005-03-181-0/+2
* After rejecting the bio request early, return instead of panicing.phk2005-03-181-1/+3
* Avoid null pointer dereference.phk2005-03-181-3/+2
* Fix a bad copy&paste mistake I made.phk2005-03-181-1/+1
* If mlx_attach() returns an error, don't free sc again.das2005-03-181-3/+1
* Don't read past the end of pVDevice[]. (Previously, we would iteratedas2005-03-181-1/+1
* Don't write past the end of the VendorId field (and into the ProductIddas2005-03-181-1/+1
* Use STAILQ in preference to SLIST for the resources. Insert new resourcesimp2005-03-187-21/+21
* Split configure into 3 steps ala sparc64grehan2005-03-181-1/+20
* fix aio+kq... I've been running ambrisko's test program for much longerjmg2005-03-183-10/+18
* Bring back some of the cleanups and fixes jmg did in the TS7200 port.cognet2005-03-171-18/+16
* initialize pp->p_sc so it can be referenced later.ticso2005-03-172-20/+34
* Introduce a general name for the previously cmbat-only ioctls. It has thenjl2005-03-172-20/+22
* Initialize the mxcsr properly, so the initial value in a process isn'tdas2005-03-172-0/+11
* When locking a MTX_SPIN, one needs to use mtx_lock_spin.imp2005-03-171-5/+7
* Split configure() into 3 separate steps like we do on otheriedowse2005-03-171-3/+23
* Defer boot-time exploration of USB busses until all devices in theiedowse2005-03-171-1/+30
* add m_copyup function.. This can be used to help make our ip stack lessjmg2005-03-172-0/+49
* eisa attachment is safe to be in this module, both on eisa andimp2005-03-171-1/+1
OpenPOWER on IntegriCloud