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
*
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
*
Restored used variable `name[32]' (used by DEVFS).
bde
1995-12-10
1
-3
/
+3
*
Staticize, clean lint.
phk
1995-12-09
5
-50
/
+39
*
Julian forgot to make the *devsw structures static.
phk
1995-12-08
1
-2
/
+2
*
Pass 3 of the great devsw changes
julian
1995-12-08
2
-80
/
+70
*
Replaced #includes of <sys/user.h> by less gross headers, usually
bde
1995-12-06
1
-2
/
+2
*
all:
dg
1995-12-05
2
-24
/
+4
*
Added a prototype.
bde
1995-12-03
1
-2
/
+3
*
Moved inline functions for insque() and remque() to <sys/queue.h>.
bde
1995-12-03
1
-1
/
+2
*
Completed function declarations and/or added prototypes.
bde
1995-12-02
3
-5
/
+25
*
Fixed call to mrt_ioctl(). mrt_ioctl() for some reason has different
bde
1995-12-02
1
-1
/
+5
*
Finished (?) cleaning up sysinit stuff.
bde
1995-12-02
2
-7
/
+7
*
If you're going to mechanically replicate something in 50 files
julian
1995-11-29
2
-3
/
+3
*
OK, that's it..
julian
1995-11-29
2
-1
/
+82
*
Implement some rudimentry IPX support...
peter
1995-11-28
1
-2
/
+18
*
If a lcp configure request is received in the lcp opened state and it
peter
1995-11-21
1
-24
/
+28
*
Fix #includes.
phk
1995-11-20
1
-2
/
+3
*
Fixed a comment.
bde
1995-11-18
1
-2
/
+2
*
Added bogus casts to avoid warnings.
bde
1995-11-18
1
-5
/
+12
*
All net.* sysctl converted now.
phk
1995-11-16
2
-59
/
+43
*
Enhance the likelyhood that IPX over ppp will actually work.. :-)
peter
1995-11-13
1
-3
/
+54
*
Replaced bogus macros for dummy devswitch entries by functions.
bde
1995-11-06
1
-6
/
+7
*
Replaced bogus macros for entry points to unconfigured line disciplines
bde
1995-11-05
1
-6
/
+5
*
Moved prototypes for devswitch functions from conf.c and driver sources
bde
1995-11-04
2
-13
/
+1
*
Fix the incomplete merge for the IPX code - the internals are different.
peter
1995-11-03
1
-1
/
+9
*
Re-Zap unused variables in their new location.. :-)
peter
1995-11-01
2
-7
/
+3
*
Remove the old pppcompress files (btw: these look net-2 derived)
peter
1995-10-31
3
-773
/
+9
*
Drat.. Missed this one, which #includes ppp-comp.h, not ppp_comp.h
peter
1995-10-31
1
-2
/
+2
*
Merge/update ppp-2.2 kernel parts onto mainline.
peter
1995-10-31
6
-1220
/
+1061
*
Initial revision
peter
1995-10-31
5
-0
/
+2540
*
slcompress: split one of the functions into two parts, to allow use by both
peter
1995-10-31
3
-38
/
+88
*
Add a simplistic netisr register routine - I need this now for ppp-2.2.
peter
1995-10-31
1
-1
/
+4
*
Second batch of cleanup changes.
phk
1995-10-29
5
-14
/
+6
*
Reviewed by: julian and jhay@mikom.csir.co.za
julian
1995-10-26
9
-10
/
+83
*
Change signature of rt->rt_output() so that it is compatible with
wollman
1995-10-16
1
-3
/
+3
*
When adding a route fails because there is already a route with the same
wollman
1995-10-16
1
-1
/
+23
*
Say goodbye to IFF_NOTRAILERS. Support for trailers was officially
wollman
1995-10-13
1
-2
/
+2
*
Protect against routing socket messages with way-too-big address families.
wollman
1995-10-13
1
-2
/
+3
*
Fix types of sysctl functions. Add prototypes. Cosmetic.
bde
1995-10-09
1
-7
/
+12
*
Don't wait for output to drain in pppclose(). Discard output immediately
bde
1995-10-05
1
-5
/
+10
*
This upgrades the driver for Cronyx-Sigma multiplexor boards
jkh
1995-10-04
2
-236
/
+344
*
Add newline at end of log message and reduce log level to INFO from NOTICE.
wollman
1995-09-27
1
-2
/
+2
*
Add BPF and IP multicast capabilities to the `tun' and `lp' network
wollman
1995-09-25
1
-1
/
+30
*
Fix BPf to generate a header mbuf for writes.
wollman
1995-09-22
4
-42
/
+59
*
Only print `bpf: foo0 attached' if bootverbose.
wollman
1995-09-20
1
-33
/
+4
*
Clear SC_OUTWAIT after checking of free clists, not before
ache
1995-09-17
1
-2
/
+2
*
Call output process in slstart() whether or not there is any output. As
bde
1995-09-10
1
-9
/
+10
*
Fixed init functions argument type - caddr_t -> void *. Fixed a couple of
dg
1995-09-09
6
-18
/
+18
*
Fix benign type mismatches in devsw functions. 82 out of 299 devsw
bde
1995-09-08
2
-15
/
+22
[next]