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
*
Back out my lats commit of locking down a socket, it conflicts with hsu's work.
tanimura
2002-05-31
3
-25
/
+3
*
Ensure that packet counts are always reset to 0 when
silby
2002-05-31
1
-0
/
+1
*
Add one copy of crc32() and crc32_tab[] in libkern, and remove it two other
phk
2002-05-29
1
-0
/
+4
*
Make discard devices clonable and unloadable. Also, change the
brooks
2002-05-25
1
-15
/
+57
*
Move all unit number management cloned interfaces into the cloning
brooks
2002-05-25
7
-39
/
+47
*
Fix warning; remove unused arg that was passed through uninitialized.
peter
2002-05-24
1
-2
/
+2
*
Include <sys.systm.h> for the declaration of some atomic functions -- don't
bde
2002-05-22
1
-0
/
+1
*
Avoid exposing struct if_clone and the sys/queue.h macros to userland
iedowse
2002-05-20
1
-0
/
+4
*
Lock down a socket, milestone 1.
tanimura
2002-05-20
3
-5
/
+27
*
More s/file system/filesystem/g
trhodes
2002-05-16
1
-1
/
+1
*
Add ipfw hooks to ether_demux() and ether_output_frame().
luigi
2002-05-13
1
-0
/
+146
*
Fix logic inversion bug.
kbyanc
2002-05-11
1
-2
/
+2
*
Fix a misplaced break statement within a switch that accidentally made
joerg
2002-05-10
1
-1
/
+1
*
Cleanup the interface to ip_fw_chk, two of the input arguments
luigi
2002-05-09
1
-36
/
+34
*
Roll my own min() (named ISO88025_MIN() so as to not cause conflicts) so
kbyanc
2002-05-08
1
-2
/
+4
*
Move ISO88025 source routing information into sockaddr_dl's sdl_data
kbyanc
2002-05-07
3
-7
/
+15
*
MFOpenBSD: ibss and ibss-master.
imp
2002-05-07
1
-0
/
+4
*
Minor style nit
imp
2002-05-07
1
-1
/
+1
*
Make funsetown() take a 'struct sigio **' so that the locking can
alfred
2002-05-06
3
-3
/
+3
*
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
[next]