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