summaryrefslogtreecommitdiffstats
path: root/sys/netatalk/at_control.c
Commit message (Expand)AuthorAgeFilesLines
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* KSE Milestone 2julian2001-09-121-2/+2
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+2
* Suser() simplification:phk1999-04-271-1/+1
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+2
* Typo fix: teh --> (the|they)alex1998-07-301-1/+1
* This commit fixes various 64bit portability problems required fordfr1998-06-071-1/+1
* 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
* Fix various problems with netatalk kernel support.julian1997-10-291-4/+4
* Update for new callout interface.gibbs1997-09-211-1/+1
* Removed unused #includes.bde1997-09-071-6/+0
* Fixed sloppy common-style declarations.bde1997-09-071-0/+2
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-0/+1
* Add a per-interface-address pointer to a function that can be suppliedjulian1997-08-281-1/+43
* First cut at patches to make appletalk compile againjulian1997-05-131-1/+2
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-201-1/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includebde1997-03-241-1/+1
* Convert the interface address and IP interface address structureswollman1996-12-131-27/+8
* bzero the entire at_ifaddr struct we malloc, not just the first part of it..julian1996-09-111-1/+1
* chnages to bring atlak a bit more into the BSD4.4 world and tojulian1996-09-111-19/+33
* Updated #includes to 4.4Lite style.bde1996-09-101-4/+4
* allow a new loopback route to overwrite an old one..julian1996-09-031-5/+10
* wow we can even make net ranges go away now (how sophisticated!)julian1996-08-311-55/+44
* Add code to automaticall support subnets on ethertalk networksjulian1996-08-311-98/+56
* Massively COMMENT at_control.cjulian1996-08-291-41/+263
* fix a broken atalk stack..julian1996-08-191-3/+16
* Submitted by: archie@whistle.comjulian1996-07-231-10/+11
* Submitted by: archie@whistle.comjulian1996-07-231-197/+235
* Obtained from: netatalk distribution netatalk@itd.umich.edujulian1996-05-241-0/+614
OpenPOWER on IntegriCloud