summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Reorganize the interrupt handling code a bit to make a few things cleanerjhb2005-10-253-271/+438
* Use shorter names for the Giant and fast taskqueues so that their namesjhb2005-10-251-2/+2
* Rename the KDB_STOP_NMI kernel option to STOP_NMI and make it apply to alljhb2005-10-242-67/+8
* - Various small whitespace and style nits.jhb2005-10-241-11/+10
* Document in #ifdef notnow code the actions that proc_fini would need tojhb2005-10-241-0/+9
* Don't panic if a spin lock is initialized that isn't in our static orderjhb2005-10-241-7/+16
* Revert previous change to this file. I accidentally committed whilejhb2005-10-241-19/+0
* Spell hierarchy correctly in comments.jhb2005-10-242-2/+21
* Only set B_RAM (Read ahead mark) on an incore buffers if we can lock it.ups2005-10-241-3/+8
* Don't touch last overrun if signal was already on queue.davidxu2005-10-231-2/+0
* Make p_itimers as a pointer, so file sys/proc.h does not need to includedavidxu2005-10-234-29/+27
* Previously, nothing prevented the page that was returned by pmap_extract()alc2005-10-231-4/+3
* Regen for POSIX timer syscalls.davidxu2005-10-232-12/+12
* Implement POSIX timers. Current only CLOCK_REALTIME and CLOCK_MONOTONICdavidxu2005-10-235-9/+681
* 1. Make ksiginfo_alloc and ksiginfo_free public.davidxu2005-10-231-12/+58
* Verify that access to the given address is allowed from user-space.alc2005-10-221-1/+8
* Eliminate spl* calls.alc2005-10-211-6/+0
* Change format string for u_int64_t to %ju from %llu, in order to use therwatson2005-10-201-1/+1
* Add a "show malloc" command to DDB, which prints out the current stats forrwatson2005-10-201-0/+27
* Add entry for the spin mutex used by the hptmv(4) driver.jhb2005-10-201-0/+1
* Fix a bug in the kernel module runtime linker that made it impossiblejdp2005-10-191-0/+3
* Move the initialization of the devmtx into the mutex_init() functionjhb2005-10-182-2/+4
* Const-qualify ksem_timedwait's parameter abstime as it's only passed in.stefanf2005-10-182-2/+2
* Add support for kernel modules with a single PT_LOAD section.peter2005-10-171-6/+9
* Use new functions to call into drivers methods.phk2005-10-161-39/+27
* Make ttyconsolemode() call ttsetwater() so that drivers don't have to.phk2005-10-161-0/+1
* Make ttsetcompat() staticphk2005-10-161-1/+1
* Eliminate two unused arguments to ttycreate().phk2005-10-161-2/+4
* Implement the 32bit versions of recvmsg, recvfrom, sendmsgps2005-10-151-3/+15
* Implement 32bit wrappers for clock_gettime, clock_settime, andps2005-10-151-19/+51
* mpsafevm has been stable and defaulted to 1 on sparc64 for over 6 months,kris2005-10-141-1/+1
* Partially revert revision 1.66, which contained a change that did notkris2005-10-141-4/+4
* Regen for sigqueue syscall.davidxu2005-10-142-2/+3
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-149-186/+531
* Fix tinderbox box by removing incomplete/bad spl usage. Proper giant freeambrisko2005-10-121-6/+0
* Add in kqueue support to LIO event notification and fix how it handledambrisko2005-10-122-123/+204
* Move execve's access time update functionality into a newdds2005-10-122-12/+19
* Release clean buffer with wrong size and no dependencies also for non-VMIOtegge2005-10-091-2/+1
* Add parse_uuid() that creates a binary representation of an UUID frommarcel2005-10-071-0/+46
* Eliminate __RMAN_RESOURCE_VISIBLE hack entirely by moving the structphk2005-10-061-1/+25
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceglebius2005-10-052-0/+3
* When data passed into devctl_notify is NULL, don't print (null). Insteadimp2005-10-041-2/+6
* Re-order MAC and DAC checks in shmget() in order to give precedence torwatson2005-10-041-2/+4
* Use FILEDESC_UNLOCK(fdp) after FILE_UNLOCK(p), not before to avoid LOR.rik2005-10-041-1/+3
* Standard Giant push down operations for the Mandatory Access Control (MAC)csjp2005-10-041-34/+27
* Add missing word to comment.truckman2005-10-041-1/+1
* o Move a lot of parameter checking from netisr_poll() toglebius2005-10-031-68/+119
* If sufficiently bad things happen during a call to kern_execve(), it iscperciva2005-10-031-0/+8
* make saved cpu level stackable.ume2005-10-031-30/+53
* Always wire the sysctl output buffer in sysctl_kern_proc() beforetruckman2005-10-021-95/+113
OpenPOWER on IntegriCloud