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
*
Make sure that when the PV ENTRY zone is created in pmap, that it's
bmilekic
2003-07-31
1
-2
/
+2
*
Deal with 'options KSTACK_PAGES' being a global option.
peter
2003-07-31
3
-0
/
+6
*
Cosmetic: fix some disorder of #include "opt_...." files
peter
2003-07-31
1
-1
/
+2
*
Remove leftover relic of pmap_new_thread() etc.
peter
2003-07-31
1
-4
/
+0
*
- Introduce a new busdma flag BUS_DMA_ZERO to request for zero'ed
mux
2003-07-27
2
-8
/
+12
*
Remove prototype of ia64_pa_access(). The function has been moved to
marcel
2003-07-26
1
-1
/
+0
*
Avoid using __aligned(16). Instead define the jmp_buf in terms of
marcel
2003-07-26
1
-9
/
+11
*
Unbreak ia64 builds now -Werror is enabled again. Avoid obsolete
marcel
2003-07-26
1
-6
/
+6
*
Revert previous commit. We don't use setjmp()/longjmp() for context
marcel
2003-07-25
1
-2
/
+1
*
MFi386 revision 1.416
alc
2003-07-25
1
-7
/
+10
*
Remove __aligned(16) from the definition of struct _ia64_fpreg. It's
marcel
2003-07-25
2
-132
/
+133
*
Remove INVARIANT* and WITNESS. This makes the simulator much more
marcel
2003-07-25
1
-3
/
+0
*
Move ia64_pa_access() from machdep.c to mem.c and declare it static.
marcel
2003-07-25
2
-6
/
+6
*
Disable the single-step trap on a debug related trap, including of
marcel
2003-07-25
1
-0
/
+2
*
We sloppily created an array for the high FP registers (f32-f127),
marcel
2003-07-23
1
-2
/
+96
*
Rename thread_siginfo to cpu_thread_siginfo.
marcel
2003-07-15
1
-1
/
+1
*
Enable the high FP registers when we call the FPSWA handler and disable
marcel
2003-07-13
2
-66
/
+37
*
Add logic to trace across/over a trapframe. We have ABI markers in
marcel
2003-07-12
3
-6
/
+38
*
Add a body directive before the first instruction in epc_syscall().
marcel
2003-07-11
1
-0
/
+1
*
Remove a gratuitous align directive after the endp directive for
marcel
2003-07-11
1
-2
/
+1
*
Don't call malloc() and free() while in the debugger and unwinding
marcel
2003-07-05
3
-57
/
+124
*
Background: pmap_object_init_pt() premaps the pages of a object in
alc
2003-07-03
1
-106
/
+4
*
The .s files were repo-copied to .S files.
ru
2003-07-02
7
-4680
/
+0
*
The use of SYSINIT requires the inclusion of <sys/kernel.h>
marcel
2003-07-02
1
-0
/
+1
*
Make this even closer to other busdma backends.
mux
2003-07-01
1
-12
/
+26
*
Sync bounce pages support with the alpha backend. More precisely:
mux
2003-07-01
1
-39
/
+55
*
Honor the boundary of the busdma tag when allocating bounce pages.
mux
2003-07-01
1
-1
/
+1
*
Mega busdma API commit.
scottl
2003-07-01
3
-12
/
+79
*
- Export pmap_enter_quick() to the MI VM. This will permit the
alc
2003-06-29
1
-8
/
+10
*
- Remove the calls to pmap_install() from pmap_object_init_pt(); they are
alc
2003-06-29
1
-9
/
+9
*
Implement cpu_set_upcall_kse(). Elementary testing shows that this
marcel
2003-06-28
1
-0
/
+26
*
Add a machine depended function thread_siginfo, SA signal code
davidxu
2003-06-28
1
-0
/
+19
*
Do the first and mostly mechanical step of adding mutex support to the
scottl
2003-06-27
1
-0
/
+5
*
Add TLS related relocation.
marcel
2003-06-19
1
-0
/
+17
*
Fix a performance bug in all of the various implementations of
alc
2003-06-18
1
-1
/
+1
*
Rename P_THREADED to P_SA. P_SA means a process is using scheduler
davidxu
2003-06-15
1
-1
/
+1
*
Migrate the thread stack management functions from the machine-dependent
alc
2003-06-14
2
-47
/
+1
*
Move the *_new_altkstack() and *_dispose_altkstack() functions out of the
alc
2003-06-14
1
-26
/
+0
*
Remove kernel event tracing. The overhead is significant when running
marcel
2003-06-14
1
-6
/
+0
*
Make sure pcpu->pc_pcb is pointing to a 16-byte aligned address. The
marcel
2003-06-12
1
-2
/
+10
*
GC unused cpu_wait() function
peter
2003-06-11
1
-7
/
+0
*
Note that scbus is required for SCSI, not just "required" in general.
jmallett
2003-06-08
1
-1
/
+1
*
pmap_find_vhpt() has been observed to return a NULL pointer when
marcel
2003-06-07
1
-10
/
+11
*
If we get a fault in the gateway page, which would happen if we try
marcel
2003-06-07
1
-2
/
+5
*
Use TRAPF_USERMODE() to replace an equivalent check in trap(). While
marcel
2003-06-06
1
-3
/
+2
*
Have TRAPF_USERMODE() take into account that the gateway page is not
marcel
2003-06-06
1
-2
/
+8
*
Fix the dreaded double counting that was present on alpha as well and
marcel
2003-06-04
1
-17
/
+21
*
Change the second (and last) argument of cpu_set_upcall(). Previously
marcel
2003-06-04
1
-6
/
+6
*
Improve set_mcontext:
marcel
2003-06-01
1
-0
/
+5
*
Improve on cpu_set_upcall:
marcel
2003-06-01
1
-13
/
+13
[next]