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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Const-poison atmulticastaddr, which should be read but not modified.
rwatson
2004-03-13
1
-9
/
+9
*
Rename dup_sockaddr() to sodupsockaddr() for consistency with other
rwatson
2004-03-01
2
-2
/
+2
*
Eliminate a duplicate free when deleting an interface address. This
sam
2003-11-28
1
-11
/
+1
*
Introduce a MAC label reference in 'struct inpcb', which caches
rwatson
2003-11-18
2
-2
/
+4
*
o add a flags parameter to netisr_register that is used to specify
sam
2003-11-08
4
-6
/
+11
*
must use RTFREE instead of rtfree for proper locking
sam
2003-11-08
2
-2
/
+2
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-4
/
+4
*
Remove unnecessary casts to (caddr_t) for if_broadcastaddr.
imp
2003-10-23
1
-3
/
+3
*
More checking of M_PREPEND() return values: pass through link-layer
rwatson
2003-08-29
2
-0
/
+8
*
- Use if_broadcastaddr from struct ifnet rather than relying on
mdodd
2003-03-21
1
-4
/
+4
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
6
-83
/
+58
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
5
-10
/
+10
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
5
-10
/
+10
*
Lock up ifaddr reference counts.
hsu
2002-12-18
1
-11
/
+2
*
Add more ethernet types and move AppleTalk types into proper location.
sobomax
2002-09-06
1
-8
/
+2
*
Introduce experimental support for MAC in the AppleTalk/EtherTalk stack.
rwatson
2002-08-15
3
-0
/
+28
*
Back out my lats commit of locking down a socket, it conflicts with hsu's work.
tanimura
2002-05-31
3
-20
/
+2
*
Fix warning; Extra tokens after #endif
peter
2002-05-24
1
-1
/
+1
*
Lock down a socket, milestone 1.
tanimura
2002-05-20
3
-2
/
+20
*
Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.
tanimura
2002-04-30
1
-3
/
+6
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
2
-4
/
+4
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
3
-3
/
+3
*
Remove __P.
alfred
2002-03-20
1
-15
/
+15
*
Make `options NETATALK' compile after the -fno-common changes.
iedowse
2002-01-16
3
-2
/
+6
*
Give struct socket structures a ref counting interface similar to
dillon
2001-11-17
2
-2
/
+2
*
KSE Milestone 2
julian
2001-09-12
4
-30
/
+33
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-2
/
+2
*
* Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.
bmilekic
2000-12-21
2
-4
/
+4
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
3
-6
/
+3
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
2
-0
/
+4
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
3
-3
/
+6
*
Just need to pass the address family to if_simloop(), not the whole sockaddr.
archie
2000-05-24
1
-1
/
+3
*
Slight cleanup of aarp code
julian
2000-03-29
1
-11
/
+13
*
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
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
3
-3
/
+9
*
Change suser_xxx() to suser() where it applies.
phk
1999-04-27
2
-2
/
+2
*
Suser() simplification:
phk
1999-04-27
3
-3
/
+3
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
4
-5
/
+5
*
De-staticize and add prototype for main debug function. I'll turn
eivind
1999-01-12
1
-2
/
+3
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
4
-18
/
+4
*
Staticize.
eivind
1998-11-26
1
-2
/
+2
*
Fixed printf format errors.
bde
1998-08-17
1
-8
/
+9
*
fix broken loopback code for ddp (again)
julian
1998-08-04
1
-4
/
+37
*
Typo fix: teh --> (the|they)
alex
1998-07-30
1
-1
/
+1
*
Fix braino in last commit.
julian
1998-07-13
1
-1
/
+1
*
Slight optimisation. Don't do the same calculation twice.
julian
1998-07-09
1
-17
/
+14
*
Go through the loopback code with a broom..
julian
1998-06-12
1
-0
/
+9
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
2
-2
/
+2
*
spurious ntohs calls were stopping some packets from being recognised
julian
1998-06-05
1
-6
/
+6
[next]