Miles Bader
|
906ffafd8b
MALLOC_SET_SIZE now takes the user-address rather than the base-address.
|
22 years ago |
Miles Bader
|
9b14b185b1
Define MALLOC_SET_SIZE to take the user-address rather than the base-address.
|
22 years ago |
Miles Bader
|
8ff1de76b6
Implement shrinking.
|
22 years ago |
Miles Bader
|
a3483a6eb0
Use new malloc header macros.
|
22 years ago |
Miles Bader
|
ae96781efd
Add macros to abstract the malloc header format a bit.
|
22 years ago |
Eric Andersen
|
fa7102ea2e
Avoid errors in case some loon has explicitly included
|
22 years ago |
Eric Andersen
|
470b19d84b
Oops. I accidentally omitted the actual mknod() function.
|
22 years ago |
Eric Andersen
|
4063399147
Ok, I get it. sjhill kept adding the 'find' command since
|
22 years ago |
Eric Andersen
|
c7b1e319fb
Kill ill advised find command that was not doing anything
|
22 years ago |
Eric Andersen
|
a4eb8be71c
The __set_errno macro _must_ match that defined in include/bits/errno.h. We
|
22 years ago |
"Steven J. Hill"
|
726b66de5c
Addition to 'distclean' for little endian MIPS.
|
22 years ago |
"Steven J. Hill"
|
a91e3b0a22
ldso specific syscalls and userspace syscalls all in one file now.
|
22 years ago |
Eric Andersen
|
99dd5f4261
Cleanup from Neal Crook fixing some formatting and eliminating
|
22 years ago |
Eric Andersen
|
e76999a5d5
Kill cruft. Build ldd for the host system by default.
|
22 years ago |
Eric Andersen
|
8cfe720a24
Implement syscall() for arm
|
22 years ago |
Miles Bader
|
c5568de190
Size tweaks.
|
22 years ago |
Miles Bader
|
5446f4e74f
Miscellaneous tidying-up.
|
22 years ago |
Eric Andersen
|
79b4ef6e67
Take advantage of the new syscall stuff on x86 and arm to kill
|
22 years ago |
Miles Bader
|
056f9d9894
Redo the locking, so that it may actually work. Now locking is done at
|
22 years ago |
Eric Andersen
|
255cd531d6
Add support for people calling syscall()
|
22 years ago |
"Steven J. Hill"
|
bb364bda4b
Remove source files that, well, no longer exist :).
|
22 years ago |
"Steven J. Hill"
|
006b3fd5c8
This rule is only necessary for little endian MIPS.
|
22 years ago |
Miles Bader
|
cf61ef0c09
Factor out some common code sequences into inline functions.
|
22 years ago |
Miles Bader
|
a4214b2491
Misc small cleanups.
|
22 years ago |
Miles Bader
|
1c53466dd3
Remove, since it's entirely incorrect
|
22 years ago |
Miles Bader
|
425e565ddd
(__ASMNAME): Use C_SYMBOL_PREFIX.
|
22 years ago |
Miles Bader
|
83cef9f931
* Automatically try to unmap heap free-areas when they get very big.
|
22 years ago |
Eric Andersen
|
a9752043dd
Add some syscalls which I moved out of syscalls.c
|
22 years ago |
Eric Andersen
|
72677cc3d8
Rework syscall handling. Rewrite syscall handlers for x86 and ARM.
|
22 years ago |
Eric Andersen
|
980e785017
Fix spelling
|
22 years ago |