HelenOS-historic
HelenOS
HelenOS-doc
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HelenOS-historic
(root)
/
uspace
/
trunk
/
libc
/
arch
/
mips32
/
_link.ld.in
@ 1299
– Rev 1406
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
1406
6737 d 13 h
jermar
/uspace/trunk/libc/
Change linker scripts so that heap a dedicated address space area can be allocated for heap.
This will be essential in separating anonymous memory and memory backed by some other memory object.
1367
6742 d 8 h
decky
/uspace/trunk/
create special entry point for drivers (don't initialize I/O)
1129
6796 d 16 h
palkovsky
/uspace/trunk/
Completed support for TLS in GCC (modifier __thread) for ia32,amd64,ia64 and mips.
1123
6797 d 5 h
palkovsky
/uspace/trunk/libc/arch/mips32/
Changed MIPS to compile as PIC code.
1120
6797 d 9 h
palkovsky
/uspace/trunk/libc/arch/
Added missing ia32 files.
Renamed __entry to __start in mips, which is standard in gcc standard
linking scripts.
1105
6798 d 8 h
jermar
/uspace/trunk/libc/arch/mips32/
Fix mips32 linker script.
Add .scommon input section.
Add .got section and define _gp symbol.
Use this symbol to initialize gp register (r28).
985
6806 d 13 h
palkovsky
/uspace/trunk/libc/
Added malloc implementation.
948
6807 d 18 h
jermar
/uspace/trunk/libc/arch/
Unify init linker scripts to contain two properly aligned and properly flagged segments.
943
6808 d 10 h
palkovsky
/uspace/trunk/libc/arch/mips32/
Fixed mips alignment support.
937
6808 d 12 h
jermar
/uspace/trunk/libc/arch/
Switch uspace to ELF init.
795
6842 d 14 h
palkovsky
/uspace/trunk/
Modifiaction to make mips userspace work.
656
6890 d 7 h
decky
/uspace/trunk/
user space init working
504
6918 d 13 h
decky
/uspace/trunk/
uspace work
502
6918 d 14 h
decky
/uspace/trunk/
break up uspace into separate parts
496
6918 d 18 h
decky
/uspace/trunk/
uspace building
447
6933 d 13 h
decky
/uspace/
Initial import of user-space stuff