summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Make naming more consistent; no functional changes.trasz2015-11-081-4/+4
* Speed up rctl(8) rule retrieval; the difference shows mostly in "rctl -n",trasz2015-11-081-17/+29
* Since r289279 bufinit() uses mp_ncpus, but some architectures set thistijl2015-11-081-0/+8
* - Consistently use PROC_ASSERT_HELD() to verify that a process' hold countmarkj2015-11-081-2/+1
* Flesh out sysctl types further (follow-up of r290475)cem2015-11-071-2/+53
* Add a sched_yield() to work around low memory conditions in the current code.adrian2015-11-071-0/+17
* Round out SYSCTL macros to the full set of fixed-width typescem2015-11-071-1/+33
* fd: implement kern.proc.nfds sysctlmjg2015-11-071-0/+24
* When dumping an rman in DDB, include the RID of each resource.jhb2015-11-051-1/+2
* Have elf_lookup() return an error if the specified non-weak symbol couldmarkj2015-11-031-0/+4
* Define `fhard` in pps_event(..) only when PPS_SYNC is defined to mutengie2015-11-021-1/+8
* Define `compress` in `__elfN(coredump)` when #ifdef GZIO is true to mutengie2015-11-021-0/+2
* The error classification from lower layers is a poor indicator ofimp2015-10-311-5/+3
* Minor (and incomplete) style cleanup.kib2015-10-301-5/+8
* Also mark compat32 umtx op table as constant.kib2015-10-301-1/+1
* Use C99 array initialization, which also makes the codekib2015-10-301-58/+61
* After r290196, the kernel won't wait for stuff like gmirror nodestrasz2015-10-301-0/+30
* Make root mount wait mechanism smarter, by making it wait only if the roottrasz2015-10-301-17/+50
* getnewbuf: Initialize bp to avoid uninitialized pointer dereference and brels...bdrewery2015-10-291-0/+1
* Add missing NULL check in physio().hselasky2015-10-291-1/+7
* Add a note to the effect that BUS_ADD_CHILD callsimp2015-10-281-1/+3
* Bring the tags and links entries for amd64 up to date.mckusick2015-10-271-15/+29
* The aio_waitcomplete(2) syscall should not sleep when the given timeoutpjd2015-10-251-2/+9
* Sysctl: Add common support for U8, U16 typescem2015-10-221-0/+64
* Missing regen after last change to sys/kern/syscalls.master.jhb2015-10-222-2/+2
* Rename remaining linux32 symbols such as linux_sysent[] andjhb2015-10-221-0/+4
* Add a way to distinguish between forking and thread creation in schedtail.ed2015-10-222-1/+5
* Trim spaces at end of line to record the proper commit message forkib2015-10-201-1/+1
* Mark struct thread zone as type-stable.kib2015-10-201-1/+1
* Reviewed by: jhb, phokib2015-10-201-1/+12
* No need to dereference struct proc to pids when comparing processeskib2015-10-201-1/+1
* Switch pl_child_pid from int to pid_t.jhb2015-10-201-1/+1
* Fix printf format to allow for bus_size_t not being u_long on all platforms.ian2015-10-201-2/+2
* Replace /dev/acd0 with /dev/cd1ngie2015-10-171-3/+3
* If falloc_caps() failed, cleanup needs to be performed. This is a bugkib2015-10-161-1/+1
* Allow PT_INTERP and PT_NOTES segments to be located anywhere in thekib2015-10-141-40/+100
* Parallelize the buffer cache and rewrite getnewbuf(). This results in ajeff2015-10-141-575/+711
* There are times when it would be really nice to have a record of the last fewhiren2015-10-141-1/+1
* Change the default setting of kern.ipc.shm_allow_removed from 0 to 1.trasz2015-10-101-1/+1
* Provide better debug message on kernel module name clash.trasz2015-10-101-6/+2
* Remove root_mount_wait(). It's not used anywhere.trasz2015-10-091-18/+0
* Enforce the maxproc limitation before allocating struct proc, initialkib2015-10-082-32/+34
* Fix r283998 that broke mapin events for hwpmc.fabient2015-10-081-1/+7
* Fix regression from r248371. We need to copy packet header to newglebius2015-10-071-0/+5
* Fix various edge cases related to system call tracing.jhb2015-10-062-5/+19
* Fix core corruption caused by race in note_procstat_vmmapcem2015-10-063-9/+33
* Remove debugging variable from r143761.glebius2015-10-061-3/+0
* Include additional info in ptrace(2) KTR traces:jhb2015-10-051-18/+23
* Revert r288628 and instead fix a discrepancy between the posix_fadvise(2)markj2015-10-031-2/+3
* The return value of posix_fadvise(2) is just an error status, somarkj2015-10-031-3/+2
OpenPOWER on IntegriCloud