summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Pass the vm_page's address to sf_buf_alloc(); map the vm_page as partalc2003-03-292-12/+7
* Add the m_defrag routine, as discussed on committers@. Thissilby2003-03-291-0/+83
* Check for the PS_NEEDSIGCHK flag in the right flags field.jhb2003-03-282-2/+2
* Allow m_dup_pkthdr to accept mbufs with attached clusters assilby2003-03-281-3/+3
* Add a checksum to the kernel message buffer, and update it everyiedowse2003-03-281-4/+24
* Add support for reading directly from file to userland buffer when thetegge2003-03-261-0/+12
* Adjust the number of vnodes scanned by vlrureclaim() according to thetegge2003-03-262-8/+14
* Permit debug.malloc.failure_rate to be specified using a tunable sorwatson2003-03-261-0/+1
* Add a new kernel option, MALLOC_MAKE_FAILURES, which compilesrwatson2003-03-261-0/+26
* fp->f_offset doesn't need any protection when it isn't accessed.tegge2003-03-261-2/+4
* Modify the mac_init_ipq() MAC Framework entry point to accept anrwatson2003-03-261-4/+12
* 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
OpenPOWER on IntegriCloud