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
*
Set of legacy mode SATA enchancements:
mav
2010-10-18
12
-159
/
+512
*
Unbreak buildworld by including pthread_rwlockattr_setkind_np and
davidxu
2010-10-18
2
-0
/
+4
*
Revert r213867; while this driver really doesn't use any of the generic
marius
2010-10-18
1
-0
/
+4
*
Log if fopen() fails.
glebius
2010-10-18
1
-1
/
+4
*
"b64decode -r" did not handle arbitary breaks in base64 encoded
edwin
2010-10-18
1
-5
/
+31
*
sort function name.
davidxu
2010-10-18
1
-2
/
+2
*
s/||/&&
davidxu
2010-10-18
1
-2
/
+2
*
Add pthread_rwlockattr_setkind_np and pthread_rwlockattr_getkind_np, the
davidxu
2010-10-18
5
-4
/
+64
*
Re-implement the root mount logic using a recursive approach, whereby each
marcel
2010-10-18
1
-326
/
+738
*
In vfs_filteropt(), only print the errmsg when there's no errmsg
marcel
2010-10-18
1
-1
/
+3
*
Rename boot() to kern_reboot() and make it visible outside of
marcel
2010-10-18
2
-8
/
+8
*
Allow the MDIOCATTACH ioctl operation to originate from within the kernel.
marcel
2010-10-18
1
-8
/
+16
*
Stylify of uudecode(1)
edwin
2010-10-18
1
-29
/
+35
*
Fix a possible race where the directory dirent is moved to the location
kevlo
2010-10-18
1
-3
/
+8
*
Re-add opt_mps.h and opt_cam.h, lost in the previous rev.
scottl
2010-10-17
1
-1
/
+1
*
Add myself to calendar.freebsd.
culot
2010-10-17
1
-0
/
+1
*
Add an entry for myself to committers-ports.dot.
culot
2010-10-17
1
-0
/
+5
*
Fix an XXX comment by answering 'no'. OS X does not set the day-of-week
nwhitehorn
2010-10-17
1
-4
/
+0
*
- In oneshot-mode it doesn't make sense to try to compensate the clock
marius
2010-10-17
1
-45
/
+41
*
Document vunref(9), add some important notes for vrele(9) and vput(9).
kib
2010-10-17
3
-71
/
+49
*
Log correct connection when canceling half-open connection.
pjd
2010-10-17
1
-1
/
+2
*
- Insert thread0 into correct thread hash link list.
davidxu
2010-10-17
3
-21
/
+9
*
Use one fprintf() instead of two.
pjd
2010-10-16
1
-2
/
+1
*
Clear signal mask before executing a hook.
pjd
2010-10-16
1
-0
/
+3
*
zfs: add vop_getpages method implementation
avg
2010-10-16
1
-0
/
+91
*
MfP4 CH182763 (original version):
bz
2010-10-16
1
-0
/
+15
*
Allow umass to use bigger transactions for USB 3.0 devices. It is less
mav
2010-10-16
1
-0
/
+1
*
Close a race acquiring the IF_ADDR_LOCK() for each entry while iterating
bz
2010-10-16
1
-0
/
+4
*
lltable_drain() has never been used so far, thus #if 0 it for now.
bz
2010-10-16
2
-0
/
+6
*
Fix a grammatical error connected to the previous commit.
bcr
2010-10-16
1
-1
/
+1
*
Correct some typos in comments, no functional changes.
bcr
2010-10-16
5
-11
/
+11
*
sh(1): Clarify subshells/processes for pipelines.
jilles
2010-10-16
1
-10
/
+8
*
sh: Use <stddef.h> rather than <sys/stddef.h>.
jilles
2010-10-16
1
-1
/
+1
*
- Add support for libusbhid in 32-bit compatibility mode.
hselasky
2010-10-16
3
-3
/
+25
*
atrtc: remove (pre-)historic check of RTC NVRAM at address 0x0e
avg
2010-10-16
1
-4
/
+1
*
Document vfs.ncsizefactor and vfs.ncnegfactor.
kib
2010-10-16
1
-1
/
+19
*
Provide vfs.ncsizefactor instead of hard-coding namecache ratio.
kib
2010-10-16
1
-12
/
+20
*
Retire the system-wide, per-reassembly queue segment limit. The mechanism is far
lstewart
2010-10-16
1
-11
/
+15
*
- Switch the "net.inet.tcp.reass.cursegments" and
lstewart
2010-10-16
1
-13
/
+23
*
Change uma_zone_set_max to return the effective value of "nitems" after
lstewart
2010-10-16
3
-8
/
+11
*
- Simplify implementation of uma_zone_get_max.
lstewart
2010-10-16
3
-13
/
+65
*
Convert the PHY drivers to honor the mii_flags passed down and convert
marius
2010-10-15
1
-1
/
+1
*
Remove unnecessary castings and fix couple of style(9) nits.
jkim
2010-10-15
1
-4
/
+3
*
Remove two .endp's without matching .proc in lib/csu/ia64/crtn.S.
dim
2010-10-15
1
-2
/
+0
*
Move setting power state for children into a separate function as they were
jkim
2010-10-15
1
-38
/
+40
*
Add three new drivers for fan control and temperature reading on the
andreast
2010-10-15
7
-0
/
+1108
*
sh: Allow running 'prove' from tools/regression/bin/sh again
jilles
2010-10-15
1
-5
/
+1
*
Now that all previous users of mii_phy_probe() have been converted
marius
2010-10-15
3
-17
/
+0
*
Currently only opt_compat.h is included by the mps(4) driver. Also
mdf
2010-10-15
2
-2
/
+5
*
Update pmap_extract() to handle 1GB page mappings. Some device drivers
alc
2010-10-15
1
-13
/
+20
[next]