summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* Item 1 in r248830 causes earlier exits from the sendfile(2), beforekib2013-05-091-18/+29
* Add accept4() system call.jilles2013-05-011-25/+58
* Eliminate the layering violation in the kern_sendfile(). When queringkib2013-04-281-14/+16
* Don't compare unsigned socklen_t against < 0.glebius2013-04-191-10/+1
* Several fixes and improvements to sendfile()scottl2013-03-281-7/+14
* Implement SOCK_CLOEXEC, SOCK_NONBLOCK and MSG_CMSG_CLOEXEC.jilles2013-03-191-10/+42
* - Use m_get2() instead of hand allocating.glebius2013-03-151-6/+4
* In kern_sendfile() use m_extadd() instead of MEXTADD() macro, supplyingglebius2013-03-121-2/+8
* Return an error if sctp_peeloff() fails because a socket can't be allocated.tuexen2013-03-111-1/+3
* MFCattilio2013-03-081-29/+88
|\
| * - Implement two new system calls:pjd2013-03-021-29/+88
* | MFCattilio2013-03-021-30/+16
|\ \ | |/
| * Merge Capsicum overhaul:pjd2013-03-021-30/+16
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-10/+10
* | Switch vm_object lock to be a rwlock.attilio2013-02-201-0/+1
|/
* Audit sockaddr argument for bind(2), connect(2), accept(2), sendto(2) andpjd2013-02-071-1/+8
* Minor style tweaks.pjd2013-02-071-27/+27
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-3/+3
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-9/+1
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonkib2012-08-051-0/+1
* Style fixes and simplifications.pjd2012-06-111-8/+3
* Plug socket refcount leak on error in sys_sctp_peeloff.mjg2012-06-081-2/+2
* style(9) for r236563.glebius2012-06-051-2/+2
* Microoptimisation of code from r236560, also coming from Nginx Inc.glebius2012-06-041-6/+4
* Optimise kern_sendfile(): skip cycling through the entire mbuf chain inglebius2012-06-041-4/+10
* Fix bugs which can result in a panic when an non-SCTP socket ittuexen2012-03-151-0/+16
* Fix found places where uio_resid is truncated to int.kib2012-02-211-13/+16
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-21/+21
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-35/+61
* Add some checks to ensure that Capsicum is behaving correctly, and add somejonathan2011-06-301-0/+7
* Log the socket address passed as the destination to sendto() and sendmsg()jhb2011-06-071-0/+4
* After the r219999 is merged to stable/8, rename fallocf(9) to falloc(9)kib2011-04-011-5/+5
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325bz2011-02-161-14/+1
* Eliminate unnecessary page hold_count checks. These checks predatealc2011-02-031-2/+1
* If more than one thread allocated sf buffers for sendfile(2), andkib2011-01-281-5/+12
* Just pass M_ZERO to malloc(9) instead of clearing allocated memory separately.pjd2010-12-141-2/+1
* Implement correct handling of address parameter andtuexen2010-09-051-4/+2
* Send SIGPIPE to the thread that issued the offending system calljhb2010-06-291-3/+3
* * Do not dereference a NULL pointer when calling an SCTP send syscalltuexen2010-06-261-2/+3
* Use ISO C99 integer types in sys/kern where possible.ed2010-06-211-1/+1
* Remove page queues locking from all sf_buf_mext()-like functions. The pagealc2010-05-061-6/+1
* Eliminate a small bit of unneeded code from kern_sendfile(): Whilealc2010-05-061-7/+2
* This is the first step in transitioning responsibility for synchronizingalc2010-05-031-0/+4
* Lock the page around hold_count access.kib2010-05-021-0/+2
* Properly handle compat32 calls to sctp generic sendmsd/recvmsg functions thatkib2010-03-191-4/+19
* Remove dead statement.kib2010-03-191-1/+0
* Fix two style issues.kib2010-03-191-2/+2
* Use NULL instead of 0 when setting up pointer.pjd2010-02-181-2/+2
* Fix argument order in a call to mtx_init.mjacob2009-12-171-1/+1
* If socket buffer space appears to be lower then sum of count of alreadykib2009-11-031-9/+1
OpenPOWER on IntegriCloud