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
/
alpha
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Implement the bus_space_map() function to allocate resources and initialize
nyan
2003-09-23
1
-0
/
+18
*
Fix build breakage caused by the inclusion of <ddb/ddb.h> while
marcel
2003-09-07
1
-1
/
+2
*
Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_
kan
2003-09-01
1
-3
/
+3
*
Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h>
marcel
2003-08-17
3
-73
/
+57
*
Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MI
marcel
2003-08-16
2
-4
/
+6
*
Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon's
imp
2003-08-12
1
-2
/
+24
*
- Since td_critnest is now initialized in MI code, it doesn't have to be
jhb
2003-08-04
1
-2
/
+0
*
Style sync.
obrien
2003-08-03
1
-7
/
+7
*
Deal with 'options KSTACK_PAGES' being a global option.
peter
2003-07-31
1
-0
/
+2
*
- Introduce a new busdma flag BUS_DMA_ZERO to request for zero'ed
mux
2003-07-27
1
-0
/
+1
*
Implement alpha_pal_wrunique() and alpha_pal_rdunique(). Both are
marcel
2003-07-24
1
-0
/
+17
*
Use a spare for the thread pointer (mc_thrptr). The thread pointer
marcel
2003-07-24
1
-1
/
+2
*
Mega busdma API commit.
scottl
2003-07-01
1
-1
/
+18
*
Migrate the thread stack management functions from the machine-dependent
alc
2003-06-14
1
-1
/
+1
*
Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT.
hmp
2003-05-30
1
-1
/
+1
*
Bring back bus_dmasync_op_t. It is now a typedef to an int, though the
scottl
2003-05-27
1
-1
/
+2
*
De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways.
scottl
2003-05-26
1
-6
/
+0
*
sys/sys/limits.h:
kan
2003-05-19
2
-4
/
+4
*
Style fixes.
kan
2003-05-04
1
-9
/
+12
*
Deprecate machine/limits.h in favor of new sys/limits.h.
kan
2003-04-29
1
-64
/
+4
*
Remove unmatched #endif left over incidenntally in last commit.
kan
2003-04-28
1
-1
/
+0
*
Add a new sys/limits.h file which in turn depends on machine/_limits.h
kan
2003-04-23
1
-54
/
+39
*
Protect the per-process UAC field with the proc lock where it isn't already
jhb
2003-04-17
1
-1
/
+1
*
Change the operation parameter of bus_dmamap_sync() from an
mux
2003-04-10
1
-9
/
+5
*
- Kill the pv_flags member of the alpha mdpage since it stop being used
jhb
2003-04-10
1
-1
/
+0
*
Fix the osf1 abi module on SMP systems by making the size of
gallatin
2003-03-29
2
-2
/
+3
*
- Add vm_paddr_t, a physical address type. This is required for systems
jake
2003-03-25
1
-0
/
+1
*
Made the prototypes for pmap_kenter and pmap_kremove MD. These functions
jake
2003-03-16
1
-0
/
+2
*
MFi386 revision 1.88
alc
2003-03-01
1
-6
/
+0
*
Correctly set BUS_SPACE_MAXSIZE in all the busdma backends.
mux
2003-02-26
1
-1
/
+1
*
Remove support for running in SimOS. The support has rotted over
marcel
2003-02-25
1
-10
/
+0
*
Workaround for compiling LINT. Large kernels (like LINT) can have
marcel
2003-02-23
1
-20
/
+32
*
Change the console interface to pass a "struct consdev *" instead of a
phk
2003-02-20
1
-3
/
+3
*
Implement fpclassify():
mike
2003-02-08
2
-0
/
+4
*
Implement bus_dmamem_alloc_size() and bus_dmamem_free_size() as
scottl
2003-01-29
1
-0
/
+6
*
Protect against multiple inclusions.
obrien
2003-01-18
1
-0
/
+5
*
MB_LEN_MAX is not MD, move it to the MI limits.h.
tjr
2002-12-22
2
-2
/
+0
*
Add getcontext, setcontext, and swapcontext as system calls.
deischen
2002-11-16
4
-14
/
+14
*
Cast pointers in mem*_io() compat macros to uintptr_t so that they can be
jhb
2002-11-08
1
-5
/
+5
*
Wrap ()'s around an argument before casting it to a void *. If the
jhb
2002-11-06
1
-6
/
+6
*
- Enable the use of UMA_MD_PAGE_ALLOC on alpha.
jeff
2002-11-01
1
-0
/
+6
*
Remove extranious memory barriers, and correct the placement of a few others.
gallatin
2002-10-30
1
-14
/
+4
*
Use the newer "+" modifier on output contraints when a register or
jhb
2002-10-25
2
-62
/
+62
*
Split 4.x and 5.x signal handling so that we can keep 4.x signal
peter
2002-10-25
4
-7
/
+25
*
psl.h isn't referenced anywhere that I could find on the alpha, so remove
peter
2002-10-21
1
-32
/
+0
*
Add a bus_space_unmap() for the puc (and possibly other) drivers.
gallatin
2002-10-21
1
-0
/
+14
*
give alpha a bus_space_subregion() so that ahd_pci compiles and moves
gallatin
2002-10-20
1
-0
/
+20
*
The a.out md_coredump stuff isn't referenced anywhere anymore, and
peter
2002-10-15
1
-10
/
+0
*
Add standards visibility conditionals. Change any uses of sigset_t to
mike
2002-10-13
1
-5
/
+10
*
Add conditionals to allow va_list to be defined in other headers.
mike
2002-10-06
1
-0
/
+4
[prev]
[next]