summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous check. We are not going to return from copyin/out onjhb2003-03-251-2/+0
* Give print_child a default method.mdodd2003-03-251-1/+1
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-256-6/+7
* Replace the at_fork, at_exec, and at_exit functions with the slightly morejhb2003-03-246-226/+37
* - Remove witness_dead and just use witness_watch instead. If witness_watchjhb2003-03-241-21/+51
* Remove a trailing semicolon in SCHED_QUANTUM definition.mux2003-03-241-1/+1
* s/discriptors/descriptors/cognet2003-03-231-1/+1
* Remove unused mtx_lock_giant(), mtx_unlock_giant(), related globalstjr2003-03-232-86/+0
* We shouldn't assert that a vode is locked in vop_lock_post()yar2003-03-221-1/+2
* Use td_ucred of curthread instead of p_ucred of curproc. This requiredjhb2003-03-201-17/+17
* Backout the getcwd changes, a more comprehensive effort will be needed.phk2003-03-201-375/+3
* Adjust code for userland preemptive. Userland can set a quantum indavidxu2003-03-194-76/+93
* Unregisterize, ansify.des2003-03-191-34/+10
* Whitespace cleanup.des2003-03-192-15/+15
* long != int. Use SYSCTL_UINT for kern.devstat.generation. Fixes bootingjake2003-03-181-1/+1
* Fix a race condition in socow_setup(): The page must be wired beforegallatin2003-03-181-4/+7
* If devstat_new_entry() is passed a unit number of -1 assume thatphk2003-03-181-4/+12
* Make devstat fully Giant agnostic:phk2003-03-181-42/+135
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-188-8/+0
* Make devstat_new_entry() take a const void * rather than const char *phk2003-03-181-5/+5
* - Unlock the target bp and not the pager buf bp in a failure case injeff2003-03-171-1/+1
* (This commit certainly increases the need for a wash&clean of vfs_cache.c,phk2003-03-171-3/+375
* Add a #define for the device name of the mmap device for devstat.phk2003-03-161-1/+1
* Pass the sf buf to MEXTADD() as the optional argument. This permitsalc2003-03-162-11/+6
* One devstat_start_transaction_bio() is enough.phk2003-03-151-7/+0
* Run a revision of the devstat interface:phk2003-03-151-40/+57
* Add a devstat_start_transaction_bio() to match thephk2003-03-151-0/+7
* Export current time when returning from never blocked syscall.davidxu2003-03-142-2/+16
* Trim some trailing whitespace.jhb2003-03-131-2/+2
* Add a new userland-visible ktrace flag KTR_DROP and an internal ktrace flagjhb2003-03-131-1/+6
* - Cache a reference to the credential of the thread that starts a ktrace injhb2003-03-135-23/+58
* In m_dup_pkthdr(), convert the supplied `how' argument into mallociedowse2003-03-131-1/+2
* - Add a lock for protecting against msleep(bp, ...) wakeup(bp) races.jeff2003-03-132-19/+42
* - Remove a dead check for bp->b_vp == vp in vtruncbuf(). This has not beenjeff2003-03-131-14/+17
* - Remove a race between fsync like functions and flushbufqueues() byjeff2003-03-133-46/+32
* Make sure we actually have a dev before dereferencing in case someonealfred2003-03-131-1/+1
* - Tune down read_max. For single disks we get no gain out of reading morejeff2003-03-131-1/+1
* Tidy up previous change: move comment about obtaining an exclusivetjr2003-03-131-5/+4
* Back out previous. The locking here needs a rethink.tjr2003-03-131-15/+3
* - Various little style fixes.jhb2003-03-121-8/+5
* - Avoid dropping the proc lock around a simple permissions check and justjhb2003-03-121-18/+16
* Acquire sched_lock around use of FOREACH_KSEGRP_IN_PROC, accessestjr2003-03-121-3/+15
* In wait1(), remove the zombie process from zombproc before removingtjr2003-03-121-5/+5
* Trim an extra blank line that snuck into the last commit.jhb2003-03-111-1/+0
* Rename vfs_stdsync function to vfs_stdnosync which matches morekan2003-03-111-1/+56
* - Change witness_displaydescendants() to accept the indentation level asjhb2003-03-111-21/+25
* - Split the itismychild() function into two functions: insertchild()jhb2003-03-111-42/+144
* Trim useless "../" leading strings from filenames passed into witness.jhb2003-03-111-0/+18
* Adjust style of #ifdef's and #endif's to be more consistent and in linejhb2003-03-111-7/+7
* Do the lock order check skip for the LOP_TRYLOCK case after the check forjhb2003-03-111-8/+8
OpenPOWER on IntegriCloud