summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Instead of doing comparisons using the pcpu area to see ifjulian2007-03-089-13/+18
* Use correct bits to stop firmware when ASF mode is enabled.jkim2007-03-081-2/+2
* Fix more style(9) bugs.jkim2007-03-081-76/+62
* This patch is provided to fix a couple of deployment issues observedqingli2007-03-072-10/+14
* White space nits.pjd2007-03-071-4/+4
* Rototill the sparc64 nexus(4) (actually this brings in the code themarius2007-03-0719-839/+551
* Fix some nits in lock profiling for rwlocks:jhb2007-03-071-6/+9
* Wrap a few lines at 80 cols.jhb2007-03-072-6/+12
* After the last change to KSE threading a bug was introduced wherejulian2007-03-071-44/+34
* Add Ethertype for 802.3ad LACP.bms2007-03-071-0/+1
* Update openpic to support the new bus_setup_intr() syntax.piso2007-03-073-8/+9
* Use M_NOWAIT instead of M_WAITOK to cause malloc() to return NULL.kevlo2007-03-073-3/+3
* When dispatching frames saved on the power save queue to asam2007-03-072-13/+38
* add ieee80211_opmode_name array for mapping the opmode to a stringsam2007-03-073-0/+12
* when starting up an ibss master use a random address forsam2007-03-071-2/+5
* Remove zs(4). Its functionality has been superseded by uart(4) formarcel2007-03-074-1719/+0
* Fix style(9) and consistency.jkim2007-03-061-87/+105
* Pollute bge(4) with #if's and #ifdef's to make MFC easier.jkim2007-03-061-27/+77
* Don't increment total_bounced when doing no-op dmamap_sync ops.scottl2007-03-063-3/+6
* Change the x86 interrupt code to use FreeBSD CPU IDs (i.e. PCPU_GET(cpuid))jhb2007-03-0610-42/+52
* Wrap at 80 bus_setup_intr() in upa_setup_intr().piso2007-03-061-2/+2
* Backout rev 1.17, msleep() can't be used with a spinlock.cognet2007-03-061-2/+6
* Remove a useless cast from void * to struct ppb_device *.piso2007-03-061-1/+1
* o Wrap ppc_setup_intr() at 80.piso2007-03-061-3/+6
* Wrap ixppcib_setup_intr() at 80.piso2007-03-061-1/+2
* Wrap a BUS_SETUP_INTR() line at 80.piso2007-03-061-2/+2
* o substitute INTR_FAST with FILTER in a panic message.piso2007-03-061-3/+3
* 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
OpenPOWER on IntegriCloud