| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename 'ddpcb' variable to 'ddpcb_list' to better distinguish it from | rwatson | 2004-03-22 | 3 | -8/+8 |
* | Rename 'at_ifaddr' list to 'at_ifaddr_list' so that the variable is | rwatson | 2004-03-22 | 6 | -23/+23 |
* | Compare pointers with NULL rather than 0, or treating them as boolans in | rwatson | 2004-03-22 | 6 | -13/+14 |
* | Also modify ddp_input.c with the following changes previously applied | rwatson | 2004-03-22 | 1 | -90/+90 |
* | Since I have my hands all over netatalk adding locking and restructuring | rwatson | 2004-03-22 | 5 | -582/+582 |
* | Spell "(struct foo *)0" as "NULL". | rwatson | 2004-03-21 | 4 | -25/+23 |
* | Isolate PCB-specific ethertalk DDP functions in ddp_pcb.c, removing them | rwatson | 2004-03-19 | 3 | -604/+45 |
* | Make ddp_ports static, as it's not used outside of ddp_usrreq.c. | rwatson | 2004-03-17 | 3 | -3/+2 |
* | Const-poison atmulticastaddr, which should be read but not modified. | rwatson | 2004-03-13 | 1 | -9/+9 |
* | Rename dup_sockaddr() to sodupsockaddr() for consistency with other | rwatson | 2004-03-01 | 2 | -2/+2 |
* | Eliminate a duplicate free when deleting an interface address. This | sam | 2003-11-28 | 1 | -11/+1 |
* | Introduce a MAC label reference in 'struct inpcb', which caches | rwatson | 2003-11-18 | 2 | -2/+4 |
* | o add a flags parameter to netisr_register that is used to specify | sam | 2003-11-08 | 4 | -6/+11 |
* | must use RTFREE instead of rtfree for proper locking | sam | 2003-11-08 | 2 | -2/+2 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -4/+4 |
* | Remove unnecessary casts to (caddr_t) for if_broadcastaddr. | imp | 2003-10-23 | 1 | -3/+3 |
* | More checking of M_PREPEND() return values: pass through link-layer | rwatson | 2003-08-29 | 2 | -0/+8 |
* | - Use if_broadcastaddr from struct ifnet rather than relying on | mdodd | 2003-03-21 | 1 | -4/+4 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 6 | -83/+58 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 5 | -10/+10 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 5 | -10/+10 |
* | Lock up ifaddr reference counts. | hsu | 2002-12-18 | 1 | -11/+2 |
* | Add more ethernet types and move AppleTalk types into proper location. | sobomax | 2002-09-06 | 1 | -8/+2 |
* | Introduce experimental support for MAC in the AppleTalk/EtherTalk stack. | rwatson | 2002-08-15 | 3 | -0/+28 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 3 | -20/+2 |
* | Fix warning; Extra tokens after #endif | peter | 2002-05-24 | 1 | -1/+1 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 3 | -2/+20 |
* | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | tanimura | 2002-04-30 | 1 | -3/+6 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 2 | -4/+4 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 3 | -3/+3 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -15/+15 |
* | Make `options NETATALK' compile after the -fno-common changes. | iedowse | 2002-01-16 | 3 | -2/+6 |
* | Give struct socket structures a ref counting interface similar to | dillon | 2001-11-17 | 2 | -2/+2 |
* | KSE Milestone 2 | julian | 2001-09-12 | 4 | -30/+33 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -2/+2 |
* | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | bmilekic | 2000-12-21 | 2 | -4/+4 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 3 | -6/+3 |
* | Lock down the network interface queues. The queue mutex must be obtained | jlemon | 2000-11-25 | 2 | -0/+4 |
* | Move suser() and suser_xxx() prototypes and a related #define from | phk | 2000-10-29 | 3 | -3/+6 |
* | Just need to pass the address family to if_simloop(), not the whole sockaddr. | archie | 2000-05-24 | 1 | -1/+3 |
* | Slight cleanup of aarp code | julian | 2000-03-29 | 1 | -11/+13 |
* | Clean up some loose ends in the network code, including the X.25 and ISO | peter | 2000-02-13 | 1 | -1/+7 |
* | Move the *intrq variables into net/intrq.c and unconditionally | brian | 2000-01-24 | 1 | -2/+5 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 3 | -3/+9 |
* | Change suser_xxx() to suser() where it applies. | phk | 1999-04-27 | 2 | -2/+2 |
* | Suser() simplification: | phk | 1999-04-27 | 3 | -3/+3 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 4 | -5/+5 |
* | De-staticize and add prototype for main debug function. I'll turn | eivind | 1999-01-12 | 1 | -2/+3 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 4 | -18/+4 |
* | Staticize. | eivind | 1998-11-26 | 1 | -2/+2 |