index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netatm
/
spans
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-5
/
+3
*
Make the ioctl() interface cleaner with regard to types: use size_t
harti
2003-07-29
2
-2
/
+4
*
Print the offending SPANS message only if printing is enabled.
harti
2003-07-25
1
-1
/
+2
*
Create a sysctl that allows to enable/disable printing of SPANS messages.
harti
2003-07-24
3
-17
/
+15
*
Remove the zone limits for all the zones used in the ATM code.
harti
2003-07-22
3
-4
/
+8
*
Use __FBSDID().
obrien
2003-06-11
9
-81
/
+26
*
Use __FBSDID rather than rcsid[].
obrien
2003-04-03
1
-9
/
+3
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
5
-19
/
+19
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
5
-19
/
+19
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
1
-1
/
+1
*
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
schweikh
2002-12-30
2
-4
/
+4
*
- Change the ATM stack functions to use intptr_t instead of int for opaque
jhb
2002-11-08
1
-1
/
+1
*
Make netatm/spans compile in the kernel without depending on userland
peter
2002-09-17
4
-4
/
+381
*
Fix a few warnings by adding a missing prototype
peter
2002-05-24
1
-0
/
+1
*
- Remove a few storage pools and replace them with UMA zones. The spans
arr
2002-05-24
7
-78
/
+90
*
- Nuke some more not needed #ifdef cruft.
arr
2002-04-21
1
-4
/
+0
*
- Nuke some more #ifdef sun related sections.
arr
2002-04-19
1
-5
/
+0
*
- Change KM_ macro calls to the appropriate function call.
arr
2002-04-19
7
-30
/
+26
*
Wrap function in #ifdef DIAGNOSTIC to compile with -Werror.
mdodd
2002-04-17
1
-2
/
+4
*
Remove __P.
alfred
2002-03-20
8
-146
/
+139
*
Silence some warnings
alfred
2001-03-20
1
-9
/
+9
*
Add back some now needed #include <sys/systm.h>
phk
2000-12-07
2
-0
/
+2
*
Remove more unused #includes.
phk
2000-10-30
2
-2
/
+0
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
9
-9
/
+0
*
Remove the #include kitchensink <netatm/kern_include.h> and add
phk
2000-10-12
9
-9
/
+182
*
More HARP polishina:
phk
2000-10-12
2
-8
/
+8
*
Do some cleanups of the HARP atm codes interface into the system:
phk
2000-10-12
1
-84
/
+0
*
Process SPANS ARP requests even if source IP is 0.0.0.0 (or broadcast). This
mks
2000-01-15
1
-7
/
+12
*
Fix a warning (unused variable RCSid)
peter
1999-11-18
1
-1
/
+1
*
Fixed printf format errors (don't assume that ntohl() returns u_long;
bde
1999-08-29
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
12
-22
/
+22
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-5
/
+5
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
5
-18
/
+20
*
Don't return errors for 'atm show arpserver' command on sigpvc and spans
mks
1999-01-19
1
-2
/
+9
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
4
-45
/
+61
*
Trivial stylish changes, mostly to silence gcc.
phk
1998-10-31
9
-50
/
+58
*
Two patches from the HARP people:
phk
1998-09-17
6
-54
/
+53
*
Add new files for HARP3
phk
1998-09-15
12
-0
/
+9185