summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rework the eventhandler locking for hopefully the last time. The schemejhb2003-03-111-41/+108
* Axe the useless MTX_SLEEPABLE flag. mutexes are not sleepable locks.jhb2003-03-112-6/+2
* Use a shorter and less redundant name for the sysctl tree lock.jhb2003-03-111-1/+1
* Use the KTR_LOCK mask for logging events via KTR in lockmgr() ratherjhb2003-03-111-4/+4
* Trim leading "../" sequences from filenames.jhb2003-03-111-0/+3
* - Regularize variable usage in cluster_read().jeff2003-03-111-92/+62
* Lock proc lock before changing p_flag.davidxu2003-03-112-0/+4
* Fix signal delivering bug for threaded process.davidxu2003-03-113-14/+16
* Fix threaded process job control bug. SMP tested.davidxu2003-03-114-84/+67
* Remove trainling whitespace.kan2003-03-101-16/+15
* PHCC[1]:phk2003-03-102-4/+4
* Make malloc and mbuf allocation mode flags nonoverlapping.phk2003-03-102-1/+33
* Now that we have WITNESS_WARN(), we only call witness_list() from thejhb2003-03-101-41/+29
* Don't call make_dev() before we are ready for it.phk2003-03-091-1/+9
* Remove some unnecessary actions by the zero-copy setup and teardown code.alc2003-03-091-10/+1
* Note that MAJOR_AUTO is now the default if d_maj is not initialized. Thisphk2003-03-091-1/+0
* Add one little hack to allow us to make MAJOR_AUTO be zero:phk2003-03-092-12/+9
* Cosmetic change, make it QUEUE_MACRO_DEBUG friendlydavidxu2003-03-091-1/+1
OpenPOWER on IntegriCloud