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
*
Fix cut'n paste on the AR9280 entry.
thompsa
2009-12-02
2
-2
/
+2
*
Include <sys/sysctl.h>, to get the declarations of ostype and
marcel
2009-12-02
1
-2
/
+1
*
Add missing parameter description.
trasz
2009-12-02
1
-1
/
+3
*
Don't use ap->a_td->td_ucred when we were passed ap->a_cred.
trasz
2009-12-02
1
-1
/
+1
*
- initialize src_ip in the main loop to prevent a compiler warning
luigi
2009-12-02
1
-5
/
+8
*
Bump __FreeBSD_version for sigpause(3) addition [1] and
kib
2009-12-02
1
-1
/
+1
*
Properly support -fPIE by linking PIE binaries with specially-built
kib
2009-12-02
10
-39
/
+97
*
ndis_scan_results() can sleep if the scan results are not ready when
jhb
2009-12-02
1
-9
/
+5
*
Fix several cases where the periph lock was held over malloc.
scottl
2009-12-02
1
-54
/
+24
*
Make <libutil.h> work when included by itself.
ed
2009-12-02
1
-0
/
+28
*
Dispatch sockopt calls to ipfw and dummynet
luigi
2009-12-02
1
-0
/
+4
*
mca: improve status checking, recording and reporting
avg
2009-12-02
4
-98
/
+126
*
small changes for portability and diff reduction wrt/ FreeBSD 7.
luigi
2009-12-02
1
-15
/
+38
*
Unify rc.firewall and rc.firewall6, and obsolete rc.firewall6
ume
2009-12-02
8
-365
/
+178
*
Teach an IPv6 to send_pkt() and ipfw_tick().
ume
2009-12-02
1
-112
/
+166
*
Until this moment carp(4) used a strange logging priority. It used debug
glebius
2009-12-02
1
-16
/
+16
*
Add new sockopt names for ipfw and dummynet.
luigi
2009-12-02
1
-0
/
+8
*
change the type of the opcode from enum *:8 to u_int8_t
luigi
2009-12-02
1
-1
/
+1
*
Fix the dprintf() prototype.
brueffer
2009-12-02
1
-2
/
+2
*
Bump limits on PowerPC. This allows large executables like parts of LLVM
nwhitehorn
2009-12-02
1
-5
/
+5
*
Add missing ath_ar9* ath hal entries.
thompsa
2009-12-02
3
-0
/
+5
*
Remove unknown ath hal device entries.
thompsa
2009-12-02
1
-3
/
+0
*
Add CAM_ATAIO_DMA ATA command flag to mark DMA protocol commands.
mav
2009-12-01
3
-3
/
+28
*
T3 firmware 7.8.0 for cxgb(4)
np
2009-12-01
2
-722
/
+739
*
Fix parenthesis typo -- copy full frame pointer for userland callchain,
emaste
2009-12-01
1
-1
/
+1
*
Don't allocate an input buffer for a TTY when the receiver is turned off.
ed
2009-12-01
1
-2
/
+4
*
Add media ioctl support and link notifications so that devd will attempt
gibbs
2009-12-01
1
-16
/
+46
*
Don't try to bind to an anycast addeess. The KAME IPv6 stack doesn't
ume
2009-12-01
1
-0
/
+41
*
Remove -t from the manpage and usage.
jhb
2009-12-01
2
-6
/
+3
*
Unbreak user space after if_timer/if_watchdog removal in r199975.
bz
2009-12-01
4
-25
/
+2
*
Add an .Nm for strncat.
brueffer
2009-12-01
1
-2
/
+3
*
Temporarily revert the previous change because the linker has been
green
2009-12-01
1
-36
/
+28
*
Describe what setpgid(2) does when pgid=0. The text has been
keramida
2009-12-01
1
-0
/
+5
*
Do not gratuitously fail *env(3) operations due to corrupt ('='-less)
green
2009-12-01
4
-31
/
+81
*
Fix local root vulnerability.
cperciva
2009-12-01
1
-6
/
+6
*
Remove if_timer/if_watchdog now that they are no longer used. The space
jhb
2009-11-30
3
-76
/
+1
*
Remove extra parantheses from usb_ethernet.c and usb_serial.c lines.
jhb
2009-11-30
1
-4
/
+7
*
Use switch out (SWO) instead of switch in (SWI) debug log mask in csw_out.
emaste
2009-11-30
1
-1
/
+1
*
Free pointer from getenv() when done with it.
emaste
2009-11-30
1
-0
/
+1
*
amdsbwd: new driver for AMD SB600/SB7xx watchdog timer
avg
2009-11-30
9
-0
/
+522
*
x86 cpu features: add MOVBE reporting and flag
avg
2009-11-30
4
-2
/
+4
*
Merge Scott Long's latest blkfront now that the licensing issues are resolved
kmacy
2009-11-30
2
-539
/
+654
*
Update license to reflect terms in xen 2.0 as of the time when the driver was...
kmacy
2009-11-30
2
-17
/
+40
*
Update to BIND 9.6.1-P2. The vulnerability this is designed to fix is
dougb
2009-11-30
10
-43
/
+133
*
Disable job control when running 'sh -i' in the testsuite.
jilles
2009-11-29
2
-2
/
+2
*
Fix some cases where file descriptors from redirections leak to programs.
jilles
2009-11-29
4
-16
/
+63
*
Correct typo.
bz
2009-11-29
1
-1
/
+1
*
Add atp(4) to powerpc GENERIC. Most late-generation Apple PowerPC laptops
nwhitehorn
2009-11-29
1
-0
/
+1
*
Early-generation touchpads do not send periodic calibration frames for
nwhitehorn
2009-11-29
1
-0
/
+15
*
Enable IPcomp by default.
bz
2009-11-29
2
-4
/
+6
[next]