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
path:
root
/
sys
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add options KDB and GDB. KDB takes on the function of what DDB used
marcel
2004-07-11
1
-1
/
+3
*
Remove the now unused GDB stubs. See src/sys/gdb/* for the new KDB
marcel
2004-07-11
1
-612
/
+0
*
Mega update for the KDB framework: turn DDB into a KDB backend.
marcel
2004-07-10
3
-481
/
+254
*
Update for the KDB framework:
marcel
2004-07-10
1
-12
/
+15
*
Call getit() unconditionally and only grab clock_lock when the
marcel
2004-07-10
1
-20
/
+13
*
Update for the KDB framework:
marcel
2004-07-10
2
-26
/
+22
*
Update for the KDB framework:
marcel
2004-07-10
2
-18
/
+12
*
Implement makectx(). The makectx() function is used by KDB to create
marcel
2004-07-10
2
-0
/
+22
*
Introduce the KDB debugger frontend. The frontend provides a framework
marcel
2004-07-10
1
-0
/
+52
*
Introduce the GDB debugger backend for the new KDB framework. The
marcel
2004-07-10
2
-0
/
+142
*
Change the following environment variables to kernel options:
brian
2004-07-08
2
-11
/
+11
*
Change the following kernel options to environment variables:
brian
2004-07-08
2
-11
/
+11
*
Fix an oversight in r1.26: remove #ifdef around necessary variable.
phk
2004-07-07
1
-2
/
+0
*
Simplify the control flow in pmap_extract(), enabling the elimination of a
alc
2004-07-07
1
-4
/
+3
*
White space and style changes only.
alc
2004-07-07
1
-3
/
+0
*
Use the proper type and then cast on assignment. This fixes warning when
njl
2004-07-06
1
-2
/
+4
*
Style changes to pmap_extract().
alc
2004-07-06
1
-5
/
+3
*
Something funny happened on the way to the floppy driver today...
phk
2004-07-05
1
-3
/
+11
*
Remove now obsolete port assignments and sizes. These more properly
imp
2004-07-05
1
-77
/
+1
*
Consistently use __inline instead of __inline__ as the former is an empty macro
stefanf
2004-07-04
2
-2
/
+2
*
Don't define __RMAN_RESOURCE_VISISBLE. They aren't needed here after
imp
2004-07-03
2
-24
/
+40
*
Commit the first of half of changes that allow busdma to transparently
scottl
2004-07-03
1
-11
/
+47
*
Implement preemption of kernel threads natively in the scheduler rather
jhb
2004-07-02
2
-1
/
+3
*
Remove stray i386 math emulator references.
scottl
2004-07-01
1
-7
/
+1
*
This needs __RMAN_RESOURCE_VISIBLE if PC98 is defined.
nyan
2004-07-01
1
-0
/
+3
*
Trim a few things from the dmesg output and stick them under bootverbose to
jhb
2004-07-01
5
-19
/
+26
*
As per discussion at today's developer summit, add a comment to NOTES
jhb
2004-07-01
1
-0
/
+1
*
Hide struct resource and struct rman. You must define
imp
2004-06-30
1
-0
/
+1
*
Add machdep quirks functions. On i386, this disables acpi on systems with
njl
2004-06-30
1
-0
/
+24
*
Fix leftover argument to pmap_unuse_pt(). I committed the wrong diff.
peter
2004-06-30
1
-1
/
+1
*
Update for acpi_id_probe()
njl
2004-06-29
2
-26
/
+19
*
Reduce the size of pv entries by 15%. This saves 1MB of KVA for mapping
peter
2004-06-29
2
-17
/
+15
*
bde points out that this can't do anything useful. The full patch has
imp
2004-06-28
2
-3
/
+0
*
When opening /dev/io, preserve iopl properly. Otherwise, if you open
imp
2004-06-28
2
-0
/
+3
*
remove needless blankline
imp
2004-06-28
1
-1
/
+0
*
Use APM_UNKNOWN instead of 0xff. Use ~0U instead 0 for the number of
imp
2004-06-28
1
-9
/
+9
*
In case pmap_extract_and_hold() is ever performed on a different pmap than
alc
2004-06-26
1
-0
/
+2
*
Add casts so all these quantities are a constant type.
obrien
2004-06-24
1
-1
/
+1
*
Finally implement bus_config_intr() support for I/O APIC interrupt sources.
jhb
2004-06-23
1
-20
/
+27
*
Fetch the actual acpi0 device_t and use device_is_attached() to see if
jhb
2004-06-23
1
-2
/
+3
*
el(4) stopped needing to me a count device in December 2000.
brooks
2004-06-23
1
-1
/
+1
*
Various cleanups in support of a future ioapic_config_intr() function:
jhb
2004-06-23
3
-32
/
+117
*
MFamd64: Document the machdep.hlt_cpus sysctl MIB variable.
bms
2004-06-23
1
-1
/
+2
*
Implement the protection check required by the pmap_extract_and_hold()
alc
2004-06-22
1
-8
/
+24
*
Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.
phk
2004-06-21
2
-0
/
+7
*
- Simplify pmap_remove_pages(), eliminating unnecessary indirection.
alc
2004-06-20
1
-13
/
+12
*
Add pmap locking to pmap_is_prefaultable().
alc
2004-06-20
1
-6
/
+9
*
Backed out previous commit. Blind substitution of dev_t by `struct cdev *'
bde
2004-06-20
1
-1
/
+1
*
Include <sys/_lock.h>'s prerequisite <sys/queue.h> before including the
bde
2004-06-20
1
-1
/
+1
*
Clear any pending exceptions before using frstor (in the non-FXSR case)
bde
2004-06-19
1
-0
/
+4
[next]