summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add support Nikon CoolScan LS40 EDsanpei2004-09-032-1/+4
* Add support Qualcomm CDMA modemsanpei2004-09-032-0/+3
* add support ELECOM UC-SGT(minor change version)sanpei2004-09-032-0/+2
* merge in if_rl locking because if_re was originally based upon if_rl.jmg2004-09-031-84/+135
* Introduce ata_udelay() that uses tsleep instead of DELAY if possible.sos2004-09-034-7/+18
* Don't declare a function we are not defining.julian2004-09-031-0/+2
* fix compile for UPjulian2004-09-031-0/+4
* Panic if given a CAM_DATA_PHYS pointer from CAM instead of trying to handle it.scottl2004-09-031-14/+2
* Sync promise_mio_command with WIP on the Promise line of SATA controllers.sos2004-09-031-4/+9
* ooops finish last commit.julian2004-09-032-3/+5
* Move 4bsd specific experimental IP code into the 4bsd file.julian2004-09-033-131/+127
* Cleanup the defines used for various chipsets.sos2004-09-032-19/+31
* Fixed more spacing bugs.ru2004-09-031-9/+9
* Push Giant deep into vm_forkproc(), acquiring it only if the process hasalc2004-09-035-21/+18
* Tag AIO as requiring Giant over the network stack usingrwatson2004-09-031-0/+2
* Correct a comment typo: s/Note/Not/.rwatson2004-09-031-1/+1
* remove unused codejulian2004-09-021-109/+0
* Fix whitespace from last commit.scottl2004-09-021-1/+1
* Hook autofs to the build.alfred2004-09-024-0/+6
* Unlock rather than lock the ripcbinfo lock at the end of rip6_input().rwatson2004-09-021-1/+1
* The KAME IPSEC implementation at one point used its own pseudo-randomrwatson2004-09-021-22/+0
* In FreeBSD 5.x, curthread is always defined, so we don't need to to testrwatson2004-09-021-3/+3
* Turn PREEMPTION into a kernel option. Make sure that it's defined ifscottl2004-09-0210-18/+31
* Add aac(4) and aacp(4). The driver is 64-bit clean for roughly a yearmarcel2004-09-021-0/+2
* Back out pseudo_vnops.c:1.45, which was a workaround for pfind()rwatson2004-09-021-11/+0
* MFi386: revision 1.1172.ru2004-09-021-13/+19
* Back out ifi_epoch. The ABI breakage is too disruptive this close tobrooks2004-09-022-2/+0
* Don't enter the debugger when executing an AML breakpoint instructionnjl2004-09-021-5/+5
* Added support for Intel PRO/1000 GT Desktop Adapter(Device ID 8086 107C)pdeuskar2004-09-014-242/+448
* Remove redundant _FBSDID.marcel2004-09-011-3/+0
* Give up trying to make preemption dependent on SCHED_4BSDjulian2004-09-011-4/+1
* Remove dead code.alc2004-09-011-4/+0
* Fix an assertion when if_down()ing a ALTQ managed interface. The lock shouldmlaier2004-09-011-0/+2
* In vm_fault_unwire() eliminate the acquisition and release of Giant in thealc2004-09-011-4/+0
* Correction to the previous revision: I forgot to apply the ones complementalc2004-09-011-1/+1
* Don't ask for this for modules. no modules need to know about preemption at t...julian2004-09-011-1/+1
* Use a spare byte in struct if_data to store the structure size withoutbrooks2004-09-012-0/+2
* *Blush* forgot to test non SMP builds.. oddly enough some UP code (particularlyjulian2004-09-011-1/+2
* Modify pmap_pte() to support its use on non-current, non-kernel pmapsalc2004-09-011-2/+22
* Disable links after getting the possible resources. Even though _DISnjl2004-09-011-12/+12
* Cleanup the storing and printing of the device transfermode for SATA.sos2004-09-012-14/+12
* Protect the PREEMPTION logic with #ifdef _KERNEL to fix the build.scottl2004-09-011-0/+2
* Only turn preemption for 4bsd.julian2004-09-011-0/+3
* Cleanup paths.alfred2004-09-011-4/+6
* Removed -Wall from CFLAGS.ru2004-09-011-1/+1
* Mechanically tidy up the contents of CLEANFILES:M*.h: kmod.mkru2004-09-015-7/+3
* bsd.kmod.mk knows how to clean up opt_*.h files automatically,ru2004-09-012-8/+1
* Give the 4bsd scheduler the ability to wake up idle processorsjulian2004-09-018-27/+251
* Add PCI ID for the BCM4401-B0.des2004-09-012-0/+3
* Give setrunqueue() and sched_add() more of a clue as tojulian2004-09-0116-30/+50
OpenPOWER on IntegriCloud