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
...
*
Properly implement bus_setup_intr so that it handles the configuration
marcel
2012-07-02
1
-40
/
+35
*
Properly implement the bus_config_intr, bus_setup_intr and bus_teardown_intr
marcel
2012-07-02
1
-2
/
+58
*
Unfortunately the change in r237958 resulted in s/install/instclean/ due to
dougb
2012-07-02
1
-2
/
+12
*
Remove device uart_z8530 and options GEOM_PART_APM from DEFAULTS and instead
marcel
2012-07-02
3
-2
/
+4
*
Fix a typo that resulted in or-ing PTE_UW twice whrn PTE_SW was needed.
marcel
2012-07-02
1
-1
/
+1
*
Handle traps from the debugger. We need to catch them and re-enter
marcel
2012-07-02
1
-0
/
+7
*
Invalidate any TLB1 entries we don't need. The firmware (e.g. U-Boot)
marcel
2012-07-02
1
-0
/
+4
*
Implement cpu_flush_dcache(). This allows us to optimize __syncicache()
marcel
2012-07-02
1
-1
/
+18
*
Extend the KPI to lock and unlock f_offset member of struct file. It
kib
2012-07-02
7
-70
/
+133
*
Instruct the firmware not to provision resources for TCP offload if the
np
2012-07-02
1
-1
/
+7
*
There's no need to make filemon specific to i386 and amd64. All
marcel
2012-07-02
2
-13
/
+5
*
Added options:
marcel
2012-07-02
1
-1
/
+16
*
Add a one second sleep before touching the spool directory. If the touch
jhb
2012-07-02
1
-0
/
+9
*
A cross-reference takes a man page section as well. Assume pkg(1),
marcel
2012-07-02
1
-1
/
+1
*
Remove 14 not very useful characters " HDA CODEC PCM" from HDA pcm device
mav
2012-07-02
1
-4
/
+8
*
Add description for INSTALL_AS_USER
marcel
2012-07-02
1
-0
/
+9
*
Fix two layout bugs in the previous change:
jhb
2012-07-02
1
-1
/
+3
*
Fix typo in option description file (using svn move).
marcel
2012-07-02
1
-0
/
+0
*
Remove route caching from IP multicast routing code. There is no
glebius
2012-07-02
4
-18
/
+17
*
Add IDs for some USB controllers I have around. Just a cosmetics.
mav
2012-07-02
4
-4
/
+27
*
Restore GPIO config quirks handling, lost during last big refactoring.
mav
2012-07-02
1
-6
/
+3
*
Fix build after r237997.
glebius
2012-07-02
2
-1
/
+2
*
Revert r238004 as more review has come in and there is now a discussion
sbruno
2012-07-02
2
-46
/
+20
*
Add reference to portsnap(8).
wblock
2012-07-02
1
-3
/
+5
*
Cosmetic display change of Cx states via cx_supported sysctl entries.
sbruno
2012-07-02
2
-20
/
+46
*
Move common code parts to sctp_common_input_processing().
tuexen
2012-07-02
3
-311
/
+200
*
Remove dead code (on FreeBSD) as suggested by glebius@.
tuexen
2012-07-02
1
-8
/
+1
*
Honor db_pager_quit in 'show uma' and 'show malloc'.
jhb
2012-07-02
2
-0
/
+6
*
New build KNOB: WITHOUT_PKGBOOTSTRAP to condition building of usr.sbin/pkg
bapt
2012-07-02
3
-1
/
+12
*
Fix XEN build, broken in r237924.
brueffer
2012-07-02
1
-2
/
+2
*
Issue proper diagnostic on the short writes, also consider the
kib
2012-07-02
1
-5
/
+20
*
Do not override an error from uiomove() with (non-)error result from
kib
2012-07-02
1
-3
/
+6
*
Fix typo in r237981.
mav
2012-07-02
1
-1
/
+1
*
Add acpi_asus_wmi(4) -- driver for random extras found on WMI-compatible
mav
2012-07-02
7
-1
/
+755
*
- Call bus_generic_attach() at end of hdspe_attach().
glebius
2012-07-02
1
-2
/
+4
*
Expose scrub and resilver tunables.
mm
2012-07-02
1
-12
/
+44
*
For the ports modules building code, clean WRKDIR before building. This is
dougb
2012-07-02
1
-1
/
+1
*
.. And fix another typo. Grr.
adrian
2012-07-02
1
-1
/
+1
*
Fix another typo.
adrian
2012-07-02
1
-1
/
+1
*
Fix typo.
adrian
2012-07-02
1
-1
/
+1
*
Bring over some further HAL capabilities from the Atheros HAL, as well
adrian
2012-07-02
2
-2
/
+26
*
Use timeclear() instead of home grown version.
delphij
2012-07-02
1
-1
/
+1
*
ctype_l(3): Note that not all these functions are specified by POSIX.1-2008.
jilles
2012-07-01
1
-1
/
+14
*
Correct a grammo.
schweikh
2012-07-01
1
-1
/
+1
*
Remove bogus __unused attribute from hrowpic_eoi().
rpaulo
2012-07-01
1
-1
/
+1
*
Check if there is cmsg at all.
pjd
2012-07-01
1
-1
/
+1
*
Make geom_mirror more friendly to SSDs. To properly support TRIM,
glebius
2012-07-01
2
-3
/
+15
*
In g_mirror_regular_request() upon successful delivery treat
glebius
2012-07-01
1
-1
/
+2
*
Replace an unreachable panic() in vm86_getptr (been there for 13 years) with
brueffer
2012-07-01
2
-3
/
+3
*
Similar to all.log, mention that /var/log/console.log has to be created and c...
brueffer
2012-07-01
1
-0
/
+1
[prev]
[next]