summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* In bnoreuselist(), check both ends of the specified logical blockkib2016-02-171-1/+2
* Create an API to reset a struct bio (g_reset_bio). This is mandatoryimp2016-02-171-1/+1
* Remove an unused FDT header, fdt_common.h should only be needed in a fewandrew2016-02-151-2/+0
* Allow MIPS INTRNG code to be built without FDT support.adrian2016-02-151-0/+2
* o Gather all mbuf(9) allocation functions into kern_mbuf.c, and allglebius2016-02-112-284/+342
* Remove useless checks for NULL before calling free(9), in the kernelkib2016-02-102-56/+28
* Finish r173600. There is no need to test a condition if both caseskib2016-02-101-6/+3
* Garbage collect unused arguments of m_init().glebius2016-02-101-2/+2
* Include sys/_task.h into uma_int.h, so that taskqueue.h isn't aglebius2016-02-091-1/+0
* Rename P_KTHREAD struct proc p_flag to P_KPROC.kib2016-02-095-9/+8
* Call kthread_exit() rather than kproc_exit() for a premature kthread exit.jhb2016-02-081-1/+1
* Mark proc0 as a kernel process via the P_KTHREAD flag.jhb2016-02-081-1/+1
* Remove the assert which outlived its usefulness, and, by default,kib2016-02-081-12/+7
* semget(): Check for [EEXIST] error first.jilles2016-02-071-5/+5
* Minor grammar fix in comment.pfg2016-02-071-1/+1
* Clarify a comment in kern_openat() about the use of falloc_noinstall().mckusick2016-02-071-1/+2
* fork: ansify sys_pdforkmjg2016-02-061-3/+1
* Rename aiocblist to kaiocb and use consistent variable names.jhb2016-02-051-322/+322
* When matching brand to the ELF binary by notes, try to find a brandkib2016-02-041-1/+20
* Do not copy by field when converting struct oexport_args to structkib2016-02-041-18/+16
* Guard against runnable td2 exiting and than being reused for unrelatedkib2016-02-041-1/+1
* fork: plug a use after free of the returned processmjg2016-02-042-70/+75
* fork: pass arguments to fork1 in a dedicated structuremjg2016-02-043-19/+46
* Redo r292484. Embed task(9) into zone, so that uz_maxaction is calledglebius2016-02-032-82/+11
* Move uma_dbg_alloc() and uma_dbg_free() into uma_core.c, which allowsglebius2016-02-031-1/+0
* Increase max allowed backlog for listen socketsalfred2016-02-022-5/+11
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-012-0/+2
* Fix the logic in the ddb command 'show ktr /a'. Prior to r118269 it wouldandrew2016-01-311-1/+1
* kqueue EVFILT_PROC: avoid collision between NOTE_CHILD and NOTE_EXITvangyzen2016-01-281-10/+51
* The bread() function was inconsistent about whether it would returnmckusick2016-01-272-4/+26
* ktrace: tidy up ktrstructmjg2016-01-271-5/+6
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-273-47/+49
* Various style fixes.jhb2016-01-261-35/+40
* Don't clear the software flow control flag before draining for lastkib2016-01-262-15/+10
* Fix the way RCTL handles rules' rrl_exceeded on credenials change.trasz2016-01-261-0/+5
* Restore flushing of output for revoke(2) again. Document revoke()'skib2016-01-261-15/+14
* Evaluate the sysctl_running fail point before taking the sysctl lock.markj2016-01-261-2/+2
* - Make the code consistent with itself style-wise and bring it closermarius2016-01-251-33/+57
* Don't allow opening the callout device when the callin device is alreadykib2016-01-251-3/+6
* Fix the %b flags string for ddb. All bits above the 5thkib2016-01-251-5/+7
* MFP r287070,r287073: split radix implementation and route table structure.melifaro2016-01-251-4/+4
* In tty_dealloc(), clear the queues. See the comment for a scenariokib2016-01-221-5/+10
* The struct file f_advice member is overlaid with the devfs f_cdevprivkib2016-01-221-2/+3
* - Separate sendfile(2) implementation from uipc_syscalls.c intoglebius2016-01-222-991/+1038
* AIO daemons have always been kernel processes to facilitate switching tojhb2016-01-211-29/+29
* Remove unused variables for socket AIO.jhb2016-01-211-7/+0
* cache: minor changesmjg2016-01-211-28/+20
* cache: perform . lockup without the namecache lockmjg2016-01-211-28/+24
* cache: provide a helper for computing the hashmjg2016-01-211-8/+14
* cache: use counter(9) API to maintain statisticsmjg2016-01-211-61/+80
OpenPOWER on IntegriCloud