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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Flesh out the initial TX FIFO storage for each hardware TX queue.
adrian
2012-07-28
2
-0
/
+51
*
Add a missing call to ath_txdma_teardown().
adrian
2012-07-28
1
-0
/
+1
*
Correct BUGS description of static buffer use
emaste
2012-07-27
1
-3
/
+3
*
Pull the tier-2 card and change the sparc64 ZFS loader to no longer probe
marius
2012-07-27
2
-9
/
+48
*
Add gadget devices. Not yet added to the child lists, but here to
imp
2012-07-27
1
-0
/
+5
*
Add the usb device (gadget) side of things. Also add ehci bindings
imp
2012-07-27
1
-1
/
+4
*
Make this compile again. Also note that it is AT91RM9200+KB9202B
imp
2012-07-27
1
-2
/
+2
*
Neither of these systems has PCI, but they do have ohci interface, so
imp
2012-07-27
2
-2
/
+2
*
Add new at91sam9g45 support and sn9g45 board to the ATMEL kernel.
imp
2012-07-27
3
-1
/
+3
*
Add version so others can depend on this module
emaste
2012-07-27
1
-0
/
+2
*
Tidy up the TX status fields a little and add a couple new flags.
adrian
2012-07-27
1
-9
/
+14
*
Add STBC TX support for AR5416 HAL chips.
adrian
2012-07-27
1
-0
/
+1
*
Add a STBC TX flag.
adrian
2012-07-27
1
-0
/
+1
*
Add some comments about what the two fields mean.
adrian
2012-07-27
1
-2
/
+2
*
Introduce a couple more fields in the rate scenario setup as part of
adrian
2012-07-27
2
-0
/
+4
*
Bring this API in line with what the reference driver and Linux ath9k
adrian
2012-07-27
4
-7
/
+5
*
use __builtin_prefetch() for prefetch.
luigi
2012-07-27
1
-26
/
+160
*
Allocate a descriptor ring for EDMA TX completion status.
adrian
2012-07-27
2
-3
/
+20
*
Document F_DUP2FD_CLOEXEC.
kib
2012-07-27
1
-4
/
+14
*
Add F_DUP2FD_CLOEXEC. Apparently Solaris 11 already did this.
kib
2012-07-27
2
-0
/
+11
*
Modify ath_descdma_cleanup() to handle ath_descdma instances with no
adrian
2012-07-27
1
-18
/
+23
*
remove unused definition, whitespace cleanup
luigi
2012-07-27
1
-9
/
+6
*
Add assertion for refcount overflow.
glebius
2012-07-27
1
-0
/
+2
*
Update information on obtaining libarchive sources and FreeBSD-Xlist
mm
2012-07-27
2
-4
/
+6
*
Migrate the descriptor allocation function to not care about the number
adrian
2012-07-27
2
-9
/
+9
*
Document the dataflash/mmc-sd issue. Add umass driver and usb. Boot
imp
2012-07-27
1
-18
/
+26
*
Refactor out the descriptor allocation code from the buffer allocation
adrian
2012-07-27
2
-10
/
+54
*
Turns out the ETHERNUT5 isn't anything like the SAM9260-EK. Make this
imp
2012-07-27
1
-30
/
+50
*
Add (back?) ohci atmel attachment.
imp
2012-07-27
1
-0
/
+4
*
Minor style(9) nit.
imp
2012-07-27
1
-0
/
+1
*
define prefetch as a noop on !x86
luigi
2012-07-26
1
-0
/
+4
*
Document -g option in the usage string.
pluknet
2012-07-26
1
-1
/
+1
*
The ad(4) driver no longer exists in FreeBSD CURRENT or 9, so change the
issyl0
2012-07-26
1
-7
/
+7
*
Add support for VALE bridges to the netmap core, see
luigi
2012-07-26
3
-23
/
+781
*
Trim read/write sizes to 128 bytes. Pages are only 128 bytes in size.
imp
2012-07-26
1
-4
/
+3
*
Drop non-portable libedit's el_data_set() and el_data_get() for
pfg
2012-07-26
3
-32
/
+1
*
Start manpage with Dd macro and also remove a trailing whitespace
joel
2012-07-26
1
-2
/
+2
*
Switch to using FC-Tape firmware.
mjacob
2012-07-26
1
-6085
/
+6522
*
Refactor enclosure manegement support in ahci(4). Move it out into separate
mav
2012-07-26
6
-108
/
+668
*
Improve descriptions for several devices supported by uslcom(4).
gavin
2012-07-26
2
-12
/
+12
*
Add support for more devices to uslcom(4). This commit syncronises the
gavin
2012-07-26
3
-13
/
+186
*
Update the 'C1x draft' reference to '.St -isoC-2011' mdoc macro.
pluknet
2012-07-26
2
-2
/
+4
*
Add OS X 10.8.
pluknet
2012-07-26
1
-1
/
+3
*
Pull up vendor changes to mdoc(7).
ru
2012-07-26
2
-2
/
+2
*
Backed out r228904, and added libstdthreads support to mdoc(7) to where
ru
2012-07-26
3
-3
/
+1
*
Backed out r236255, and added FreeBSD 9.1 support to mdoc(7) to where
ru
2012-07-26
2
-3
/
+1
*
Try to avoid all files dependence on the modification time of the large and
ache
2012-07-26
2
-0
/
+4
*
MFamd64 r238623:
kib
2012-07-26
7
-32
/
+55
*
Do not requeue held page or page for which locking failed, just leave
kib
2012-07-26
1
-21
/
+35
*
Fix the sctp_sockstore union such that userland programs don't depend
tuexen
2012-07-26
1
-4
/
+0
[next]