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
*
rm[0].rm_so must be zero (an explicit check is made for zero in the
eadler
2012-03-19
1
-1
/
+1
*
X11BASE is not used any more and has been killed by the x11 team.
eadler
2012-03-19
2
-26
/
+0
*
- Clean up timestamps in msgbuf code. The timestamps should now be
eadler
2012-03-19
2
-38
/
+21
*
Use clockid parameter instead of hard-coded CLOCK_REALTIME.
davidxu
2012-03-19
1
-1
/
+1
*
.. revert out a local change that I hadn't yet completely finished fleshing
adrian
2012-03-18
1
-124
/
+1
*
fts(3): Mention that FTS_NOCHDIR imposes {PATH_MAX} limits on the returned
jilles
2012-03-18
1
-2
/
+5
*
Redirect camcontrol stderr to /dev/null.
jpaetzel
2012-03-18
1
-1
/
+1
*
fts(3): Document cases where FTS_NOCHDIR is set implicitly.
jilles
2012-03-18
1
-1
/
+11
*
Add a missing endian conversion.
adrian
2012-03-18
1
-1
/
+124
*
memset() wants the size of the structure to clear, not the size
harti
2012-03-18
1
-1
/
+1
*
Remove some unnecessary includes.
tijl
2012-03-18
1
-9
/
+0
*
Cast wallclock.tv_sec to uint64_t to avoid overflow in the calculation.
jh
2012-03-18
1
-1
/
+2
*
Eliminate ia32_reg.h by moving its contents to x86 and ia64 reg.h.
tijl
2012-03-18
5
-109
/
+50
*
Copy i386 reg.h to x86 and merge with amd64 reg.h. Replace i386/amd64/pc98
tijl
2012-03-18
5
-310
/
+262
*
Use exact width integer types in amd64/i386 reg.h to prepare for a merge.
tijl
2012-03-18
2
-59
/
+61
*
Style fix to pmap_protect().
alc
2012-03-18
1
-5
/
+4
*
Repair function when used with large scales
kevlo
2012-03-18
1
-2
/
+3
*
Remove acquisition of VM page queues lock from pmap_protect(). Any actual
nwhitehorn
2012-03-18
1
-2
/
+0
*
Hide kernel option ROUTETABLES evaluations in the implementation
bz
2012-03-18
2
-21
/
+18
*
Regenerate usb.conf to use new -n option when doing kldload.
hselasky
2012-03-18
1
-539
/
+539
*
Use new -n option when executing kldload, to
hselasky
2012-03-18
1
-1
/
+1
*
Add option to ignore error codes if the module specified is already loaded.
hselasky
2012-03-18
2
-6
/
+20
*
Unbreak trhe build by including proper header
gonzo
2012-03-18
1
-1
/
+1
*
Fix TLS for statically linked binaries
gonzo
2012-03-18
1
-0
/
+4
*
Declare some variables static in order to reduce the object size and
marius
2012-03-18
1
-31
/
+18
*
- Fix logic for detection if further processing of PMC should be performed.
gonzo
2012-03-18
1
-6
/
+14
*
Some software think a mutex can be destroyed after it owned it, for
davidxu
2012-03-18
1
-7
/
+0
*
Do not claim that msync(2) is obsoleted [1].
kib
2012-03-17
2
-4
/
+7
*
Add sysctl vfs.nfs.nfs_keep_dirty_on_error to switch the nfs client
kib
2012-03-17
2
-3
/
+10
*
In vm_object_page_clean(), do not clean OBJ_MIGHTBEDIRTY object flag
kib
2012-03-17
7
-26
/
+60
*
Make sure libgcc_s is finished building in _startup_libs before
peter
2012-03-17
2
-1
/
+4
*
With the changes over the past year to how accesses to the page's dirty
alc
2012-03-17
1
-5
/
+24
*
Hide a few declarations from userland (including `struct inpcbgroup'). This
rmh
2012-03-17
1
-1
/
+1
*
The UMS module is now loaded by rules in /etc/devd/usb.conf which
hselasky
2012-03-17
1
-10
/
+1
*
style(9) changes.
adrian
2012-03-17
1
-9
/
+10
*
Begin fleshing out MII clock rate configuration changes.
adrian
2012-03-17
5
-0
/
+74
*
Save and restore linear frame buffer between suspend and resume.
jkim
2012-03-17
1
-0
/
+19
*
Remove unnecessary static variable initializations and duplicate codes.
jkim
2012-03-16
1
-52
/
+42
*
Fix a couple of debugging outputs.
adrian
2012-03-16
1
-4
/
+13
*
Change the style of share/mk/bsd.sys.mk to that of the other bsd.*.mk
dim
2012-03-16
1
-84
/
+85
*
Add a dependency on ALQ if IEEE80211_ALQ and/or AH_DEBUG_ALQ is included.
adrian
2012-03-16
1
-0
/
+6
*
Pull in a dependency on ALQ if it's compiled with IEEE80211_ALQ.
adrian
2012-03-16
1
-0
/
+4
*
Remove gratuitous DEBUG_FLAGS="-g" setting (this is already the default
rmh
2012-03-16
1
-1
/
+0
*
Unhide /dev/zfs in devfsrules_jail.
mm
2012-03-16
1
-0
/
+1
*
Add rudimentary profiling of the hash table used in the in the umtx code to
davide
2012-03-16
3
-1
/
+55
*
Move userland bits of i386 npx.h and amd64 fpu.h to x86 fpu.h.
tijl
2012-03-16
5
-232
/
+224
*
Use exact width integer types instead of long in struct env87 in
tijl
2012-03-16
1
-8
/
+8
*
Do not unnecessarily clear display memory when switching modes.
jkim
2012-03-16
1
-1
/
+1
*
Remove write-only variable.
kib
2012-03-16
1
-2
/
+0
*
Fix build with INET6 disabled.
jhb
2012-03-16
2
-3
/
+9
[next]