| Commit message (Expand) | Author | Age | Files | Lines |
* | Use queue(9) instead of hand-crafted link lists for the global netatalk | rwatson | 2009-06-24 | 1 | -0/+1 |
* | Reimplement the netisr framework in order to support parallel netisr | rwatson | 2009-06-01 | 1 | -11/+24 |
* | Remove local variable 'ddp' from DDP's attach and detach routines; they | rwatson | 2009-02-04 | 1 | -6/+2 |
* | Remove NETISR_MPSAFE, which allows specific netisr handlers to be directly | rwatson | 2008-07-04 | 1 | -3/+3 |
* | Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddr | rwatson | 2007-05-11 | 1 | -5/+5 |
* | Clean up DDP layer netatalk code: | rwatson | 2007-01-12 | 1 | -24/+24 |
* | Break out my copyrights with our 2-clause BSD license from the UMich | rwatson | 2007-01-08 | 1 | -0/+23 |
* | Since soisdisconnected() is no longer called in pru_detach(), call it | rwatson | 2006-08-05 | 1 | -0/+2 |
* | Change semantics of socket close and detach. Add a new protocol switch | rwatson | 2006-07-21 | 1 | -3/+20 |
* | White space consistency with kasserts. Minor style tweaks. | rwatson | 2006-04-01 | 1 | -2/+6 |
* | Chance protocol switch method pru_detach() so that it returns void | rwatson | 2006-04-01 | 1 | -2/+1 |
* | Change protocol switch pru_abort() API so that it returns void rather | rwatson | 2006-04-01 | 1 | -3/+1 |
* | In at_setsockaddr(), assert that ddp != NULL, rather than returning an | rwatson | 2006-03-25 | 1 | -3/+2 |
* | Modify netatalk to ensure, and assert, that pcb's remain attached to | rwatson | 2006-03-17 | 1 | -23/+9 |
* | Run the netatalk netisrs without Giant. | rwatson | 2005-02-18 | 1 | -4/+4 |
* | /* -> /*- for license, minor formatting changes, insert COPYRIGHT into files | imp | 2005-01-07 | 1 | -2/+23 |
* | Initialize struct pr_userreqs in new/sparse style and fill in common | phk | 2004-11-08 | 1 | -21/+11 |
* | Procotol control block locking for netatalk DDP. | rwatson | 2004-07-12 | 1 | -23/+56 |
* | Remove spl's from netatalk in preparation to merge locking. | rwatson | 2004-07-12 | 1 | -23/+0 |
* | Remove redundant call to soisdisconnected() from ddp_abort(), as it | rwatson | 2004-05-05 | 1 | -1/+0 |
* | Rename 'ddpcb' variable to 'ddpcb_list' to better distinguish it from | rwatson | 2004-03-22 | 1 | -1/+1 |
* | Compare pointers with NULL rather than 0, or treating them as boolans in | rwatson | 2004-03-22 | 1 | -2/+2 |
* | Since I have my hands all over netatalk adding locking and restructuring | rwatson | 2004-03-22 | 1 | -68/+68 |
* | Isolate PCB-specific ethertalk DDP functions in ddp_pcb.c, removing them | rwatson | 2004-03-19 | 1 | -340/+18 |
* | Make ddp_ports static, as it's not used outside of ddp_usrreq.c. | rwatson | 2004-03-17 | 1 | -1/+1 |
* | Rename dup_sockaddr() to sodupsockaddr() for consistency with other | rwatson | 2004-03-01 | 1 | -1/+1 |
* | Introduce a MAC label reference in 'struct inpcb', which caches | rwatson | 2003-11-18 | 1 | -1/+2 |
* | o add a flags parameter to netisr_register that is used to specify | sam | 2003-11-08 | 1 | -3/+3 |
* | must use RTFREE instead of rtfree for proper locking | sam | 2003-11-08 | 1 | -1/+1 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 1 | -9/+13 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -9/+1 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -1/+9 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -2/+2 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Make `options NETATALK' compile after the -fno-common changes. | iedowse | 2002-01-16 | 1 | -0/+3 |
* | Give struct socket structures a ref counting interface similar to | dillon | 2001-11-17 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -13/+13 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -2/+1 |
* | Lock down the network interface queues. The queue mutex must be obtained | jlemon | 2000-11-25 | 1 | -0/+2 |
* | Move suser() and suser_xxx() prototypes and a related #define from | phk | 2000-10-29 | 1 | -1/+2 |
* | Change suser_xxx() to suser() where it applies. | phk | 1999-04-27 | 1 | -1/+1 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -1/+1 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -1/+1 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -8/+2 |
* | Staticize. | eivind | 1998-02-09 | 1 | -2/+2 |
* | Remove dereference of uninitialized (and unused) variable. This enables | jlemon | 1997-10-06 | 1 | -3/+0 |
* | Update network code to use poll support. | peter | 1997-09-14 | 1 | -1/+1 |
* | Added used #include - don't depend on <sys/mbuf.h> including | bde | 1997-09-02 | 1 | -0/+1 |