aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Always set a process' state to normal when it is fully constructed inJohn Baldwin2004-02-052-6/+9
* - A lot of style and whitespace fixes.John Baldwin2004-02-052-70/+63
* Correct a reference counting bug in shmat(2). If vm_map_find(9)Jacques Vidrine2004-02-051-0/+1
* Rename cn_unavailable to cnunavailable for little more consistency.Alexander Kabaev2004-02-054-19/+7
* Updates cx driver information (Cronyx-Sigma)Roman Kurakin2004-02-051-1/+3
* Fix a typo in kan's last commit: cnavaiable() -> cnavailable()Peter Pentchev2004-02-051-1/+1
* Fix wrong check.Pawel Jakub Dawidek2004-02-052-2/+2
* Style fixes: don't indent variable names.Mike Silbersack2004-02-051-6/+6
* - Locking for the per-process resource limits structure has eliminatedAlan Cox2004-02-052-5/+1
* Eliminate global cons_unavailable flag and replace it by the statusAlexander Kabaev2004-02-058-18/+65
* Compile on amd64. (pointer/int mismatches and printf int vs long )Peter Wemm2004-02-051-5/+5
* Add crypto implemenation files (C versions (like alpha, unlike i386))Peter Wemm2004-02-051-0/+4
* Don't cast a pointer to an int that isn't big enough.Peter Wemm2004-02-051-1/+1
* Fix long/int printf format problems exposed by PMAP_DIAGNOSTICPeter Wemm2004-02-051-7/+7
* Checkpoint a NOTES file I had as of Nov 23rd. It doesn't quite compilePeter Wemm2004-02-041-0/+419
* When creating raid5 or striped plexes, avoid falling out of boundsLukas Ertl2004-02-041-24/+27
* Regen.John Baldwin2004-02-0421-36/+36
* The following compat syscalls are now mpsafe: linux_getrlimit(),John Baldwin2004-02-047-15/+15
* Locking for the per-process resource limits structure.John Baldwin2004-02-0442-397/+581
* Expand the mask for the Avlab Technology, PCI IO 2S entry to cover theJohn Baldwin2004-02-041-1/+1
* Fixed editing error in a comment in previous commit.Bruce Evans2004-02-041-1/+1
* Removed TIOCMODG and TIOCMODS. They were superseded by TIOCMGET andBruce Evans2004-02-041-13/+24
* aic7xxx.c:Justin T. Gibbs2004-02-041-4/+2
* aic79xx.c:Justin T. Gibbs2004-02-046-135/+327
* Include <sys/queue.h> before <sys/_lock.h> instead of depending onBruce Evans2004-02-041-8/+7
* - add a description of what .gdbinit should contain.Peter Grehan2004-02-041-9/+25
* Remove pmap_pvo_allocf zone alloc function. It was a way ofPeter Grehan2004-02-043-81/+12
* Major overhaul of common trap codePeter Grehan2004-02-042-1616/+710
* - remove unused trap definitionsPeter Grehan2004-02-042-12/+22
* - Lots more symbols required by the new trap_subr codePeter Grehan2004-02-041-0/+40
* - Add definition for GET_CPUINFO, required by new trap_subr codePeter Grehan2004-02-042-12/+8
* Move temporary register save area from exception-vector memory toPeter Grehan2004-02-041-3/+15
* KNFHajimu UMEMOTO2004-02-041-8/+7
* - add an identify method, since the disk device used to be pickedPeter Grehan2004-02-041-3/+29
* Allow child devices to set the OpenFirmware device node ivarPeter Grehan2004-02-042-4/+10
* Do not aggressively unroll the AES implementation, in non-benchmarking usePoul-Henning Kamp2004-02-041-2/+0
* Rename iov_to_uio to uiofromiov to be more consistent with otherMike Silbersack2004-02-043-3/+3
* Allow assert that the current thread does not hold the sx(9) lock.Pawel Jakub Dawidek2004-02-041-0/+11
* Style fixesMike Silbersack2004-02-042-35/+29
* Add SX_UNLOCKED define. It will be used with sx_assert(9) to bePawel Jakub Dawidek2004-02-041-0/+1
* A variety of further cleanups to ttyinfo():Robert Watson2004-02-041-77/+84
* - removed debug printf that was a false positive on non-OpenPIC systemsPeter Grehan2004-02-041-7/+5
* Correct/improve the implementation of NdisMAllocateSharedMemoryAsync().Bill Paul2004-02-041-13/+50
* Add the kernel side of network interface renaming support.Brooks Davis2004-02-042-23/+57
* The sem_timedwait() and ksem_timedwait() functions bothDaniel Eischen2004-02-034-0/+6
* Revert the skipping of segment register reloads as it appears to actuallyJohn Baldwin2004-02-032-34/+40
* pass pcb rather than so. it is expected that per socket policyHajimu UMEMOTO2004-02-0315-154/+84
* Remove a bogus assertion.John Baldwin2004-02-031-1/+0
* Add prototype for sem_timedwait().Daniel Eischen2004-02-032-0/+2
* Use device alias "mpic" to locate the macio OpenPIC. This worksPeter Grehan2004-02-031-6/+5