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
/
netatalk
/
ddp_input.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
/* -> /*- for license, minor formatting changes, insert COPYRIGHT into files
imp
2005-01-07
1
-2
/
+2
*
Correct a misspelling in a comment.
rwatson
2004-12-05
1
-1
/
+1
*
Acquire socket receive buffer mutex before appending and then waking up
rwatson
2004-12-05
1
-2
/
+4
*
Inline umich license from COPYRIGHT to make it clear what license the
rwatson
2004-08-10
1
-4
/
+45
*
Procotol control block locking for netatalk DDP.
rwatson
2004-07-12
1
-6
/
+12
*
Socket MAC labels so_label and so_peerlabel are now protected by
rwatson
2004-06-13
1
-0
/
+3
*
Rename 'at_ifaddr' list to 'at_ifaddr_list' so that the variable is
rwatson
2004-03-22
1
-3
/
+3
*
Compare pointers with NULL rather than 0, or treating them as boolans in
rwatson
2004-03-22
1
-2
/
+2
*
Also modify ddp_input.c with the following changes previously applied
rwatson
2004-03-22
1
-90
/
+90
*
Spell "(struct foo *)0" as "NULL".
rwatson
2004-03-21
1
-7
/
+6
*
o add a flags parameter to netisr_register that is used to specify
sam
2003-11-08
1
-0
/
+3
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
1
-61
/
+26
*
Introduce experimental support for MAC in the AppleTalk/EtherTalk stack.
rwatson
2002-08-15
1
-0
/
+10
*
Back out my lats commit of locking down a socket, it conflicts with hsu's work.
tanimura
2002-05-31
1
-2
/
+0
*
Lock down a socket, milestone 1.
tanimura
2002-05-20
1
-0
/
+2
*
Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.
tanimura
2002-04-30
1
-3
/
+6
*
Make `options NETATALK' compile after the -fno-common changes.
iedowse
2002-01-16
1
-2
/
+0
*
Clean up some loose ends in the network code, including the X.25 and ISO
peter
2000-02-13
1
-1
/
+7
*
Move the *intrq variables into net/intrq.c and unconditionally
brian
2000-01-24
1
-2
/
+5
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-1
/
+0
*
spurious ntohs calls were stopping some packets from being recognised
julian
1998-06-05
1
-6
/
+6
*
Fix various problems with netatalk kernel support.
julian
1997-10-29
1
-49
/
+146
*
Removed unused #includes.
bde
1997-09-07
1
-5
/
+0
*
Staticicized.
bde
1997-09-07
1
-7
/
+5
*
Fixed another sloppy common-style declaration (staticized it).
bde
1997-09-07
1
-0
/
+2
*
Fixed sloppy common-style declarations.
bde
1997-09-07
1
-0
/
+2
*
Updated #includes to 4.4Lite style.
bde
1996-09-10
1
-5
/
+5
*
Submitted by: archie@whistle.com
julian
1996-07-23
1
-46
/
+5
*
Obtained from: netatalk distribution netatalk@itd.umich.edu
julian
1996-05-24
1
-0
/
+413