summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix style issue.kib2009-10-291-1/+1
* Do not dereference vp->v_mount without holding vnode lock and checkingkib2009-10-011-2/+5
* Get SCTP working in combination with VIMAGE.tuexen2009-09-191-0/+9
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+2
* Audit file descriptor numbers for various socket-related system calls.rwatson2009-07-011-0/+17
* Define missing audit argument macro AUDIT_ARG_SOCKET(), andrwatson2009-07-011-0/+3
* SCTP needs either IPv4 or IPv6 as lower layer[1].bz2009-06-101-4/+8
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Add internal 'mac_policy_count' counter to the MAC Framework, which is arwatson2009-06-021-36/+12
* Split native socketpair() syscall onto kern_socketpair() which shoulddchagin2009-05-311-24/+29
* - Implement a lockless file descriptor lookup algorithm injeff2009-05-141-16/+9
* A NOP change: style / whitespace cleanup of the noise that slippedzec2009-05-081-1/+1
* Change the curvnet variable from a global const struct vnet *,zec2009-05-051-0/+17
* sendfile doesn't modify the vnode - acquire vnode lock sharedkmacy2009-04-121-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-5/+5
* When sendto(2) is called with an explicit destination addressrwatson2008-05-221-1/+5
* When writing trailers in sendfile(2), don't call kern_writev()rwatson2008-04-271-3/+4
OpenPOWER on IntegriCloud