Commit Verlauf

Autor SHA1 Nachricht Datum
  jD91mZM2 55e618d8c0 Add the last socket functions on linux; leave unimplemented on redox vor 7 Jahren
  jD91mZM2 6d923cbd0b Implement getpeername and getsockname vor 7 Jahren
  jD91mZM2 30d91b82b2 Run fmt.sh vor 7 Jahren
  jD91mZM2 d3f6985ee9 Add a few things necessary for openssl (not all) vor 7 Jahren
  jD91mZM2 587ee32a30 Merge branch 'style-tag' into 'master' vor 7 Jahren
  jD91mZM2 985a83ee69 Use style = Tag everywhere possible vor 7 Jahren
  jD91mZM2 53f634f579 Fix inttypes vor 7 Jahren
  jD91mZM2 eaf7338946 Add aliases for compatibility vor 7 Jahren
  Jeremy Soller 919ae09d2f Fix compilation on Redox vor 7 Jahren
  Jeremy Soller 3361b05911 Merge branch 'master' of https://gitlab.redox-os.org/redox-os/relibc vor 7 Jahren
  Jeremy Soller ea5f8d59de Add dlmalloc vor 7 Jahren
  jD91mZM2 e206400d19 Move exec* back to platform vor 7 Jahren
  Jeremy Soller 3ef9599af5 Update ralloc vor 7 Jahren
  Jeremy Soller 42abc98a99 Cleanup allocation functions vor 7 Jahren
  Jeremy Soller b6b34a7026 Ralloc fixes and fixes for Redox execution vor 7 Jahren
  Jeremy Soller 7e6e1b164c Align stack on x86_64 vor 7 Jahren
  jD91mZM2 6a0928edfd Use relibc to build openlibm vor 7 Jahren
  jD91mZM2 9c169a186f Run fmt.sh vor 7 Jahren
  jD91mZM2 aff5380723 Merge branch 'master' into 'master' vor 7 Jahren
  Tom Almeida 53a03cb0ba Made sure errors were properly handled by printf vor 7 Jahren
  Tom Almeida 8bc07abd05 Fix freopen.stdout. There was a trailing space vor 7 Jahren
  Tom Almeida ebe1ed15f8 Fix fgets vor 7 Jahren
  Tom Almeida bf2973e857 Ensure we correctly insert null character in gets vor 7 Jahren
  Tom Almeida d7a0f3d526 Ensure gets stops on newline or bufchar vor 7 Jahren
  Tom Almeida bf6db91993 Actually remove stdlib from stdio. This should have been done with wchar being put in, but I messed something up vor 7 Jahren
  Tom Almeida 72177be0fa Add a working implementation of gets vor 7 Jahren
  Tom Almeida 7277286efd Implement Drop for FILE, so we flush when the process exits vor 7 Jahren
  Tom Almeida 81107f8cd1 Don't reset read/write every time we check if we can read or write vor 7 Jahren
  Tom Almeida e9cecfead3 Return -1 for error in printf vor 7 Jahren
  Tom Almeida 0d61f9f4fd Make sure we can actually write before writing anything when using printf vor 7 Jahren