| 2009-08-19 |
Matthew Dillon | AMD64 - Refactor uio_resid and size_t assumptions. |
blob | commitdiff |
| 2009-07-26 |
Peter Avalos | Implement autosizing TCP socket buffers. |
blob | commitdiff | diff to current |
| 2009-04-07 |
Sascha Wildner | Generally use NULL instead of explicitly casting 0... |
blob | commitdiff | diff to current |
| 2009-01-31 |
Sepherosa Ziehau | syncache_socket(): fix abort path by calling pru_abort... |
blob | commitdiff | diff to current |
| 2008-09-02 |
Matthew Dillon | Continue working the abort path. Move SS_ABORTING... |
blob | commitdiff | diff to current |
| 2008-08-28 |
Matthew Dillon | * Add a flag to track an in-transit socket abort to... |
blob | commitdiff | diff to current |
| 2008-08-15 |
Nicolas Thery | Allocate socket structs with kmalloc() instead of zalloc. |
blob | commitdiff | diff to current |
| 2008-07-10 |
Aggelos Economopoulos | Fix sockopt syscalls for the Nth time. |
blob | commitdiff | diff to current |
| 2008-07-07 |
Aggelos Economopoulos | Do copy{in,out} early in the {g,s}etsockopt system... |
blob | commitdiff | diff to current |
| 2008-07-06 |
Nicolas Thery | Change soopt_mcopyin() and soopt_mcopyout() to not... |
blob | commitdiff | diff to current |
| 2008-06-17 |
Aggelos Economopoulos | do early copyin / delayed copyout for socket options |
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-01-05 |
Sascha Wildner | For kmalloc(), MALLOC() and contigmalloc(), use M_ZERO... |
blob | commitdiff | diff to current |
| 2007-11-07 |
Matthew Dillon | Separate ssb_lock() and ssb_unlock() into its own heade... |
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-20 |
Matthew Dillon | Clean up the so_pru_soreceive() API a bit to make it... |
blob | commitdiff | diff to current |
| 2007-03-04 |
Sascha Wildner | Remove weird license clause which has expired. |
blob | commitdiff | diff to current |
| 2007-01-01 |
Simon Schubert | 1:1 Userland threading stage 2.10/4: |
blob | commitdiff | diff to current |
| 2006-12-29 |
Victor Balada Diaz | Made jails IPv6 aware and support more than one IP... |
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-06-13 |
Matthew Dillon | Add kernel syscall support for explicit blocking and... |
blob | commitdiff | diff to current |
| 2006-05-20 |
Matthew Dillon | Remove so_gencnt and so_gen_t. The generation counter... |
blob | commitdiff | diff to current |
| 2005-07-23 |
Matthew Dillon | Fix a sockbuf race. Currently the m_free*() path can... |
blob | commitdiff | diff to current |
| 2005-07-15 |
Eirik Nygaard | Tie SCTP into the kernel, this includes adding a new... |
blob | commitdiff | diff to current |
| 2005-06-07 |
Jeffrey Hsu | Re-implement the mbuf allocator using the object cache. |
blob | commitdiff | diff to current |
| 2005-06-06 |
Jeffrey Hsu | Deprecate MCLGET() in favor of m_getcl() or m_getl... |
blob | commitdiff | diff to current |
| 2005-06-06 |
Matthew Dillon | Remove spl*() calls from kern, replacing them with... |
blob | commitdiff | diff to current |
| 2005-05-29 |
Jeffrey Hsu | Simplify the interface to m_uiomove(). |
blob | commitdiff | diff to current |
| 2005-05-29 |
Jeffrey Hsu | Deprecate MCLGET() in favor of m_getcl() or m_getl... |
blob | commitdiff | diff to current |
| 2005-03-31 |
Matthew Dillon | Move the setting of sopt->sopt_dir down into the lower... |
blob | commitdiff | diff to current |
| 2005-03-28 |
Jeffrey Hsu | Keep a hint for the last packet in the singly-linked... |
blob | commitdiff | diff to current |
| 2005-01-13 |
Matthew Dillon | When re-connecting an already connected datagram socket... |
blob | commitdiff | diff to current |
| 2004-12-08 |
Jeffrey Hsu | Cache a pointer the last mbuf in the sockbuf for faster... |
blob | commitdiff | diff to current |
| 2004-08-11 |
Matthew Dillon | Discard accepted and pending connections after we detac... |
blob | commitdiff | diff to current |
| 2004-07-08 |
Jeffrey Hsu | Add the standard DragonFly copyright notice to go along... |
blob | commitdiff | diff to current |
| 2004-07-02 |
Joerg Sonnenberger | Remove cast as lvalue |
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-02 |
Eirik Nygaard | Change mbug allocation flags from M_ to MB_ to avoid... |
blob | commitdiff | diff to current |
| 2004-05-26 |
Hiten Pandya | Consolidate SYSCTL_DECL(_kern_ipc), move it to sys... |
blob | commitdiff | diff to current |
| 2004-05-12 |
Hiten Pandya | In sodealloc(), use do_setopt_accept_filter() to free... |
blob | commitdiff | diff to current |
| 2004-04-28 |
Joerg Sonnenberger | Conditionalize accept_filter variable on defined(INET). |
blob | commitdiff | diff to current |
| 2004-04-10 |
Jeffrey Hsu | Add predicate message facility. |
blob | commitdiff | diff to current |
| 2004-03-27 |
Jeffrey Hsu | Give UDP its own sosend() function. |
blob | commitdiff | diff to current |
| 2004-03-05 |
Jeffrey Hsu | Once we distribute socket protocol processing requests... |
blob | commitdiff | diff to current |
| 2004-03-04 |
Jeffrey Hsu | Introduce access methods for making protocol requests. |
blob | commitdiff | diff to current |
| 2004-02-10 |
Hiten Pandya | Merge: FreeBSD (RELENG_4) uipc_socket.c rev. 1.68.2.24 |
blob | commitdiff | diff to current |
| 2003-09-22 |
Jeffrey Hsu | For performance reasons, kernel sends should not be... |
blob | commitdiff | diff to current |
| 2003-09-03 |
Matthew Dillon | Adding missing '|' from last commit. |
blob | commitdiff | diff to current |
| 2003-09-03 |
Hiten Pandya | Introduce a new poll operation bit, `POLLINGIGNEOF... |
blob | commitdiff | diff to current |
| 2003-08-24 |
Jeffrey Hsu | Add support for Protocol Independent Multicast. |
blob | commitdiff | diff to current |
| 2003-07-26 |
Robert Garrett | Register keyword removal |
blob | commitdiff | diff to current |
| 2003-07-19 |
Matthew Dillon | Remove the priority part of the priority|flags argument... |
blob | commitdiff | diff to current |
| 2003-07-06 |
Matthew Dillon | MP Implementation 1/2: Get the APIC code working again... |
blob | commitdiff | diff to current |
| 2003-06-26 |
Matthew Dillon | Introduce cratom(), remove crcopy(). |
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 |
|