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
/
ia64
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the code for halting the CPU (acpi_cpu_c1) into machdep files.
njl
2004-10-11
1
-0
/
+2
*
Move the IA-32 trap handling from trap() to ia32_trap(). Move the
marcel
2004-09-25
1
-0
/
+2
*
Redefine a PTE as a 64-bit integral type instead of a struct of
marcel
2004-09-23
2
-91
/
+56
*
For the atomic_{add|clear|set|subtract} family of inlines, return the
marcel
2004-09-22
1
-2
/
+4
*
MFp4: various style fixes, including
marcel
2004-09-22
1
-248
/
+239
*
MFp4:
marcel
2004-09-19
2
-24
/
+143
*
Provide our own FPSWA definitions, instead of depending on the Intel
marcel
2004-09-17
2
-1
/
+28
*
Move the kernel-specific logic to adjust frompc from MI to MD. For
marcel
2004-08-27
1
-0
/
+15
*
Get a step closer to profiling the kernel by fixing the definitions
marcel
2004-08-25
1
-5
/
+5
*
Make profiling actually work. The gcc compiler emits a call to the
marcel
2004-08-25
3
-94
/
+43
*
As I said: the previous commit was untested... Remove an #endif which
marcel
2004-08-16
1
-1
/
+0
*
Catch up with the drive-by renaming of IA32 to COMPAT_IA32. It must
marcel
2004-08-16
1
-3
/
+1
*
Add __elfN(dump_thread). This function is called from __elfN(coredump)
marcel
2004-08-11
1
-0
/
+2
*
Better preserve the original protection for the mappings we maintain.
marcel
2004-08-09
1
-51
/
+48
*
De-inline gdb_cpu_signal() because we need to convert the trap vectors
marcel
2004-08-07
1
-7
/
+1
*
Instead of calling ia32_pause() conditionally on __i386__ or __amd64__
mux
2004-08-03
1
-0
/
+1
*
Remove extraneous ';'.
markm
2004-08-01
1
-1
/
+1
*
Break out the MI part of the /dev/[k]mem and /dev/io drivers into
markm
2004-08-01
1
-0
/
+38
*
Fix -O builds with gcc 3.4 by defining ffs as __builtin_ffs instead of
marcel
2004-07-30
1
-6
/
+1
*
Pass a thread argument into cpu_critical_{enter,exit}() rather than
rwatson
2004-07-27
1
-8
/
+4
*
Make FLT_ROUNDS correctly reflect the dynamic rounding mode.
das
2004-07-19
1
-1
/
+5
*
Add partial pmap locking.
alc
2004-07-19
1
-0
/
+14
*
Remove unused fields from the pmap.
alc
2004-07-16
1
-2
/
+0
*
Mega update for the KDB framework: turn DDB into a KDB backend.
marcel
2004-07-10
1
-79
/
+41
*
Update for the KDB framework:
marcel
2004-07-10
2
-9
/
+34
*
Implement makectx(). The makectx() function is used by KDB to create
marcel
2004-07-10
1
-1
/
+5
*
Introduce the KDB debugger frontend. The frontend provides a framework
marcel
2004-07-10
1
-0
/
+58
*
Introduce the GDB debugger backend for the new KDB framework. The
marcel
2004-07-10
1
-0
/
+54
*
- Remove unused definitions.
alc
2004-06-23
1
-5
/
+2
*
Backed out previous commit. Blind substitution of dev_t by `struct cdev *'
bde
2004-06-20
1
-1
/
+1
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-1
/
+1
*
Moved most of the "MI" definitions and declarations from <machine/profile.h>
bde
2004-05-19
1
-12
/
+0
*
<stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN is
stefanf
2004-05-18
1
-1
/
+1
*
Add an MI implementation of the ACPI global lock routines and retire the
njl
2004-05-05
1
-42
/
+5
*
Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilation
das
2004-04-25
1
-0
/
+2
*
MFamd64
alc
2004-04-18
1
-8
/
+9
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
11
-49
/
+0
*
Remove avail_end. As of yesterday, it is unused.
alc
2004-04-06
1
-1
/
+0
*
Remove avail_start on those platforms that no longer use it. (Only amd64
alc
2004-04-05
1
-1
/
+0
*
In breakpoint(), use a different immediate to make sure we can
marcel
2004-03-21
1
-2
/
+3
*
Introduce the cpumask_t type. The purpose of the type is to create a
marcel
2004-03-20
1
-0
/
+1
*
Replace uint64_t with unsigned long in struct dbreg.
marcel
2004-03-20
1
-2
/
+2
*
Remove unused declarations. (Some time ago, these variables became fields
alc
2004-03-07
1
-2
/
+0
*
Fix syntax errors and wrong function prototypes in several MD header
le
2004-03-05
1
-2
/
+2
*
Do not pre-map the I/O port space. On the Intel Tiger 4 this conflicts
marcel
2004-02-22
1
-1
/
+0
*
Whitespace nit.
des
2004-01-13
1
-1
/
+1
*
Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'm
nectar
2004-01-09
1
-0
/
+1
*
GC the unused <machine/kse.h> file.
peter
2003-12-24
1
-38
/
+0
*
Fix last second typo.
peter
2003-12-10
1
-1
/
+1
*
Use gcc's superior ffs() builtin.
peter
2003-12-10
1
-0
/
+9
[next]