| Commit message (Expand) | Author | Age | Files | Lines |
* | After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason | kib | 2012-08-05 | 1 | -0/+1 |
* | Style fixes and simplifications. | pjd | 2012-06-11 | 1 | -8/+3 |
* | Plug socket refcount leak on error in sys_sctp_peeloff. | mjg | 2012-06-08 | 1 | -2/+2 |
* | style(9) for r236563. | glebius | 2012-06-05 | 1 | -2/+2 |
* | Microoptimisation of code from r236560, also coming from Nginx Inc. | glebius | 2012-06-04 | 1 | -6/+4 |
* | Optimise kern_sendfile(): skip cycling through the entire mbuf chain in | glebius | 2012-06-04 | 1 | -4/+10 |
* | Fix bugs which can result in a panic when an non-SCTP socket it | tuexen | 2012-03-15 | 1 | -0/+16 |
* | Fix found places where uio_resid is truncated to int. | kib | 2012-02-21 | 1 | -13/+16 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -21/+21 |
* | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | rwatson | 2011-08-11 | 1 | -35/+61 |
* | Add some checks to ensure that Capsicum is behaving correctly, and add some | jonathan | 2011-06-30 | 1 | -0/+7 |
* | 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 |