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
Commit message (
Expand
)
Author
Age
Files
Lines
*
The existing code fails some corner cases. Replace it with
arun
2004-08-16
1
-6
/
+3
*
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
2
-6
/
+4
*
ITC.{i,d} instructions use format M41 not M42.
arun
2004-08-16
1
-2
/
+2
*
Allocate memory in the unwinder with M_NOWAIT. We may need to provide
marcel
2004-08-14
1
-1
/
+1
*
In set_regs(), flush the dirty registers onto the backingstore before
marcel
2004-08-11
1
-0
/
+3
*
Add __elfN(dump_thread). This function is called from __elfN(coredump)
marcel
2004-08-11
3
-77
/
+59
*
Better preserve the original protection for the mappings we maintain.
marcel
2004-08-09
2
-222
/
+140
*
Implement single stepping when we leave the kernel through the EPC syscall
marcel
2004-08-08
2
-4
/
+63
*
Slightly move labels around to make sure we call ast() on our way out
marcel
2004-08-07
2
-13
/
+5
*
De-inline gdb_cpu_signal() because we need to convert the trap vectors
marcel
2004-08-07
2
-7
/
+11
*
Use a 256MB TR instead of a 64MB TR to make sure that the kernel
arun
2004-08-04
1
-1
/
+1
*
Making a loadable null.ko for /dev/(null|zero) proved rather
markm
2004-08-03
2
-2
/
+0
*
Instead of calling ia32_pause() conditionally on __i386__ or __amd64__
mux
2004-08-03
1
-0
/
+1
*
Fix 2 typos in previous commit: both s/strct/struct/
marcel
2004-08-02
1
-2
/
+2
*
Add the mem and null devices now that they are optional.
marcel
2004-08-02
1
-0
/
+2
*
Sort the miscellaneous devices to restore ordering after the insertion
marcel
2004-08-02
1
-2
/
+2
*
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
3
-150
/
+61
*
- Add pmap locking to ia64's pmap_enter() and pmap_enter_quick(). (This
alc
2004-07-30
1
-8
/
+31
*
Fix -O builds with gcc 3.4 by defining ffs as __builtin_ffs instead of
marcel
2004-07-30
1
-6
/
+1
*
Move a relic to its correct location(s): Put nfs diskless initialization
phk
2004-07-28
1
-27
/
+0
*
Pass a thread argument into cpu_critical_{enter,exit}() rather than
rwatson
2004-07-27
1
-8
/
+4
*
Work-around a gcc code generation bug for function descriptors
marcel
2004-07-25
1
-4
/
+4
*
In pmap_mincore() create a private copy of the pte for use after the pmap
alc
2004-07-22
1
-1
/
+5
*
Additional pmap locking
alc
2004-07-21
1
-22
/
+46
*
Unify db_stack_trace_cmd(). All it did was look up the thread given
marcel
2004-07-21
1
-14
/
+0
*
Make FLT_ROUNDS correctly reflect the dynamic rounding mode.
das
2004-07-19
1
-1
/
+5
*
Add partial pmap locking.
alc
2004-07-19
2
-0
/
+27
*
Remove unused fields from the pmap.
alc
2004-07-16
2
-4
/
+0
*
Preparation commit for the tty cleanups that will follow in the near
phk
2004-07-15
1
-1
/
+1
*
Push down the acquisition and release of the page queues lock into
alc
2004-07-15
1
-4
/
+7
*
A loop in pmap_remove() should use TAILQ_FOREACH_SAFE(), not
alc
2004-07-15
1
-2
/
+2
*
Add ptrace_clear_single_step(), alpha already has it for years, the function
davidxu
2004-07-13
1
-0
/
+8
*
Simplify pmap_protect().
alc
2004-07-13
1
-6
/
+3
*
Push down the acquisition and release of the page queues lock into
alc
2004-07-13
1
-3
/
+2
*
Add options KDB and GDB. KDB takes on the function of what DDB used
marcel
2004-07-11
2
-2
/
+6
*
Remove the now unused GDB stubs. See src/sys/gdb/* for the new KDB
marcel
2004-07-11
1
-580
/
+0
*
Mega update for the KDB framework: turn DDB into a KDB backend.
marcel
2004-07-10
3
-476
/
+349
*
Update for the KDB framework:
marcel
2004-07-10
5
-117
/
+224
*
Implement makectx(). The makectx() function is used by KDB to create
marcel
2004-07-10
2
-1
/
+22
*
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
2
-0
/
+231
*
Change the following environment variables to kernel options:
brian
2004-07-08
1
-10
/
+13
*
MFamd64 (1.275):
marcel
2004-07-08
1
-12
/
+9
*
Better handle the break instruction trap. The runtime specification
marcel
2004-07-08
1
-7
/
+46
*
Change the following kernel options to environment variables:
brian
2004-07-08
1
-13
/
+10
*
- Correct pmap_extract()'s return type. It should be vm_paddr_t, not
alc
2004-07-05
1
-4
/
+2
*
Implement preemption of kernel threads natively in the scheduler rather
jhb
2004-07-02
1
-1
/
+1
*
Unbreak build: define __RMAN_RESOURCE_VISIBLE
marcel
2004-06-30
1
-0
/
+2
[next]