summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Free(9) should be Giant-free.tanimura2002-04-241-1/+1
* Remove sodropablereq - this function hasn't been used since thesilby2002-04-242-88/+0
* The cold and panicstr variables do not need to be protected by sched_lock.hsu2002-04-231-9/+13
* Add a basic sanity check on pointers passed to free(9).phk2002-04-231-0/+10
* Don't call malloc(9) to allocate zero bytes softc data for devices.phk2002-04-231-1/+1
* Slightly restructure extattr_get_vp() so that there's only one entry pointrwatson2002-04-232-16/+30
* Don't FILEDESC_LOCK around calls to falloc().alfred2002-04-221-2/+0
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
* Comment out Kirks io-request priority hack until we can do this in aphk2002-04-221-0/+5
* Add function link_elf_get_gp(), specific to ia64 for now, to getmarcel2002-04-212-0/+38
* Use protected names (_foo) to cutdown on boatloads of lint warnings.markm2002-04-211-68/+68
* GCC 3.x WARNS: Add a break to the default case.marcel2002-04-201-0/+1
* Push down Giant for setpgid(), setsid() and aio_daemon(). Giant protects onlytanimura2002-04-204-12/+25
* Improve style consistency of vfs_syscalls.c by converting the style usedrwatson2002-04-202-106/+164
* In sendfile(), use the vn_rdwr() helper function, rather than manuallyrwatson2002-04-191-13/+4
* Divorce proc0 and proc1 credentials earlier; while this isn't technicallyrwatson2002-04-191-0/+7
* suser is Giant safe, so optimize a pointless case.phk2002-04-191-3/+3
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-191-1/+1
* When exec'ing a set[ug]id program, make sure that the stdio file descriptorsnectar2002-04-192-0/+69
* Avoid calling malloc() or free() while holding themux2002-04-171-13/+26
* Rework the kernel environment subsystem. We now convert the staticmux2002-04-177-84/+384
* Add an entry for the kenv(2) syscall (code to follow).mux2002-04-171-0/+2
* 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
OpenPOWER on IntegriCloud