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
*
Connect libgnuregex 2.17 to the build.
jkim
2013-06-05
12
-11467
/
+51
*
Fix build for FreeBSD. We do not have alloca.h.
jkim
2013-06-05
1
-0
/
+2
*
Add GNU regex from glibc 2.17.
jkim
2013-06-05
6
-0
/
+11388
|
\
|
*
Import couple of important bug fixes from the upstream.
jkim
2013-06-05
2
-52
/
+36
|
*
Import libregex from GNU libc 2.17.
jkim
2013-05-16
7
-2013
/
+1958
|
*
Flatten GNU libregex vendor area.
jkim
2013-05-16
7
-0
/
+0
|
*
Remove file that need not have been imported.
tjr
2005-05-10
1
-26
/
+0
*
|
cxgbe(4): Never install a firmware if hw.cxgbe.fw_install is 0.
np
2013-06-05
1
-12
/
+17
*
|
sleep: Explain in a comment why the [EINTR] check is there.
jilles
2013-06-05
1
-0
/
+6
*
|
sh(1): Document new features in wait builtin.
jilles
2013-06-05
1
-4
/
+9
*
|
Pull in r183297 from upstream llvm trunk:
dim
2013-06-05
1
-3
/
+31
*
|
sh: Return status 127 for unknown jobs in wait builtin.
jilles
2013-06-05
3
-5
/
+27
*
|
sh: Allow multiple operands in wait builtin.
jilles
2013-06-05
2
-6
/
+25
*
|
new features (mostly for testing netmap capabilities)
luigi
2013-06-05
1
-38
/
+63
*
|
- fix a bug in the previous commit that was dropping the last packet
luigi
2013-06-05
1
-11
/
+39
*
|
New install flags were merged to 9-STABLE and will appear in FreeBSD-9.2.
brooks
2013-06-05
1
-1
/
+1
*
|
Relax the vm object locking. Use a read lock.
alc
2013-06-05
3
-19
/
+19
*
|
Update to bmake-20130604 to fix file descriptor leak.
sjg
2013-06-05
6
-24
/
+44
*
|
Remove part of the NetBSD longjmp code that was not ready to be merged.
andrew
2013-06-05
1
-2
/
+1
*
|
Style fixes.
das
2013-06-05
4
-54
/
+58
*
|
- Flag sym(4) as supporting unmapped I/O; all necessary conversion actually
marius
2013-06-05
1
-3
/
+2
*
|
Handle/mark/nuke unused arguments.
marius
2013-06-05
1
-49
/
+49
*
|
Implement a bit of a hack to store the AR9285/AR9485 RX LNA configuration in
adrian
2013-06-05
3
-2
/
+33
*
|
Add a new capability flag to announce that the chip implements LNA mixing
adrian
2013-06-05
4
-1
/
+6
*
|
Document the AR9285/AR9485 LNA configuration information that's
adrian
2013-06-05
1
-0
/
+26
*
|
Add RX STBC statistics.
adrian
2013-06-04
1
-2
/
+5
*
|
In vm_object_split(), busy and consequently unbusy the pages only when
attilio
2013-06-04
1
-3
/
+4
*
|
sys/dev/mps/mps.c
asomers
2013-06-04
2
-1
/
+3
*
|
CAM_DEV_QFREEZE handling should only be done on request submission but
marius
2013-06-04
1
-14
/
+3
*
|
Fix build with both INET and INET6 disabled.
jhb
2013-06-04
1
-0
/
+2
*
|
Start to merge the updated ARM NetBSD setjump/longjmp functions. To begin
andrew
2013-06-04
2
-75
/
+52
*
|
Relax the vm object locking in mac_proc_vm_revoke_recurse(). A read lock
alc
2013-06-04
1
-4
/
+4
*
|
Shift Console->Saver menu items to place the default item at the top, making
dteske
2013-06-04
1
-41
/
+41
*
|
Lessen verbosity of "Exit" menutag items to appear more consistent across
dteske
2013-06-04
6
-7
/
+6
*
|
Add myself to committers-src.dot, and note kib is my mentor.
gjb
2013-06-04
1
-0
/
+2
*
|
Eliminate unnecessary vm object locking from tmpfs_nocacheread().
alc
2013-06-04
1
-2
/
+0
*
|
Build fix: Only <sys/cdefs.h> should be included before __FBSDID().
jhb
2013-06-04
1
-1
/
+2
*
|
Improve r250890, so that we stop processing of a message with zero
glebius
2013-06-04
1
-8
/
+7
*
|
Flag isp(4) as supporting unmapped I/O; all necessary conversion actually
marius
2013-06-04
1
-2
/
+2
*
|
Fix the passing of time on Armada XP.
gber
2013-06-04
2
-1
/
+12
*
|
Implement pmap_copy() for ARMv6/v7.
gber
2013-06-04
1
-0
/
+120
*
|
mdoc: convert .Fd to .In, which is much nicer.
joel
2013-06-04
6
-14
/
+14
*
|
Match the options of the kernel.
obrien
2013-06-04
6
-20
/
+60
*
|
Update a comment.
alc
2013-06-04
1
-2
/
+2
*
|
Add man links for expl(3) and expm1l(3).
das
2013-06-04
1
-2
/
+2
*
|
Use f_shell_escape() instead of forking to awk. In this case, the
dteske
2013-06-04
3
-8
/
+6
*
|
Use a case-statement instead of multiple (separate even) if-statements.
dteske
2013-06-04
1
-4
/
+7
*
|
Comments.
dteske
2013-06-04
1
-1
/
+1
*
|
Similar to r251236, r251242, and r251244. Introduce new function-pair to
dteske
2013-06-04
4
-38
/
+81
*
|
Add the combined (mixed) diversity support capability bit for the
adrian
2013-06-04
2
-0
/
+4
[next]