- Mar 22, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
unistd: add a preliminary implementation of getopt()
-
- Mar 20, 2018
-
-
Tom Almeida authored
-
Tom Almeida authored
-
- Mar 19, 2018
-
-
Alex Lyon authored
-
Alex Lyon authored
-
Alex Lyon authored
-
Tom Almeida authored
-
- Mar 18, 2018
-
-
Jeremy Soller authored
refactor nanosleep
-
Jeremy Soller authored
Implement strtok
-
Jeremy Soller authored
implement bsearch
-
Justin Raymond authored
-
Justin Raymond authored
-
Marat Safin authored
-
Timothy Bess authored
-
Jeremy Soller authored
Add some of the basics for netinet/in.h and sys/socket.h
-
Jeremy Soller authored
Use build matrix on Travis CI
-
- Mar 17, 2018
-
-
Ian Douglas Scott authored
This makes it easy to see which target failed to build.
-
Timothy Bess authored
-
Tom Almeida authored
-
Tom Almeida authored
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
-
Tom Almeida authored
-
Tom Almeida authored
-
Tom Almeida authored
-
Jeremy Soller authored
Issue #89: Fix return types on string functions
-
Timothy Bess authored
-
Timothy Bess authored
* remove unnecessary cast
-
Timothy Bess authored
* add test and expected output
-
Timothy Bess authored
* fix return types * fix type casts on returns
-
- Mar 16, 2018
-
-
Tom Almeida authored
-
Tom Almeida authored
Changed object type of function pointers from Option<*const (Fn(...))> to Option<fn(...)> for readability
-
Jeremy Soller authored
wait and waitpid
-
Tom Almeida authored
-
Tom Almeida authored
-
- Mar 15, 2018
-
-
Paul Sajna authored
-
Paul Sajna authored
-
Jeremy Soller authored
-
Paul Sajna authored
-
Dan Robertson authored
Add the basic structures for the netinet/in.h header.
-
Dan Robertson authored
Add some of the basic structures and stub functions for sys/socket.h
-