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
*
Handle unaligned 4-byte loads. While in the neighborhood, remove the
marcel
2003-11-03
1
-10
/
+7
*
Add a bogus definition of __va_list for use by lint. Make it visible
marcel
2003-11-03
1
-1
/
+5
*
Remove headers copied from i386 and either useless or wrong on ia64.
marcel
2003-11-02
3
-311
/
+0
*
When switching the RSE to use the kernel stack as backing store, keep
marcel
2003-10-28
7
-59
/
+59
*
The previous commit removed both clause 3 and clause 4 from the UCB
marcel
2003-10-27
2
-6
/
+8
*
Add support for userland to access I/O port space. This is primarily
marcel
2003-10-27
2
-40
/
+83
*
Remove unused header. See also ia64/disasm/disasm.h.
marcel
2003-10-24
1
-1178
/
+0
*
Remove ia64_pack_bundle() and ia64_unpack_bundle(). They are not
marcel
2003-10-24
1
-25
/
+0
*
Remove unused file. db_disasm() has been implemented in db_interface.c
marcel
2003-10-24
1
-2909
/
+0
*
Implement db_disasm() by using the new disassembler. Temporarily
marcel
2003-10-24
1
-60
/
+79
*
Use a TR of size 1 << IA64_ID_PAGE_SHIFT instead of 16M to avoid
arun
2003-10-24
1
-2
/
+1
*
Don't use fuword() or suword() unconditionally. They explicitly
marcel
2003-10-24
1
-4
/
+21
*
Remove two unused fields in the operand structure (o_read & o_write).
marcel
2003-10-24
1
-2
/
+0
*
Cleanup. Remove the md_flags for threads. It's not used. The flags
marcel
2003-10-23
1
-35
/
+21
*
Reimplement unaligned_fixup() using the new disassembler and a
marcel
2003-10-23
1
-582
/
+136
*
Remove unused include of <machine/inst.h>
marcel
2003-10-23
1
-1
/
+0
*
Remove prototype of unaligned_fixup() and fix a nearby style(9)
marcel
2003-10-23
1
-3
/
+1
*
Add prototypes for spillfd() and unaligned_fixup().
marcel
2003-10-23
1
-0
/
+2
*
Add spillfd(). This function loads a double-precision FP register
marcel
2003-10-23
1
-0
/
+10
*
Add a new disassembler that improves over the previous disassembler
marcel
2003-10-23
5
-0
/
+5915
*
Remove md_bspstore from the MD fields of struct thread. Now that
marcel
2003-10-21
2
-3
/
+2
*
Put the RSE backing store at a fixed address. This change is triggered
marcel
2003-10-20
1
-0
/
+2
*
Add the cpu_idle_hook() function pointer so that other idlers can be
njl
2003-10-18
1
-2
/
+11
*
Implement cpu_idle() on ia64. We put the processor in a lightweight
marcel
2003-10-17
1
-1
/
+9
*
Implement preliminary support for the PT_SYSCALL command to ptrace(2).
robert
2003-10-09
1
-0
/
+6
*
With BETA 5 of libuwx some of the application registers are renamed
marcel
2003-10-09
1
-3
/
+3
*
Include <sys/smp.h> for the prototype of smp_rendezvous().
marcel
2003-10-08
1
-0
/
+1
*
Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.
bms
2003-10-06
1
-1
/
+0
*
Migrate pmap_prefault() into the machine-independent virtual memory layer.
alc
2003-10-03
1
-95
/
+17
*
Swap the syscall caller frame info (i.e. the return pointer and
marcel
2003-10-03
3
-40
/
+37
*
Drop any and all support for varargs. There's no history to worry
marcel
2003-09-28
1
-14
/
+1
*
Set cn_name, not cn_dev
phk
2003-09-26
1
-1
/
+1
*
Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit
peter
2003-09-25
4
-15
/
+6
*
Implement the bus_space_map() function to allocate resources and initialize
nyan
2003-09-23
1
-5
/
+12
*
Fix the last remaining problem encountered by KSE: apparently it is
marcel
2003-09-20
1
-1
/
+5
*
Move uma_small_alloc() and uma_small_free() to uma_machdep.c. These
marcel
2003-09-20
2
-77
/
+104
*
Fix the most significant KSE breakage caused by not restoring the
marcel
2003-09-19
1
-4
/
+12
*
Revamp trap(): make it more explicit which kinds of traps/faults we
marcel
2003-09-19
1
-264
/
+304
*
Change TRAPF_USERMODE and CLOCKF_USERMODE to not test for CPL == 3,
marcel
2003-09-19
1
-2
/
+2
*
Include "opt_kstack_pages.h". We export KSTACK_PAGES to assembly and
marcel
2003-09-19
1
-0
/
+2
*
Add a new parameter to pmap_extract_and_hold() that is needed to eliminate
alc
2003-09-12
1
-2
/
+3
*
Rewrite the SAPIC initialization to always program the RTEs with what
marcel
2003-09-10
4
-47
/
+99
*
Move the definitions for ACPI MADT table entries not present in the ACPICA
jhb
2003-09-10
1
-62
/
+1
*
Introduce IA64_ID_PAGE_{MASK|SHIFT|SIZE} and LOG2_ID_PAGE_SIZE. The
marcel
2003-09-09
6
-8
/
+26
*
Introduce a new pmap function, pmap_extract_and_hold(). This function
alc
2003-09-08
1
-0
/
+24
*
Take the support for the 8139C+/8169/8169S/8110S chips out of the
wpaul
2003-09-08
1
-0
/
+1
*
Untangle the code in this file to improve understandability. Both
marcel
2003-09-07
1
-159
/
+155
*
MFamd64/i386
alc
2003-09-07
1
-12
/
+19
*
MFp4: Revamped GENERIC (and hints). This is some much more pleasant
marcel
2003-09-07
2
-118
/
+84
*
Replace sio(4) with uart(4). Remove the sio(4) hints and only add
marcel
2003-09-07
2
-9
/
+5
[next]