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
*
Correctly handle keywords without options.
grog
2012-11-17
1
-2
/
+2
*
Clean up the two i80321 copies of initarm to be closer to one another.
andrew
2012-11-17
2
-42
/
+43
*
Just compile the whole ath chipset support in.
adrian
2012-11-17
1
-15
/
+4
*
Use -fib N modifier to add/delete a route to/from multiple FIBs.
hrs
2012-11-17
1
-33
/
+11
*
Fill sin6_scope_id in sockaddr_in6 before passing it from the kernel to
hrs
2012-11-17
5
-99
/
+98
*
Add support for SCTP/UDP/IPV6.
tuexen
2012-11-17
6
-66
/
+94
*
Add -fib modifier to specify FIB number. The FIB number can be in a
hrs
2012-11-17
3
-114
/
+440
*
Add check_namevarlist() to check if ${name}_var is reserved in rc.subr or not.
hrs
2012-11-17
1
-0
/
+17
*
Fix whitespace.
ed
2012-11-17
2
-7
/
+6
*
Summarize information about connected analog pins and EDID-like data received
mav
2012-11-17
1
-8
/
+154
*
Ensure hwpmc support is correctly included.
adrian
2012-11-17
1
-0
/
+1
*
Make MIPS24k PMC optional on "hwpmc_mips24k."
adrian
2012-11-17
1
-1
/
+1
*
make the MIPS24k HWPMC support require hwpmc_mips24k as well as hwpmc.
adrian
2012-11-17
1
-1
/
+1
*
Migrate the AR71xx UART (an 8250 derivative) to hide behind uart_ar71xx.
adrian
2012-11-17
5
-2
/
+6
*
Update a comment to reflect the elimination of the hold queue in r242300.
alc
2012-11-17
1
-5
/
+1
*
Correctly populate the RTS field.
adrian
2012-11-17
1
-1
/
+2
*
* Remove ah_desc.h, it's not needed
adrian
2012-11-17
1
-2
/
+2
*
Make this a flag.
adrian
2012-11-17
1
-1
/
+1
*
Implement AR5210 descriptor decoding.
adrian
2012-11-17
4
-2
/
+204
*
Add AR5211 descriptor decoding support.
adrian
2012-11-17
4
-2
/
+205
*
.. include ah_desc.h here now.
adrian
2012-11-17
2
-0
/
+2
*
Remove the ah_desc.h reference; it's not needed.
adrian
2012-11-17
1
-1
/
+0
*
Add AR5212 frame decoding support.
adrian
2012-11-17
4
-4
/
+250
*
Implement a basic data decoder for the data produced by if_ath_alq.
adrian
2012-11-17
4
-0
/
+529
*
Install bsd.progs.mk, needed by bsd.test.mk and thus by atf.test.mk.
marcel
2012-11-17
1
-0
/
+1
*
I'm not sure why ah_desc.h was required here, but it doesn't _need_
adrian
2012-11-16
1
-2
/
+1
*
* Remove a duplicate TX ALQ post routine!
adrian
2012-11-16
1
-43
/
+11
*
ALQ logging enhancements:
adrian
2012-11-16
4
-2
/
+68
*
ath(4) ALQ logging improvements.
adrian
2012-11-16
2
-10
/
+43
*
Get the accounting working. We now have counters how many
tuexen
2012-11-16
7
-18
/
+46
*
- the preferred way to write a NULL pointer constant is with NULL
kevlo
2012-11-16
3
-9
/
+6
*
Correct spelling of "lily" [0]
eadler
2012-11-16
1
-3
/
+3
*
Remove trailing whitespace.
joel
2012-11-16
1
-1
/
+1
*
last commit was a mistake
eadler
2012-11-16
1
-1
/
+1
*
Update comment.
glebius
2012-11-16
1
-1
/
+2
*
o Remove meaningless PROTOCOLS section.
glebius
2012-11-16
1
-43
/
+65
*
Fix weird indentation.
des
2012-11-16
1
-4
/
+4
*
Reduce the overhead of locking, use IF_AFDATA_RLOCK() when we are doing
ae
2012-11-16
5
-18
/
+18
*
Change fetch(1) to:
andre
2012-11-16
1
-11
/
+25
*
mdoc: Use the Ev macro for environmental variables.
joel
2012-11-16
1
-3
/
+3
*
Remove trailing whitespace.
joel
2012-11-16
1
-1
/
+1
*
Document that rtprio(2) and rtprio_thread(2) can fail with EFAULT
kevlo
2012-11-16
1
-2
/
+10
*
In pget(9), if PGET_NOTWEXIT flag is not specified, also search the
kib
2012-11-16
3
-46
/
+47
*
For some more completeness add matrixes for 3.1 and 7.0 channel setups.
mav
2012-11-16
4
-10
/
+121
*
M_USE_RESERVE is no longer deprecated. It is once again supported.
alc
2012-11-16
1
-8
/
+7
*
Restore the proper handling of the pid 0 for waitpid(2).
kib
2012-11-16
1
-4
/
+9
*
Move the definition of the idtype_t from sys/types.h to sys/wait.h.
kib
2012-11-16
3
-41
/
+41
*
Alphabetically reorder the forward-declarations of the structures.
kib
2012-11-16
1
-7
/
+8
*
Style fixes for r242958.
kib
2012-11-16
2
-10
/
+6
*
Move the declaration of vm_phys_paddr_to_vm_page() from vm/vm_page.h
kib
2012-11-16
7
-2
/
+6
[next]