MggMuggins
06a6922cde
Merge branch 'master' of https://github.com/redox-os/relibc
2018-03-09 12:41:25 -06:00
MggMuggins
d7aa9c44f9
Add Documentation
2018-03-09 12:38:37 -06:00
Jeremy Soller
11043129f2
Merge pull request #52 from dlrobertson/aarch64
...
Aarch64: Merge the final components
2018-03-09 08:24:37 -07:00
Dan Robertson
c2ae141df3
Aarch64: Merge the final components
...
Merge the final components for Aarch64 support into master.
2018-03-09 14:20:42 +00:00
Jeremy Soller
77c0a5b430
Merge pull request #47 from sajattack/unistd
...
implement setid functions and unlink
2018-03-09 06:50:04 -07:00
Paul
cdf298ba3a
Merge branch 'master' into unistd
2018-03-09 05:48:22 -08:00
Jeremy Soller
dd0e6187db
Merge pull request #50 from Arcterus/master
...
Preliminary implementation of strtol()
2018-03-09 06:45:39 -07:00
Jeremy Soller
b7ac90fd9f
Merge branch 'master' into master
2018-03-09 06:45:17 -07:00
Jeremy Soller
580dcd3c08
Merge pull request #48 from sajattack/stat
...
correction to include guard of stat
2018-03-09 06:43:12 -07:00
Paul Sajna
b11c079d69
Makefile fix
2018-03-09 05:34:58 -08:00
Paul Sajna
161d93466c
fixes and tests
2018-03-09 04:48:34 -08:00
Alex Lyon
dec7ecd06b
tests: fix Makefile
2018-03-09 03:37:30 -08:00
Alex Lyon
9325a29a74
stdlib: make rustfmt happy with strtol()
2018-03-09 03:21:18 -08:00
Alex Lyon
f5b1f872a0
stdlib: implement preliminary version of strtol()
2018-03-09 03:07:16 -08:00
Alex Lyon
a7e71717cb
stdio: add support for %o to printf()
2018-03-09 02:51:50 -08:00
Paul Sajna
1c1a48b648
fix formatting
2018-03-09 00:56:02 -08:00
Paul Sajna
b9a2dfded4
correction to include guard of stat
2018-03-09 00:52:34 -08:00
Paul Sajna
a7fba79be7
implement setid functions and unlink
2018-03-09 00:28:46 -08:00
Jeremy Soller
e676440e1f
Merge pull request #46 from dlrobertson/aarch64
...
Aarch64: Update syscall usage
2018-03-08 21:26:04 -07:00
Jeremy Soller
89259475ab
Merge branch 'master' into aarch64
2018-03-08 21:25:28 -07:00
Jeremy Soller
54655a4e3b
Add verification makefile rule
2018-03-08 21:22:17 -07:00
Dan Robertson
f83ff041cc
Aarch64: Update syscall usage
...
Don't use syscalls that are non-existent on Aarch64 linux boxes. The
FORK and RMDIR syscalls are no longer present and the CLONE and UNLINKAT
syscalls are used instead.
2018-03-09 04:19:22 +00:00
Jeremy Soller
85766a41ff
Expected output
2018-03-08 21:14:46 -07:00
Jeremy Soller
4da873ae79
Merge pull request #43 from MggMuggins/master
...
Imp va_arg for fcntl; fcntl test
2018-03-08 21:07:39 -07:00
Jeremy Soller
76e53e86fa
Merge pull request #45 from redox-os/atof
...
Implement atof
2018-03-08 21:00:38 -07:00
Jeremy Soller
a95a034219
Fix issues by adding support for floating point values in va_list
2018-03-08 20:54:46 -07:00
Jeremy Soller
56e304a2af
Fix format
2018-03-08 20:20:21 -07:00
Jeremy Soller
0e766c6b53
Implement atof
2018-03-08 20:17:45 -07:00
Jeremy Soller
96358469a4
Merge branch 'master' into master
2018-03-08 20:17:08 -07:00
MggMuggins
c291632492
Imp va_arg for fcntl; fcntl test
2018-03-08 20:56:50 -06:00
Paul Sajna
799c8828c2
mkdir and rmdir
2018-03-08 19:45:16 -07:00
Jeremy Soller
231d7a023a
Merge pull request #42 from dlrobertson/use_va_list
...
fcntl: open should use a va_list
2018-03-08 19:32:34 -07:00
Jeremy Soller
7b3fc9191a
Merge pull request #40 from MggMuggins/master
...
Implement fcntl
2018-03-08 19:24:54 -07:00
Dan Robertson
e306e3f855
fcntl: open should use a va_list
...
The current implementation of open requires the user to pass all three
args to the function. It should use a va_list and allow a user to
provide only the filename and flags.
2018-03-09 02:24:25 +00:00
MggMuggins
0cb3a893a1
Fix compile on redox
2018-03-08 20:19:55 -06:00
Jeremy Soller
fb173dc787
Move travis instructions into ci.sh
2018-03-08 19:14:10 -07:00
MggMuggins
14c8125108
Implement fcntl
...
No tests written yet! See #36
2018-03-08 19:55:35 -06:00
Jeremy Soller
620a459d93
Merge pull request #39 from Arcterus/master
...
string: fix out of bounds bug in strncmp
2018-03-08 18:34:27 -07:00
Alex Lyon
332ae13af5
string: fix out of bounds bug in strncmp
2018-03-08 17:18:38 -08:00
Jeremy Soller
dbe73d4bab
Merge pull request #35 from sajattack/patch-1
...
Add build badge to README
2018-03-08 17:47:28 -07:00
Jeremy Soller
d0c9c46ff9
Merge pull request #38 from MggMuggins/master
...
ctype: tests and reorganize
2018-03-08 17:47:01 -07:00
SamwiseFilmore
46fe488e05
Merge branch 'master' into master
2018-03-08 18:31:14 -06:00
MggMuggins
6ced871d9a
ctype: tests and reorganize
...
Wrote tests for the functions implemented in 40558b2 and maybe made that
test a little more comprehensible.
Also made sure that fmt.sh and test.sh were being executed by bash all
the time (compatibility with other shells).
2018-03-08 18:25:11 -06:00
Paul
bb376ff3fb
Add build badge to README
2018-03-08 15:27:44 -08:00
Jeremy Soller
284cc4eece
Fix formatting
2018-03-08 16:21:04 -07:00
Jeremy Soller
cd4082bf9f
Fix build harder
2018-03-08 16:09:28 -07:00
Jeremy Soller
07c3ce02be
Fix build
2018-03-08 15:52:48 -07:00
Jeremy Soller
af78f4819a
Merge branch 'master' of github.com:redox-os/relibc
2018-03-08 15:43:23 -07:00
Jeremy Soller
4198055d4a
Fix tests
2018-03-08 15:43:17 -07:00
Jeremy Soller
8adf1c3de0
Merge pull request #34 from MggMuggins/master
...
Finish ctype impls
2018-03-08 15:39:05 -07:00