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
...
*
Fill out fake preload structure to let userland tools like pmc(3) know
gonzo
2012-03-15
2
-1
/
+51
*
Add debug.kld_debug loader tunable.
ae
2012-03-15
1
-0
/
+1
*
- Fix an erroneous invocation of the editline.
kevlo
2012-03-15
3
-22
/
+33
*
- Remove unncessary type casts
gonzo
2012-03-14
1
-6
/
+15
*
Add a PCI quirk to ignore PCI map registers from configuration space.
jkim
2012-03-14
1
-8
/
+36
*
Add the missing IPOIB option.
delphij
2012-03-14
1
-0
/
+1
*
Update man page to present -T argument in synopsis
sbruno
2012-03-14
1
-1
/
+1
*
Pedantic nit: use vm_pindex_t instead of long for a count of pages.
jhb
2012-03-14
1
-1
/
+1
*
Use LIST_FOREACH_SAFE() instead of LIST_FOREACH() in pmap_remove(), since
nwhitehorn
2012-03-14
2
-4
/
+4
*
Correctly calculate the callout interval for beacon generation.
adrian
2012-03-14
1
-1
/
+5
*
Make init(8) slightly more robust when /dev/console is missing.
ed
2012-03-14
4
-17
/
+35
*
Hide stty(1) errors.
ed
2012-03-14
2
-2
/
+2
*
Add an assert for proctree_lock to proc_to_reap().
jh
2012-03-14
1
-0
/
+2
*
Rtld on diet 3.
kib
2012-03-14
4
-11
/
+22
*
Fix indentation.
kib
2012-03-14
1
-1
/
+1
*
Import a slightly newer libc++, with some bugs fixed that were found by running
theraven
2012-03-14
4
-10
/
+19
*
Expose some C11 stuff that is also C++11 stuff in C++11 mode.
theraven
2012-03-14
1
-1
/
+1
*
Add PCI Id for the AMT SOL UART on G4x series Intel chipsets.
kib
2012-03-14
1
-0
/
+1
*
Add missing "static".
trasz
2012-03-14
1
-1
/
+1
*
Prevent tmpfs_rename() deadlock in a way similar to UFS
gleb
2012-03-14
2
-7
/
+179
*
Don't enforce LK_RETRY to get existing vnode in tmpfs_alloc_vp()
gleb
2012-03-14
1
-7
/
+11
*
Import the latest microcode.h which was used to generate the current
bschmidt
2012-03-14
2
-12
/
+3032
*
Fix white space nits.
yongari
2012-03-14
1
-7
/
+7
*
fxp(4) does not handle deferred dma map loading. Tell
yongari
2012-03-14
1
-3
/
+5
*
Import new versions of libcxxrt and libc++.
theraven
2012-03-14
89
-3730
/
+5828
|
\
|
*
Import new version of libc++ into vendor branch.
theraven
2012-03-13
76
-3698
/
+5479
*
|
Supply boolean as the second argument to ffs_update(), and not a
kib
2012-03-13
2
-7
/
+7
*
|
Lock the process around manipulations with p_flag.
kib
2012-03-13
1
-0
/
+2
*
|
Update the rt2860's firmware and add a Makefile for the module. While
bschmidt
2012-03-13
4
-3117
/
+106
*
|
Add a BINDIR so "make install" works.
adrian
2012-03-13
2
-0
/
+2
*
|
(Re)-make these ACL routines optional.
adrian
2012-03-13
1
-2
/
+2
*
|
Add dependencies onto acl_posix1e and acl_nfs4.
adrian
2012-03-13
1
-0
/
+2
*
|
Add module building Makefile entries for NFSv4 and POSIX.1e ACL handling.
adrian
2012-03-13
3
-0
/
+20
*
|
Add module load/unload stubs.
adrian
2012-03-13
2
-0
/
+86
*
|
First set of xlocale man pages. More to follow...
theraven
2012-03-13
10
-2
/
+223
*
|
Pull in a fix (still under GPLv2) for a double free in gdb, leading to
dim
2012-03-13
1
-0
/
+7
*
|
Update comments and CFLAGS in sys/conf/kern.mk, introduced in r221879,
dim
2012-03-13
1
-10
/
+8
*
|
Work around a binutils bug on powerpc64 where the TOC would not be
nwhitehorn
2012-03-13
1
-1
/
+2
*
|
And remove the duplicate inlines...
theraven
2012-03-13
1
-2
/
+2
*
|
Fix the other missing prototypes.
theraven
2012-03-13
1
-0
/
+5
*
|
Add missing prototypes.
theraven
2012-03-13
1
-0
/
+5
*
|
More xlocale cleanups.
theraven
2012-03-13
2
-26
/
+30
*
|
Use rt_numfibs variable instead of compile-time RT_NUMFIBS.
melifaro
2012-03-13
4
-6
/
+13
*
|
Some formatting for r232919.
mav
2012-03-13
1
-1
/
+3
*
|
Add kern.eventtimer.activetick tunable/sysctl, specifying whether each
mav
2012-03-13
2
-9
/
+31
*
|
Use NULL instead of 0
kevlo
2012-03-13
4
-7
/
+7
*
|
Rewrite thread CPU usage percentage math to not depend on periodic calls
mav
2012-03-13
1
-46
/
+22
*
|
Remove a now unneeded ARGE_UNLOCK().
adrian
2012-03-13
1
-3
/
+0
*
|
Remove some files not used by the FreeBSD kernel which have been adding quite
jmallett
2012-03-13
28
-361410
/
+6
*
|
Fix link status handling on if_arge upon system boot to allow bootp/NFS to
adrian
2012-03-13
1
-7
/
+16
[prev]
[next]