summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* sem: Restart the POSIX sem_* calls after signals with SA_RESTART set.jilles2013-04-192-3/+3
* On non-ACPI i386 mp_ncpus is initialized at SI_SUB_CPU, and thisglebius2013-04-171-1/+1
* - Correct mispellings of the word necessarygabor2013-04-171-1/+1
* - Correct mispellings of the word occurrencegabor2013-04-171-1/+1
* r249408 and r249436 cause a NULL pointer dereference on the CUBIEBOARDimp2013-04-161-1/+1
* - Document that sem_wait() can fail with EINTR if it is interrupted by ajhb2013-04-161-0/+2
* Add a new set of notes to a process core dump to store procstat data.trociny2013-04-161-1/+279
* Allow the vnode to be unlocked for the weird case ofrmacklem2013-04-161-1/+1
* Some compilers issue a warning when wider integer is casted to narrowkib2013-04-161-2/+2
* Point args[0] not at the thread that is ending but at the one thatgnn2013-04-151-1/+1
* Similarly to proc_getargv() and proc_getenvv(), export proc_getauxv()trociny2013-04-141-18/+29
* Re-factor the code to provide kern_proc_filedesc_out(), kern_proc_out(),trociny2013-04-142-92/+154
* Re-factor coredump routines. For each type of notes an outputtrociny2013-04-141-206/+354
* Add fdallocn function and use it when passing fds over unix socket.mjg2013-04-142-12/+37
* Fix changes made in r249408.jchandra2013-04-131-1/+1
* Fix kenv behavior when there is no static environmentjchandra2013-04-121-13/+16
* Add sbuf_start_section() and sbuf_end_section() functions, which cantrociny2013-04-111-1/+71
* Fix the build.jimharris2013-04-101-1/+1
* Change certain heavily used network related mutexes and rwlocks toandre2013-04-091-2/+2
* Switch some "low-hanging fruit" to acquire read lock on vmobjectsattilio2013-04-083-19/+19
* Merge from projects/counters: counter(9).glebius2013-04-081-0/+109
* Use pget(9) to reduce code duplication.trociny2013-04-071-10/+4
* Fill p_flags and p_align fields of the core dump note segement.trociny2013-04-071-2/+2
* Use 4-byte padding for core dump notes on both 32 and 64bit archs.trociny2013-04-071-2/+2
* mqueue,ksem,shm: Fix race condition with setting UF_EXCLOSE.jilles2013-04-073-15/+3
* Prepare to replace the buf splay with a trie:jeff2013-04-061-19/+9
* Fix memory leak in coredump().glebius2013-04-051-0/+1
* If filter of the interrupt event is not null, print it, in addition tokib2013-04-051-1/+10
* MFP4 change 210763brooks2013-04-031-2/+9
* Add support for XPT_CONT_TARGET_IO CCBs in _bus_dmamap_load_ccb().ken2013-04-021-4/+17
* Regen.mdf2013-04-023-5/+5
* Fix return type of extattr_set_* and fix rmextattr(8) utility.mdf2013-04-021-3/+3
* Do not call the VOP_LOOKUP() for the doomed directory vnode. Thekib2013-04-011-0/+4
* Rename do_pipe() to kern_pipe2() and declare it properly.jilles2013-03-311-5/+2
* Use a shared lock for VOP_GETEXTATTR, as it is a read-like operation.mdf2013-03-302-2/+2
* Add bus_dmamap_load_bio for non-CAM disk drivers that wish to enablejimharris2013-03-291-0/+39
* Add CTR5() to bus_dmamap_load_ccb, similar to other bus_dmamap_load_*jimharris2013-03-291-0/+4
* Do not add 1 to nsegs before passing to CTR5(), since nsegsjimharris2013-03-291-3/+3
* Pass correct parameter to CTR5() in bus_dmamap_load_uio.jimharris2013-03-291-1/+1
* Fix bug in m_split() in a case when split len matches len of theglebius2013-03-291-1/+10
* Once ng_ksocket(4) is fixed, re-apply r194662. See this revision forglebius2013-03-291-0/+3
* When soreceive_generic() hands off an mbuf from buffer,glebius2013-03-291-0/+1
* Several fixes and improvements to sendfile()scottl2013-03-281-7/+14
* deferal -> deferraljimharris2013-03-271-3/+3
* Fix a race with the vnode reclamation in the aio_qphysio(). Obtainkib2013-03-271-6/+17
* Add dev_strategy_csw() function, which is similar to dev_strategy()kib2013-03-272-23/+31
* On i386, double the default size of the bio transient map. With thekib2013-03-271-6/+13
* Do not pass unmapped buffers to drivers that cannot handle themkan2013-03-261-2/+12
* Cache the callout precision argument as part of the informations requireddavide2013-03-251-2/+9
* Extend taskqueue(9) to enable per-taskqueue callbacks.will2013-03-231-3/+46
OpenPOWER on IntegriCloud