aboutsummaryrefslogtreecommitdiff
path: root/sys/netatalk
Commit message (Expand)AuthorAgeFilesLines
* Mark wire data structures in netatalk as __packed so that they areRobert Watson2007-06-282-7/+9
* Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddrRobert Watson2007-05-111-5/+5
* Use privilege PRIV_NET_ADDIFADDR rather than suser() to authorizeRobert Watson2007-02-191-1/+2
* Clean up DDP layer netatalk code:Robert Watson2007-01-127-875/+795
* Cleanup of netatalk atalk layer includes, protocol definitions, andRobert Watson2007-01-125-127/+115
* Re-style aarp with style(9): normal plethora of white space, brace,Robert Watson2007-01-123-531/+516
* Break out my copyrights with our 2-clause BSD license from the UMichRobert Watson2007-01-086-5/+95
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-062-1/+4
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-223-3/+6
* Since soisdisconnected() is no longer called in pru_detach(), call itRobert Watson2006-08-051-0/+2
* Remove call to soisdisconnected() in at_pcbdetach(): by the time theRobert Watson2006-08-021-2/+0
* Change semantics of socket close and detach. Add a new protocol switchRobert Watson2006-07-211-3/+20
* Update global copyright statement for netatalk, as I claim copyrightRobert Watson2006-06-081-0/+1
* White space consistency with kasserts. Minor style tweaks.Robert Watson2006-04-011-2/+6
* Chance protocol switch method pru_detach() so that it returns voidRobert Watson2006-04-011-2/+1
* Change protocol switch pru_abort() API so that it returns void ratherRobert Watson2006-04-011-3/+1
* In at_setsockaddr(), assert that ddp != NULL, rather than returning anRobert Watson2006-03-251-3/+2
* Modify netatalk to ensure, and assert, that pcb's remain attached toRobert Watson2006-03-172-26/+11
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-4/+5
* Catch up with IFP2ENADDR() type change (array -> pointer).Ruslan Ermilov2005-11-111-2/+1
* Use sparse initializers for "struct domain" and "struct protosw",Ruslan Ermilov2005-11-091-20/+14
* Forward declare atalkdomain with static linkage, not extern, sinceCraig Rodrigues2005-09-111-1/+1
* Use the correct mbuf type for MGET().Andre Oppermann2005-08-301-1/+1
* Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which isRobert Watson2005-07-051-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-5/+5
* When generating a phase II ARP lookup from aarpwhohas(), use aRobert Watson2005-02-221-1/+1
* In the ddp_output() path, which can be called in a variety of threadingRobert Watson2005-02-221-2/+2
* Convert the aa_ifaddr timeout to a callout, and run the aarprobe calloutRobert Watson2005-02-224-14/+24
* Run the netatalk netisrs without Giant.Robert Watson2005-02-181-4/+4
* /* -> /*- for license, minor formatting changes, insert COPYRIGHT into filesWarner Losh2005-01-0718-24/+202
* If MALLOC() fails in at_pcballoc(), return ENOBUFS rather thanRobert Watson2005-01-031-1/+3
* Correct a misspelling in a comment.Robert Watson2004-12-051-1/+1
* Acquire socket receive buffer mutex before appending and then waking upRobert Watson2004-12-051-2/+4
* Initialize struct pr_userreqs in new/sparse style and fill in commonPoul-Henning Kamp2004-11-081-21/+11
* Push acquisition of the accept mutex out of sofree() into the callerRobert Watson2004-10-181-0/+1
* Inline umich license from COPYRIGHT to make it clear what license theRobert Watson2004-08-102-7/+92
* Further function forward declaration white space tweaks.Robert Watson2004-07-191-14/+15
* Re-style at_control.c to bring it closer to style(9), primarily withRobert Watson2004-07-191-606/+594
* Procotol control block locking for netatalk DDP.Robert Watson2004-07-125-35/+134
* Imperfect synchronization solution to imperfect code: use a static 256Robert Watson2004-07-121-13/+16
* Remove 'Not used' comment: at_org_code is used, just not in netatalk/.Robert Watson2004-07-121-3/+0
* Remove spl's from netatalk in preparation to merge locking.Robert Watson2004-07-122-30/+1
* Socket MAC labels so_label and so_peerlabel are now protected byRobert Watson2004-06-132-0/+5
* Extend coverage of SOCK_LOCK(so) to include so_count, the socketRobert Watson2004-06-121-0/+1
* Remove redundant call to soisdisconnected() from ddp_abort(), as itRobert Watson2004-05-051-1/+0
* This commit does two things:Luigi Rizzo2004-04-252-37/+34
* Lock down the netatalk AARP code, which is responsible for appletalkRobert Watson2004-04-091-11/+30
* Rename 'ddpcb' variable to 'ddpcb_list' to better distinguish it fromRobert Watson2004-03-223-8/+8
* Rename 'at_ifaddr' list to 'at_ifaddr_list' so that the variable isRobert Watson2004-03-226-23/+23
* Compare pointers with NULL rather than 0, or treating them as boolans inRobert Watson2004-03-226-13/+14