summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* xl(4) meets polling(4). Hardware for this work kindly provided byru2005-03-262-0/+122
* Make (some) serial ports implement the PPS-API again. This changephk2005-03-261-0/+6
* s/ENOTTY/ENOIOCTL/phk2005-03-261-1/+1
* deref correct mbuf ptr to collect any vlan tagsam2005-03-261-1/+1
* eliminate double free when sym_cam_attach failssam2005-03-261-2/+7
* check copyin return values when loading palletesam2005-03-261-4/+7
* Check for invalid frequencies after parsing the package. Keep a runningnjl2005-03-261-8/+19
* If an error occurs, clean up before returning from g_raid3_connect_disk().pjd2005-03-261-14/+17
* Make the code more obvious - when an error occurs in g_mirror_connect_disk(),pjd2005-03-261-9/+13
* Check for return values.pjd2005-03-262-0/+20
* Do not do write gathering for NFSv3, since it makes no sense unlessdelphij2005-03-261-1/+2
* when WPA is enabled discard association requests w/o a WPA iesam2005-03-261-0/+14
* don't include wme ie in probe request frames; it was meant for probe responsesam2005-03-261-4/+4
* Fix a problem with the cd(4) driver -- the CAMGETPASSTHRU ioctl wouldn'tken2005-03-261-1/+7
* Fix a place where we were referencing a pointer after it had been freed.ken2005-03-261-0/+2
* Comment out rue_miibus_statchg() function. Using trial-and-error approach Isobomax2005-03-251-0/+12
* When the softupdates worklist gets too long, threads that attempt todas2005-03-252-2/+6
* remove unimplemented part of the interface..jmg2005-03-251-3/+0
* Zero the reserved fields of the header, as per rfc 2734. This changegallatin2005-03-251-0/+6
* Add code to read the primary PCI bus number out of the Compaq/HP 6010jhb2005-03-252-0/+11
* Add /* _FOO_H_ */ after the final #endif to make danfe happy.sobomax2005-03-253-3/+3
* Fix identation.sobomax2005-03-251-1/+1
* Add missed KUE_UNLOCK(). This is NOOP yet, but may be handy later on.sobomax2005-03-251-0/+1
* Fix breakage in the previous commit caused by the last-minute change.sobomax2005-03-257-21/+14
* Protect against multiple inclusions.sobomax2005-03-251-0/+5
* Move Rx/Tx lists management routines into central location.sobomax2005-03-2516-1040/+462
* - Pass LK_EXCLUSIVE as the lock type to vget in vfs_hash_insert().jeff2005-03-251-1/+2
* GC unused fields.sobomax2005-03-252-2/+0
* - The td_locks check is currently broken with snapshots and possiblyjeff2005-03-251-0/+3
* GC unused field.sobomax2005-03-251-1/+0
* - Don't recycle vnodes anymore. Free them once they are dead. getnewvnodejeff2005-03-251-121/+116
* - Use pci_get_device() and pci_get_vendor() when we only want one partjhb2005-03-251-3/+11
* Fix inittodr() invocation. Now that devfs is mounted before themarcel2005-03-251-3/+17
* Fix an incorrect NULL argument to usbd_set_interface() associatediedowse2005-03-251-1/+1
* Use usbd_get_string() instead of calling usbd_get_string_desc()iedowse2005-03-251-15/+3
* Move xxx_newbuf() function, which was the same in all drivers into centralsobomax2005-03-2513-254/+56
* Use M_NOWAIT when allocating from a callout routine.iedowse2005-03-251-3/+4
* - Add information about the buf lock to db_show_buffer.jeff2005-03-251-0/+18
* - Restore COUNT() in all of its original glory. Don't make it dependentjeff2005-03-251-17/+19
* Merge from i386:jhb2005-03-243-21/+48
* - Don't enable periodic interrupts from the RTC by default in rtc_statusb.jhb2005-03-242-44/+52
* Don't set ret_namelen and ret_resnamelen in res_find() unless both thejhb2005-03-241-2/+2
* Use device_set_desc_copy() for non-constant strings.pjd2005-03-241-1/+1
* Use the CTASSERT() macro instead of rolling my own, non-portable onebrooks2005-03-241-3/+1
* Add another HID for the Toshiba SPA40 laptop.jhb2005-03-241-1/+2
* Support MCP versions 4-11.obrien2005-03-242-0/+26
* Move implementation of hw.bus.rman sysctl to subr_rman.c so thatphk2005-03-243-87/+88
* Compile errors are way more useful then panics later.brooks2005-03-241-3/+4
* - Fail an assert if we attempt to return with any lockmgr locks held injeff2005-03-241-0/+2
* - Complete the implementation of td_locks. Track the number of outstandingjeff2005-03-241-0/+11
OpenPOWER on IntegriCloud