summaryrefslogtreecommitdiffstats
path: root/sys/netatalk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Suser() simplification:phk1999-04-273-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-274-5/+5
* De-staticize and add prototype for main debug function. I'll turneivind1999-01-121-2/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-074-18/+4
* Staticize.eivind1998-11-261-2/+2
* Fixed printf format errors.bde1998-08-171-8/+9
* fix broken loopback code for ddp (again)julian1998-08-041-4/+37
* Typo fix: teh --> (the|they)alex1998-07-301-1/+1
* Fix braino in last commit.julian1998-07-131-1/+1
* Slight optimisation. Don't do the same calculation twice.julian1998-07-091-17/+14
* Go through the loopback code with a broom..julian1998-06-121-0/+9
* This commit fixes various 64bit portability problems required fordfr1998-06-072-2/+2
* spurious ntohs calls were stopping some packets from being recognisedjulian1998-06-051-6/+6
* Remove stray debug message.steve1998-05-241-1/+0
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-1/+1
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-4/+4
* Removed unused #includes.bde1998-02-251-1/+1
* Removed unused #includes.bde1998-02-251-9/+0
* Staticize.eivind1998-02-093-7/+7
* Fixed pedantic syntax errors.bde1998-02-032-2/+2
* Forward declare some structs so that this file is more self-sufficient.bde1998-02-031-0/+6
* Make the debug options new-style.eivind1998-01-311-2/+4
* Make INET a proper option.eivind1998-01-081-1/+1
* Fix various problems with netatalk kernel support.julian1997-10-295-85/+172
* Remove dereference of uninitialized (and unused) variable. This enablesjlemon1997-10-062-6/+0
* Update for new callout interface.gibbs1997-09-213-14/+18
* Update network code to use poll support.peter1997-09-142-2/+2
* Removed unused #includes.bde1997-09-075-33/+4
* Cleaned up a little.bde1997-09-072-3/+1
OpenPOWER on IntegriCloud