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_pcb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename 'ddpcb' variable to 'ddpcb_list' to better distinguish it from
rwatson
2004-03-22
1
-6
/
+6
*
Rename 'at_ifaddr' list to 'at_ifaddr_list' so that the variable is
rwatson
2004-03-22
1
-5
/
+5
*
Compare pointers with NULL rather than 0, or treating them as boolans in
rwatson
2004-03-22
1
-1
/
+1
*
Since I have my hands all over netatalk adding locking and restructuring
rwatson
2004-03-22
1
-96
/
+96
*
Spell "(struct foo *)0" as "NULL".
rwatson
2004-03-21
1
-11
/
+10
*
Isolate PCB-specific ethertalk DDP functions in ddp_pcb.c, removing them
rwatson
2004-03-19
1
-264
/
+7
*
Make ddp_ports static, as it's not used outside of ddp_usrreq.c.
rwatson
2004-03-17
1
-1
/
+1
*
Rename dup_sockaddr() to sodupsockaddr() for consistency with other
rwatson
2004-03-01
1
-1
/
+1
*
Introduce a MAC label reference in 'struct inpcb', which caches
rwatson
2003-11-18
1
-1
/
+2
*
o add a flags parameter to netisr_register that is used to specify
sam
2003-11-08
1
-3
/
+3
*
must use RTFREE instead of rtfree for proper locking
sam
2003-11-08
1
-1
/
+1
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
1
-9
/
+13
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Back out my lats commit of locking down a socket, it conflicts with hsu's work.
tanimura
2002-05-31
1
-9
/
+1
*
Lock down a socket, milestone 1.
tanimura
2002-05-20
1
-1
/
+9
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-2
/
+2
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-1
/
+1
*
Make `options NETATALK' compile after the -fno-common changes.
iedowse
2002-01-16
1
-0
/
+3
*
Give struct socket structures a ref counting interface similar to
dillon
2001-11-17
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-13
/
+13
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-2
/
+1
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-0
/
+2
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+2
*
Change suser_xxx() to suser() where it applies.
phk
1999-04-27
1
-1
/
+1
*
Suser() simplification:
phk
1999-04-27
1
-1
/
+1
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-1
/
+1
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-8
/
+2
*
Staticize.
eivind
1998-02-09
1
-2
/
+2
*
Remove dereference of uninitialized (and unused) variable. This enables
jlemon
1997-10-06
1
-3
/
+0
*
Update network code to use poll support.
peter
1997-09-14
1
-1
/
+1
*
Added used #include - don't depend on <sys/mbuf.h> including
bde
1997-09-02
1
-0
/
+1
*
Fix all areas of the system (or at least all those in LINT) to avoid storing
wollman
1997-08-16
1
-50
/
+44
*
Removed unused #includes.
bde
1997-08-02
1
-6
/
+0
*
First cut at patches to make appletalk compile again
julian
1997-05-13
1
-107
/
+186
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
1
-1
/
+0
*
make the netatalk output routine matcy the prtotype used in the
julian
1997-03-05
1
-1
/
+1
*
Updated #includes to 4.4Lite style.
bde
1996-09-10
1
-5
/
+5
*
Submitted by: archie@whistle.com
julian
1996-07-23
1
-58
/
+8
*
remove some debugging printfs left in by mistake
julian
1996-06-18
1
-5
/
+0
*
Obtained from: netatalk distribution netatalk@itd.umich.edu
julian
1996-05-24
1
-0
/
+582