| Commit message (Expand) | Author | Age | Files | Lines |
* | Log the socket address passed as the destination to sendto() and sendmsg() | jhb | 2011-06-07 | 1 | -0/+4 |
* | After the r219999 is merged to stable/8, rename fallocf(9) to falloc(9) | kib | 2011-04-01 | 1 | -5/+5 |
* | Mfp4 CH=177274,177280,177284-177285,177297,177324-177325 | bz | 2011-02-16 | 1 | -14/+1 |
* | Eliminate unnecessary page hold_count checks. These checks predate | alc | 2011-02-03 | 1 | -2/+1 |
* | If more than one thread allocated sf buffers for sendfile(2), and | kib | 2011-01-28 | 1 | -5/+12 |
* | Just pass M_ZERO to malloc(9) instead of clearing allocated memory separately. | pjd | 2010-12-14 | 1 | -2/+1 |
* | Implement correct handling of address parameter and | tuexen | 2010-09-05 | 1 | -4/+2 |
* | Send SIGPIPE to the thread that issued the offending system call | jhb | 2010-06-29 | 1 | -3/+3 |
* | * Do not dereference a NULL pointer when calling an SCTP send syscall | tuexen | 2010-06-26 | 1 | -2/+3 |
* | Use ISO C99 integer types in sys/kern where possible. | ed | 2010-06-21 | 1 | -1/+1 |
* | Remove page queues locking from all sf_buf_mext()-like functions. The page | alc | 2010-05-06 | 1 | -6/+1 |
* | Eliminate a small bit of unneeded code from kern_sendfile(): While | alc | 2010-05-06 | 1 | -7/+2 |
* | This is the first step in transitioning responsibility for synchronizing | alc | 2010-05-03 | 1 | -0/+4 |
* | Lock the page around hold_count access. | kib | 2010-05-02 | 1 | -0/+2 |
* | Properly handle compat32 calls to sctp generic sendmsd/recvmsg functions that | kib | 2010-03-19 | 1 | -4/+19 |
* | Remove dead statement. | kib | 2010-03-19 | 1 | -1/+0 |
* | Fix two style issues. | kib | 2010-03-19 | 1 | -2/+2 |
* | Use NULL instead of 0 when setting up pointer. | pjd | 2010-02-18 | 1 | -2/+2 |
* | Fix argument order in a call to mtx_init. | mjacob | 2009-12-17 | 1 | -1/+1 |
* | If socket buffer space appears to be lower then sum of count of already | kib | 2009-11-03 | 1 | -9/+1 |
* | Fix style issue. | kib | 2009-10-29 | 1 | -1/+1 |
* | Do not dereference vp->v_mount without holding vnode lock and checking | kib | 2009-10-01 | 1 | -2/+5 |
* | Get SCTP working in combination with VIMAGE. | tuexen | 2009-09-19 | 1 | -0/+9 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+2 |
* | Audit file descriptor numbers for various socket-related system calls. | rwatson | 2009-07-01 | 1 | -0/+17 |
* | Define missing audit argument macro AUDIT_ARG_SOCKET(), and | rwatson | 2009-07-01 | 1 | -0/+3 |
* | SCTP needs either IPv4 or IPv6 as lower layer[1]. | bz | 2009-06-10 | 1 | -4/+8 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Add internal 'mac_policy_count' counter to the MAC Framework, which is a | rwatson | 2009-06-02 | 1 | -36/+12 |
* | Split native socketpair() syscall onto kern_socketpair() which should | dchagin | 2009-05-31 | 1 | -24/+29 |
* | - Implement a lockless file descriptor lookup algorithm in | jeff | 2009-05-14 | 1 | -16/+9 |
* | A NOP change: style / whitespace cleanup of the noise that slipped | zec | 2009-05-08 | 1 | -1/+1 |
* | Change the curvnet variable from a global const struct vnet *, | zec | 2009-05-05 | 1 | -0/+17 |
* | sendfile doesn't modify the vnode - acquire vnode lock shared | kmacy | 2009-04-12 | 1 | -1/+1 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -5/+5 |
* | When sendto(2) is called with an explicit destination address | rwatson | 2008-05-22 | 1 | -1/+5 |
* | When writing trailers in sendfile(2), don't call kern_writev() | rwatson | 2008-04-27 | 1 | -3/+4 |
* | Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT. | ru | 2008-03-25 | 1 | -20/+8 |
* | After finishing sending file data in sendfile(2), don't forget to send | cperciva | 2008-02-24 | 1 | -1/+3 |
* | This patch adds a new ktrace(2) record type, KTR_STRUCT, whose payload | des | 2008-02-23 | 1 | -0/+36 |
* | Fix sendfile(2) write-only file permission bypass. | simon | 2008-02-14 | 1 | -14/+17 |
* | Give sendfile(2) a SF_SYNC flag which makes it wait until all mbufs | phk | 2008-02-03 | 1 | -1/+42 |
* | Give MEXTADD() another argument to make both void pointers to the | phk | 2008-02-01 | 1 | -1/+1 |
* | Correct two problems relating to sorflush(), which is called to flush | rwatson | 2008-01-31 | 1 | -2/+7 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -2/+2 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -2/+2 |
* | Remove explicit locking of struct file. | jeff | 2007-12-30 | 1 | -28/+5 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -12/+12 |
* | - During shutdown pending, when the last sack came in and | rrs | 2007-08-27 | 1 | -8/+5 |
* | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | rwatson | 2007-08-06 | 1 | -54/+13 |