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
/
atm_subr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Don't remove the first mbuf in the chain if it got empty.
harti
2004-02-21
1
-7
/
+6
*
o add a flags parameter to netisr_register that is used to specify
sam
2003-11-08
1
-1
/
+3
*
Create a subtree 'harp' of the net sysctl tree. This uses a fixed
harti
2003-07-24
1
-3
/
+22
*
Constify the arguments to several pdu_print functions.
harti
2003-07-24
1
-7
/
+4
*
Remove the zone limits for all the zones used in the ATM code.
harti
2003-07-22
1
-2
/
+0
*
Fix a number of occurences of calling uma_zalloc() with neither
harti
2003-07-18
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-06-11
1
-10
/
+3
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
1
-43
/
+28
*
- Change the ATM stack functions to use intptr_t instead of int for opaque
jhb
2002-11-08
1
-3
/
+3
*
- Turn a DIAGNOSTIC check into a KASSERT(9).
arr
2002-06-17
1
-4
/
+1
*
- Chainsaw the storage pool code. This was being used by a bunch of code
arr
2002-06-14
1
-345
/
+1
*
- Remove the init routine for loop -- it broke something and I don't have
arr
2002-05-07
1
-11
/
+4
*
- Use an array of init functions to be used in a for loop in our
arr
2002-05-07
1
-4
/
+11
*
- Add atm_sock_init()
arr
2002-05-07
1
-1
/
+2
*
- Replaced the Atm_connection storage pool with an uma_zone of
arr
2002-05-02
1
-0
/
+1
*
- Take advantage of the M_ZERO flag that can now be passed to uma_zalloc.
arr
2002-04-30
1
-13
/
+3
*
- Tweak wording of panic message to make more sense.
arr
2002-04-24
1
-2
/
+2
*
- Turn the atm_stackq_pool into a uma_zone (and change it's name to
arr
2002-04-24
1
-9
/
+9
*
- Remove atm_attributes_pool and the relating atm_allocate() and atm_free()
arr
2002-04-24
1
-7
/
+8
*
- Revert previous change of atm storage pools -> uma_zones until a solution
arr
2002-04-22
1
-14
/
+15
*
- Change the atm_attributes_pool and atm_stackq_pool to be uma_zone's
arr
2002-04-22
1
-15
/
+14
*
- Create a ``zero fill'' constructor for uma_zcreate's ctor argument.
arr
2002-04-20
1
-0
/
+10
*
- Nuke small sgi ifdef bits.
arr
2002-04-20
1
-6
/
+0
*
- Change KM_ macro calls to the appropriate function call.
arr
2002-04-19
1
-9
/
+4
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-1
/
+1
*
Remove __P.
alfred
2002-03-20
1
-5
/
+5
*
Allow this to compile again
julian
2002-01-30
1
-0
/
+1
*
Initialise the intrq_present fields at runtime, not link time. This allows
msmith
2002-01-08
1
-2
/
+2
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-0
/
+1
*
Add back some #include <sys/systm.h> which were needed when <sys/ktr.h>
phk
2000-10-30
1
-0
/
+1
*
Remove more unused #includes.
phk
2000-10-27
1
-2
/
+0
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Remove the #include kitchensink <netatm/kern_include.h> and add
phk
2000-10-12
1
-2
/
+22
*
Do some cleanups of the HARP atm codes interface into the system:
phk
2000-10-12
1
-8
/
+0
*
Clean up some loose ends in the network code, including the X.25 and ISO
peter
2000-02-13
1
-4
/
+3
*
Move the *intrq variables into net/intrq.c and unconditionally
brian
2000-01-24
1
-1
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-2
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-3
/
+3
*
Trivial stylish changes, mostly to silence gcc.
phk
1998-10-31
1
-4
/
+4
*
Two patches from the HARP people:
phk
1998-09-17
1
-4
/
+4
*
Add new files for HARP3
phk
1998-09-15
1
-0
/
+970