| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure that the vnet is set when calling pru_sockaddr() and | Michael Tuexen | 2018-01-11 | 1 | -0/+2 |
* | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | Don't grab SOCK_LOCK for soref() when queuing an AIO request. | John Baldwin | 2017-08-25 | 1 | -4/+0 |
* | Set the current vnet pointer in the socket buffer AIO handler. | John Baldwin | 2017-07-17 | 1 | -0/+2 |
* | Fix stat(2) on a listening socket. | Gleb Smirnoff | 2017-06-09 | 1 | -16/+19 |
* | Listening sockets improvements. | Gleb Smirnoff | 2017-06-08 | 1 | -19/+22 |
* | procstat(1): Add TCP socket send/recv buffer size | Conrad Meyer | 2017-05-26 | 1 | -0/+8 |
* | Commit the 64-bit inode project. | Konstantin Belousov | 2017-05-23 | 1 | -9/+12 |
* | Set MORETOCOME for AIO write requests on a socket. | John Baldwin | 2017-01-06 | 1 | -0/+2 |
* | Renumber license clauses in sys/kern to avoid skipping #3 | Ed Maste | 2016-09-15 | 1 | -1/+1 |
* | Account for AIO socket operations in thread/process resource usage. | John Baldwin | 2016-06-21 | 1 | -1/+12 |
* | Move backend-specific fields of kaiocb into a union. | John Baldwin | 2016-06-15 | 1 | -4/+9 |
* | Return the correct status when a partially completed request is cancelled. | John Baldwin | 2016-05-24 | 1 | -1/+6 |
* | Don't prematurely return short completions on blocking sockets. | John Baldwin | 2016-05-24 | 1 | -32/+44 |
* | Consistently set status to -1 when completing an AIO request with an error. | John Baldwin | 2016-05-20 | 1 | -2/+4 |
* | Expose soaio_enqueue(). | John Baldwin | 2016-04-29 | 1 | -1/+1 |
* | Introduce a new protocol hook pru_aio_queue. | John Baldwin | 2016-04-29 | 1 | -0/+5 |
* | Refactor the AIO subsystem to permit file-type-specific handling and | John Baldwin | 2016-03-01 | 1 | -0/+397 |
* | In preparation of merging projects/sendfile, transform bare access to | Gleb Smirnoff | 2014-11-12 | 1 | -10/+15 |
* | Add a new fo_fill_kinfo fileops method to add type-specific information to | John Baldwin | 2014-09-22 | 1 | -0/+65 |
* | - Remove socket file operations declaration from sys/file.h. | Gleb Smirnoff | 2014-08-26 | 1 | -18/+15 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 1 | -0/+1 |
* | Make sendfile() a method in the struct fileops. Currently only | Gleb Smirnoff | 2013-08-15 | 1 | -0/+1 |
* | Add the fo_chown and fo_chmod methods to struct fileops and use them | Konstantin Belousov | 2011-08-16 | 1 | -0/+2 |
* | Mfp4 CH=177274,177280,177284-177285,177297,177324-177325 | Bjoern A. Zeeb | 2011-02-16 | 1 | -6/+7 |
* | Send SIGPIPE to the thread that issued the offending system call | John Baldwin | 2010-06-29 | 1 | -1/+1 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+1 |
* | Add FIONSPACE from NetBSD. FIONSPACE is provided so that programs may | Ed Maste | 2009-06-30 | 1 | -0/+8 |
* | There are a number of ways an application can check if there are | Poul-Henning Kamp | 2009-06-28 | 1 | -0/+5 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 1 | -2/+0 |
* | Add internal 'mac_policy_count' counter to the MAC Framework, which is a | Robert Watson | 2009-06-02 | 1 | -8/+0 |
* | Change the curvnet variable from a global const struct vnet *, | Marko Zec | 2009-05-05 | 1 | -2/+8 |
* | Lock receive socket buffer in soo_stat() rather than commenting that we | Robert Watson | 2008-10-07 | 1 | -5/+4 |
* | Add code to allow the system to handle multiple routing tables. | Julian Elischer | 2008-05-09 | 1 | -1/+1 |
* | Make ftruncate a 'struct file' operation rather than a vnode operation. | John Baldwin | 2008-01-07 | 1 | -0/+9 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson | 2007-10-24 | 1 | -4/+4 |
* | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | Robert Watson | 2007-08-06 | 1 | -35/+12 |
* | Move to ANSI C function headers. Re-wrap some comments. | Robert Watson | 2007-03-04 | 1 | -45/+25 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 1 | -1/+2 |
* | soreceive_generic(), and sopoll_generic(). Add new functions sosend(), | Robert Watson | 2006-07-24 | 1 | -5/+3 |
* | Introduce three additional MAC Framework and MAC Policy entry points to | Robert Watson | 2005-04-16 | 1 | -0/+18 |
* | The SO_NOSIGPIPE socket option allows a user process to mark a socket | Robert Watson | 2005-03-11 | 1 | -0/+8 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | Push Giant down through ioctl. | Poul-Henning Kamp | 2004-11-17 | 1 | -0/+2 |
* | Push Giant down through select and poll. | Poul-Henning Kamp | 2004-11-17 | 1 | -0/+2 |
* | Polish two functions a bit so that it is easier to wrap them in | Poul-Henning Kamp | 2004-11-13 | 1 | -21/+33 |
* | Push Giant acquisition down into fo_stat() from most callers. Acquire | Robert Watson | 2004-07-22 | 1 | -1/+5 |
* | Push acquisition of Giant from fdrop_closed() into fo_close() so that | Robert Watson | 2004-07-22 | 1 | -0/+2 |
* | Annotate two intentionally unlocked reads with comments. | Robert Watson | 2004-06-20 | 1 | -0/+6 |
* | Merge additional socket buffer locking from rwatson_netperf: | Robert Watson | 2004-06-17 | 1 | -0/+20 |