Eric Andersen
|
255cd531d6
Add support for people calling syscall()
|
23 years ago |
"Steven J. Hill"
|
bb364bda4b
Remove source files that, well, no longer exist :).
|
23 years ago |
"Steven J. Hill"
|
006b3fd5c8
This rule is only necessary for little endian MIPS.
|
23 years ago |
Miles Bader
|
cf61ef0c09
Factor out some common code sequences into inline functions.
|
23 years ago |
Miles Bader
|
a4214b2491
Misc small cleanups.
|
23 years ago |
Miles Bader
|
1c53466dd3
Remove, since it's entirely incorrect
|
23 years ago |
Miles Bader
|
425e565ddd
(__ASMNAME): Use C_SYMBOL_PREFIX.
|
23 years ago |
Miles Bader
|
83cef9f931
* Automatically try to unmap heap free-areas when they get very big.
|
23 years ago |
Eric Andersen
|
a9752043dd
Add some syscalls which I moved out of syscalls.c
|
23 years ago |
Eric Andersen
|
72677cc3d8
Rework syscall handling. Rewrite syscall handlers for x86 and ARM.
|
23 years ago |
Eric Andersen
|
980e785017
Fix spelling
|
23 years ago |
Miles Bader
|
3bbbba11f7
Doc fix.
|
23 years ago |
Miles Bader
|
246192008b
Rename mutex stuff to use heap-specific names.
|
23 years ago |
Eric Andersen
|
35d29fcb08
Miles Bader implemented a new mmap based malloc which is much
|
23 years ago |
Eric Andersen
|
3b1e82407a
Fix from "Gerhard Uttenthaler" <uttenthaler@ems-wuensche.com> so
|
23 years ago |
Eric Andersen
|
aa57f51ec0
We don't need the debug versions
|
23 years ago |
Eric Andersen
|
8ae4f3e755
__morecore need not be a function pointer
|
23 years ago |
Eric Andersen
|
a6954754b3
Disable debug stuff by default
|
23 years ago |
Eric Andersen
|
6734179425
Odd. Got a copy of junk in here.
|
23 years ago |
Eric Andersen
|
30b32340bd
Do not assume NULL termination on the ut_id field. Thanks
|
23 years ago |
Manuel Novoa III
|
c96a844f52
Clean up CLK_TCK situation. clock() and sysconf() now use an
|
23 years ago |
Eric Andersen
|
8431a6f2e2
stupid cut-n-paste bug
|
23 years ago |
Eric Andersen
|
aa65f3e766
Patch for a silly bug from David Blythe
|
23 years ago |
Eric Andersen
|
8d12b9fbff
Silence a couple of silly warnings
|
23 years ago |
Eric Andersen
|
17c362cce6
Rework pread and pwrite support so it should actually work.
|
23 years ago |
Eric Andersen
|
6d1ef1d459
Add both pthread_mutexattr_setpshared() and
|
23 years ago |
Eric Andersen
|
252f321a08
Add missing pthread_condattr_getpshared and pthread_condattr_setpshared
|
23 years ago |
Eric Andersen
|
45f83eeb35
Kill this stale file
|
23 years ago |
Eric Andersen
|
a0093346f3
Note updated toolchains are available
|
23 years ago |
Miles Bader
|
f581d50d22
Grumble...
|
23 years ago |