Commit History

Author SHA1 Message Date
  login 5ca4d0eae1 配置网络相关的系统调用 & 修复由于DragonOS不支持TLS(thread local storage)导致errno变量无法正常工作的问题 (#8) 2 years ago
  login be35961d82 Patch support run first demo on dragonos (#6) 2 years ago
  longjin 6fd98d550c 复制了一份linux的配置,并改名为dragonos 2 years ago
  Jeremy Soller 16abc91341 cargo fmt and cargo fix 2 years ago
  4lDO2 5e74d173ab Fix ld.so access function on Redox. 2 years ago
  4lDO2 54b3f873f8 Move cwd from kernel to relibc. 2 years ago
  4lDO2 049a5156d7 Implement PT_INTERP, and thus dynamic linking. 2 years ago
  4lDO2 c95d276af9 Allow POSIX's `environ` to be set. 2 years ago
  Jeremy Soller 65bd3ed1e3 Fixes for program_invocation_name and program_invocation_short_name 3 years ago
  jD91mZM2 56e1eceb28 Replace AllocStringWriter with CVec 4 years ago
  Jeremy Soller 2e27cf525e Work on adding cargo test capability 5 years ago
  jD91mZM2 b8c50c7c64 Format 5 years ago
  jD91mZM2 c7d499d4f2 Upgrade to the 2018 edition 5 years ago
  jD91mZM2 e559a3e2e5 Stub for ptrace 5 years ago
  Mateusz Mikuła ff94798253 Make errno thread local 5 years ago
  Jeremy Soller 5715fb7ba6 Work on switching to epoll as backend for select and poll 6 years ago
  Jeremy Soller 1a0d363caa Redox support for some minimal ioctl's 6 years ago
  Jeremy Soller c71088e768 Cleanup and format 6 years ago
  Jeremy Soller 8e9d65cb46 Add support for pthreads to Linux 6 years ago
  Jeremy Soller ee40035c4b Add asprintf 6 years ago
  Jeremy Soller e8377d259a Mutable argv 6 years ago
  Jeremy Soller 52fd4d7e83 Clippy fixes 6 years ago
  Jeremy Soller 0ac16556bc Format 6 years ago
  Jeremy Soller a5279b648f Fix warnings 6 years ago
  jD91mZM2 63882684b2 Implement almost all of printf 6 years ago
  jD91mZM2 baddbb98d5 Don't reinvent the wheel in strings.h 6 years ago
  jD91mZM2 0451fac66c Delete RawFile in favor of File 6 years ago
  jD91mZM2 afc1ff134a Rewrite IO to use core-io library 6 years ago
  Jeremy Soller 7f14fcdee0 Remove c_str functions, replace with CStr 6 years ago
  Jeremy Soller ef9fee5a2b Prepare for use of Write trait by renaming Write to WriteByte 6 years ago