summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* - Mark the various thr syscalls as MP safe. Previously there was a bug ifjeff2003-04-011-4/+4
* - Borrow the KSE single threading code for exec and exit. We use the checkjeff2003-04-016-10/+25
* - Regen for umtx.jeff2003-04-012-2/+6
* - Include umtx.h in files generated by makesyscalls.shjeff2003-04-012-0/+3
* - Add an api for doing smp safe locks in userland.jeff2003-04-011-0/+303
* - We now have to include umtx.h and ucontext.h in the system call relatedjeff2003-04-011-0/+2
* - Regen for thr related system calls.jeff2003-04-012-2/+10
* - Add the four thr related system calls.jeff2003-04-011-0/+4
* - Add two files to support the thr threading interface.jeff2003-04-011-0/+259
* - Regen for the sig*wait* system calls.jeff2003-03-312-6/+8
* - Define sigwait, sigtimedwait, and sigwaitinfo in terms ofjeff2003-03-312-3/+178
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-3110-146/+269
* Do NOT return from an non-interruptable cv_wait, falselyjulian2003-03-311-2/+0
* - Mark signals which may be delivered to any thread in the process withjeff2003-03-311-31/+32
* - Change trapsignal() to accept a thread and not a proc.jeff2003-03-312-7/+7
* Recent changes to uipc_cow.c have eliminated the need for some sf_buf-alc2003-03-311-3/+3
* retire the "busy" field in bioqueues, it's served it's purpose.phk2003-03-301-8/+0
* Preparation commit before I start on the bioqueue lockdown:phk2003-03-302-25/+43
* - We are not guaranteed that read ahead blocks are not in memory already.jeff2003-03-301-1/+9
* 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
OpenPOWER on IntegriCloud