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
*
Remove hostapd and wpa_supplicant from FILES so they're installed conditionally
ngie
2015-02-02
1
-2
/
+0
*
- Remove more files when MK_GPIO == no
amdmi3
2015-02-02
1
-0
/
+5
*
- Remove more files when MK_DMAGENT == no and move the chunk into its alphabe...
amdmi3
2015-02-02
1
-7
/
+8
*
- Remove more files when MK_BSNMP == no
amdmi3
2015-02-02
1
-0
/
+19
*
- Remove more files when MK_BSD_CPIO == no
amdmi3
2015-02-02
1
-0
/
+7
*
- Remove more files when MK_BOOT == no
amdmi3
2015-02-02
1
-3
/
+57
*
- Remove more files when MK_BLUETOOTH == no
amdmi3
2015-02-02
1
-0
/
+7
*
- Remove more files when MK_BINUTILS == no
amdmi3
2015-02-02
1
-0
/
+28
*
rpc: Uninitialized pointer read
pfg
2015-02-02
1
-1
/
+1
*
Prevent inlining txg_quiesce
smh
2015-02-02
2
-2
/
+2
*
Resource leak
pfg
2015-02-01
1
-0
/
+1
*
ttyname_r(): Return actual error, not always [ENOTTY].
jilles
2015-02-01
2
-5
/
+2
*
CTL LUN mapping rewrite.
mav
2015-02-01
15
-477
/
+644
*
Add a quirk to limit AHCI MSI vectors to one
smh
2015-02-01
2
-27
/
+37
*
Do not skip setting the memory 'reg' property if the fdt data already
ian
2015-02-01
1
-11
/
+0
*
Remove a stale comment. The logic that deleted the map before other
ian
2015-02-01
1
-2
/
+0
*
FreeBSD expects _Unwind_GetGR, _Unwind_SetGR, and _Unwind_SetIP to be
andrew
2015-02-01
2
-11
/
+24
*
Allow this to work with disks greater than 4 GB and with names not beginning
nwhitehorn
2015-02-01
3
-12
/
+19
*
Import libcxxrt master 1cb607e89f6135bbc10f3d3b6fba1f983e258dcc.
dim
2015-01-31
1
-2
/
+2
*
Fix mktemp(1) usage.
markj
2015-01-31
1
-1
/
+1
*
Use syscall::exit instead of the nonexistent syscall::rexit.
markj
2015-01-31
1
-1
/
+1
*
Revert r256642, not only to reduce diffs against upstream libcxxrt, but
dim
2015-01-31
1
-9
/
+1
*
Remove hard-coded invocations of gcc; use cc(1) instead.
markj
2015-01-31
4
-13
/
+7
*
Remove a makefile that isn't present upstream.
markj
2015-01-31
1
-13
/
+0
*
Fix a number of DTrace scripting tests:
markj
2015-01-31
11
-27
/
+27
*
Fix some proc provider tests:
markj
2015-01-31
3
-12
/
+14
*
Constify a number of accesses in drm2's radeon drivers to avoid
dim
2015-01-31
2
-9
/
+9
*
Do not qualify the mcontext_t *mcp argument for set_mcontext(9) as
kib
2015-01-31
9
-16
/
+16
*
Update directory times immediately after an entry is created or
kib
2015-01-31
1
-0
/
+2
*
Stop using load-multiple with lr and pc. This has been deprecated in ARMv7
andrew
2015-01-31
1
-1
/
+6
*
Relocate kernel to high address space (a static + 64 MB for now) to avoid
nwhitehorn
2015-01-31
4
-10
/
+29
*
Implement GPIO_GET_BUS() method for all GPIO drivers.
loos
2015-01-31
21
-68
/
+320
*
Add FDT reservations for memory areas used by OPAL or RTAS runtime firmware.
nwhitehorn
2015-01-31
1
-5
/
+25
*
Build the powerpc64 kernel as a position-independent executable. At startup,
nwhitehorn
2015-01-31
2
-0
/
+10
*
Fix whitespace glitch from prior comit.
ian
2015-01-31
1
-1
/
+1
*
Add code to support loading relocatable kernels at offsets that are not
nwhitehorn
2015-01-31
1
-5
/
+8
*
Correctness improvements for removing FDT excluded memory areas.
nwhitehorn
2015-01-31
1
-5
/
+5
*
Ensure #include <semaphore.h> is sufficient for using SEM_VALUE_MAX.
jilles
2015-01-31
1
-0
/
+2
*
MFV r277981:
pfg
2015-01-31
2
-5
/
+25
*
Implement a new method to retrieve the gpiobus reference from a GPIO
loos
2015-01-31
1
-0
/
+14
*
Prevent access to an uninitialized variable
pfg
2015-01-31
1
-1
/
+1
*
Use proper module name in MODULE_VERSION().
trasz
2015-01-31
1
-1
/
+1
*
Drop unneeded include.
trasz
2015-01-31
1
-1
/
+0
*
Fix build with "device iscsi" in kernel config.
trasz
2015-01-31
1
-0
/
+1
*
Fix a bunch of -Wcast-qual warnings in sys/dev/usb/input/uhid.c, by
dim
2015-01-31
1
-3
/
+3
*
sh: Abort a wait builtin on any trapped signal.
jilles
2015-01-31
2
-5
/
+6
*
Remove single-use boolean.
kib
2015-01-31
1
-3
/
+1
*
Replace spaces with tabs, this will easier future changes on softc
loos
2015-01-31
3
-17
/
+17
*
The dependency chain for priority-inheritance mutexes could be
kib
2015-01-31
1
-0
/
+50
*
POSIX states that write(2) "shall mark for update the last data
kib
2015-01-31
2
-2
/
+3
[next]