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
/
uni
Commit message (
Expand
)
Author
Age
Files
Lines
*
The number of prefixes can never be negative so use an u_int for this.
harti
2003-07-29
1
-1
/
+1
*
Make the ioctl() interface cleaner with regard to types: use size_t
harti
2003-07-29
3
-10
/
+14
*
Make the debugging variable that controls printing of UNI messages
harti
2003-07-25
5
-15
/
+29
*
Free the UNI vcc to the same zone from where it was allocated from.
harti
2003-07-24
2
-3
/
+3
*
Constify the arguments to several pdu_print functions.
harti
2003-07-24
6
-18
/
+9
*
Convert a lot of uma_zalloc() calls to be NOWAIT instead of WAITOK. All
harti
2003-07-23
6
-22
/
+32
*
Remove the zone limits for all the zones used in the ATM code.
harti
2003-07-22
5
-9
/
+0
*
Fix a number of occurences of calling uma_zalloc() with neither
harti
2003-07-18
1
-12
/
+12
*
Use __FBSDID().
obrien
2003-06-11
36
-355
/
+108
*
There is no reason to be cute with ntohl(). Just call it directly rather
obrien
2003-02-23
4
-8
/
+8
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
9
-34
/
+34
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
10
-46
/
+46
*
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
1
-1
/
+1
*
- Change the ATM stack functions to use intptr_t instead of int for opaque
jhb
2002-11-08
17
-157
/
+159
*
Include <sys/systm.h> instead of depending on namespace pollution in
bde
2002-09-29
1
-8
/
+1
*
- Finish the uni part of the storage pool cleanup. There should now only
arr
2002-06-13
18
-200
/
+195
*
- Nuke some more not needed #ifdef cruft.
arr
2002-04-21
1
-4
/
+0
*
- Change KM_ macro calls to the appropriate function call.
arr
2002-04-19
12
-105
/
+98
*
Remove __P.
alfred
2002-03-20
28
-518
/
+516
*
Don't call log() without a format string.
kris
2001-09-10
2
-2
/
+2
*
Commited patch for uni signaling fix.
pirzyk
2001-07-11
1
-2
/
+2
*
Preceed/preceeding are not english words. Use precede and preceding.
asmodai
2001-02-18
2
-2
/
+2
*
Add back some now needed #include <sys/systm.h>
phk
2000-12-07
17
-0
/
+17
*
Remove more unused #includes.
phk
2000-10-30
27
-27
/
+0
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
36
-36
/
+0
*
Remove the #include kitchensink <netatm/kern_include.h> and add
phk
2000-10-12
36
-36
/
+701
*
More HARP polishina:
phk
2000-10-12
4
-16
/
+16
*
Do some cleanups of the HARP atm codes interface into the system:
phk
2000-10-12
1
-84
/
+0
*
Remove un-needed #include's.
mks
2000-01-17
30
-47
/
+0
*
Notice when an interface's ATM address changes when running a local arpserver.
mks
2000-01-15
1
-0
/
+6
*
$Id$ -> $FreeBSD$
peter
1999-08-28
50
-86
/
+86
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-3
/
+3
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
9
-46
/
+46
*
Prevent duplicate output lines from 'atm show arpserver' command on systems
mks
1999-01-19
1
-5
/
+4
*
Prevent accessing freed signalling instance memory during detach processing.
mks
1999-01-19
1
-12
/
+9
*
Set and propagate the correct cause code values.
phk
1998-12-11
5
-46
/
+92
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
7
-24
/
+36
*
Unneeded file.
phk
1998-10-31
1
-93
/
+0
*
Set BLLI Layer 2 protocol field when using a 'User specified' protocol.
phk
1998-10-31
1
-2
/
+4
*
Trivial stylish changes, mostly to silence gcc.
phk
1998-10-31
36
-183
/
+180
*
Two patches from the HARP people:
phk
1998-09-17
20
-182
/
+181
*
Add new files for HARP3
phk
1998-09-15
51
-0
/
+33369