summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* The recent NFS forced unmount improvements introduced a side-effectiedowse2002-04-172-4/+18
* Lock proctree_lock instead of pgrpsess_lock.jhb2002-04-167-25/+25
* - Lock proctree_lock instead of pgrpsess_lock.jhb2002-04-162-39/+42
* - Lock proctree_lock instead of pgrpsess_lock.jhb2002-04-161-35/+20
* - Lock proctree_lock instead of pgrpsess_lock.jhb2002-04-161-7/+7
* - Merge the pgrpsess_lock and proctree_lock sx locks into one proctree_lockjhb2002-04-162-15/+10
* Remove two debug printfs which should never have been committed.phk2002-04-151-4/+0
* You have to cast int64_t's to long long if you printf them with %lld.jhb2002-04-151-2/+2
* Improve the implementation of adjtime(2).phk2002-04-154-93/+78
* Take the "tickadj" element out of struct clockinfo. Our adjtime(2)phk2002-04-151-1/+0
* In the ntp_adjtime(2) syscall, return our actual estimate of unappliedphk2002-04-151-2/+2
* Finish adding support code for sysctl kern.mprof. This dumps some mallocjeff2002-04-151-11/+68
* Remove malloc_type's ks_limit.jeff2002-04-151-84/+135
* Don't allow one to trace an ancestor when already traced.alfred2002-04-141-1/+14
* Use VOP_GETVOBJECT instead of accessing the member directly. This fixedjeff2002-04-141-1/+1
* Regenalc2002-04-142-3/+3
* Remove the requirement that Giant be held around sigreturn().alc2002-04-141-1/+1
* o Use aiocblist::fd_file in the AIO threads rather than recomputingalc2002-04-141-45/+3
* - Change killpg1()'s first argument to be a thread instead of a process sojhb2002-04-131-36/+22
* - Change donice() to take a thread as the first argument instead of ajhb2002-04-131-37/+40
* - Change the algorithms of the syscalls to modify process credentials tojhb2002-04-131-83/+137
* - Change the first argument of ktrcanset(), ktrsetchildren(), and ktrops()jhb2002-04-131-32/+57
* Use pmap_extract() instead of pmap_kextract() to retrieve the physicaltmm2002-04-131-1/+2
* Use the correct macros for F_SETFD/F_GETFD instead of magic numbers.asmodai2002-04-131-2/+3
* Back out the last revision - it does not work correctly when one oftmm2002-04-131-17/+6
* Rework ptrace(2) to be more locking friendly. We do any needed copyin()'sjhb2002-04-121-86/+114
* Do not use pmap_kextract() to find out the physical address of a usertmm2002-04-121-6/+17
* Fix corner case where m_len was not being initialized.hsu2002-04-121-1/+3
* - Set the base priority of an ithread that has no handlers when we set itsjhb2002-04-111-3/+5
* Regenalc2002-04-112-3/+3
* Remove the requirement that Giant be held around osigreturn(). All platform-alc2002-04-111-1/+1
* - Change settime() to take a thread as its first argument instead of a procjhb2002-04-101-36/+27
* Display the recursion count in the lock_instance in the show locksjhb2002-04-101-1/+2
* Cosmetic fixup in output of lock types in show locks output.jhb2002-04-101-1/+1
* In linker_load_module(), check that rootdev != NODEV before callingbrian2002-04-101-3/+5
* Change linker_reference_module() so that it's passed a structbrian2002-04-101-3/+14
* - Change fill_kinfo_proc() to require that the process is locked when itjhb2002-04-093-14/+24
* Whitespace changes to wrap long lines.jhb2002-04-091-4/+8
* We don't need Giant to read the pgrp ID since the proc lock has protectedjhb2002-04-091-5/+3
* - Remove an early KSE diagnostic panic. The thread pointer here is alwaysjhb2002-04-091-4/+2
* Don't lock the ithread lock in ithread_create(). The ithread isn't on anyjhb2002-04-091-2/+0
* Implement DIOCGFRONTSTUFF ioctl which reports how many bytes from the startphk2002-04-091-0/+4
* Rename DIOCGKERNELDUMP to DIOCSKERNELDUMP as it strictly speakingphk2002-04-091-1/+1
* Turn #ifdef LOOKUP_SHARED into #ifndef LOOKUP_EXCLUSIVE to enable thisjeff2002-04-094-11/+11
* The fourth parameter to copystr() is a size_t, not an int.mux2002-04-082-2/+4
* Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.phk2002-04-081-0/+1
* Put back dumppcb, but this time we put a comment to tell what it is for.phk2002-04-081-4/+12
* Restructure aio_return() to eliminate duplicated code and facilitate Giantalc2002-04-081-21/+15
* There's only one socket zone so we don't need to remember ithsu2002-04-081-2/+1
* o Change kernel_vmount() interface to be more convenient : pass twomux2002-04-072-60/+68
OpenPOWER on IntegriCloud