OpenGrok
Cross Reference: P5064-64
xref
: /
src
/
sys
/
arch
/
algor
/
conf
/
P5064-64
Home
|
History
|
Annotate
|
Download
|
only in
conf
History log of
/src/sys/arch/algor/conf/P5064-64
Revision
Date
Author
Comments
1.5
17-Aug-2014
joerg
Reorganize symbol table embedding. The existing option SYMTAB_SPACE is
replaced by the make option COPY_SYMTAB set to any value. The copy of
the symbol table is no longer put into a buffer in kern_ksyms.o, but a
small helper object. This object is build first with a dummy size, then
the kernel is linked to compute the real dimension of the symbol table
buffer. After that, the helper object is rebuild and the kernel linked
again.
1.4
05-Feb-2012
matt
branches: 1.4.6;
Bump SYMTAB_SPACE
1.3
20-Feb-2011
matt
branches: 1.3.4; 1.3.8;
Merge forward from matt-nb5-mips64.
Adapt to new interrupt/spl framework.
1.2
14-Dec-2009
matt
branches: 1.2.4; 1.2.6; 1.2.8; 1.2.10;
Merge from matt-nb5-mips64
Merge mips-specific arch files.
1.1
16-Sep-2009
matt
branches: 1.1.2;
file P5064-64 was initially added on branch matt-nb5-mips64.
1.1.2.2
29-Jan-2010
matt
Change mips kernel options SOFTFLOAT to FPEMUL. Allow a kernel to have
no FP emulation code. Fix insufficient SYMTAB_SPACE. When a kernel without
an FPU and with FPEMUL code, the application will trap with a SIGILL/ILL_ILLOPC
signal, not SIGSEGV/SEGV_MAPERR.
1.1.2.1
16-Sep-2009
matt
Add ELF64 config for P5064 and do the LP64 dance in mach_init. Deal with
envp being a list of 32bit pointers. XXX still need to do argv.
1.2.10.1
05-Mar-2011
bouyer
Sync with HEAD
1.2.8.1
06-Jun-2011
jruoho
Sync with HEAD.
1.2.6.1
05-Mar-2011
rmind
sync with head
1.2.4.2
11-Mar-2010
yamt
sync with head
1.2.4.1
14-Dec-2009
yamt
file P5064-64 was added on branch yamt-nfs-mp on 2010-03-11 15:01:56 +0000
1.3.8.1
18-Feb-2012
mrg
merge to -current.
1.3.4.1
17-Apr-2012
yamt
sync with head
1.4.6.1
03-Dec-2017
jdolecek
update from HEAD
Indexes created Sat Mar 28 00:23:22 UTC 2026