summaryrefslogtreecommitdiffstats
path: root/sys/netatalk
Commit message (Expand)AuthorAgeFilesLines
* Remove NETISR_MPSAFE, which allows specific netisr handlers to be directlyrwatson2008-07-041-3/+3
* Add code to allow the system to handle multiple routing tables.julian2008-05-092-1/+2
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-251-3/+1
* Annotate two possible bugs in a comment: (1) we allocate and explicitlyrwatson2007-11-201-0/+8
* Add additional robustness to at_aarpinput() by testing for broadcastrwatson2007-11-201-0/+7
* Move towards more explicit support for various network protocol stacksrwatson2007-10-281-2/+2
* Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' asrwatson2007-10-261-2/+2
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-242-3/+3
* Mark wire data structures in netatalk as __packed so that they arerwatson2007-06-282-7/+9
* Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddrrwatson2007-05-111-5/+5
* Use privilege PRIV_NET_ADDIFADDR rather than suser() to authorizerwatson2007-02-191-1/+2
* Clean up DDP layer netatalk code:rwatson2007-01-127-875/+795
* Cleanup of netatalk atalk layer includes, protocol definitions, andrwatson2007-01-125-127/+115
* Re-style aarp with style(9): normal plethora of white space, brace,rwatson2007-01-123-531/+516
* Break out my copyrights with our 2-clause BSD license from the UMichrwatson2007-01-086-5/+95
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-062-1/+4
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-223-3/+6
* Since soisdisconnected() is no longer called in pru_detach(), call itrwatson2006-08-051-0/+2
* Remove call to soisdisconnected() in at_pcbdetach(): by the time therwatson2006-08-021-2/+0
* Change semantics of socket close and detach. Add a new protocol switchrwatson2006-07-211-3/+20
* Update global copyright statement for netatalk, as I claim copyrightrwatson2006-06-081-0/+1
* White space consistency with kasserts. Minor style tweaks.rwatson2006-04-011-2/+6
* Chance protocol switch method pru_detach() so that it returns voidrwatson2006-04-011-2/+1
* Change protocol switch pru_abort() API so that it returns void ratherrwatson2006-04-011-3/+1
* In at_setsockaddr(), assert that ddp != NULL, rather than returning anrwatson2006-03-251-3/+2
* Modify netatalk to ensure, and assert, that pcb's remain attached torwatson2006-03-172-26/+11
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-4/+5
* Catch up with IFP2ENADDR() type change (array -> pointer).ru2005-11-111-2/+1
* Use sparse initializers for "struct domain" and "struct protosw",ru2005-11-091-20/+14
* Forward declare atalkdomain with static linkage, not extern, sincerodrigc2005-09-111-1/+1
* Use the correct mbuf type for MGET().andre2005-08-301-1/+1
* Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which isrwatson2005-07-051-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-5/+5
* When generating a phase II ARP lookup from aarpwhohas(), use arwatson2005-02-221-1/+1
* In the ddp_output() path, which can be called in a variety of threadingrwatson2005-02-221-2/+2
* Convert the aa_ifaddr timeout to a callout, and run the aarprobe calloutrwatson2005-02-224-14/+24
* Run the netatalk netisrs without Giant.rwatson2005-02-181-4/+4
* /* -> /*- for license, minor formatting changes, insert COPYRIGHT into filesimp2005-01-0718-24/+202
* If MALLOC() fails in at_pcballoc(), return ENOBUFS rather thanrwatson2005-01-031-1/+3
* Correct a misspelling in a comment.rwatson2004-12-051-1/+1
* Acquire socket receive buffer mutex before appending and then waking uprwatson2004-12-051-2/+4
* Initialize struct pr_userreqs in new/sparse style and fill in commonphk2004-11-081-21/+11
* Push acquisition of the accept mutex out of sofree() into the callerrwatson2004-10-181-0/+1
* Inline umich license from COPYRIGHT to make it clear what license therwatson2004-08-102-7/+92
* Further function forward declaration white space tweaks.rwatson2004-07-191-14/+15
* Re-style at_control.c to bring it closer to style(9), primarily withrwatson2004-07-191-606/+594
* Procotol control block locking for netatalk DDP.rwatson2004-07-125-35/+134
* Imperfect synchronization solution to imperfect code: use a static 256rwatson2004-07-121-13/+16
* Remove 'Not used' comment: at_org_code is used, just not in netatalk/.rwatson2004-07-121-3/+0
* Remove spl's from netatalk in preparation to merge locking.rwatson2004-07-122-30/+1
OpenPOWER on IntegriCloud