| Age | Commit message (Expand) | Author |
| 2018-12-04 | soo_fcntl is identical to fnullop_fcntl, use the latter | maya |
| 2018-08-01 | Add ioctl(2) handler for kernel part of sctp_peeloff(). | rjs |
| 2017-11-30 | add fo_name so we can identify the fileops in a simple way. | christos |
| 2017-11-22 | Hold KERNEL_LOCK on if_ioctl selectively based on IFEF_MPSAFE | ozaki-r |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 2014-09-05 | Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get | matt |
| 2014-07-06 | * split PRU_SENSE functionality out of xxx_usrreq() switches and place into | rtr |
| 2014-07-01 | fix parameter types in pr_ioctl, called xx_control() functions and remove | rtr |
| 2014-06-23 | where appropriate rename xxx_ioctl() struct mbuf * parameters from | rtr |
| 2014-06-22 | * split PRU_CONTROL functionality out of xxx_userreq() switches and place | rtr |
| 2014-05-18 | Add struct pr_usrreqs with a pr_generic function and prepare for the | rmind |
| 2014-04-26 | Decouple sockets linkage from interface code by making ifioctl() a pointer. | pooka |
| 2014-04-26 | It's been > 20years since rtioctl() did something. Let's just | pooka |
| 2011-12-20 | - Eliminate so_nbio and turn it into a bit SS_NBIO in so_state. | christos |
| 2011-06-30 | Don't cast a pointer void * before passing to memset(), that's not | dyoung |
| 2009-12-20 | If a multithreaded app closes an fd while another thread is blocked in | dsl |
| 2009-12-09 | Rename fo_drain() to fo_abort(), 'drain' is used to mean 'wait for output | dsl |
| 2009-04-08 | soo_ioctl: | ad |
| 2009-04-08 | Patch out soo_drain until I fix it to work correctly. | ad |
| 2009-04-04 | Add fileops::fo_drain(), to be called from fd_close() when there is more | ad |
| 2008-04-29 | kern/38502 ifconfig wi0 hangs | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-24 | Merge the socket locking patch: | ad |
| 2008-03-21 | Catch up with descriptor handling changes. See kern_descrip.c revision | ad |
| 2008-03-20 | - Extract the guts of soo_poll() into sopoll(), which takes a struct socket *. | ad |
| 2008-02-27 | make socketops const | matt |
| 2008-02-06 | Don't lock the socket to set/clear FNONBLOCK. Just set it atomically. | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-01 | remove some __unused from function parameters. | yamt |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-05-14 | integrate kauth. | elad |
| 2006-03-01 | merge yamt-uio_vmspace branch. | yamt |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-12-07 | Use ANSI function decls. | thorpej |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-11-06 | I guess compiling code before committing is a lost art! | christos |
| 2004-11-06 | Add support for FIONWRITE and FIONSPACE ioctls. FIONWRITE reports | wrstuden |
| 2004-05-22 | Eliminate several uses of `curproc' from the socket-layer code and from NFS. | jonathan |
| 2003-09-21 | cleanup & uniform descriptor owner handling: | jdolecek |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-03-21 | Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'. | dsl |
| 2003-01-06 | writable, not writeable. | wiz |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-06-16 | Use SB_ASYNC in struct sockbuf sb_flags field instead of SS_ASYNC in | manu |
| 2001-05-19 | Backed out a previous commit that was incomplete and hence broke several | manu |
| 2001-05-19 | Moved e_flags outsied of ifdef __HAVE_MINIMAL_EMUL in struct emul | manu |