| Age | Commit message (Expand) | Author |
| 2019-08-04 | Pull up following revision(s) (requested by ozaki-r in ticket #7): | martin |
| 2018-09-07 | Make raw_input non-variadic. | maxv |
| 2018-05-09 | Replace | maxv |
| 2018-04-26 | m_copy -> m_copym | maxv |
| 2018-03-19 | socket: report receive buffer overflows | roy |
| 2017-09-25 | Use a dedicated mutex for rt_rawcb instead of softnet_lock if NET_MPSAFE | ozaki-r |
| 2017-09-25 | Fix race condition on the rawcb list shared by rtsock and keysock | ozaki-r |
| 2017-04-11 | Add RO_MSGFILTER socket option to PF_ROUTE to filter out | roy |
| 2016-01-20 | Eliminate struct protosw::pr_output. | riastradh |
| 2015-05-02 | make connect syscall use sockaddr_big and modify pr_{send,connect} | rtr |
| 2015-04-24 | make accept, getsockname and getpeername syscalls use sockaddr_big and modify | rtr |
| 2014-08-09 | split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq | rtr |
| 2014-08-08 | split PRU_RCVD function out of pr_generic() usrreq switches and put into | rtr |
| 2014-08-05 | split PRU_SEND function out of pr_generic() usrreq switches and put into | rtr |
| 2014-08-05 | revert the removal of struct lwp * parameter from bind, listen and connect | rtr |
| 2014-07-31 | fix missed conversion to call to pr_connect() from pr_generic() when | rtr |
| 2014-07-31 | split PRU_DISCONNECT, PRU_SHUTDOWN and PRU_ABORT function out of | rtr |
| 2014-07-30 | split PRU_CONNECT function out of pr_generic() usrreq switches and put | rtr |
| 2014-07-24 | split PRU_BIND and PRU_LISTEN function out of pr_generic() usrreq | rtr |
| 2014-07-23 | split PRU_SENDOOB and PRU_RCVOOB function out of pr_generic() usrreq | rtr |
| 2014-07-09 | * split PRU_ACCEPT function out of pr_generic() usrreq switches and put | rtr |
| 2014-07-09 | * split PRU_PEERADDR and PRU_SOCKADDR function out of pr_generic() | rtr |
| 2014-07-06 | * split PRU_SENSE functionality out of xxx_usrreq() switches and place into | rtr |
| 2014-06-22 | * split PRU_CONTROL functionality out of xxx_userreq() switches and place | rtr |
| 2014-05-19 | - Split off PRU_ATTACH and PRU_DETACH logic into separate functions. | rmind |
| 2014-05-18 | Add struct pr_usrreqs with a pr_generic function and prepare for the | rmind |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2011-01-11 | Apply patch from PR kern/44369 by Wolfgang Stukenbrock. | pooka |
| 2008-05-29 | Delete local variable 'sockets', whose value is never used. Reported | dyoung |
| 2008-04-24 | Merge the socket locking patch: | ad |
| 2007-05-06 | Cosmetic: make the macro 'equal' into an inline subroutine, bcmp | dyoung |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-17 | KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous | dyoung |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-25 | Introduce KAUTH_REQ_NETWORK_SOCKET_OPEN, to check if opening a socket is | elad |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-05-14 | integrate kauth. | elad |
| 2005-12-11 | ANSI function decls and application of static. | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-04-26 | Remove #else of #if __STDC__ | matt |
| 2003-09-30 | Fix off-by-one in PRC_NCMDS check. From FreeBSD via OpenBSD | christos |
| 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 |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-11-05 | Switch to using queue access macros instead of refering to the member | matt |
| 2000-03-30 | Kill some more register declarations. | augustss |
| 1996-05-28 | Remove unused variable. | pk |