| 2010-11-30 |
Joe Talbott | unp_connect() - Use euid/egid for access checks via... |
blob | commitdiff |
| 2010-10-23 |
Matthew Dillon | network - Fix issue with recent unix domain socket... |
blob | commitdiff | diff to current |
| 2010-10-18 |
Matthew Dillon | kernel - Fix bug in unp_gc() |
blob | commitdiff | diff to current |
| 2010-09-15 |
Matthew Dillon | network - Protect so_rcv sockbuf in udp and unix domain... |
blob | commitdiff | diff to current |
| 2010-09-15 |
Matthew Dillon | network - Major netmsg retooling, part 1 |
blob | commitdiff | diff to current |
| 2010-09-10 |
Matthew Dillon | network - MP socket free & abort interactions, so_state |
blob | commitdiff | diff to current |
| 2010-09-06 |
Matthew Dillon | kernel - Fix numerous MP issues with sockbuf's and... |
blob | commitdiff | diff to current |
| 2010-08-30 |
Alex Hornung | spinlocks - Rename API to spin_{try,un,}lock |
blob | commitdiff | diff to current |
| 2010-07-12 |
Samuel J. Greear | kernel - Tear out socket polling |
blob | commitdiff | diff to current |
| 2009-12-15 |
Matthew Dillon | kernel - adjust falloc and arguments to dupfdopen,... |
blob | commitdiff | diff to current |
| 2009-12-05 |
Matthew Dillon | network - Move socket from netmsg ext to netmsg header... |
blob | commitdiff | diff to current |
| 2009-08-13 |
Matthew Dillon | AMD64 - Fix file descriptor passing. |
blob | commitdiff | diff to current |
| 2009-07-26 |
Peter Avalos | Implement autosizing TCP socket buffers. |
blob | commitdiff | diff to current |
| 2009-07-14 |
Matthew Dillon | MPSAFE - Implement sysctl vfs.getattr_mpsafe, make... |
blob | commitdiff | diff to current |
| 2009-04-03 |
Matthew Dillon | Revoke reimplementation - primary commit part 2/2. |
blob | commitdiff | diff to current |
| 2009-04-03 |
Matthew Dillon | Revoke reimplementation - primary commit part 1/2. |
blob | commitdiff | diff to current |
| 2008-09-06 |
Matthew Dillon | Increase sockbuf send and receive buffers to 57344... |
blob | commitdiff | diff to current |
| 2008-08-15 |
Nicolas Thery | Allocate unpcb structs with kmalloc() instead of zalloc(). |
blob | commitdiff | diff to current |
| 2008-06-19 |
Aggelos Economopoulos | update unix domain socket option retrieval |
blob | commitdiff | diff to current |
| 2008-05-27 |
Matthew Dillon | Get rid of an old and terrible hack. Local stream... |
blob | commitdiff | diff to current |
| 2008-05-27 |
Matthew Dillon | * Implement SOCK_SEQPACKET sockets for local communicat... |
blob | commitdiff | diff to current |
| 2008-05-09 |
Matthew Dillon | Fix a HAMMER assertion which turned out to be a bug... |
blob | commitdiff | diff to current |
| 2008-05-08 |
Matthew Dillon | Fix a race between the namecache and the vnode recycler... |
blob | commitdiff | diff to current |
| 2008-01-06 |
Sascha Wildner | Remove bogus checks after kmalloc(M_WAITOK) which never... |
blob | commitdiff | diff to current |
| 2007-08-13 |
Matthew Dillon | The new VOP_N*() (namespace) operations pass a pointer... |
blob | commitdiff | diff to current |
| 2007-08-09 |
Matthew Dillon | Fix a mbuf leak that was introduced in April. In April... |
blob | commitdiff | diff to current |
| 2007-04-22 |
Matthew Dillon | Give the sockbuf structure its own header file and... |
blob | commitdiff | diff to current |
| 2007-04-21 |
Matthew Dillon | Convert all pr_usrreqs structure initializations to... |
blob | commitdiff | diff to current |
| 2006-12-23 |
Sascha Wildner | Ansify function declarations and fix some minor style... |
blob | commitdiff | diff to current |
| 2006-12-05 |
Matthew Dillon | Local variables that were improperly named 'errno'... |
blob | commitdiff | diff to current |
| 2006-10-27 |
Matthew Dillon | Major namecache work primarily to support NULLFS. |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
blob | commitdiff | diff to current |
| 2006-09-02 |
Matthew Dillon | Fix a case where a spinlock was not being released. |
blob | commitdiff | diff to current |
| 2006-08-12 |
Matthew Dillon | VNode sequencing and locking - part 3/4. |
blob | commitdiff | diff to current |
| 2006-05-26 |
Matthew Dillon | * Make falloc() MPSAFE. filehead (the file list) and... |
blob | commitdiff | diff to current |
| 2006-05-22 |
Matthew Dillon | Do a major cleanup of the file descriptor handling... |
blob | commitdiff | diff to current |
| 2006-05-06 |
Matthew Dillon | The thread/proc pointer argument in the VFS subsystem... |
blob | commitdiff | diff to current |
| 2006-05-05 |
Matthew Dillon | Simplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by... |
blob | commitdiff | diff to current |
| 2005-06-22 |
Matthew Dillon | File descriptor cleanup stage 2, remove the separate... |
blob | commitdiff | diff to current |
| 2005-04-20 |
Jeffrey Hsu | Cosmetic changes, mostly changing zeros to NULLs. |
blob | commitdiff | diff to current |
| 2005-04-20 |
Jeffrey Hsu | Strip away a layer of indirection. Now that we properl... |
blob | commitdiff | diff to current |
| 2005-03-04 |
Jeffrey Hsu | Remove (void) cast before a function call with an unuse... |
blob | commitdiff | diff to current |
| 2004-12-20 |
Joerg Sonnenberger | Remove the userland visible part of the socket generati... |
blob | commitdiff | diff to current |
| 2004-11-12 |
Matthew Dillon | VFS messaging/interfacing work stage 9/99: VFS 'NEW... |
blob | commitdiff | diff to current |
| 2004-10-12 |
Matthew Dillon | VFS messaging/interfacing work stage 8/99: Major rework... |
blob | commitdiff | diff to current |
| 2004-06-06 |
Matthew Dillon | Remove the canwait argument to dup_sockaddr(). Callers... |
blob | commitdiff | diff to current |
| 2004-06-04 |
Hiten Pandya | Deprecate use of m_act, which is an alias of m_nextpkt... |
blob | commitdiff | diff to current |
| 2004-06-02 |
Eirik Nygaard | Change mbug allocation flags from M_ to MB_ to avoid... |
blob | commitdiff | diff to current |
| 2004-03-05 |
Jeffrey Hsu | Once we distribute socket protocol processing requests... |
blob | commitdiff | diff to current |
| 2004-03-01 |
Matthew Dillon | Newtoken commit. Change the token implementation as... |
blob | commitdiff | diff to current |
| 2003-10-09 |
Matthew Dillon | namecache work stage 3a: Adjust the VFS APIs to include... |
blob | commitdiff | diff to current |
| 2003-09-29 |
Matthew Dillon | Cleanup: get rid of the CNP_NOFOLLOW pseudo-flag. ... |
blob | commitdiff | diff to current |
| 2003-09-23 |
Matthew Dillon | namecache work stage 1: namespace cleanups. Add a... |
blob | commitdiff | diff to current |
| 2003-08-26 |
Robert Garrett | __P() removal |
blob | commitdiff | diff to current |
| 2003-07-29 |
Hiten Pandya | Consolidate MIN() usage across kern/ tree. |
blob | commitdiff | diff to current |
| 2003-07-26 |
Robert Garrett | Register keyword removal |
blob | commitdiff | diff to current |
| 2003-06-25 |
Matthew Dillon | proc->thread stage 4: rework the VFS and DEVICE subsyst... |
blob | commitdiff | diff to current |
| 2003-06-23 |
Matthew Dillon | proc->thread stage 2: MAJOR revamping of system calls... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Add the DragonFly cvs id and perform general cleanups... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Initial import from FreeBSD RELENG_4: |
blob | commitdiff | diff to current |
|