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
*
Modify the kernel to use the new pr_usrreqs interface rather than the old
wollman
1996-07-11
1
-24
/
+9
*
Disallow host routes that point to themselves. These routes serve no
fenner
1996-07-10
2
-6
/
+35
*
Remove another extraneous setting of if_lastchange
gpalmer
1996-06-24
1
-2
/
+1
*
Remove an un-necessary call to microtime() to set if_lastchange
gpalmer
1996-06-23
1
-1
/
+0
*
Set IFF_RUNNING on the loopback interface.
wollman
1996-06-19
1
-2
/
+2
*
Submitted by: archie@whistle.com
julian
1996-06-19
1
-2
/
+2
*
The Great PC98 Merge.
asami
1996-06-14
1
-1
/
+5
*
Keep ether_type in network order for BPF to be consistent with other
dg
1996-06-13
1
-9
/
+8
*
Only print out the new masks if bootverbose is set.
nate
1996-06-12
1
-2
/
+4
*
Since the updates to ifnet.if_lastchange are so rare (relatively
gpalmer
1996-06-12
5
-17
/
+17
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
2
-6
/
+6
*
Add $Id$
gpalmer
1996-06-10
1
-0
/
+2
*
Change the use if ifnet.if_lastchange to be more in line with
gpalmer
1996-06-10
11
-35
/
+42
*
Also count bytes in if_tun. kern/1253
phk
1996-06-09
1
-0
/
+2
*
Changed some memcpy()'s back to bcopy()'s.
bde
1996-06-08
1
-2
/
+2
*
Fix bug in bpf_ifname() where the unit didn't get added correctly to the
dg
1996-06-08
1
-1
/
+2
*
Don't allow trailing garbage after the unit number in ifunit().
wollman
1996-06-05
1
-1
/
+3
*
Set ifnet.baudrate for ethernet / FDDI interfaces too. Makes
gpalmer
1996-06-01
2
-2
/
+5
*
added missing semicolon
scrappy
1996-05-26
1
-1
/
+1
*
If tunnel is busy we return EBUSY, not ENXIO.
phk
1996-05-26
1
-1
/
+1
*
Obtained from: netatalk distribution netatalk@itd.umich.edu
julian
1996-05-24
3
-8
/
+113
*
When two units swapped, copy SC_STATIC flag too, not clear it
ache
1996-05-13
1
-1
/
+2
*
Prevent mixing of static and dynamic unit allocation strategies
ache
1996-05-13
2
-7
/
+23
*
Clean up various compiler warnings. Most (if not all) were benign
gpalmer
1996-05-08
1
-2
/
+2
*
Add three new route flags to help determine what sort of address
wollman
1996-05-06
1
-2
/
+5
*
Regardless of whether or not the check for IPv4 is useful, we certainly
dg
1996-04-25
1
-3
/
+3
*
Reject all IP versions but 4.
phk
1996-04-24
1
-2
/
+3
*
Eliminated sloppy common-style declarations. Now there are no duplicated
bde
1996-04-13
2
-3
/
+5
*
When cslip gets an uncompressed packet, it attempts to save off the TCP/IP
dg
1996-04-11
1
-4
/
+11
*
Removed never-used #includes of <machine/cpu.h>. Many were apparently
bde
1996-04-07
7
-17
/
+6
*
Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose
bde
1996-04-07
1
-2
/
+1
*
Eliminate panic("rtfree") caused by double-freeing the route
fenner
1996-03-29
1
-5
/
+6
*
Using devfs_add_devswf() instead of devfs_add_devsw()
scrappy
1996-03-28
1
-6
/
+9
*
Fixed ownerships of callout devices.
bde
1996-03-27
1
-7
/
+3
*
Move or add #include <queue.h> in preparation for upcoming struct socket
dg
1996-03-11
5
-6
/
+10
*
Make user-level PPP on-demand with dynamic IP actually work.
ache
1996-03-08
1
-1
/
+1
*
Add more options into the conf/options and i386/conf/options.i386 files
peter
1996-03-02
1
-1
/
+3
*
Make tundebug sysctl writable.
phk
1996-02-09
1
-1
/
+1
*
If a slow input queue was defined by the driver, initialize it.
wollman
1996-02-08
1
-1
/
+13
*
Clean up Ethernet drivers:
wollman
1996-02-06
13
-114
/
+53
*
Make me feel a little better by filling in reasonable values for rmx_sendpipe
wollman
1996-02-05
1
-6
/
+12
*
Fix a bunch of spelling errors in the comment fields of
mpp
1996-01-30
9
-21
/
+21
*
Delete the if_private[] array in struct ifnet; this turned out to be
wollman
1996-01-26
1
-4
/
+19
*
The last part of the ether_sprint -> %6D change.
phk
1996-01-26
2
-4
/
+2
*
Use new printf features rather than local kludges.
phk
1996-01-24
4
-90
/
+20
*
Fix memory leak in case of adding a host route on top of another one.
wollman
1996-01-24
1
-1
/
+3
*
in_proto.c: spell ``Internet'' right and put whitespace after commas.
wollman
1995-12-20
2
-2
/
+8
*
Uniformized pr_ctlinput protosw functions. The third arg is now `void
bde
1995-12-16
2
-4
/
+5
*
Another mega commit to staticize things.
phk
1995-12-14
13
-131
/
+133
*
Make FIONREAD return the actual that a read() would return, not just the
peter
1995-12-11
1
-3
/
+5
[next]