summaryrefslogtreecommitdiffstats
path: root/sys/netatalk
Commit message (Expand)AuthorAgeFilesLines
* Socket MAC labels so_label and so_peerlabel are now protected byrwatson2004-06-132-0/+5
* Extend coverage of SOCK_LOCK(so) to include so_count, the socketrwatson2004-06-121-0/+1
* Remove redundant call to soisdisconnected() from ddp_abort(), as itrwatson2004-05-051-1/+0
* This commit does two things:luigi2004-04-252-37/+34
* Lock down the netatalk AARP code, which is responsible for appletalkrwatson2004-04-091-11/+30
* Rename 'ddpcb' variable to 'ddpcb_list' to better distinguish it fromrwatson2004-03-223-8/+8
* Rename 'at_ifaddr' list to 'at_ifaddr_list' so that the variable isrwatson2004-03-226-23/+23
* Compare pointers with NULL rather than 0, or treating them as boolans inrwatson2004-03-226-13/+14
* Also modify ddp_input.c with the following changes previously appliedrwatson2004-03-221-90/+90
* Since I have my hands all over netatalk adding locking and restructuringrwatson2004-03-225-582/+582
* Spell "(struct foo *)0" as "NULL".rwatson2004-03-214-25/+23
* Isolate PCB-specific ethertalk DDP functions in ddp_pcb.c, removing themrwatson2004-03-193-604/+45
* Make ddp_ports static, as it's not used outside of ddp_usrreq.c.rwatson2004-03-173-3/+2
* Const-poison atmulticastaddr, which should be read but not modified.rwatson2004-03-131-9/+9
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherrwatson2004-03-012-2/+2
* Eliminate a duplicate free when deleting an interface address. Thissam2003-11-281-11/+1
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-182-2/+4
* o add a flags parameter to netisr_register that is used to specifysam2003-11-084-6/+11
* must use RTFREE instead of rtfree for proper lockingsam2003-11-082-2/+2
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-4/+4
* Remove unnecessary casts to (caddr_t) for if_broadcastaddr.imp2003-10-231-3/+3
* More checking of M_PREPEND() return values: pass through link-layerrwatson2003-08-292-0/+8
* - Use if_broadcastaddr from struct ifnet rather than relying onmdodd2003-03-211-4/+4
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-046-83/+58
* Back out M_* changes, per decision of the TRB.imp2003-02-195-10/+10
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-215-10/+10
* Lock up ifaddr reference counts.hsu2002-12-181-11/+2
* Add more ethernet types and move AppleTalk types into proper location.sobomax2002-09-061-8/+2
* Introduce experimental support for MAC in the AppleTalk/EtherTalk stack.rwatson2002-08-153-0/+28
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-313-20/+2
* Fix warning; Extra tokens after #endifpeter2002-05-241-1/+1
* Lock down a socket, milestone 1.tanimura2002-05-203-2/+20
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-301-3/+6
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-042-4/+4
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-013-3/+3
* Remove __P.alfred2002-03-201-15/+15
* Make `options NETATALK' compile after the -fno-common changes.iedowse2002-01-163-2/+6
* Give struct socket structures a ref counting interface similar todillon2001-11-172-2/+2
* KSE Milestone 2julian2001-09-124-30/+33
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-2/+2
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-212-4/+4
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-083-6/+3
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-252-0/+4
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-293-3/+6
* Just need to pass the address family to if_simloop(), not the whole sockaddr.archie2000-05-241-1/+3
* Slight cleanup of aarp codejulian2000-03-291-11/+13
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-131-1/+7
* Move the *intrq variables into net/intrq.c and unconditionallybrian2000-01-241-2/+5
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-293-3/+9
* Change suser_xxx() to suser() where it applies.phk1999-04-272-2/+2
OpenPOWER on IntegriCloud