| Age | Commit message (Expand) | Author |
| 2014-01-23 | Change vnode operations create, mknod, mkdir and symlink to return | hannken |
| 2014-01-17 | Change vnode operations create, mknod, mkdir and symlink to keep the | hannken |
| 2013-10-29 | Vnode API cleanup pass 1. | hannken |
| 2013-10-25 | Eliminat an unused variable and simplify the KASSERT which used to use it | martin |
| 2013-10-08 | Centralize the sockaddr_un allocation code. Set sun_len appropriately so | christos |
| 2013-10-08 | - Instead of having accept(2) return a zero-filled sockaddr for the case | christos |
| 2013-08-29 | Remove SS_ISCONFIRMING, it is unused and TP4 will not come back. | rmind |
| 2013-08-01 | In unp_externalize, don't do anything if an SCM_RIGHTS control message | drochner |
| 2013-06-27 | use sbcreatecontrol1() and m_add() instead of open-coding everything, and | christos |
| 2013-02-14 | Fix some screw cases in cmsg file descriptor passing. | riastradh |
| 2012-10-06 | Avoid crash dereferencing a NULL fp in fd_affix() in unp_externalize | christos |
| 2012-07-30 | remove infinite loop on error, extra parens on return. | christos |
| 2012-07-30 | simplify unp_externalize(), some from gimpy, some from me. | christos |
| 2012-06-02 | Stopgap fix for PR kern/46463: disallow passing of kqueue descriptors | martin |
| 2011-06-26 | * Arrange for interfaces that create new file descriptors to be able to | christos |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-05-29 | Add SOCK_SEQPACKET to PL_LOCAL sockets. Based on patch from Jesse Off, | manu |
| 2010-11-19 | Introduce struct pathbuf. This is an abstraction to hold a pathname | dholland |
| 2010-10-21 | unp_connect: fix an assertion | yamt |
| 2010-10-21 | unp_connect2: fix a comment. | yamt |
| 2010-06-24 | Clean up vnode lock operations pass 2: | hannken |
| 2010-02-09 | Fix typo in comment. | wiz |
| 2010-01-08 | The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live | pooka |
| 2009-08-26 | In uipc_usrreq(PRU_ACCEPT), grab the unp_streamlock before unp_setpeerlocks(). | bouyer |
| 2009-05-24 | More changes to improve kern_descrip.c. | ad |
| 2009-05-04 | tweak some assertions on so_head to make them more meaningful. | yamt |
| 2009-04-09 | 0 -> NULL | yamt |
| 2009-04-09 | remove an unnecessary cast. | yamt |
| 2009-04-09 | 0 -> NULL where appropriate | yamt |
| 2009-03-11 | completely rework the way that orphaned sockets that are being fdpassed | mrg |
| 2009-02-08 | Don't try to fd_putfile() descriptors we didn't manage to fd_getfile(). | pooka |
| 2008-10-11 | Move uidinfo to its own module in kern_uidinfo.c and include in rump. | pooka |
| 2008-08-06 | Convert socket options code to use a sockopt structure | plunky |
| 2008-06-20 | Also enforce that cm->cmsg_len >= CMSG_ALIGN(sizeof cmsghdr), from | christos |
| 2008-06-20 | Don't require cm->cmsg_len == control->m_len, just that the cm->cmsg_len | christos |
| 2008-06-10 | There can be existing waiters on a socket's condition variables when we | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-27 | Add a comment. | ad |
| 2008-04-24 | Merge the socket locking patch: | ad |
| 2008-04-20 | When unp_internalize fails (due to the sanity check or an out-of-memory | mlelstv |
| 2008-04-19 | If cm->cmsg_len is not valid for unp_internalize do not use it to work out | mjf |
| 2008-03-28 | Prevent overlapping calls to bind() and/or connect() on a Unix socket. | ad |
| 2008-03-24 | merge yamt-lazymbuf branch. | yamt |
| 2008-03-21 | unp_gc: unlock filelist_lock in a case of restart. | rmind |
| 2008-03-21 | Catch up with descriptor handling changes. See kern_descrip.c revision | ad |
| 2008-01-25 | Remove VOP_LEASE. Discussed on tech-kern. | ad |
| 2008-01-05 | Use FILE_LOCK() and FILE_UNLOCK() | dsl |
| 2007-12-08 | Remove cn_lwp from struct componentname. curlwp should be used | pooka |
| 2007-11-26 | Remove the "struct lwp *" argument from all VFS and VOP interfaces. | pooka |
| 2007-10-08 | Merge file descriptor locking, cwdi locking and cross-call changes | ad |