| Age | Commit message (Expand) | Author |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-10-18 | Deprecate the "m_act" alias of "m_nextpkt" (m_act is a historical | thorpej |
| 2001-06-14 | Fix a partial construction problem that can cause race conditions | thorpej |
| 2001-06-07 | Rework fdalloc() even further: split fdalloc() into fdalloc() and | thorpej |
| 2001-06-06 | Change fdalloc() to return ERESTART if we had to reallocate the | thorpej |
| 2000-06-05 | Oops, missed a couple of places where CMSG_*() should be used. No | thorpej |
| 2000-06-05 | - Fix file descriptor passing AGAIN. This has apparently been broken | thorpej |
| 2000-03-30 | Get rid of register declarations. | augustss |
| 1999-06-17 | Um, hi, let's initialize pointers before we use them. | thorpej |
| 1999-05-05 | Add "use counting" to file entries. When closing a file, and it's reference | thorpej |
| 1999-05-05 | Fix alignment problem in the garbage-collection code path. | thorpej |
| 1999-04-30 | Break cdir/rdir/cmask info out of struct filedesc, and put it in a new | thorpej |
| 1999-04-21 | revert previous. oops. | mrg |
| 1999-04-21 | properly test the msgsz as "msgsz - len". from PR#7386 | mrg |
| 1999-03-22 | Disallow descriptor-passing of descriptors which are open on | sommerfe |
| 1998-12-21 | In unp_internalize(), add a comment explaining why we must ALIGN() the | thorpej |
| 1998-12-21 | Fix a fencepost error in unp_scan() which caused a bad pointer deref on | thorpej |
| 1998-08-04 | Abolition of bcopy, ovbcopy, bcmp, and bzero, phase one. | perry |
| 1998-07-31 | fix sizeofs so they comply with the KNF style guide. yes, it is pedantic. | perry |
| 1998-07-18 | use AF_LOCAL instead of AF_UNIX | lukem |
| 1998-07-16 | Back out previous, I botched something. | thorpej |
| 1998-07-10 | For SOCK_STREAM, provide the socket credentials to the accepter as soon as | thorpej |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1998-01-07 | Implement passing credentials as ancillary data on Unix domain sockets, | thorpej |
| 1998-01-07 | Fix passing of multiple file descriptors (was broken when code was made | thorpej |
| 1997-10-17 | PR/4280: Chris Jones: Sending more than one fd over AF_UNIX sockets causes | christos |
| 1997-06-26 | Several small changes to eliminate kludginess in dealing with unix domain | thorpej |
| 1997-06-24 | Eliminate use of dtom() in the handing of UNIX domain sockets. Add an | thorpej |
| 1997-05-15 | When fstat(2)ing a file descriptor of a local communications domain socket, | kleink |
| 1997-04-10 | Internalize and externalize file descriptors being passed via local domain | cgd |
| 1996-05-23 | Oops. Add missing label. | mycroft |
| 1996-05-23 | We can only get a control mbuf for PRU_SEND or PRU_SENDOOB. Add diagnostic | mycroft |
| 1996-05-23 | Make sure the control and data mbufs are freed in all cases. | mycroft |
| 1996-05-23 | Separate some code into separate functions. | mycroft |
| 1996-05-22 | Pass a proc pointer down to the usrreq and pcbbind functions for PRU_ATTACH, ... | mycroft |
| 1996-02-09 | More proto fixes | christos |
| 1996-02-04 | unp_detach() return type botch. | pk |
| 1996-02-04 | First pass at prototyping | christos |
| 1995-08-17 | so_pcb should be a void *. | mycroft |
| 1995-08-16 | Allocate PCBs with malloc(), more mgetclr(). Be more careful to free the | mycroft |
| 1995-04-05 | Add missing argument to closef(). | mycroft |
| 1994-12-13 | LEASE_CHECK -> VOP_LEASE | mycroft |
| 1994-08-30 | Convert process, file, and namei lists and hash tables to use queue.h. | mycroft |
| 1994-06-29 | New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' | cgd |
| 1994-06-08 | Update to 4.4-Lite fs code. | mycroft |
| 1994-05-04 | Fix panic when closing a file descriptor on which access rights have been sent | mycroft |
| 1993-12-18 | Canonicalize all #includes. | mycroft |
| 1993-09-14 | Fix from Noriyuki Soda <soda@sra.co.jp>: | mycroft |
| 1993-06-27 | ANSIfications - removed all implicit function return types and argument | andrew |
| 1993-06-12 | Yuval Yarom's 'panic:closef: count < 0' fix to unp_discard(). | andrew |