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
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Redo the sigio locking.
alfred
2002-05-01
4
-7
/
+3
*
"pointers are not permitted as case values", so force the macros to ints.
obrien
2002-05-01
1
-2
/
+2
*
Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.
tanimura
2002-04-30
2
-8
/
+14
*
Move us yet closer to IFM_* definitions in NetBSD.
phk
2002-04-29
1
-42
/
+42
*
Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/
phk
2002-04-28
1
-2
/
+2
*
Add a global sx sigio_lock to protect the pointer to the sigio object
tanimura
2002-04-27
1
-1
/
+3
*
just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.
suz
2002-04-19
8
-22
/
+78
*
Cosmetical change: remove empty line to reduce diffs to RELENG_4
fjoe
2002-04-14
1
-1
/
+0
*
Add hostap 802.11 media type.
imp
2002-04-12
1
-0
/
+2
*
Add two more IEEE80211 defines for status.
imp
2002-04-11
1
-0
/
+2
*
Swap a bzero for an M_ZERO. Borris approved this ages ago, but
dwmalone
2002-04-10
1
-2
/
+1
*
Add missing 'struct ifreq ifr;' that was forgotten in the last commit.
peter
2002-04-10
1
-0
/
+1
*
fixed a kernel crash when enabling multicast on vlan interface
suz
2002-04-10
1
-4
/
+9
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
5
-11
/
+12
*
Replace (deprecated ?) FREE() macro with direct calls to free()
luigi
2002-04-04
8
-22
/
+22
*
Fix incorrect m_free - m_freem() usage.
luigi
2002-04-04
1
-3
/
+2
*
Fix a couple of incorrect m_free() vs. m_freem() usages and related issues.
luigi
2002-04-04
3
-31
/
+20
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
9
-26
/
+30
*
Make `route add -inet6 default ::1 -ifp gif0' work actually.
ume
2002-04-01
1
-5
/
+1
*
- Merge the pdq driver (if_fpa and if_fea) from NetBSD.
mdodd
2002-03-29
2
-6
/
+11
*
- Define fddibroadcastaddr in if_fddisubr.c.
mdodd
2002-03-29
2
-5
/
+108
*
- Use ifp->if_broadcastaddr when possible.
mdodd
2002-03-29
1
-4
/
+2
*
- Add a comment.
mdodd
2002-03-29
1
-2
/
+4
*
- Update interface statistics on error conditions.
mdodd
2002-03-29
1
-13
/
+50
*
- Whitespace changes.
mdodd
2002-03-29
1
-8
/
+17
*
Back a small part of the last patch.
mdodd
2002-03-29
1
-3
/
+3
*
- Simplify first arg of nd6_storelladdr().
mdodd
2002-03-29
1
-15
/
+29
*
- Use net/fddi.h rather than netinet/if_fddi.h.
mdodd
2002-03-29
1
-21
/
+21
*
Sync defines with NetBSD.
mdodd
2002-03-29
1
-13
/
+30
*
Remove unnecessary LLC defines and use the standard ones.
mdodd
2002-03-29
1
-16
/
+6
*
- style(9) fixes for 'return'.
mdodd
2002-03-29
1
-22
/
+21
*
Un-ifdef.
mdodd
2002-03-29
1
-37
/
+0
*
De-register.
mdodd
2002-03-29
1
-10
/
+10
*
Sync with NetBSD.
mdodd
2002-03-29
1
-45
/
+60
*
Fixed some style bugs in the removal of __P(()). The main ones were
bde
2002-03-24
11
-42
/
+38
*
Work around zlib bug where using a deflate window size of 8 will
jedgar
2002-03-23
1
-1
/
+1
*
Fix a bug introduced in 1.11 (and also MFCd to stable AND the security branch)
dillon
2002-03-20
1
-1
/
+5
*
Remove __P.
alfred
2002-03-19
41
-394
/
+383
*
Add hooks for very basic IPFilter support in bridging. Set,
cjc
2002-03-18
1
-5
/
+42
*
Missed this file for select SMP fixes associated with rev 1.93 of
alfred
2002-03-14
1
-2
/
+0
*
Simplify the interface cloning framework by handling unit
mux
2002-03-11
9
-252
/
+95
*
Use revoke_and_destroy_dev() instead of destroy_dev() when removing /dev/net
green
2002-03-05
1
-1
/
+1
*
Remove duplicated and wrong sc->sc_last_recv setting. It unbreaks
maxim
2002-03-05
1
-4
/
+1
*
Unbreak bridge.ko. Replace an unresolved symbol with the actions it
cjc
2002-03-05
1
-1
/
+3
*
Add cloning support to the loopback interface.
brooks
2002-03-04
1
-56
/
+99
*
Change the network interface cloning API so the destroy function returns
brooks
2002-03-04
6
-11
/
+14
*
Fix warnings.
peter
2002-02-28
1
-2
/
+2
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
2
-4
/
+4
*
Fix warnings in the gif(4) driver so it compiles with -Werror.
brooks
2002-02-26
1
-4
/
+6
*
Did someone turn on -Werror or something?
dillon
2002-02-26
1
-0
/
+2
[next]