| Commit message (Expand) | Author | Age | Files | Lines |
* | Move macros describing extended attributes in UFS from | mckusick | 2007-03-06 | 2 | -47/+49 |
* | In translate_path_major_minor(), do not calculate otherwise unused 'fp' | rwatson | 2007-03-06 | 1 | -4/+0 |
* | Enable tone / 3D controls for YAMAHA YMF743, 753 and 752 (partially). | ariff | 2007-03-06 | 1 | -0/+17 |
* | Reverse this change. malloc() with M_WAITOK never fails. | kevlo | 2007-03-06 | 1 | -2/+0 |
* | Better fix for the errors under high load. Returning CAM_SCSI_BUSY is almost | scottl | 2007-03-06 | 2 | -2/+10 |
* | Trim trailing whitespace. | jhb | 2007-03-05 | 1 | -8/+8 |
* | Change mtx's to use the formulated name as type so witness does not | sam | 2007-03-05 | 2 | -4/+5 |
* | Kick tx after processing rx'd frames; this fixes latency issues | sam | 2007-03-05 | 1 | -0/+5 |
* | Acquiring smp_ipi_mtx on every call to pmap_invalidate_*() is wasteful. | alc | 2007-03-05 | 5 | -134/+33 |
* | Check the _TMP value for sanity also. On some systems (HP NX laptops), the | njl | 2007-03-05 | 1 | -3/+10 |
* | Fix typo in comment. | thomas | 2007-03-05 | 1 | -3/+3 |
* | Use vm_paddr_t rather than uintptr_t when passing the physical address of | jhb | 2007-03-05 | 11 | -24/+22 |
* | correct inital bounds check on returning scan results; this does not | sam | 2007-03-05 | 1 | -1/+1 |
* | Use PCPU_LAZY_INC() to update page fault statistics. | alc | 2007-03-05 | 1 | -6/+6 |
* | correct conversions between TU and ms/ticks; these are not used | sam | 2007-03-05 | 1 | -3/+3 |
* | Add a simple device driver to "eat" any I/O APICs that show up as PCI | jhb | 2007-03-05 | 2 | -2/+96 |
* | - Use constants for VPD capability register offsets. | jhb | 2007-03-05 | 1 | -13/+13 |
* | - Flesh out list of UART simple comms programming interfaces. | jhb | 2007-03-05 | 1 | -1/+15 |
* | Replay minor system call comment cleanup applied to kern_acl.c in a race | rwatson | 2007-03-05 | 1 | -2/+2 |
* | Recognize repo-copy of kern_acl.c to vfs_acl.c, remove kern_acl.c, | rwatson | 2007-03-05 | 2 | -432/+1 |
* | Further system call comment cleanup: | rwatson | 2007-03-05 | 30 | -186/+86 |
* | Warn when user use sectorsize bigger than the page size, which will lead | pjd | 2007-03-05 | 1 | -0/+4 |
* | Partial fix for a bug in rev.1.231. If suspend/resume clobbers the | bde | 2007-03-05 | 2 | -0/+2 |
* | Quick bandaid for possible broken multiple playback channels implementation. | ariff | 2007-03-05 | 1 | -4/+5 |
* | Check for malloc return value | kevlo | 2007-03-05 | 1 | -0/+2 |
* | Use different wait channel name for second of two sleeps. Minor commentary | imp | 2007-03-05 | 1 | -2/+2 |
* | Change these descriptions of memory types used in malloc(9), as their | wkoszek | 2007-03-05 | 2 | -5/+4 |
* | Use msleep(9) instead of tsleep(9) surrounded by lock acquisition and | wkoszek | 2007-03-04 | 1 | -6/+2 |
* | Remove 'MPSAFE' annotations from the comments above most system calls: all | rwatson | 2007-03-04 | 34 | -694/+38 |
* | Fix typo in comment. | flz | 2007-03-04 | 1 | -1/+1 |
* | Reduce the number of retries to 10 from 20 for not_a_card retry test. | imp | 2007-03-04 | 1 | -5/+8 |
* | Move to ANSI C function headers. Re-wrap some comments. | rwatson | 2007-03-04 | 1 | -45/+25 |
* | Purge an out-of-date comment. | bms | 2007-03-04 | 1 | -1/+0 |
* | - Use mtx_{lock,unlock}_spin rather than {disable,enable}_intr. | nyan | 2007-03-04 | 2 | -58/+30 |
* | Reduce diffs with i386. | nyan | 2007-03-04 | 2 | -12/+20 |
* | style(9). | nyan | 2007-03-04 | 2 | -4/+4 |
* | MFi386: revision 1.17. | nyan | 2007-03-04 | 1 | -1/+1 |
* | Catch up the rest of the drivers with the ether_vlan_mtap modifications. | csjp | 2007-03-04 | 10 | -10/+10 |
* | - Don't do the interrupt storm protection stuff for software interrupt | jhb | 2007-03-02 | 1 | -2/+3 |
* | Make pswitch_intr() returns interrupt handling status. | piso | 2007-03-02 | 1 | -2/+3 |
* | Ensure message passed to "settimestamp" and "setcounter" is the right | emaste | 2007-03-02 | 1 | -1/+9 |
* | - Add Intel firmwares for Intel PRO/Wireless LAN 2100/2200/2915 cards in a | flz | 2007-03-02 | 20 | -6/+27854 |
* | Fix geli after last commit for UP systems that are running SMP kernel. | pjd | 2007-03-02 | 1 | -1/+2 |
* | lock stats updates need to be protected by the lock | kmacy | 2007-03-02 | 2 | -44/+8 |
* | Add "setcounter" and "getcounter" messages, providing the the ability | emaste | 2007-03-02 | 2 | -0/+137 |
* | MFP4: 113090, 113130, 113132 | jkim | 2007-03-02 | 1 | -3/+100 |
* | Change fifo_printinfo to check if the vnode v_fifoinfo pointer | mpp | 2007-03-02 | 1 | -0/+4 |
* | MFP4: 115220, 115222 | jkim | 2007-03-02 | 5 | -352/+371 |
* | Add "settimestamp" and "gettimestamp" messages, providing the the ability | emaste | 2007-03-01 | 2 | -5/+139 |
* | Fix build breakage. | pjd | 2007-03-01 | 1 | -1/+1 |