aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Do not set a variable (vp->p_pollinfo) to NULL if we knowRobert Drehmel2002-11-271-1/+1
* Small SO_RCVTIMEO and SO_SNDTIMEO values are mistakenly taken to be zero.Maxim Konovalov2002-11-271-0/+2
* o Initialise each mbuf's m_len to 0 in m_getm(); mb_put_mem() dependsTim J. Robbins2002-11-271-1/+3
* Make the rman_{get,set}_* macros into real functions. The macrosWarner Losh2002-11-271-0/+72
* Don't hold acct_mtx over limcopy(), since it's unnecessary andBill Fenner2002-11-261-6/+7
* correct function names in KASSERT's for 2 m_tag routinesSam Leffler2002-11-261-2/+2
* To avoid sleeping with all sorts of resources acquired (the reportedRobert Drehmel2002-11-261-3/+7
* If the file descriptors passed into do_dup() are negative, return EBADFJohn Baldwin2002-11-261-3/+4
* Un-staticize mac_cred_mmapped_drop_perms() so that it may be usedRobert Watson2002-11-261-1/+1
* Acquire and release the page queues lock around pmap_remove_pages() becauseAlan Cox2002-11-252-0/+5
* Hold the page queues/flags lock when calling vm_page_set_validclean().Alan Cox2002-11-231-1/+5
* Under certain circumstances, we were calling kmem_free() fromMaxime Henrion2002-11-222-0/+6
* - Add the new sched_pctcpu() function to the sched_* api.Jeff Roberson2002-11-212-1/+7
* - Move scheduler specific macros and defines out of proc.hJeff Roberson2002-11-211-0/+10
* - Move FSCALE back to kern_sync. This is not scheduler specific.Jeff Roberson2002-11-212-5/+15
* - Implement a mechanism for allowing schedulers to place scheduler dependantJeff Roberson2002-11-215-47/+96
* Introduce p_label, extensible security label storage for the MAC frameworkRobert Watson2002-11-203-1/+35
* Merge kld access control checks from the MAC tree: these access controlRobert Watson2002-11-194-0/+106
* We leaked a process lock reference in the event an RFTHREAD processRobert Watson2002-11-181-1/+2
* Make sure only update wall clock at upcall time, slightly reformatDavid Xu2002-11-182-26/+26
* During shutdown explain what the numbers following the 'syncingAlfred Perlstein2002-11-181-1/+1
* 1. Support versioning and wall clock in kse mailbox,David Xu2002-11-183-18/+220
* include smp.h.Julian Elischer2002-11-172-0/+2
* 1.Add sysctls to control KSE resource allocation.David Xu2002-11-172-16/+60
* Rework last exiting thread in kse_release(), wait a signal and thenDavid Xu2002-11-172-4/+22
* - Release the imgp vnode prior to freeing exec_map resources to avoidJeff Roberson2002-11-171-4/+4
* Rework the sysconf(3) interaction with aio:Alfred Perlstein2002-11-172-5/+25
* Now that pmap_remove_all() is exported by our pmap implementationsAlan Cox2002-11-162-3/+3
* Export the values for _SC_AIO_MAX and _SC_AIO_PRIO_DELTA_MAX via the p1003bAlfred Perlstein2002-11-161-0/+4
* Regenerate after adding system calls.Daniel Eischen2002-11-162-2/+8
* Add getcontext, setcontext, and swapcontext as system calls.Daniel Eischen2002-11-162-0/+138
* Call 'p31b_setcfg(CTL_P1003_1B_AIO_LISTIO_MAX, AIO_LISTIO_MAX)'Alfred Perlstein2002-11-161-0/+3
* headers should not really include "opt_foo.h" (in this case opt_posix.h).Alfred Perlstein2002-11-152-0/+4
* Return EWOULDBLOCK for last thread in kse_release().David Xu2002-11-152-0/+2
* Make the msg_size, msg_bufx and msg_bufr memebers of struct msgbufThomas Moestl2002-11-142-11/+9
* In kse_release(), check if current thread is boundDavid Xu2002-11-142-8/+32
* Introduce a condition variable to avoid returning EBUSY whenRobert Watson2002-11-131-29/+52
* Add support for the C99 %t format modifier.Maxime Henrion2002-11-131-2/+11
* Garbage collect mac_create_devfs_vnode() -- it hasn't been used sinceRobert Watson2002-11-121-7/+0
* Correct an assertion in the code to traverse the list of locks to find anJohn Baldwin2002-11-111-1/+1
* Garbage collect definition of M_MACOPVEC -- we no longer perform aRobert Watson2002-11-111-2/+0
* When prot is VM_PROT_NONE, call pmap_page_protect() directly rather thanAlan Cox2002-11-102-3/+3
* Fix instances of macros with improperly parenthasized arguments.Alfred Perlstein2002-11-091-1/+1
* Assign value of NULL to imgp->execlabel when imgp is initializedRobert Watson2002-11-081-0/+1
* To reduce per-return overhead of userret(), call intoRobert Watson2002-11-081-4/+7
* Add an explicit execlabel argument to exec-related MAC policy entryRobert Watson2002-11-081-3/+4
* Move the definitions of the hw.physmem, hw.usermem and hw.availpagesThomas Moestl2002-11-071-0/+26
* - Use %j to print intmax_t values.John Baldwin2002-11-071-3/+4
* Use %z to quiet a warning.John Baldwin2002-11-071-1/+1
* - Fix a bunch of casts to long which were truncating off_t's.Maxime Henrion2002-11-071-17/+15