| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvs | Ken Smith | 2010-03-21 | 18 | -18/+18 |
| * | Merge 3188124 from head to stable/7: | Robert Watson | 2009-02-25 | 1 | -6/+2 |
| * | MFC an ABI compatible implementation of Multiple routing tables. | Julian Elischer | 2008-07-24 | 2 | -1/+2 |
| * | Merge ddp_output.c:1.32 from HEAD to RELENG_7: | Robert Watson | 2008-01-30 | 1 | -0/+8 |
| * | Merge aarp.c:1.45 from HEAD to RELENG_7: | Robert Watson | 2008-01-30 | 1 | -0/+7 |
| * | Mark wire data structures in netatalk as __packed so that they are | Robert Watson | 2007-06-28 | 2 | -7/+9 |
| * | Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddr | Robert Watson | 2007-05-11 | 1 | -5/+5 |
| * | Use privilege PRIV_NET_ADDIFADDR rather than suser() to authorize | Robert Watson | 2007-02-19 | 1 | -1/+2 |
| * | Clean up DDP layer netatalk code: | Robert Watson | 2007-01-12 | 7 | -847/+767 |
| * | Cleanup of netatalk atalk layer includes, protocol definitions, and | Robert Watson | 2007-01-12 | 5 | -127/+115 |
| * | Re-style aarp with style(9): normal plethora of white space, brace, | Robert Watson | 2007-01-12 | 3 | -506/+491 |
| * | Break out my copyrights with our 2-clause BSD license from the UMich | Robert Watson | 2007-01-08 | 6 | -5/+95 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 2 | -1/+4 |
| * | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 3 | -3/+6 |
| * | Since soisdisconnected() is no longer called in pru_detach(), call it | Robert Watson | 2006-08-05 | 1 | -0/+2 |
| * | Remove call to soisdisconnected() in at_pcbdetach(): by the time the | Robert Watson | 2006-08-02 | 1 | -2/+0 |
| * | Change semantics of socket close and detach. Add a new protocol switch | Robert Watson | 2006-07-21 | 1 | -3/+20 |
| * | Update global copyright statement for netatalk, as I claim copyright | Robert Watson | 2006-06-08 | 1 | -0/+1 |
| * | White space consistency with kasserts. Minor style tweaks. | Robert Watson | 2006-04-01 | 1 | -2/+6 |
| * | Chance protocol switch method pru_detach() so that it returns void | Robert Watson | 2006-04-01 | 1 | -2/+1 |
| * | Change protocol switch pru_abort() API so that it returns void rather | Robert Watson | 2006-04-01 | 1 | -3/+1 |
| * | In at_setsockaddr(), assert that ddp != NULL, rather than returning an | Robert Watson | 2006-03-25 | 1 | -3/+2 |
| * | Modify netatalk to ensure, and assert, that pcb's remain attached to | Robert Watson | 2006-03-17 | 2 | -26/+11 |
| * | - Store pointer to the link-level address right in "struct ifnet" | Ruslan Ermilov | 2005-11-11 | 1 | -4/+5 |
| * | Catch up with IFP2ENADDR() type change (array -> pointer). | Ruslan Ermilov | 2005-11-11 | 1 | -2/+1 |
| * | Use sparse initializers for "struct domain" and "struct protosw", | Ruslan Ermilov | 2005-11-09 | 1 | -20/+14 |
| * | Forward declare atalkdomain with static linkage, not extern, since | Craig Rodrigues | 2005-09-11 | 1 | -1/+1 |
| * | Use the correct mbuf type for MGET(). | Andre Oppermann | 2005-08-30 | 1 | -1/+1 |
| * | Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which is | Robert Watson | 2005-07-05 | 1 | -1/+1 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -5/+5 |
| * | When generating a phase II ARP lookup from aarpwhohas(), use a | Robert Watson | 2005-02-22 | 1 | -1/+1 |
| * | In the ddp_output() path, which can be called in a variety of threading | Robert Watson | 2005-02-22 | 1 | -2/+2 |
| * | Convert the aa_ifaddr timeout to a callout, and run the aarprobe callout | Robert Watson | 2005-02-22 | 4 | -14/+24 |
| * | Run the netatalk netisrs without Giant. | Robert Watson | 2005-02-18 | 1 | -4/+4 |
| * | /* -> /*- for license, minor formatting changes, insert COPYRIGHT into files | Warner Losh | 2005-01-07 | 18 | -24/+202 |
| * | If MALLOC() fails in at_pcballoc(), return ENOBUFS rather than | Robert Watson | 2005-01-03 | 1 | -1/+3 |
| * | Correct a misspelling in a comment. | Robert Watson | 2004-12-05 | 1 | -1/+1 |
| * | Acquire socket receive buffer mutex before appending and then waking up | Robert Watson | 2004-12-05 | 1 | -2/+4 |
| * | Initialize struct pr_userreqs in new/sparse style and fill in common | Poul-Henning Kamp | 2004-11-08 | 1 | -21/+11 |
| * | Push acquisition of the accept mutex out of sofree() into the caller | Robert Watson | 2004-10-18 | 1 | -0/+1 |
| * | Inline umich license from COPYRIGHT to make it clear what license the | Robert Watson | 2004-08-10 | 2 | -7/+92 |
| * | Further function forward declaration white space tweaks. | Robert Watson | 2004-07-19 | 1 | -13/+14 |
| * | Re-style at_control.c to bring it closer to style(9), primarily with | Robert Watson | 2004-07-19 | 1 | -590/+578 |
| * | Procotol control block locking for netatalk DDP. | Robert Watson | 2004-07-12 | 5 | -35/+134 |
| * | Imperfect synchronization solution to imperfect code: use a static 256 | Robert Watson | 2004-07-12 | 1 | -13/+16 |
| * | Remove 'Not used' comment: at_org_code is used, just not in netatalk/. | Robert Watson | 2004-07-12 | 1 | -3/+0 |
| * | Remove spl's from netatalk in preparation to merge locking. | Robert Watson | 2004-07-12 | 2 | -30/+1 |
| * | Socket MAC labels so_label and so_peerlabel are now protected by | Robert Watson | 2004-06-13 | 2 | -0/+5 |
| * | Extend coverage of SOCK_LOCK(so) to include so_count, the socket | Robert Watson | 2004-06-12 | 1 | -0/+1 |
| * | Remove redundant call to soisdisconnected() from ddp_abort(), as it | Robert Watson | 2004-05-05 | 1 | -1/+0 |