aboutsummaryrefslogtreecommitdiff
path: root/sys/netatalk
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- 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
* Also modify ddp_input.c with the following changes previously appliedRobert Watson2004-03-221-90/+90
* Since I have my hands all over netatalk adding locking and restructuringRobert Watson2004-03-225-582/+582
* Spell "(struct foo *)0" as "NULL".Robert Watson2004-03-214-25/+23
* Isolate PCB-specific ethertalk DDP functions in ddp_pcb.c, removing themRobert Watson2004-03-193-604/+45
* Make ddp_ports static, as it's not used outside of ddp_usrreq.c.Robert Watson2004-03-173-3/+2
* Const-poison atmulticastaddr, which should be read but not modified.Robert Watson2004-03-131-9/+9
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherRobert Watson2004-03-012-2/+2
* Eliminate a duplicate free when deleting an interface address. ThisSam Leffler2003-11-281-11/+1
* Introduce a MAC label reference in 'struct inpcb', which cachesRobert Watson2003-11-182-2/+4
* o add a flags parameter to netisr_register that is used to specifySam Leffler2003-11-084-6/+11
* must use RTFREE instead of rtfree for proper lockingSam Leffler2003-11-082-2/+2
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-4/+4
* Remove unnecessary casts to (caddr_t) for if_broadcastaddr.Warner Losh2003-10-231-3/+3
* More checking of M_PREPEND() return values: pass through link-layerRobert Watson2003-08-292-0/+8
* - Use if_broadcastaddr from struct ifnet rather than relying onMatthew N. Dodd2003-03-211-4/+4
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-046-83/+58
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-195-10/+10
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-215-10/+10
* Lock up ifaddr reference counts.Jeffrey Hsu2002-12-181-11/+2
* Add more ethernet types and move AppleTalk types into proper location.Maxim Sobolev2002-09-061-8/+2
* Introduce experimental support for MAC in the AppleTalk/EtherTalk stack.Robert Watson2002-08-153-0/+28
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-313-20/+2
* Fix warning; Extra tokens after #endifPeter Wemm2002-05-241-1/+1
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-203-2/+20
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.Seigo Tanimura2002-04-301-3/+6
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-042-4/+4
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-013-3/+3
* Remove __P.Alfred Perlstein2002-03-201-15/+15
* Make `options NETATALK' compile after the -fno-common changes.Ian Dowse2002-01-163-2/+6