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
*
Last attempt at <tgmath.h>: do enable the new code for C11 compilers.
ed
2012-01-06
1
-11
/
+17
*
Silence a warning about redefinition of TARGET_ELF on powerpc.
andreast
2012-01-06
1
-0
/
+1
*
Always release the inp lock before returning from tcp_detach.
np
2012-01-06
1
-1
/
+3
*
Add an even faster implementation of <tgmath.h> for the future.
ed
2012-01-06
1
-0
/
+20
*
Fix build.
glebius
2012-01-06
1
-1
/
+0
*
Add 'nojail' keyword as auditd(8) can't really do anything useful when
pjd
2012-01-06
1
-1
/
+1
*
Tweak the last fix to match what was actually tested.
jhb
2012-01-06
1
-1
/
+1
*
Constify argument.
pjd
2012-01-06
2
-2
/
+2
*
Since r228571 CARP is no longer an interface.
glebius
2012-01-06
1
-8
/
+0
*
Fix mdoc date from previous commit.
uqs
2012-01-06
1
-1
/
+1
*
r222004 changed sbuf_finish() to not clear the buffer error status. As a
jh
2012-01-06
1
-6
/
+12
*
Use the macro WEAK_ALIAS. Tested on 32 and 64-bit.
andreast
2012-01-06
2
-20
/
+10
*
Check the return value of sbuf_finish() in pfs_readlink() and return
jh
2012-01-06
1
-1
/
+5
*
Flip these options on so the modules build correctly for now.
adrian
2012-01-06
1
-2
/
+2
*
- Add better COP2 (crypto coprocessor) context handler for Octeon. Keep
gonzo
2012-01-06
17
-111
/
+1231
*
Import the first cut of "bsdbox".
adrian
2012-01-06
10
-0
/
+295
*
Fix the broken non-cross compile build. Oops!
adrian
2012-01-06
1
-1
/
+1
*
Fix a typo.
pluknet
2012-01-06
1
-1
/
+1
*
Add 0x2826 device ID for C600 (Patsburg) SATA controller in RAID mode.
jimharris
2012-01-06
3
-0
/
+3
*
Replace an OpenBSDism with a FreeBSDism in the pfctl(8) man page: we put
rwatson
2012-01-05
1
-1
/
+1
*
Fix a memory leak in addgroup() by ensuring the allocated memory
ghelmer
2012-01-05
1
-5
/
+5
*
Allow daemon(8) to run pidfile_open() before relenquishing privileges
ghelmer
2012-01-05
1
-3
/
+3
*
Remove the assertion from tcp_input() that rcv_nxt is always greater
jhb
2012-01-05
2
-7
/
+4
*
- Allow to change vfs.zfs.arc_meta_limit at runtime.
pjd
2012-01-05
1
-4
/
+4
*
Fix build on powerpc64 too. The same as r229640.
andreast
2012-01-05
1
-0
/
+4
*
Allow extra directories to be added to the build-tools target.
adrian
2012-01-05
1
-0
/
+5
*
Allow crunchgen binary link generation to be disabled.
adrian
2012-01-05
1
-0
/
+5
*
Apply Typo-B-Gone 2000 [TM]
uqs
2012-01-05
3
-4
/
+4
*
Convert files over to UTF-8.
uqs
2012-01-05
4
-13
/
+22
*
Touch up some more small typos missed in the previous round.
uqs
2012-01-05
5
-7
/
+7
*
Further fix a typo and spelling classic correctly in function names,
uqs
2012-01-05
1
-8
/
+8
*
Partial backout of r228990, restore original MIB object name.
uqs
2012-01-05
2
-4
/
+4
*
Document the detrimental effect of kern.cam.XX.retry_count for recoverdisk(1)
uqs
2012-01-05
1
-2
/
+18
*
Pull up vendor changes to mdoc(7)
uqs
2012-01-05
5
-10
/
+10
*
Fix build.
adrian
2012-01-05
1
-0
/
+4
*
Add missing options so modules build/load correctly.
adrian
2012-01-05
1
-0
/
+3
*
Fix a logic bug in change 228207 in the check for a thread's new user
jhb
2012-01-05
1
-1
/
+1
*
Convert all users of IF_ADDR_LOCK to use new locking macros that specify
jhb
2012-01-05
25
-230
/
+230
*
Add new variants of the IF_ADDR_*LOCK*() macros used for protecting
jhb
2012-01-05
1
-2
/
+8
*
Update recently added drivers to use the if_*addr_r*lock() wrapper
jhb
2012-01-05
3
-10
/
+10
*
When extracting the VLAN tag from if_em and if_lem receive descriptor
rwatson
2012-01-05
2
-4
/
+2
*
Flip on IEEE80211_SUPPORT_MESH and AH_SUPPORT_AR5416, the
adrian
2012-01-05
1
-0
/
+9
*
In sys/fs/nullfs/null_subr.c, in a KASSERT, output the correct vnode
dim
2012-01-05
1
-1
/
+1
*
Remove use of explicit bus space tags and handles and use methods that
jhb
2012-01-05
2
-26
/
+10
*
Remove redundant inclusion of <sys/cdefs.h>.
ed
2012-01-05
1
-2
/
+0
*
Remove _Complex_I workaround from <tgmath.h>.
ed
2012-01-05
1
-9
/
+4
*
Make _Complex_I a proper float _Complex when using GCC 4.2.
ed
2012-01-05
1
-1
/
+5
*
Refine last comment.
rwatson
2012-01-05
1
-1
/
+1
*
Add comment to the VLAN code about its integration with VIMAGE: we see what
rwatson
2012-01-05
1
-0
/
+7
*
Fix typo.
brueffer
2012-01-05
1
-1
/
+1
[next]