summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* post mountroot event after a real/final root is mountedavg2013-03-231-2/+2
* - Constify local path variable for chflagsat().pjd2013-03-221-1/+1
* Regenerate after r248599.pjd2013-03-213-2/+38
* Implement chflagsat(2) system call, similar to fchmodat(2), but operates onpjd2013-03-213-15/+53
* Regenerate after r248597.pjd2013-03-211-8/+8
* - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of typepjd2013-03-212-13/+14
* Allow O_CLOEXEC in posix_openpt() flags.jilles2013-03-211-2/+2
* Fix a bug in UMTX_PROFILING:attilio2013-03-211-11/+11
* Another NFS SIGSTOP related fix: Ignore thread suspend requests due tojhb2013-03-211-0/+11
* Only size and create the bio_transient_map when unmapped buffers arekib2013-03-211-1/+1
* In bufwrite(), a dirty buffer is moved to the clean queue before thekib2013-03-201-2/+7
* When the journaled FFS volume is suspended due to the journal spacekib2013-03-201-1/+2
* When renaming a directory from one parent directory to another,mckusick2013-03-201-0/+22
* Implement SOCK_CLOEXEC, SOCK_NONBLOCK and MSG_CMSG_CLOEXEC.jilles2013-03-193-14/+48
* Do not remap usermode pages into KVA for physio.kib2013-03-193-9/+19
* Add a helper function vfs_bio_bzero_buf() to zero the portion of thekib2013-03-191-0/+26
OpenPOWER on IntegriCloud