summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* - 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
* When throttling a process to enforce RACCT limits, do not use neithertrasz2013-03-141-9/+2
* Accessing td_state requires thread lock to be held.trasz2013-03-141-4/+2
* Some style fixes.kib2013-03-142-8/+6
* Add currently unused flag argument to the cluster_read(),kib2013-03-142-18/+11
* Rewrite the vfs_bio_clrbuf(9) to not access the b_data for B_VMIOkib2013-03-141-13/+15
* - Fix two possible overflows when testing if ELF program headers are ontijl2013-03-131-8/+6
* Fix incorrect assertion that caused panic when periodic-only timers used.mav2013-03-131-1/+1
* Functions m_getm2() and m_get2() have different order of arguments,glebius2013-03-121-1/+1
* In kern_sendfile() use m_extadd() instead of MEXTADD() macro, supplyingglebius2013-03-121-2/+8
* The m_extadd() can fail due to memory allocation failure, thus:glebius2013-03-121-14/+19
* Make kern_nanosleep() and pause_sbt() to use per-CPU sleep queues.mav2013-03-123-13/+12
* Fix memory leak when one process send descriptor over UNIX domain socket,pjd2013-03-111-18/+18
* Return an error if sctp_peeloff() fails because a socket can't be allocated.tuexen2013-03-112-2/+9
* Bring back the comment on the sizing of the callout array that gotandre2013-03-101-0/+2
* Fixup r248032:davide2013-03-091-1/+1
* Improve UMTX_PROFILING:attilio2013-03-091-2/+119
* Correct the lock class for the vm object lock.kib2013-03-091-1/+1
* Rework overflow checks of r247898 to not let too "intelligent" compiler tomav2013-03-092-7/+9
* MFCattilio2013-03-092-45/+38
OpenPOWER on IntegriCloud