unp_connect() - Use euid/egid for access checks via VOP_EACCESS().
[dragonfly.git] / sys / kern / uipc_usrreq.c
2010-11-30 Joe Talbottunp_connect() - Use euid/egid for access checks via...
2010-10-23 Matthew Dillonnetwork - Fix issue with recent unix domain socket...
2010-10-18 Matthew Dillonkernel - Fix bug in unp_gc()
2010-09-15 Matthew Dillonnetwork - Protect so_rcv sockbuf in udp and unix domain...
2010-09-15 Matthew Dillonnetwork - Major netmsg retooling, part 1
2010-09-10 Matthew Dillonnetwork - MP socket free & abort interactions, so_state
2010-09-06 Matthew Dillonkernel - Fix numerous MP issues with sockbuf's and...
2010-08-30 Alex Hornungspinlocks - Rename API to spin_{try,un,}lock
2010-07-12 Samuel J. Greearkernel - Tear out socket polling
2009-12-15 Matthew Dillonkernel - adjust falloc and arguments to dupfdopen,...
2009-12-05 Matthew Dillonnetwork - Move socket from netmsg ext to netmsg header...
2009-08-13 Matthew DillonAMD64 - Fix file descriptor passing.
2009-07-26 Peter AvalosImplement autosizing TCP socket buffers.
2009-07-14 Matthew DillonMPSAFE - Implement sysctl vfs.getattr_mpsafe, make...
2009-04-03 Matthew DillonRevoke reimplementation - primary commit part 2/2.
2009-04-03 Matthew DillonRevoke reimplementation - primary commit part 1/2.
2008-09-06 Matthew DillonIncrease sockbuf send and receive buffers to 57344...
2008-08-15 Nicolas TheryAllocate unpcb structs with kmalloc() instead of zalloc().
2008-06-19 Aggelos Economopoulosupdate unix domain socket option retrieval
2008-05-27 Matthew DillonGet rid of an old and terrible hack. Local stream...
2008-05-27 Matthew Dillon* Implement SOCK_SEQPACKET sockets for local communicat...
2008-05-09 Matthew DillonFix a HAMMER assertion which turned out to be a bug...
2008-05-08 Matthew DillonFix a race between the namecache and the vnode recycler...
2008-01-06 Sascha WildnerRemove bogus checks after kmalloc(M_WAITOK) which never...
2007-08-13 Matthew DillonThe new VOP_N*() (namespace) operations pass a pointer...
2007-08-09 Matthew DillonFix a mbuf leak that was introduced in April. In April...
2007-04-22 Matthew DillonGive the sockbuf structure its own header file and...
2007-04-21 Matthew DillonConvert all pr_usrreqs structure initializations to...
2006-12-23 Sascha WildnerAnsify function declarations and fix some minor style...
2006-12-05 Matthew DillonLocal variables that were improperly named 'errno'...
2006-10-27 Matthew DillonMajor namecache work primarily to support NULLFS.
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-02 Matthew DillonFix a case where a spinlock was not being released.
2006-08-12 Matthew DillonVNode sequencing and locking - part 3/4.
2006-05-26 Matthew Dillon* Make falloc() MPSAFE. filehead (the file list) and...
2006-05-22 Matthew DillonDo a major cleanup of the file descriptor handling...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-05-05 Matthew DillonSimplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by...
2005-06-22 Matthew DillonFile descriptor cleanup stage 2, remove the separate...
2005-04-20 Jeffrey HsuCosmetic changes, mostly changing zeros to NULLs.
2005-04-20 Jeffrey HsuStrip away a layer of indirection. Now that we properl...
2005-03-04 Jeffrey HsuRemove (void) cast before a function call with an unuse...
2004-12-20 Joerg SonnenbergerRemove the userland visible part of the socket generati...
2004-11-12 Matthew DillonVFS messaging/interfacing work stage 9/99: VFS 'NEW...
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-06-06 Matthew DillonRemove the canwait argument to dup_sockaddr(). Callers...
2004-06-04 Hiten PandyaDeprecate use of m_act, which is an alias of m_nextpkt...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-03-05 Jeffrey HsuOnce we distribute socket protocol processing requests...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2003-10-09 Matthew Dillonnamecache work stage 3a: Adjust the VFS APIs to include...
2003-09-29 Matthew DillonCleanup: get rid of the CNP_NOFOLLOW pseudo-flag. ...
2003-09-23 Matthew Dillonnamecache work stage 1: namespace cleanups. Add a...
2003-08-26 Robert Garrett__P() removal
2003-07-29 Hiten PandyaConsolidate MIN() usage across kern/ tree.
2003-07-26 Robert GarrettRegister keyword removal
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: