Commit History

Author SHA1 Message Date
  Meco Man 8e287cfdf7 [libc][newlib][syscalls] fileno(stdout)->STDOUT_FILENO 3 years ago
  Meco Man 86bb54fde6 [libc][syscalls] 在标准输入输出前加校验,反正在libc初始化之前调用printf出问题 3 years ago
  greedyhao 3fae226630 [newlib] fix compile error when closing RT_USING_CONSOLE 3 years ago
  Meco Man fa3d95bb1c [libc][syscall]整理函数格式 3 years ago
  Meco Man 19347ed454 [libc][unistd] 完善isatty() 4 years ago
  Meco Man 3c05a4e719 [compoenets] auto & manual formatted 4 years ago
  Meco Man 70f5c10262 remove comments 4 years ago
  Meco Man ac275965f2 [libc][newlib] 对syscall中malloc相关桩函数做出编译调整 4 years ago
  Meco Man 20b95b8af5 [libc]fix bug of _isatty_r() 4 years ago
  Meco Man 19c8cab8bd update 4 years ago
  Meco Man 69dc37e1aa update 4 years ago
  Meco Man 46b5eb378f remove _getpid_r() 4 years ago
  Meco Man 19ef112016 improve and beautify syscalls 4 years ago
  Meco Man 0ce0e2c234 update 4 years ago
  Meco Man eaa3454bbe 优化abort函数 4 years ago
  Meco Man 263d856fa4 update 4 years ago
  Meco Man 9f5878b2fb update 4 years ago
  Meco Man e927a53b41 精简exit abort system函数 4 years ago
  Bernard Xiong d1cb9c5d97 Merge pull request #4341 from mysterywolf/unlink 4 years ago
  Meco Man abcb050603 [libc][iar][gcc] 优化remove函数 4 years ago
  Meco Man 2530a5a272 [dlib]remove syscalls.h and add syscalls.c to implement exit() and abort() 4 years ago
  Meco Man 23d4c200c9 add noreturn 4 years ago
  Meco Man b89b3958bc [libc][exit][abort] 重新实现exit和abort函数 4 years ago
  Meco Man e904f9bf27 update common 4 years ago
  Meco Man a400991ee9 remove _gettimeofday_r() and _times_r() 4 years ago
  Bernard Xiong be43008c56 [libc] remove pthread.h in newlib/syscalls.c 4 years ago
  zhangjun f7e7170536 [components][libc][compilers][newlib]添加flock接口 5 years ago
  zhangjun 8ed3daed5f [components][libc][compilers][newlib]添加getuid和umask函数 5 years ago
  MurphyZhao 9596a94a8b [compilers/newlib] 在 syscalls.c 增加 __errno () 函数实现,解决在使用 newlib 编译时 errno 无法重定向到 _rt_errno 的问题 6 years ago
  Bernard Xiong 38c49099c9 [libc] Fix the printf issue when disable DFS 6 years ago