| 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 | -7/+5 |
* | Add a global rwlock, at_ifaddr_rw, to protect the global netatalk | rwatson | 2009-06-22 | 1 | -2/+13 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -2/+2 |
* | Clean up DDP layer netatalk code: | rwatson | 2007-01-12 | 1 | -272/+259 |
* | Break out my copyrights with our 2-clause BSD license from the UMich | rwatson | 2007-01-08 | 1 | -0/+23 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -1/+2 |
* | Remove call to soisdisconnected() in at_pcbdetach(): by the time the | rwatson | 2006-08-02 | 1 | -2/+0 |
* | Modify netatalk to ensure, and assert, that pcb's remain attached to | rwatson | 2006-03-17 | 1 | -3/+2 |
* | /* -> /*- for license, minor formatting changes, insert COPYRIGHT into files | imp | 2005-01-07 | 1 | -2/+22 |
* | If MALLOC() fails in at_pcballoc(), return ENOBUFS rather than | rwatson | 2005-01-03 | 1 | -1/+3 |
* | Push acquisition of the accept mutex out of sofree() into the caller | rwatson | 2004-10-18 | 1 | -0/+1 |
* | Procotol control block locking for netatalk DDP. | rwatson | 2004-07-12 | 1 | -6/+44 |
* | Extend coverage of SOCK_LOCK(so) to include so_count, the socket | rwatson | 2004-06-12 | 1 | -0/+1 |
* | Rename 'ddpcb' variable to 'ddpcb_list' to better distinguish it from | rwatson | 2004-03-22 | 1 | -6/+6 |
* | Rename 'at_ifaddr' list to 'at_ifaddr_list' so that the variable is | rwatson | 2004-03-22 | 1 | -5/+5 |
* | Compare pointers with NULL rather than 0, or treating them as boolans in | rwatson | 2004-03-22 | 1 | -1/+1 |
* | Since I have my hands all over netatalk adding locking and restructuring | rwatson | 2004-03-22 | 1 | -96/+96 |
* | Spell "(struct foo *)0" as "NULL". | rwatson | 2004-03-21 | 1 | -11/+10 |
* | Isolate PCB-specific ethertalk DDP functions in ddp_pcb.c, removing them | rwatson | 2004-03-19 | 1 | -264/+7 |
* | 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 |
* | Fix all areas of the system (or at least all those in LINT) to avoid storing | wollman | 1997-08-16 | 1 | -50/+44 |
* | Removed unused #includes. | bde | 1997-08-02 | 1 | -6/+0 |
* | First cut at patches to make appletalk compile again | julian | 1997-05-13 | 1 | -107/+186 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | bde | 1997-03-24 | 1 | -1/+0 |
* | make the netatalk output routine matcy the prtotype used in the | julian | 1997-03-05 | 1 | -1/+1 |