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
*
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
*
Use ffs(x) == popcnt(x ^ (x - 1)) to implement 64 bit ffsl(). gcc's
peter
2003-12-10
1
-8
/
+15
*
Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktr
obrien
2003-12-08
2
-475
/
+0
*
Simplify the contexts created by the kernel and remove the related
marcel
2003-12-07
1
-30
/
+19
*
Ooops. These are still used by the bktr driver. David O'Brien has
imp
2003-12-07
1
-0
/
+187
*
Remote meteor driver. It hasn't compiled in over 3 years. If someone
imp
2003-12-07
1
-187
/
+0
*
Fixed a pedantic syntax error (a stray semicolon at the end of
bde
2003-11-17
1
-1
/
+1
*
- Modify alpha's sf_buf implementation to use the direct virtual-to-
alc
2003-11-16
1
-0
/
+57
*
Add the pc_acpi_id PCPU member. The new acpi_cpu driver uses this to
njl
2003-11-15
1
-1
/
+2
*
Remove ia64_highfp_load() now that it's unused.
marcel
2003-11-12
1
-1
/
+0
*
Use get_mcontext() to construct the signal context in sendsig() and
marcel
2003-11-09
1
-1
/
+6
*
Document the lockfunc and lockfuncarg arguments to bus_dma_tag_create() in
scottl
2003-11-07
1
-0
/
+4
*
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
*
The previous commit removed both clause 3 and clause 4 from the UCB
marcel
2003-10-27
1
-3
/
+4
*
Add support for userland to access I/O port space. This is primarily
marcel
2003-10-27
1
-12
/
+13
*
Remove unused header. See also ia64/disasm/disasm.h.
marcel
2003-10-24
1
-1178
/
+0
*
Cleanup. Remove the md_flags for threads. It's not used. The flags
marcel
2003-10-23
1
-35
/
+21
*
Add prototypes for spillfd() and unaligned_fixup().
marcel
2003-10-23
1
-0
/
+2
*
Remove md_bspstore from the MD fields of struct thread. Now that
marcel
2003-10-21
1
-1
/
+0
*
Put the RSE backing store at a fixed address. This change is triggered
marcel
2003-10-20
1
-0
/
+2
*
Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.
bms
2003-10-06
1
-1
/
+0
*
Drop any and all support for varargs. There's no history to worry
marcel
2003-09-28
1
-14
/
+1
*
Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit
peter
2003-09-25
1
-12
/
+0
*
Implement the bus_space_map() function to allocate resources and initialize
nyan
2003-09-23
1
-5
/
+12
*
Change TRAPF_USERMODE and CLOCKF_USERMODE to not test for CPL == 3,
marcel
2003-09-19
1
-2
/
+2
*
Rewrite the SAPIC initialization to always program the RTEs with what
marcel
2003-09-10
1
-5
/
+5
*
Introduce IA64_ID_PAGE_{MASK|SHIFT|SIZE} and LOG2_ID_PAGE_SIZE. The
marcel
2003-09-09
1
-0
/
+11
*
Fix a place where I forgot to change the code that checks whether
marcel
2003-09-05
1
-1
/
+1
*
Remove PAGE_SIZE_4K, PAGE_SIZE_8K and PAGE_SIZE_16K and replace them
marcel
2003-08-23
1
-16
/
+4
*
Undo the mistake made in revision 1.77 of trap.c and which was the
marcel
2003-08-20
1
-11
/
+6
*
Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MI
marcel
2003-08-16
2
-29
/
+23
*
Add an instruction group break after the move to application register
marcel
2003-08-15
1
-2
/
+2
*
Introduce two machine specific ptrace(2) requests: PT_GETKSTACK and
marcel
2003-08-15
1
-2
/
+8
*
Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon's
imp
2003-08-12
1
-2
/
+24
[next]