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
/
le
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use OF_prop_free instead of direct call to free(9)
gonzo
2016-05-18
1
-3
/
+3
*
sys: use our nitems() macro when param.h is available.
pfg
2016-04-21
3
-7
/
+4
*
Fix the resource_list_print_type() calls to use uintmax_t.
jhibbits
2016-03-22
1
-2
/
+2
*
Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().
jhibbits
2016-02-27
1
-3
/
+3
*
These files were getting sys/malloc.h and vm/uma.h with header pollution
glebius
2016-02-01
1
-0
/
+1
*
In order to reduce use of M_EXT outside of the mbuf allocator and
rwatson
2015-01-06
1
-2
/
+1
*
Mechanically convert to if_inc_counter().
glebius
2014-09-19
3
-29
/
+29
*
Use define from if_var.h to access a field inside struct if_data,
glebius
2014-08-30
1
-1
/
+1
*
Update NetBSD Foundation copyrights to 2-clause BSD
emaste
2014-03-18
8
-56
/
+0
*
Provide necessary includes.
glebius
2013-10-28
1
-0
/
+1
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-3
/
+3
*
Make sparc64 compatible with NEW_PCIB and enable it:
marius
2011-10-02
1
-0
/
+1
*
Use convenience functions where possible instead of accessing the PCI
tijl
2010-12-18
1
-1
/
+0
*
Use SYS_RES_IOPORT instead of PCIM_CMD_PORTEN when calling pci_enable_io.
tijl
2010-12-10
1
-1
/
+1
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-2
/
+2
*
The NetBSD Foundation has granted permission to remove clause 3 and 4 from
joel
2010-03-03
4
-28
/
+0
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
- Use bus_{read,write}_*(9) instead of bus_space_{read,write}_*(9) etc
marius
2008-09-24
5
-173
/
+140
*
o Move the MODULE_DEPEND() for cam(4) from the esp_sbus.c front-end to
marius
2008-09-08
1
-26
/
+36
*
Correct the comments in am7990_intr() and am79900_intr(); it's not
marius
2007-12-30
2
-8
/
+6
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
5
-5
/
+5
*
Remove BUS_DMA_WAITOK from bus_dma_tag_create() invocations as it's
marius
2007-01-20
4
-7
/
+7
*
Add front-ends for the 'lebuffer' variants found on some SBus cards.
marius
2007-01-20
2
-0
/
+708
*
For setting the port PCnet chips must be powered down or stopped and
marius
2007-01-20
1
-7
/
+15
*
Use bus_get_dma_tag() to obtain the parent DMA tag so le(4) works on
marius
2007-01-20
3
-3
/
+3
*
Use our own callout instead of if_slowtimo() for driving lance_watchdog()
marius
2006-12-06
4
-12
/
+25
*
Revert the part of rev. 1.3 which changed the software style to be
marius
2006-06-05
1
-2
/
+10
*
- Fix the busname in the DRIVER_MODULE.
nyan
2006-05-22
1
-1
/
+8
*
- Add C-bus and ISA front-ends for le(4) so it can actually replace
marius
2006-05-17
2
-0
/
+953
*
- Revert if_le_pci.c rev. 1.2; although lnc(4) is now gone, le_pci_probe()
marius
2006-05-16
7
-215
/
+223
*
Kill more references to lnc(4).
ru
2006-05-16
1
-2
/
+1
*
- In the interrupt handler clear the interrupt source flags before
marius
2006-02-21
2
-34
/
+48
*
Add le(4), a driver for AMD Am7900 LANCE and Am79C9xx PCnet NICs ported
marius
2006-01-31
11
-0
/
+4374