Age | Commit message (Expand) | Author |
2014-12-13 | yet more mallocarray() changes. | Doug Hogan |
2014-12-11 | convert bcopy to memcpy/memmove. ok krw | Ted Unangst |
2014-12-09 | More malloc() -> mallocarray() in the kernel. | Doug Hogan |
2014-12-02 | In sys_socket() and doaccept(), gotta skip setting the close-on-exec | Philip Guenther |
2014-09-09 | Delete the SS_ISCONFIRMING flag that supported delayed connection | Philip Guenther |
2014-08-31 | Add additional kernel interfaces for setting close-on-exec on fds | Philip Guenther |
2014-07-13 | pass the size to free in some of the obvious cases | Ted Unangst |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2013-09-14 | Correct the handling of I/O of >=2^32 bytes and the ktracing there of | Philip Guenther |
2013-04-05 | remove some obsolete casts | Ted Unangst |
2012-10-17 | In sys_accept(), don't sleep between pulling the new socket from the | Philip Guenthe |
2012-05-06 | Change accept(), recvfrom(), recvmsg(), getsockname(), and | Matthew Dempsky |
2012-04-22 | Add struct proc * argument to FRELE() and FILE_SET_MATURE() in | Philip Guenthe |
2011-12-03 | add support for MSG_NOSIGNAL. | Federico G. Schwindt |
2011-10-23 | shorten periods of fdplock() in accept() and socket(), so that greater | Theo de Raadt |
2011-07-08 | Remove COMPAT_OLDSOCK since no nothing sets MSG_COMPAT anymore. | Theo de Raadt |
2011-07-08 | Support sending struct info to kdump. So far for struct stat and | Otto Moerbeek |
2011-07-08 | Remove the sys_opipe() kernel entry point. sys_pipe() is the future. | Matthew Dempsky |
2011-04-04 | COMPAT_O47 (kernel getpeereid, which was replaced by libc getpeereid) | Theo de Raadt |
2010-09-22 | Fix a locking bug in accept(2) caught by sthen@ using my strict | Matthew Dempsky |
2010-09-20 | Move getpeereid(2) into COMPAT_O47. In 4.8 and onwards it is library | Theo de Raadt |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2010-06-30 | Add getsockopt SOL_SOCKET SO_PEERCRED support. This behaves similar to | Theo de Raadt |
2009-12-23 | The process's rdomain should be, well, per-process and not per-rthread, | Philip Guenthe |
2009-11-27 | Add setrdomain() and getrdomain() system calls. Committing now to | Philip Guenthe |
2009-11-23 | Replace in-line implementation of soqinsque with a call to soqinsque. | Jacek Masiulaniec |
2009-08-10 | Don't use char arrays for sleep wchans and reuse them. | Thordur I. Bjornsson |
2009-02-22 | fix PR 6082: do not create more fd's than will fit in the message on | Otto Moerbeek |
2008-12-16 | Move the functionality of psignal() to a new function ptsignal() | Philip Guenthe |
2008-05-23 | Deal with the situation when TCP nfs mounts timeout and processes | Thordur I. Bjornsson |
2008-04-06 | In sendit(), len should be size_t, not int. Could cause it to return | Stefan Kempf |
2006-10-23 | fix control message length check, needs CMSG_ALIGN() | Henning Brauer |
2006-10-21 | tbert sent me a diff to change some 0 to NULL | Ted Unangst |
2006-10-18 | Return ECONNABORTED when a non-blocking socket has been shutdown() for | Kurt Miller |
2006-03-26 | do per file io accounting and show that in fstat as well; pedro@ marco@ ok | Michael Shalayeff |
2006-01-05 | ansi/deregister | Jonathan Gray |
2005-07-06 | Eliminate a couple of 'msg.msg_iovlen < 0' tests. msg_iovlen is | Kenneth R Westerback |
2004-07-22 | remove p arg from fdplock | Ted Unangst |
2004-04-12 | make sockargs take void *, combine a len check. | Ted Unangst |
2004-04-01 | use NULL for ptrs. parts from Joris Vink | Ted Unangst |
2004-01-06 | lock filedesc before manipulating. avoids some rare races. | Ted Unangst |
2003-09-01 | match syscallargs comments with reality | Henning Brauer |
2003-07-21 | remove caddr_t casts. it's just silly to cast something when the function | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-08-23 | Just like getvnode, make getsock FREF the file so that we can't get away | Artur Grabowski |
2002-05-23 | In sys_accept don't FILE_SET_MATURE the file if we got an error and we've fre... | Artur Grabowski |
2002-02-12 | Fix my total blackout of the brain. | Artur Grabowski |
2002-02-12 | Fix all users of getsock to use FREF/FRELE properly. | Artur Grabowski |
2002-02-11 | In {send,recv}msg allow zero sized message. We can have control data. | Artur Grabowski |
2002-02-08 | - Rename FILE_{,UN}USE to FREF and FRELE. USE is a bad verb and we don't have | Artur Grabowski |