| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2 | -26/+11 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 1 | -4/+5 |
* | Catch up with IFP2ENADDR() type change (array -> pointer). | ru | 2005-11-11 | 1 | -2/+1 |
* | Use sparse initializers for "struct domain" and "struct protosw", | ru | 2005-11-09 | 1 | -20/+14 |
* | Forward declare atalkdomain with static linkage, not extern, since | rodrigc | 2005-09-11 | 1 | -1/+1 |
* | Use the correct mbuf type for MGET(). | andre | 2005-08-30 | 1 | -1/+1 |
* | Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which is | rwatson | 2005-07-05 | 1 | -1/+1 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -5/+5 |
* | When generating a phase II ARP lookup from aarpwhohas(), use a | rwatson | 2005-02-22 | 1 | -1/+1 |
* | In the ddp_output() path, which can be called in a variety of threading | rwatson | 2005-02-22 | 1 | -2/+2 |
* | Convert the aa_ifaddr timeout to a callout, and run the aarprobe callout | rwatson | 2005-02-22 | 4 | -14/+24 |
* | 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 | 18 | -24/+202 |
* | If MALLOC() fails in at_pcballoc(), return ENOBUFS rather than | rwatson | 2005-01-03 | 1 | -1/+3 |
* | Correct a misspelling in a comment. | rwatson | 2004-12-05 | 1 | -1/+1 |
* | Acquire socket receive buffer mutex before appending and then waking up | rwatson | 2004-12-05 | 1 | -2/+4 |
* | Initialize struct pr_userreqs in new/sparse style and fill in common | phk | 2004-11-08 | 1 | -21/+11 |
* | Push acquisition of the accept mutex out of sofree() into the caller | rwatson | 2004-10-18 | 1 | -0/+1 |
* | Inline umich license from COPYRIGHT to make it clear what license the | rwatson | 2004-08-10 | 2 | -7/+92 |
* | Further function forward declaration white space tweaks. | rwatson | 2004-07-19 | 1 | -14/+15 |
* | Re-style at_control.c to bring it closer to style(9), primarily with | rwatson | 2004-07-19 | 1 | -606/+594 |
* | Procotol control block locking for netatalk DDP. | rwatson | 2004-07-12 | 5 | -35/+134 |
* | Imperfect synchronization solution to imperfect code: use a static 256 | rwatson | 2004-07-12 | 1 | -13/+16 |
* | Remove 'Not used' comment: at_org_code is used, just not in netatalk/. | rwatson | 2004-07-12 | 1 | -3/+0 |
* | Remove spl's from netatalk in preparation to merge locking. | rwatson | 2004-07-12 | 2 | -30/+1 |
* | Socket MAC labels so_label and so_peerlabel are now protected by | rwatson | 2004-06-13 | 2 | -0/+5 |
* | Extend coverage of SOCK_LOCK(so) to include so_count, the socket | rwatson | 2004-06-12 | 1 | -0/+1 |
* | Remove redundant call to soisdisconnected() from ddp_abort(), as it | rwatson | 2004-05-05 | 1 | -1/+0 |
* | This commit does two things: | luigi | 2004-04-25 | 2 | -37/+34 |
* | Lock down the netatalk AARP code, which is responsible for appletalk | rwatson | 2004-04-09 | 1 | -11/+30 |
* | 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 |