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_usrreq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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