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
/
patm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restructure the mbuf pkthdr to make it fit for upcoming capabilities and
andre
2013-08-24
2
-5
/
+5
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
3
-6
/
+6
*
More conversions of drivers to use the PCI parent DMA tag.
scottl
2012-03-12
1
-5
/
+6
*
Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.
mdf
2011-01-19
1
-4
/
+4
*
Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need
mdf
2011-01-18
1
-4
/
+4
*
Remove extraneous semicolons, no functional changes.
mbr
2010-01-07
1
-1
/
+1
*
Take a step towards removing if_watchdog/if_timer. Don't explicitly set
jhb
2009-11-06
1
-2
/
+0
*
Remove unused variable.
ganbold
2008-11-26
1
-4
/
+4
*
Give MEXTADD() another argument to make both void pointers to the
phk
2008-02-01
1
-2
/
+2
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Commit the results of the typo hunt by Darren Pilgrim.
yar
2006-08-04
1
-1
/
+1
*
This driver has been MPSAFE from the beginning, so declare the interrupt
harti
2006-03-21
1
-2
/
+2
*
Replace m_extadd() with macro version MEXTADD().
andre
2005-09-19
1
-2
/
+2
*
Fix "struct ifnet" leak if attach() fails in the middle.
ru
2005-09-16
1
-1
/
+3
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
4
-12
/
+12
*
Fix another fallout from the ifnet change that assumed that a softc
harti
2005-07-01
2
-2
/
+2
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
7
-85
/
+92
*
Use BUS_PROBE_DEFAULT for pci probe return value
imp
2005-03-05
1
-1
/
+1
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
9
-9
/
+9
*
Start the dreaded NOFOO -> NO_FOO conversion.
ru
2004-12-21
1
-1
/
+1
*
For variables that are only checked with defined(), don't provide
ru
2004-10-24
1
-1
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-4
/
+4
*
Eliminate multiple __FBSDID and sys/cdefs.h.
bms
2004-03-10
7
-15
/
+0
*
All three of these drivers abused cv_waitq_empty in the same way by spinning
scottl
2004-02-29
1
-4
/
+1
*
Fix style bug in last commit,
johan
2004-02-25
1
-5
/
+5
*
style.Makefile(5):
johan
2004-02-24
1
-4
/
+2
*
Added missing DPADD.
ru
2004-02-05
1
-0
/
+1
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+1
*
Use __FBSDID().
obrien
2003-08-24
7
-0
/
+21
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Change instances of callout_init that specify MPSAFE behaviour to
sam
2003-08-19
1
-1
/
+1
*
Make open channels persist across ifconfig down and up. All channels
harti
2003-08-07
3
-21
/
+40
*
Remove the ATMIOCENA and ATMIOCDIS ioctl. Everyting has been converted
harti
2003-08-06
1
-47
/
+2
*
Honor the ATMIO_FLAG_ASYNC for asynchronuous open/close of VCs.
harti
2003-08-06
4
-10
/
+11
*
Send events for VCC state changes, ACR rate changes and interface state
harti
2003-07-29
3
-9
/
+12
*
Inline a function that gcc refused to inline. This function was used
harti
2003-07-26
1
-7
/
+2
*
When padding an mbuf chain to have a length that is a multiple
harti
2003-07-22
1
-0
/
+1
*
This is a driver for IDT77252 based ATM interfaces. It has been tested
harti
2003-07-15
11
-0
/
+14914