summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement the concept of the unmapped VMIO buffers, i.e. buffers whichkib2013-03-194-306/+792
* Tweak some comments.jhb2013-03-181-4/+4
* Partially revert r195702. Deferring stops is now implemented via a set ofjhb2013-03-184-19/+9
* In m_align() add assertions that mbuf is virgin, similar to assertionsglebius2013-03-171-4/+12
* Require CAP_SEEK if both O_APPEND and O_TRUNC flags are absent.pjd2013-03-161-1/+1
* Style: Whitespace fixes.pjd2013-03-161-3/+2
* Style: Remove redundant space.pjd2013-03-161-1/+1
* - Replace compat macros with function calls.glebius2013-03-161-17/+15
* Contrary to what the deleted comment said, the m_move_pkthdr()glebius2013-03-161-35/+10
* Sort syscalls properly.pjd2013-03-151-1/+1
* Separate the copyright lines and the informational block by a blank line.kib2013-03-151-0/+1
* Add my copyright for the 2012 year work, in particular vn_io_fault()kib2013-03-151-0/+5
* Implement the helper function vn_io_fault_pgmove(), intended to use bykib2013-03-151-0/+39
* Use m_get() and m_getcl() instead of compat macros.glebius2013-03-151-2/+2
* - Use m_get2() instead of hand allocating.glebius2013-03-151-6/+4
* Make m_get2() never use clusters that are bigger than PAGE_SIZE.glebius2013-03-151-13/+3
OpenPOWER on IntegriCloud