aboutsummaryrefslogtreecommitdiff
path: root/sys/netatalk
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Give struct socket structures a ref counting interface similar toMatthew Dillon2001-11-172-2/+2
* KSE Milestone 2Julian Elischer2001-09-124-30/+33
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-2/+2
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-212-4/+4
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-083-6/+3
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-252-0/+4
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-293-3/+6
* Just need to pass the address family to if_simloop(), not the whole sockaddr.Archie Cobbs2000-05-241-1/+3
* Slight cleanup of aarp codeJulian Elischer2000-03-291-11/+13
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-131-1/+7
* Move the *intrq variables into net/intrq.c and unconditionallyBrian Somers2000-01-241-2/+5
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-293-3/+9
* Change suser_xxx() to suser() where it applies.Poul-Henning Kamp1999-04-272-2/+2
* Suser() simplification:Poul-Henning Kamp1999-04-273-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-274-5/+5
* De-staticize and add prototype for main debug function. I'll turnEivind Eklund1999-01-121-2/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-074-18/+4
* Staticize.Eivind Eklund1998-11-261-2/+2
* Fixed printf format errors.Bruce Evans1998-08-171-8/+9
* fix broken loopback code for ddp (again)Julian Elischer1998-08-041-4/+37
* Typo fix: teh --> (the|they)Alexander Langer1998-07-301-1/+1
* Fix braino in last commit.Julian Elischer1998-07-131-1/+1
* Slight optimisation. Don't do the same calculation twice.Julian Elischer1998-07-091-17/+14
* Go through the loopback code with a broom..Julian Elischer1998-06-121-0/+9
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-072-2/+2
* spurious ntohs calls were stopping some packets from being recognisedJulian Elischer1998-06-051-6/+6
* Remove stray debug message.Steve Price1998-05-241-1/+0
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-1/+1
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-4/+4
* Removed unused #includes.Bruce Evans1998-02-251-1/+1
* Removed unused #includes.Bruce Evans1998-02-251-9/+0
* Staticize.Eivind Eklund1998-02-093-7/+7
* Fixed pedantic syntax errors.Bruce Evans1998-02-032-2/+2
* Forward declare some structs so that this file is more self-sufficient.Bruce Evans1998-02-031-0/+6
* Make the debug options new-style.Eivind Eklund1998-01-311-2/+4