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
...
*
Eliminate pointless assignments to rtvals[] in swap_pager_putpages().
alc
2015-08-21
1
-12
/
+12
*
Document bsd.arch.inc.mk.
imp
2015-08-21
1
-0
/
+8
*
preload_search_info: make sure mod is set
royger
2015-08-21
8
-23
/
+13
*
xen: allow disabling PV disks and nics
royger
2015-08-21
4
-4
/
+33
*
Mark bsd.info.mk as depreciated
bapt
2015-08-21
1
-1
/
+1
*
vt_cpulogos: Resize all terms/windows when tearing down logos
cem
2015-08-21
3
-35
/
+35
*
Document bsd.progs.mk, including its status as being strongly
imp
2015-08-21
1
-0
/
+1
*
Automatically disable x2APIC mode on SandyBridge Lenovo machines. I
kib
2015-08-21
1
-6
/
+33
*
Fix err pointer not initialized to NULL resulting
bapt
2015-08-21
2
-0
/
+16
*
Turn off gcc's uninitialized warnings for this code. They
imp
2015-08-21
1
-0
/
+1
*
Fix typo in regression test
bapt
2015-08-21
1
-1
/
+1
*
Fix /home symlink creation
bapt
2015-08-21
2
-1
/
+14
*
try to fix lor between z_teardown_lock and spa_namespace_lock
avg
2015-08-21
1
-10
/
+16
*
fix standalone build of zfs module
avg
2015-08-21
1
-1
/
+1
*
fix a mismerge in r286539 (MFV 286538: 5562 ZFS sa_handle's violate...)
avg
2015-08-21
1
-1
/
+1
*
Fix useradd regression:
bapt
2015-08-21
2
-2
/
+67
*
Don't truncate cursor arithmetic to 16 bits.
ed
2015-08-21
1
-6
/
+6
*
Editing pass on procctl.2
bjk
2015-08-21
1
-26
/
+26
*
Add initial boot support for e500mc and e5500.
jhibbits
2015-08-21
1
-30
/
+122
*
Simplify the PCI bus scanning logic.
jhibbits
2015-08-21
1
-14
/
+3
*
If process becomes reaper (procctl(PROC_REAP_ACQUIRE)) while already
kib
2015-08-20
2
-4
/
+6
*
Remove reference to non-existent kern_openat(9).
bdrewery
2015-08-20
1
-3
/
+2
*
sh: Avoid negative character values from $'\Uffffffff' etc.
jilles
2015-08-20
3
-5
/
+15
*
Appease gcc-4.2
pfg
2015-08-20
1
-1
/
+1
*
sh: Add test for $'\u' without any digits.
jilles
2015-08-20
2
-0
/
+8
*
Prevent ticks rollover from preventing vm_lowmem event
rstone
2015-08-20
1
-3
/
+4
*
Remove code left over from the armv4 days. On armv4, cache maintenance
ian
2015-08-20
1
-16
/
+5
*
Minor comment and style fixes, no functional change.
ian
2015-08-20
1
-3
/
+4
*
The flags -mno-aes -mno-avx only exist for clang, not gcc, so
imp
2015-08-20
1
-1
/
+2
*
Add link for rw_unlock(9) to rwlock(9).
bdrewery
2015-08-20
1
-0
/
+1
*
Revamp camcontrol(8) fwdownload support and add the opcodes subcommand.
ken
2015-08-20
7
-216
/
+1625
*
Add ATF functional tests for fstyp(8). No ZFS or GELI tests yet.
asomers
2015-08-20
10
-0
/
+257
*
Handle the conditional decoding of execve() argument and environment
jhb
2015-08-20
12
-225
/
+19
*
Rework the argv and env string fetching for execve to be more robust.
jhb
2015-08-20
1
-26
/
+44
*
Typo.
kib
2015-08-20
1
-1
/
+1
*
Add the definitions of __infinity and __nan.
andrew
2015-08-20
3
-0
/
+17
*
Add the kernel support for minidumps on arm64.
andrew
2015-08-20
3
-9
/
+429
*
Remove pmap_kenter from pmap.h, the function doesn't exist.
andrew
2015-08-20
2
-2
/
+6
*
Add pmap_get_tables to get the page tables for a given virtual address. This
andrew
2015-08-20
2
-0
/
+37
*
* Split allocation and table linking for lle's.
melifaro
2015-08-20
8
-145
/
+293
*
Add the arm64 minidump header. This was missed from r286953.
andrew
2015-08-20
1
-0
/
+48
*
Add support to libkvm for reading minidumps on arm64. The kernel side is
andrew
2015-08-20
3
-10
/
+320
*
Restore part of r274628, reverted at r286776.
mav
2015-08-20
1
-1
/
+2
*
Further conversions from ifp->if_softc -> ic_softc.
adrian
2015-08-20
8
-67
/
+65
*
Remove some if_softc references from urtwn(4).
adrian
2015-08-20
1
-5
/
+5
*
getrlimit.2: Document RSS, AS/VMEM limit behavior more clearly
cem
2015-08-20
1
-15
/
+46
*
Add a new exit-timeout option to watchdogd.
ian
2015-08-19
2
-8
/
+26
*
compiler-rt: update __multc3 to upstream style and variable names
emaste
2015-08-19
1
-44
/
+39
*
Check value return from lle_create() for NULL.
melifaro
2015-08-19
1
-3
/
+6
*
Enable the watchdog driver on imx6, now that it works.
ian
2015-08-19
1
-1
/
+1
[prev]
[next]