summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for queueing SIGCHLD same as other UNIX systems did.davidxu2005-11-084-13/+131
* Add utility function to propagate mount errors as text string messages.rodrigc2005-11-081-0/+21
* Fix panic string in last revision.glebius2005-11-061-1/+1
* Free only those mbuf+clusters back to the packet zone that were allocatedandre2005-11-052-2/+5
* Fix a logic error introduced with mandatory mbuf cluster refcounting andandre2005-11-042-6/+7
* Fix name compatible problem with POSIX standard. the sigval_ptr anddavidxu2005-11-043-4/+4
* Add stoppcbs[] arrays on Alpha and sparc64 and have each CPU save itsjhb2005-11-031-1/+1
* Fix 'show allpcpu' ddb command on non-x86. CPU IDs are in the range 0 ..jhb2005-11-031-1/+1
* Detect memory leaks when memory type is being destroyed.pjd2005-11-031-0/+21
* Support sending realtime signal information via signal queue, realtimedavidxu2005-11-031-8/+40
* Cleanup some signal interfaces. Now the tdsignal function acceptsdavidxu2005-11-035-76/+64
* Oops, don't change tdsignal call.davidxu2005-11-031-1/+1
* Add thread_find() function to search a thread by lwpid.davidxu2005-11-032-12/+23
* Calling setrlimit from 32bit apps could potentially increase certainps2005-11-022-1/+8
* Mandatory mbuf cluster reference counting and groundwork for UMAandre2005-11-022-133/+248
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.andre2005-11-023-9/+5
* Push down Giant into fdfree() and remove it from two of the callers.jhb2005-11-013-13/+24
* Reuse ktr_unused field in ktr_header structure as ktr_tid; populaterwatson2005-11-011-1/+1
* Replace ktr_buffer pointer in struct ktr_header with a ktr_unusedrwatson2005-11-011-9/+11
* Reformat socket control messages on input/output for 32bit compatibilityps2005-10-311-5/+14
* Check to see if the hash table is present in link_elf_lookup_symbol()jhb2005-10-311-0/+6
* Normalize a significant number of kernel malloc type names:rwatson2005-10-319-9/+10
* Push the assignment of a new or updated so_qlimit from solisten()rwatson2005-10-304-22/+15
* Let itimer store itimerspec instead of itimerval, so I don't have todavidxu2005-10-302-60/+123
* Regen.davidxu2005-10-302-14/+14
* Fix sigevent's POSIX incompatible problem by adding member fieldsdavidxu2005-10-302-17/+73
* In watchdog_config enable the software watchdog iff the WD_ACTIVE flag isemaste2005-10-271-2/+1
* Revert most of revision 1.235 and fix the problem a different way. Wejhb2005-10-271-7/+12
* Allow 32bit get/setsockopt with SO_SNDTIMEO or SO_RECVTIMEO to work.ps2005-10-271-3/+29
* Commit something we found useful at work at one point. Add sysctls forpeter2005-10-261-0/+40
* Add a swi_remove() function to teardown software interrupt handlers. Forjhb2005-10-261-0/+17
* - Fix leak of struct nlminfo on process exit.glebius2005-10-261-0/+9
* do umtx_wake at userland thread exit address, so that others userlanddavidxu2005-10-262-4/+8
* 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
OpenPOWER on IntegriCloud