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 .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
*
Implement cpu_thread_setup(). This is mostly the same as on i386,
marcel
2003-06-01
1
-0
/
+8
*
Now that we have the signal trampolines in the gateway page and the
marcel
2003-05-31
1
-1
/
+7
*
Implement cpu_set_upcall(). Required by libthr and used by
marcel
2003-05-31
1
-0
/
+22
*
Implement set_mcontext() and get_mcontext(). Just as for sendsig() and
marcel
2003-05-31
1
-4
/
+14
*
Make the regset pointers const pointers for the context restore functions.
marcel
2003-05-31
1
-3
/
+3
*
Some ia32 related finetuning for the EPC syscall path:
marcel
2003-05-31
2
-50
/
+64
*
Make sure we have all the dirty registers in user frames on the
marcel
2003-05-31
1
-2
/
+12
*
Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT.
hmp
2003-05-30
1
-1
/
+1
*
Move the sysctls of the misalignment handler to where they belong
marcel
2003-05-29
3
-26
/
+18
*
Fix what I think is a cut-n-paste bug: use OID_AUTO for the
marcel
2003-05-29
1
-1
/
+1
*
A flushrs must be the first in an instruction group.
marcel
2003-05-27
2
-0
/
+2
*
Bring back bus_dmasync_op_t. It is now a typedef to an int, though the
scottl
2003-05-27
2
-2
/
+3
*
Have the unwinder allocate memory with M_NOWAIT. The unwinder is
marcel
2003-05-27
1
-1
/
+1
*
Fix fu{byte|word*} and su{byte|word*}:
marcel
2003-05-27
3
-298
/
+902
*
Revision 1.99 of this file changed the allocation request from
marcel
2003-05-26
1
-1
/
+1
*
Now that we define user mode as any IP address that isn't in the
marcel
2003-05-25
1
-2
/
+1
*
Fix a source of instability specific to an EPC userland. We return
marcel
2003-05-24
2
-14
/
+8
*
Be more careful how we restore interrupts. Don't rewrite most of the
marcel
2003-05-24
1
-3
/
+4
*
Consistently us the same metric to differentiate between kernel mode
marcel
2003-05-24
2
-3
/
+2
*
Unconditionally restore ar.k7 (memory stack) and ar.k6 (register stack)
marcel
2003-05-24
2
-4
/
+4
*
Fix an alpha inheritance bug:
marcel
2003-05-24
4
-68
/
+28
*
Fix a (new) source of instability:
marcel
2003-05-23
2
-16
/
+14
[next]