summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Move macros describing extended attributes in UFS frommckusick2007-03-062-47/+49
* In translate_path_major_minor(), do not calculate otherwise unused 'fp'rwatson2007-03-061-4/+0
* Enable tone / 3D controls for YAMAHA YMF743, 753 and 752 (partially).ariff2007-03-061-0/+17
* Reverse this change. malloc() with M_WAITOK never fails.kevlo2007-03-061-2/+0
* Better fix for the errors under high load. Returning CAM_SCSI_BUSY is almostscottl2007-03-062-2/+10
* Trim trailing whitespace.jhb2007-03-051-8/+8
* Change mtx's to use the formulated name as type so witness does notsam2007-03-052-4/+5
* Kick tx after processing rx'd frames; this fixes latency issuessam2007-03-051-0/+5
* Acquiring smp_ipi_mtx on every call to pmap_invalidate_*() is wasteful.alc2007-03-055-134/+33
* Check the _TMP value for sanity also. On some systems (HP NX laptops), thenjl2007-03-051-3/+10
* Fix typo in comment.thomas2007-03-051-3/+3
* Use vm_paddr_t rather than uintptr_t when passing the physical address ofjhb2007-03-0511-24/+22
* correct inital bounds check on returning scan results; this does notsam2007-03-051-1/+1
* Use PCPU_LAZY_INC() to update page fault statistics.alc2007-03-051-6/+6
* correct conversions between TU and ms/ticks; these are not usedsam2007-03-051-3/+3
* Add a simple device driver to "eat" any I/O APICs that show up as PCIjhb2007-03-052-2/+96
* - Use constants for VPD capability register offsets.jhb2007-03-051-13/+13
* - Flesh out list of UART simple comms programming interfaces.jhb2007-03-051-1/+15
* Replay minor system call comment cleanup applied to kern_acl.c in a racerwatson2007-03-051-2/+2
* Recognize repo-copy of kern_acl.c to vfs_acl.c, remove kern_acl.c,rwatson2007-03-052-432/+1
* Further system call comment cleanup:rwatson2007-03-0530-186/+86
* Warn when user use sectorsize bigger than the page size, which will leadpjd2007-03-051-0/+4
* Partial fix for a bug in rev.1.231. If suspend/resume clobbers thebde2007-03-052-0/+2
* Quick bandaid for possible broken multiple playback channels implementation.ariff2007-03-051-4/+5
* Check for malloc return valuekevlo2007-03-051-0/+2
* Use different wait channel name for second of two sleeps. Minor commentaryimp2007-03-051-2/+2
* Change these descriptions of memory types used in malloc(9), as theirwkoszek2007-03-052-5/+4
* Use msleep(9) instead of tsleep(9) surrounded by lock acquisition andwkoszek2007-03-041-6/+2
* Remove 'MPSAFE' annotations from the comments above most system calls: allrwatson2007-03-0434-694/+38
* Fix typo in comment.flz2007-03-041-1/+1
* Reduce the number of retries to 10 from 20 for not_a_card retry test.imp2007-03-041-5/+8
* Move to ANSI C function headers. Re-wrap some comments.rwatson2007-03-041-45/+25
* Purge an out-of-date comment.bms2007-03-041-1/+0
* - Use mtx_{lock,unlock}_spin rather than {disable,enable}_intr.nyan2007-03-042-58/+30
* Reduce diffs with i386.nyan2007-03-042-12/+20
* style(9).nyan2007-03-042-4/+4
* MFi386: revision 1.17.nyan2007-03-041-1/+1
* Catch up the rest of the drivers with the ether_vlan_mtap modifications.csjp2007-03-0410-10/+10
* - Don't do the interrupt storm protection stuff for software interruptjhb2007-03-021-2/+3
* Make pswitch_intr() returns interrupt handling status.piso2007-03-021-2/+3
* Ensure message passed to "settimestamp" and "setcounter" is the rightemaste2007-03-021-1/+9
* - Add Intel firmwares for Intel PRO/Wireless LAN 2100/2200/2915 cards in aflz2007-03-0220-6/+27854
* Fix geli after last commit for UP systems that are running SMP kernel.pjd2007-03-021-1/+2
* lock stats updates need to be protected by the lockkmacy2007-03-022-44/+8
* Add "setcounter" and "getcounter" messages, providing the the abilityemaste2007-03-022-0/+137
* MFP4: 113090, 113130, 113132jkim2007-03-021-3/+100
* Change fifo_printinfo to check if the vnode v_fifoinfo pointermpp2007-03-021-0/+4
* MFP4: 115220, 115222jkim2007-03-025-352/+371
* Add "settimestamp" and "gettimestamp" messages, providing the the abilityemaste2007-03-012-5/+139
* Fix build breakage.pjd2007-03-011-1/+1
OpenPOWER on IntegriCloud