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
*
After around 20 years of duty it is time for pkg_install to retire
bapt
2013-10-31
65
-11728
/
+20
*
Adjust the manpage category for the pkg bootstrap
bapt
2013-10-31
1
-1
/
+1
*
Make lpathconf(2) support optional to make it compile again on Linux.
pjd
2013-10-31
2
-1
/
+9
*
Fix a potential memory leak.
hselasky
2013-10-31
1
-0
/
+4
*
Remove the dependency on procfs. Use sysctl KERN_PROC_PATHNAME and
kib
2013-10-31
1
-14
/
+20
*
Fix some types. Compilation for external target complains that "u_int"
hselasky
2013-10-31
1
-8
/
+8
*
Fix long line and record proper commit message for r257427:
kib
2013-10-31
1
-1
/
+2
*
The limit for the swap space is spelled 'swapsize', at least since
kib
2013-10-31
1
-3
/
+3
*
The limit for the swap space is spelled 'swapsize', at least since
kib
2013-10-31
1
-2
/
+2
*
Make the virtual ioapic available unconditionally in a bhyve virtual machine.
neel
2013-10-31
6
-24
/
+20
*
Rename the VMM_CTRx() family of macros to VCPU_CTRx() to highlight that these
neel
2013-10-31
4
-23
/
+35
*
Provide a crutch that prevents watchdog to interrupt dumping
glebius
2013-10-31
1
-0
/
+3
*
Fix some lingering build failures caused by fixing implicit inclusion of
markj
2013-10-31
3
-0
/
+5
*
Do not EOI an interrupt until the point after the filter handlers / before
ian
2013-10-31
1
-2
/
+2
*
Don't iterate through the bits of the pending interrupt register if the
ian
2013-10-31
1
-1
/
+1
*
Remove references to an unused fasttrap probe hook, and remove the
markj
2013-10-31
7
-39
/
+11
*
Fix a typo introduced in r257338.
markj
2013-10-31
1
-1
/
+1
*
Don't base the rate table selection based on the channel mode;
adrian
2013-10-31
1
-2
/
+13
*
Enable USB.
rpaulo
2013-10-31
1
-7
/
+7
*
Reset the timer interrupt status register at the top rather than bottom of
ian
2013-10-31
1
-16
/
+15
*
Don't treat the node as an 11n node if 11n rates are disabled.
adrian
2013-10-31
1
-0
/
+8
*
Add RT2860_BCN_OFFSET1 and RT2860_MAX_LEN_CFG register initialization to
kevlo
2013-10-31
1
-31
/
+2
*
Initialize BBP68 to improve rx sensitivity.
kevlo
2013-10-31
1
-0
/
+1
*
Enable DC filter in RT3071 Version E.
kevlo
2013-10-31
1
-8
/
+7
*
Add manpage for urtwnfw, the Realtek RTL8188CU/RTL8192CU firmware
kevlo
2013-10-31
3
-4
/
+103
*
Expand the list of compatible devices this driver works with. Increase
ian
2013-10-31
1
-10
/
+17
*
Queisce warning about undeclared function usage.
sbruno
2013-10-30
1
-0
/
+5
*
Quiesce warning, which could be a bug IMO, by correctly defining the host_info
sbruno
2013-10-30
1
-1
/
+1
*
Quiesce two warnings:
sbruno
2013-10-30
1
-6
/
+11
*
/etc/keys was moved to /usr/share/keys in r257344
bdrewery
2013-10-30
1
-0
/
+6
*
Add forgotten pkg.7
bdrewery
2013-10-30
1
-0
/
+1
*
mdoc: document title should be all caps.
joel
2013-10-30
1
-1
/
+1
*
A few minor mdoc improvements.
joel
2013-10-30
1
-5
/
+5
*
sh: Allow trapping SIGINT/SIGQUIT after ignore because of '&'.
jilles
2013-10-30
3
-1
/
+21
*
Quiesce warnings by updating headerfile includes
sbruno
2013-10-30
7
-0
/
+10
*
revert sign changes to buffers used in invocation of digest_update()
sbruno
2013-10-30
1
-14
/
+9
*
Revert to upstream literal $FreeBSD tag
emaste
2013-10-30
1
-1
/
+1
*
Rework the imx ehci driver so that it's four separate ehci units rather
ian
2013-10-30
6
-225
/
+348
*
Include the now missing headers after untangling if.h and if_var.h.
pluknet
2013-10-30
2
-0
/
+3
*
nclude missing net/if_var.h.
andre
2013-10-30
2
-0
/
+2
*
Add a vendor entry for Freescale Semiconductor.
ian
2013-10-30
1
-0
/
+1
*
Add missing header.
nwhitehorn
2013-10-30
1
-0
/
+1
*
Revert r257385; was testing a shell script to automatically append the proper
trasz
2013-10-30
1
-2
/
+0
*
Sponsored by: The FreeBSD Foundation
trasz
2013-10-30
1
-0
/
+2
*
Add a "no-op" USB PHY driver for imx-family SoCs. This is used when the
ian
2013-10-30
3
-2
/
+122
*
Add some bare-bones support for enabling usb and usbphy clocks. This
ian
2013-10-30
3
-0
/
+100
*
printf() specifier updates to CAM to handle either 32-bit or 64-bit lun_id_t.
nwhitehorn
2013-10-30
3
-16
/
+17
*
Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t,
nwhitehorn
2013-10-30
12
-88
/
+95
*
Bump .Dd after r257379.
trasz
2013-10-30
2
-2
/
+2
*
Rename '-h' option to '-p', and use "portal" instead of "host" or "address",
trasz
2013-10-30
4
-80
/
+80
[next]