summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't leave a NULL value in mdsuffix when a particular mdyar2007-03-071-2/+1
* 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
* Some minor tweaks and updates to bus_dma(9) including some additional notesjhb2007-03-061-23/+34
* Change the x86 interrupt code to use FreeBSD CPU IDs (i.e. PCPU_GET(cpuid))jhb2007-03-0610-42/+52
* Support character device as input file.fjoe2007-03-061-7/+21
* Invoke tar(1) with the -p option when installing a packageru2007-03-061-2/+2
* The firmware images must be loaded as modules at the moment.brueffer2007-03-062-9/+18
* As suggested more than once in the lists, drop -M from flags to mfsyar2007-03-062-11/+9
* 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
* Use sizeof() for calculating the buffer size instead of hard-coded values.kevlo2007-03-068-9/+9
* Move macros describing extended attributes in UFS frommckusick2007-03-065-103/+108
* 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
* Only reject file descriptors higher than FD_SETSIZE if we are not usingjhb2007-03-051-7/+5
* correct inital bounds check on returning scan results; this does notsam2007-03-051-1/+1
* Oops, fix a typo in the last commit :-/brian2007-03-052-2/+2
* 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
* In the NOTYET code path when a process forks, the remainingbrian2007-03-052-14/+8
* 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
* Apply my patch properly.ru2007-03-051-1/+1
* Add "fg" option as antonym to "bg"; add "hard" option as antonym to "soft".thomas2007-03-052-0/+8
* Fix markup.bms2007-03-051-22/+36
* 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
OpenPOWER on IntegriCloud