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
*
- Use a temporary file for the temporary md(4) devices instead of
ngie
2016-01-02
1
-1
/
+2
*
Use correct name 'us' for character 31 in keymaps
emaste
2016-01-02
9
-21
/
+21
*
Revert accidental change that snuck into r293045.
ian
2016-01-02
1
-7
/
+0
*
Make the 'env' directive described in config(5) work on all architectures,
ian
2016-01-02
11
-22
/
+71
*
Accidentally dropped the 0 padding.
jhibbits
2016-01-01
1
-1
/
+1
*
Unset the gss kernel state when gssd exits
jpaetzel
2016-01-01
2
-8
/
+13
*
Minor style cleanup.
kib
2016-01-01
1
-1
/
+1
*
Use uint32_t for LBC block size.
jhibbits
2016-01-01
1
-3
/
+3
*
Reduce libstand Makefile duplication
emaste
2016-01-01
2
-140
/
+13
*
Fix a couple printf formats.
jhibbits
2016-01-01
2
-2
/
+3
*
Use lltable_get_ifp() instead of direct access to lltable fields.
melifaro
2016-01-01
1
-2
/
+4
*
Update leap-seconds to latest. This will satisfy the ntpd leap-second
cy
2016-01-01
1
-116
/
+218
*
Remove second EVENTHANDLER_REGISTER slipped in r292978.
melifaro
2016-01-01
2
-3
/
+4
*
17 years and change after I wrote warp_saver, here's a simple plasma effect
des
2016-01-01
6
-1
/
+475
*
In the unload target, check that the module is loaded first.
des
2016-01-01
1
-1
/
+12
*
Use randomly generated device names in testcases via mktemp -u instead of using
ngie
2016-01-01
5
-5
/
+5
*
Extend idle support for newer Book-E cores.
jhibbits
2016-01-01
6
-12
/
+84
*
Add functions for managing md(4) devices and cleaning up said md(4) devices
ngie
2016-01-01
1
-0
/
+29
*
- Use geom <class> load instead of g<class> load; g<class> doesn't exist
ngie
2016-01-01
1
-1
/
+6
*
[net80211] document the (not completely complete) set of places where
adrian
2016-01-01
3
-1
/
+4
*
Unify the ELFv1 and ELFv2 code paths and make ELFv1 (the normal ABI) more
nwhitehorn
2016-01-01
2
-39
/
+33
*
[rtwn] add rtwn module directory.
adrian
2015-12-31
1
-0
/
+8
*
Merge r293013 from clang380-import branch:
dim
2015-12-31
1
-1
/
+1
*
Merge r293006 from clang380-import branch:
dim
2015-12-31
1
-1
/
+1
*
[rtwn] Add initial manpages for the rtwn driver.
adrian
2015-12-31
3
-0
/
+241
*
[rtwn] Add rtwn firmware and driver module.
adrian
2015-12-31
5
-0
/
+34
*
[rtwn] bring over initial rtwn driver.
adrian
2015-12-31
2
-0
/
+5596
*
[rtwn] add rtwn firmware.
adrian
2015-12-31
3
-0
/
+738
*
sh: Remove redundant CTLQUOTEMARK checks.
jilles
2015-12-31
1
-18
/
+2
*
Introduce the ZFS Boot Environments menu to the loader menu
allanjude
2015-12-31
8
-7
/
+423
*
Remove supposition comment that code would better live elsewhere.
dteske
2015-12-31
1
-1
/
+1
*
Fix a memory leak. nextboot_conf_file is not volatile, as far as I
dteske
2015-12-31
1
-1
/
+1
*
newvers.sh: put variable assignments on separate lines
emaste
2015-12-31
1
-1
/
+4
*
Remove debugging messages. NB: SVN r187143 reads:
dteske
2015-12-31
1
-3
/
+0
*
sh: Reindent expandmeta().
jilles
2015-12-31
1
-21
/
+21
*
sh: Perform pathname generation during the first expansion phases.
jilles
2015-12-31
2
-52
/
+57
*
When building libstand for arm, don't emit instructions that require
ian
2015-12-31
1
-0
/
+6
*
Add suppoort for the Sitecom LN-031
kp
2015-12-31
2
-0
/
+2
*
sh: Perform IFS splitting during the first expansion phases.
jilles
2015-12-31
1
-362
/
+253
*
Handle when filedescriptors are closed before initialized. An early
hselasky
2015-12-31
1
-3
/
+4
*
Minor LinuxKPI code cleanup:
hselasky
2015-12-31
6
-182
/
+192
*
Make the kobject refcounting compliant with Linux. Refcounting on the
hselasky
2015-12-31
2
-4
/
+8
*
Bump copyright year.
bz
2015-12-31
2
-3
/
+3
*
Remove unused variable after r292981 to unbreak the build.
bz
2015-12-31
1
-1
/
+1
*
Clean up unused-but-set-variable spotted by gcc-4.9.
araujo
2015-12-31
1
-5
/
+2
*
Clean up unused-but-set-variable spotted by gcc4.9.
araujo
2015-12-31
1
-2
/
+0
*
Implement interface link header precomputation API.
melifaro
2015-12-31
22
-213
/
+672
*
Wrap using #ifdef 'notyet' those variables and statements not yet
araujo
2015-12-31
1
-4
/
+18
*
Clean up unused-but-set-variable spotted by gcc-4.9.
araujo
2015-12-31
1
-5
/
+0
*
Clean up unused-but-set-variable spotted by gcc-4.9.
araujo
2015-12-31
1
-2
/
+1
[next]