summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Expand the mask for the Avlab Technology, PCI IO 2S entry to cover thejhb2004-02-041-1/+1
* Fixed editing error in a comment in previous commit.bde2004-02-041-1/+1
* Removed TIOCMODG and TIOCMODS. They were superseded by TIOCMGET andbde2004-02-041-13/+24
* aic7xxx.c:gibbs2004-02-041-4/+2
* aic79xx.c:gibbs2004-02-046-135/+327
* Include <sys/queue.h> before <sys/_lock.h> instead of depending onbde2004-02-041-8/+7
* - add a description of what .gdbinit should contain.grehan2004-02-041-9/+25
* Remove pmap_pvo_allocf zone alloc function. It was a way ofgrehan2004-02-043-81/+12
* Major overhaul of common trap codegrehan2004-02-042-1616/+710
* - remove unused trap definitionsgrehan2004-02-042-12/+22
* - Lots more symbols required by the new trap_subr codegrehan2004-02-041-0/+40
* - Add definition for GET_CPUINFO, required by new trap_subr codegrehan2004-02-042-12/+8
* Move temporary register save area from exception-vector memory togrehan2004-02-041-3/+15
* KNFume2004-02-041-8/+7
* - add an identify method, since the disk device used to be pickedgrehan2004-02-041-3/+29
* Allow child devices to set the OpenFirmware device node ivargrehan2004-02-042-4/+10
* Do not aggressively unroll the AES implementation, in non-benchmarking usephk2004-02-041-2/+0
* Rename iov_to_uio to uiofromiov to be more consistent with othersilby2004-02-043-3/+3
* Allow assert that the current thread does not hold the sx(9) lock.pjd2004-02-041-0/+11
* Style fixessilby2004-02-042-35/+29
* Add SX_UNLOCKED define. It will be used with sx_assert(9) to bepjd2004-02-041-0/+1
* A variety of further cleanups to ttyinfo():rwatson2004-02-041-77/+84
* - removed debug printf that was a false positive on non-OpenPIC systemsgrehan2004-02-041-7/+5
* Correct/improve the implementation of NdisMAllocateSharedMemoryAsync().wpaul2004-02-041-13/+50
* Add the kernel side of network interface renaming support.brooks2004-02-042-23/+57
* The sem_timedwait() and ksem_timedwait() functions bothdeischen2004-02-034-0/+6
* Revert the skipping of segment register reloads as it appears to actuallyjhb2004-02-032-34/+40
* pass pcb rather than so. it is expected that per socket policyume2004-02-0315-154/+84
* Remove a bogus assertion.jhb2004-02-031-1/+0
* Add prototype for sem_timedwait().deischen2004-02-032-0/+2
* Use device alias "mpic" to locate the macio OpenPIC. This worksgrehan2004-02-031-6/+5
* Implement support for single packet sends. The Intel Centrino driverwpaul2004-02-033-7/+65
* Removed bogus checks that (PCPU_GET(curpcb) != NULL). Rev.1.586 ofbde2004-02-031-3/+1
* Regen.deischen2004-02-034-5/+7
* Sync with kern/syscalls.master.deischen2004-02-031-0/+1
* Regen after adding ksem_timedwait().deischen2004-02-035-7/+16
* Add ksem_timedwait() to complement ksem_wait().deischen2004-02-034-6/+64
* Don't dec/inc the amountpipes counter every time we resize a pipe --rwatson2004-02-031-2/+3
* Notify the user (at kern.emerg) that the system will be shutting down ifnjl2004-02-031-5/+13
* Catch instances of (pipe == NULL) that were obsoleted with recentrwatson2004-02-031-6/+6
* Drop the reference count on the old vmspace after fully switching thejhb2004-02-021-2/+2
* Set PCPU_GET(curpcb) for the BSP to thread0's pcb. Otherwise, the boot CPUjhb2004-02-021-0/+1
* Add sysctl net.inet.icmp.reply_src to specify the interface nameandre2004-02-021-0/+19
* More verbose description of the source ip address selection for ICMP replies.andre2004-02-021-5/+16
* - Assert that witness_cold is not true in enroll().jhb2004-02-021-1/+2
* More macro cleanup. Use the system roundup2() macro instead of makingbrooks2004-02-021-3/+1
* Reserve 187 (twa) for the new 3ware ATA RAID controller.ps2004-02-021-0/+1
* Allow a GEOM class to unload if it has no geoms or a method function tophk2004-02-021-1/+6
* Fix many issues related to mount/unmount:pjd2004-02-021-8/+33
* Added flag MNT_USER to MNT_UPDATEMASK, it will be used for detectingpjd2004-02-021-1/+1
OpenPOWER on IntegriCloud