Commit History

Author SHA1 Message Date
  Tom Almeida c24d1e2b36 Removed all function pointers in FILE, moved internal functions to be member functions of FILE, made relevant *mut FILEs into &mut FILE and made suitable functions safe again 7 years ago
  Tom Almeida d7965f2598 Made it so that AtomicBool exports as volatile char 7 years ago
  Tom Almeida 25501b3640 Changed redox lseek to have the same function signature as the linux version 7 years ago
  Tom Almeida b33c3a8e4f Merge branch 'master' into master 7 years ago
  Jeremy Soller 362849f0f6 Merge pull request #91 from tdbgamer/master 7 years ago
  Timothy Bess e91891625f * add strtok_r 7 years ago
  Timothy Bess 898cf98ccc * fix test case a bit 7 years ago
  Timothy Bess f60fafe8fb * create basic strtok 7 years ago
  Timothy Bess bebbd35e1a Issue #89 7 years ago
  Tom Almeida 2cb0a994b8 Merge branch 'master' into master 7 years ago
  Tom Almeida 659d3d1042 Changed object type of function pointers from Option<*const (Fn(...))> to Option<fn(...)> for readability 7 years ago
  Jeremy Soller d75535974a Merge pull request #74 from sajattack/wait 7 years ago
  Tom Almeida 81d96c214a Ran formatting for freopen() 7 years ago
  Tom Almeida 8d40424020 Added freopen() and relevant tests 7 years ago
  Paul Sajna 2610fdd126 Merge branch 'wait' of github.com:sajattack/relibc into wait 7 years ago
  Paul Sajna c568ca2932 test cleanup 7 years ago
  Jeremy Soller b2b7804f5b Merge branch 'master' into wait 7 years ago
  Paul Sajna cdfde8c0d4 more requested changes 7 years ago
  Dan Robertson 16e82636fb Add basic structures for netinet/in.h crate 7 years ago
  Dan Robertson 01081729c8 Add structures and stub fns for sys/socket.h 7 years ago
  Tom Almeida 41b96fede3 Added a different internal function for redox 7 years ago
  Tom Almeida c4c8b73903 Formatted stdio files 7 years ago
  Tom Almeida 8648fd39c4 Added some constants in linux for file modes in the new branch 7 years ago
  Tom Almeida b0492eba84 Added some tests for stdio 7 years ago
  Tom Almeida 7f2b720962 Implemented stdio functions 7 years ago
  Tom Almeida 046ce1468e Removed an unused import from printf 7 years ago
  Tom Almeida e73678d8ad Added a FileReader struct 7 years ago
  Tom Almeida f20878c592 Added lseek to syscalls 7 years ago
  Tom Almeida aa8b14e107 Added some constants in linux for file modes 7 years ago
  Jeremy Soller a1baf1c92d Merge pull request #75 from azymohliad/master 7 years ago