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
/
pdq
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove extraneous semicolons, no functional changes.
mbr
2010-01-07
1
-1
/
+1
*
Several fixes to these drivers. Note that these two drivers are actually
jhb
2009-11-19
4
-72
/
+114
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
strict kobj sigs: fix assortment of device_detach and device_shutdown impls
avg
2009-06-11
1
-3
/
+3
*
Fix preprocessor code to check for a symbol being defined prior to checking
mjacob
2007-06-08
1
-1
/
+1
*
Carry volatile type in cast so gcc 4.2 will be happy.
mjacob
2007-06-08
1
-1
/
+1
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Catchup with filters
imp
2007-02-23
1
-1
/
+1
*
Since DELAY() was moved, most <machine/clock.h> #includes have been
phk
2006-05-16
2
-2
/
+0
*
Remove various bits of conditional Alpha code and fixup a few comments.
jhb
2006-05-12
2
-5
/
+1
*
- Make IFP2ENADDR() a pointer to IF_LLADDR() rather than another
ru
2005-11-11
4
-11
/
+5
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-8
/
+8
*
Modify device drivers supporting multicast addresses to lock if_addr_mtx
rwatson
2005-08-03
1
-0
/
+2
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
6
-281
/
+45
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
3
-6
/
+0
*
Offer unhandled IOCTLS to fddi_ioctl().
mdodd
2005-03-24
1
-8
/
+1
*
Use BUS_PROBE_DEFAULT for pci probe return value
imp
2005-03-05
1
-1
/
+1
*
Prefer C99's __func__ over GCC's __FUNCTION__.
stefanf
2004-09-22
1
-1
/
+1
*
Link ALTQ to the build and break with ABI for struct ifnet. Please recompile
mlaier
2004-06-13
1
-0
/
+2
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
2
-10
/
+10
*
Use contigmalloc() and contigfree() instead of vm_page_alloc_contig() and
alc
2004-01-13
1
-2
/
+2
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
4
-9
/
+7
*
Use __FBSDID().
obrien
2003-08-24
3
-3
/
+9
*
Make this compile on alpha.
gallatin
2003-07-31
1
-1
/
+1
*
- Don't call pci_enable_io() in drivers (unless needed for resume).
mdodd
2003-04-16
1
-15
/
+0
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
2
-6
/
+6
*
Add a crutch so that direct-mapped DMA works on alpha. This is a step
gallatin
2003-04-01
1
-0
/
+4
*
Catch up with bpf_mtap() changes.
mdodd
2003-03-16
1
-1
/
+1
*
Catch up with recent infrastructure changes.
mdodd
2003-03-16
1
-2
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
3
-6
/
+6
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
3
-6
/
+6
*
network interface driver changes:
sam
2002-11-14
1
-6
/
+6
*
Fix mis-indentation.
phk
2002-10-20
1
-1
/
+1
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-2
/
+2
*
Fix typo in the BSD copyright: s/withough/without/
schweikh
2002-06-02
4
-4
/
+4
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-1
/
+2
*
- Merge the pdq driver (if_fpa and if_fea) from NetBSD.
mdodd
2002-03-29
7
-516
/
+1696
*
Remove __P.
alfred
2002-03-20
1
-7
/
+7
*
Fix warning (passing wrong arg to arp_ifinit())
peter
2002-02-27
1
-1
/
+1
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-0
/
+3
*
Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
phk
2001-02-06
1
-2
/
+2
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-2
/
+2
*
make PCI DEFPA fiddi adapters work on alpha:
gallatin
2001-01-08
1
-2
/
+5
*
Newbusify the PCI PDQ (fddi) attachment. This isn't as clean as
peter
2001-01-02
1
-355
/
+73
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-2
/
+1
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-7
/
+1
*
Remove unneeded <stddef.h> #includes.
phk
2000-10-29
1
-1
/
+0
*
Use appropriate resource management accessors instead of directly
mdodd
2000-10-18
1
-1
/
+1
*
Uh, ya, sure this almost compiled for __bsdi__. NOT!
hoek
2000-05-21
1
-0
/
+1
*
Pre 4.0 tidy up.
peter
2000-01-14
1
-1
/
+1
[next]