summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MFp4 //depot/projects/usb/ @156706thompsa2009-01-261-6/+10
* Regen.thompsa2009-01-262-2/+46
* MFp4 //depot/projects/usb/ @156522,156530thompsa2009-01-263-1/+36
* MFp4 //depot/projects/usb/ @156521thompsa2009-01-261-22/+50
* Fix up USB_GET_REPORT_DESC ioctl.thompsa2009-01-261-1/+1
* Add umass quirk.thompsa2009-01-262-0/+5
* Add a usb hid quirk.thompsa2009-01-262-0/+2
* kmod.mk includes bsd.sys.mk anyway so use CSTD instead of homegrownrdivacky2009-01-261-2/+1
* Use the proper flag to let kern.ttys be executed without Giant.ed2009-01-261-1/+1
* Specify analog beep pin widget for several AD codecs.mav2009-01-261-1/+8
* Whitespace tweak.jhb2009-01-261-1/+1
* Now that mtx_sleep/msleep can accept Giant as the interlock, simplify thejhb2009-01-261-19/+6
* Change the way our softc is stored to use the devinfo facility provided by pcmnwhitehorn2009-01-264-27/+20
* The kernel may do unbalanced calls to fifo_close() for fifo vnode,kib2009-01-261-1/+4
* Add missing locking around setting the ppc interrupt handler IVAR.jhb2009-01-261-0/+2
* Teach iic(4) the 'repeated start' I2C condition. This will be used by theraj2009-01-262-0/+6
* - bit has to be fd_mask to work properly on 64bit platforms. Constantsjeff2009-01-251-5/+6
* Add support for the I2S and davbus audio controllers found in Apple PowerPCnwhitehorn2009-01-2513-7/+2998
* Fix a race condition where interrupts set up after boot could be enabled innwhitehorn2009-01-251-3/+6
* Revert my previous two changes.ed2009-01-251-0/+16
* Remove pfopen() and pfclose() entirely.ed2009-01-251-12/+0
* Remove unneeded checking for invalid minor numbers from pf(4).ed2009-01-251-4/+0
* When a statically linked binary is executed (or at least, one withoutrwatson2009-01-251-1/+2
* For consistency with prison_{local,remote,check}_ipN renamebz2009-01-256-12/+12
* Remove unneeded checks of device unit number from speaker(4).ed2009-01-251-18/+9
* - Correct a typo in a comment.jeff2009-01-251-1/+1
* - Make the keg abstraction more complete. Permit a zone to have multiplejeff2009-01-255-335/+686
* Remove unneeded use of device unit numbers from pty(4).ed2009-01-251-8/+5
* - Use __XSTRING where I want the define to be expanded. This resulted injeff2009-01-253-4/+4
* If the parent up/down task was queued then sync with it before returning fromthompsa2009-01-251-0/+3
* Fix errors introduced when I rewrote select.jeff2009-01-251-44/+96
* Remove unused unrhdr from GEOM character device module.ed2009-01-241-17/+1
* Mark kern.ttys as MPSAFE.ed2009-01-241-1/+1
* Use __FBSDID() for $FreeBSD$ version strings in .c files.rwatson2009-01-242-4/+6
* Begin to add SDT tracing of the MAC Framework: add policy modevent,rwatson2009-01-241-1/+24
* Add explicit static DTrace tracing to the callout mechanism, capturingrwatson2009-01-241-0/+15
* - Mark all standalone INT/LONG/QUAD sysctl's MPSAFE. This is donejhb2009-01-233-77/+79
* - Add conditional Giant locking around the vrele() injhb2009-01-231-33/+38
* Add a flag to tag individual sysctl leaf nodes as MPSAFE and thus notjhb2009-01-232-4/+5
* Use shared vnode locks for fchdir().jhb2009-01-231-2/+2
* Tweak the wording for vfs_mark_atime() since the I/O it is avoiding by notjhb2009-01-231-3/+3
* Push down Giant in the vlnru kproc main loop so that it is only acquiredjhb2009-01-231-11/+3
* Protect against NULL pointer dereference.trasz2009-01-231-0/+5
* Don't leak memory when alloc fails.trasz2009-01-231-3/+3
* Guard against NULL pointer dereference.trasz2009-01-231-1/+4
* Guard against NULL pointer dereference.trasz2009-01-231-0/+4
* Only start the if_slowtimo timer (which drives the if_watchdog methods ofjhb2009-01-231-2/+25
* fix regulatory state check for all vaps' being down; it must be donesam2009-01-231-7/+7
* add defines for driver-private bits to eliminate use of constantssam2009-01-231-1/+4
* - Add few VIA bridges to agp_via.c and connect it to amd64 buildjkim2009-01-235-18/+28
OpenPOWER on IntegriCloud