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
/
dev
/
sr
/
if_sr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
Use bus_space*() instead of in*() and out*().
jhay
2003-04-23
1
-201
/
+168
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-3
/
+3
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-3
/
+3
*
network interface driver changes:
sam
2002-11-14
1
-4
/
+2
*
Fix lots of places that assume sizeof(int) == sizeof(void *). Most of
jhb
2002-11-07
1
-18
/
+18
*
Use if_printf(ifp, "blah") instead of printf("sr%d: blah", ifp->if_unit).
brooks
2002-10-01
1
-4
/
+4
*
Don't abuse __FreeBSD__ as version number. Since it was >= 3, remove
imp
2002-07-21
1
-2
/
+0
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-2
/
+3
*
Fix clock selection for X.21 interfaces.
jhay
2001-02-26
1
-13
/
+5
*
Newbusify the sr device and move it to its new location.
jhay
2001-01-30
1
-602
/
+244
*
Stop counting sppp interfaces, we were just testing its presence to give
peter
2001-01-29
1
-7
/
+0
*
Part 2 of the netgraph rewrite.
julian
2001-01-08
1
-15
/
+15
*
Rewrite of netgraph to start getting ready for SMP.
julian
2001-01-06
1
-23
/
+36
*
Divorce the kernel binary ABI version number from the message
julian
2000-12-18
1
-33
/
+30
*
Another mismatch found by Gcc:
julian
2000-12-12
1
-1
/
+0
*
Reviewed by: Archie@freebsd.org
julian
2000-12-12
1
-2
/
+6
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-9
/
+6
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-3
/
+8
*
Mass update of isa drivers using compatability shims to use
peter
2000-05-28
1
-1
/
+12
*
Two simple changes to the kernel internal API for netgraph modules,
julian
2000-04-28
1
-3
/
+4
*
Make the N2 isa cards probe again. Remove the unused frame relay hooks.
jhay
2000-04-08
1
-215
/
+8
*
Remove definition of the unimplemented "control" hook.
archie
2000-01-21
1
-2
/
+1
*
Fix an #ifdef that should have been and #ifndef.
archie
2000-01-20
1
-1
/
+1
*
Add explicit null entries for new entrypoints.
julian
1999-12-01
1
-1
/
+2
*
fix braino.. line misplaced.
julian
1999-11-19
1
-1
/
+1
*
protect some more operations with splimp() under Netgraph.
julian
1999-11-19
1
-3
/
+3
*
Fix typo in previous commit.
archie
1999-11-02
1
-1
/
+1
*
User netgraph typedefs for methods
julian
1999-11-01
1
-9
/
+9
*
Whistle's Netgraph link-layer (sometimes more) networking infrastructure.
julian
1999-10-21
1
-37
/
+662
*
Remove NBPF conditionality of bpf calls in most of our network drivers.
phk
1999-09-25
1
-9
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Rename bpfilter to bpf.
des
1999-07-06
1
-6
/
+6
*
GC unused variable
peter
1999-05-06
1
-2
/
+1
*
Organize the various modes (CISCO/AUTO/DEMAND/LEASED) a little bit better,
phk
1999-03-30
1
-8
/
+1
*
Fix typo. Unit is spelled with a 'u'. 'init' just types too easily.
julian
1999-01-18
1
-2
/
+2
*
Fix screwed up previous commit.
julian
1999-01-18
1
-4
/
+9
*
From inspection, ISA interrupts were completely broken..
julian
1999-01-18
1
-1
/
+20
*
Remove/comment out unused functions.
eivind
1999-01-12
1
-21
/
+1
*
Straigthen out the use of the tls and tlf callbacks.
phk
1998-12-16
1
-15
/
+1
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
1
-2
/
+3
*
Removed unused includes.
bde
1998-06-21
1
-3
/
+1
*
Added used include of <i386/isa/isa_device.h> - don't depend on
bde
1998-06-17
1
-1
/
+2
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-3
/
+3
*
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
des
1998-04-17
1
-3
/
+3
*
Don't clobber pp_flags when PP_KEEPALIVE must be set.
jhay
1998-01-30
1
-3
/
+4
*
Make INET a proper option.
eivind
1998-01-08
1
-1
/
+6
*
Added used #include - don't depend on <sys/mbuf.h> including
bde
1997-09-02
1
-1
/
+2
*
Removed unused #includes.
bde
1997-07-20
1
-2
/
+1
*
Major overhaul of the SyncPPP layer. Basically, this comprises now a
joerg
1997-05-19
1
-2
/
+18
[next]