Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-04-30 * arm/syscall.h: New file. To define extra syscall values for RedBoot.Jonathan Larmour
* arm/redboot-syscalls.c (_close): Fix setting of errno value. (_lseek): Ditto. (_open): Ditto. (_write): Ditto. (_read): Ditto. (_rename): New function. (_system): Ditto. (_stat): Ditto. (_unlink): Call a syscall for this now. (isatty): Ditto. (_fstat): Ditto. (_gettimeofday): Ditto.
2002-01-24(_times): Unconditionally use SYS_times.Mark Salter
(__get_memtop): New funtion to return top of memory.
2002-01-07Add ARM supportMark Salter