summaryrefslogtreecommitdiffstats
path: root/sys/netatm/uni/uniarp.c
Commit message (Expand)AuthorAgeFilesLines
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-10/+6
* Make the ioctl() interface cleaner with regard to types: use size_tharti2003-07-291-8/+11
* Make the debugging variable that controls printing of UNI messagesharti2003-07-251-1/+8
* Convert a lot of uma_zalloc() calls to be NOWAIT instead of WAITOK. Allharti2003-07-231-1/+2
* Remove the zone limits for all the zones used in the ATM code.harti2003-07-221-1/+0
* Use __FBSDID().obrien2003-06-111-10/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* - Finish the uni part of the storage pool cleanup. There should now onlyarr2002-06-131-15/+17
* - Change KM_ macro calls to the appropriate function call.arr2002-04-191-5/+3
* Remove __P.alfred2002-03-201-2/+2
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Remove the #include kitchensink <netatm/kern_include.h> and addphk2000-10-121-1/+26
* Notice when an interface's ATM address changes when running a local arpserver.mks2000-01-151-0/+6
* $Id$ -> $FreeBSD$peter1999-08-281-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-10/+10
* Prevent duplicate output lines from 'atm show arpserver' command on systemsmks1999-01-191-5/+4
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-5/+8
* Trivial stylish changes, mostly to silence gcc.phk1998-10-311-6/+5
* Two patches from the HARP people:phk1998-09-171-9/+9
* Add new files for HARP3phk1998-09-151-0/+1231
OpenPOWER on IntegriCloud