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
*
- 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
*
o Add conditionals to allow va_list to be defined in other headers.
mike
2002-10-06
1
-4
/
+10
*
CPU_MAXID should
obrien
2002-10-06
1
-1
/
+1
*
Fix namespace issues by using visibility conditionals from
mike
2002-10-05
1
-1
/
+3
*
style(9) <machine/setjmp.h> headers so they look mostly the same.
mike
2002-10-04
1
-8
/
+13
*
New bus_dma interfaces for use by crypto device drivers:
sam
2002-10-04
1
-0
/
+23
*
use __packed.
alfred
2002-09-23
1
-10
/
+10
*
Be careful not to define GCC-specific optimizations in the non-GCC
mike
2002-09-23
1
-2
/
+11
*
Wrap GNUish asm() code in #ifdef __GNUC__
markm
2002-09-21
1
-0
/
+24
*
Implement C99's va_copy() macro.
mike
2002-09-18
1
-0
/
+3
*
Initiate deorbit burn for the i386-only a.out related support. Moves are
peter
2002-09-17
2
-22
/
+3
*
Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on all
mike
2002-09-03
1
-54
/
+0
*
Change hw.physmem and hw.usermem to unsigned long like they used to be
peter
2002-08-30
1
-1
/
+1
*
Renamed poorly named setregs to exec_setregs. Moved its prototype to
jake
2002-08-29
1
-1
/
+0
*
Fix a long-standing bug on alpha:
mike
2002-08-26
1
-2
/
+2
*
Move several MI types from <machine/_types.h> to <sys/_types.h>.
mike
2002-08-23
1
-37
/
+0
*
o Merge <machine/ansi.h> and <machine/types.h> into a new header
mike
2002-08-21
6
-180
/
+152
*
o Introduce pmap_page_is_mapped(). Its purpose is to obsolete
alc
2002-08-07
1
-0
/
+1
*
ptvmmap does not exist on alpha.
peter
2002-08-02
1
-1
/
+0
*
- Split the unaligned access check flags out of md_flags in struct mdthread
jhb
2002-07-31
1
-8
/
+10
*
Create a new header <machine/_stdint.h> for storing MD parts of
mike
2002-07-29
4
-231
/
+171
*
Remove label_t and physadr, which seem to have never been used in
mike
2002-07-10
1
-10
/
+0
*
Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It's
mike
2002-07-08
1
-5
/
+0
*
Since printf(3) now supports the `j' conversion specifier, use that
mike
2002-06-30
1
-11
/
+11
*
Add files that are new for KSE.
julian
2002-06-29
1
-0
/
+49
*
Move the "- 1" into the RQB_FFS(mask) macro itself so that
peter
2002-06-20
1
-1
/
+1
*
Move the definition of ElfN_Hashelt to common headers. The only platform
dfr
2002-05-30
1
-11
/
+0
[next]