Paul Sajna
b5192437c3
ftruncate
2018-03-04 09:24:33 -08:00
Paul Sajna
3ad7c62601
fsync and some tweaks
2018-03-04 09:16:56 -08:00
Paul Sajna
9de89e037a
fchdir
2018-03-04 09:03:46 -08:00
Paul Sajna
95e74373fe
fchown
2018-03-04 08:49:40 -08:00
Paul Sajna
8b1222c3fb
brk
2018-03-04 08:41:37 -08:00
Paul Sajna
c96040187f
chown
2018-03-04 08:32:47 -08:00
Paul Sajna
aa4f7ed3a5
Merge branch 'platform' into unistd
2018-03-04 08:21:52 -08:00
Paul Sajna
6b89b4620b
Merge branch 'master' of github.com:redox-os/relibc into platform
2018-03-04 08:09:48 -08:00
Paul Sajna
4b1a1568bf
add rawfile.rs
2018-03-04 08:09:13 -08:00
Jeremy Soller
8283f130d6
Merge pull request #10 from sajattack/semaphore
...
build semaphore header
2018-03-04 09:06:30 -07:00
Paul Sajna
0157f7fcea
Merge branch 'semaphore' into platform
2018-03-04 08:03:01 -08:00
Paul Sajna
608a6fcfad
merge
2018-03-04 08:02:41 -08:00
Paul Sajna
e08ffa6474
merge
2018-03-04 07:57:39 -08:00
Paul Sajna
25b9ac206b
remove timedwait
2018-03-04 07:50:49 -08:00
Paul
ae4b64c491
missing curlyboi
2018-03-04 07:41:07 -08:00
Paul
4d506e6981
Merge branch 'master' into unistd
2018-03-04 07:39:51 -08:00
Paul Sajna
7a38acada9
Merge branch 'semaphore' of github.com:sajattack/relibc into semaphore
2018-03-04 07:34:47 -08:00
Paul Sajna
0a245a386e
comment out sem_open
2018-03-04 07:34:27 -08:00
Paul Sajna
caa89878d6
merge
2018-03-04 07:33:38 -08:00
Jeremy Soller
5002dd720f
Add mman to lib.rs
2018-03-04 08:31:43 -07:00
Jeremy Soller
07c897e558
Clean up gcc line
2018-03-04 08:29:19 -07:00
Jeremy Soller
18c6701841
Disable stack protector
2018-03-04 08:27:20 -07:00
Jeremy Soller
654ca47351
Fix atexit_funcs call in exit
2018-03-04 08:15:26 -07:00
Jeremy Soller
7a7b3efe3a
Merge branch 'master' of github.com:redox-os/relibc
2018-03-04 08:12:38 -07:00
Jeremy Soller
866d952924
Support building for Redox
2018-03-04 08:10:42 -07:00
Paul Sajna
d9d7440a7f
implement some unistd
2018-03-04 06:53:30 -08:00
Paul Sajna
8860109efc
add stuff from old newlib to todo
2018-03-04 06:53:30 -08:00
Paul Sajna
432c3ad397
add mman to main Cargo.toml
2018-03-04 06:53:30 -08:00
Paul Sajna
de29e16024
remove mman from todo
2018-03-04 06:53:30 -08:00
Paul Sajna
16cf6e0267
build mman header
2018-03-04 06:53:30 -08:00
Paul
0e423aae4d
Merge branch 'master' into semaphore
2018-03-04 06:46:27 -08:00
Paul Sajna
21abb75ccc
Merge branch 'semaphore' of github.com:sajattack/relibc into semaphore
2018-03-04 06:45:13 -08:00
Paul Sajna
7fcad36826
add semaphore to main Cargo.toml
2018-03-04 06:43:41 -08:00
Paul Sajna
2e1d29203d
build semaphore header
2018-03-04 06:43:41 -08:00
Paul Sajna
d25b1d2fa4
implement some unistd
2018-03-04 06:37:45 -08:00
Jeremy Soller
9f5db313ce
Merge pull request #13 from sajattack/oldlib
...
add stuff from old newlib to todo
2018-03-04 07:36:00 -07:00
Jeremy Soller
50af0031c3
Merge pull request #9 from sajattack/mman
...
build mman header
2018-03-04 07:35:28 -07:00
Jeremy Soller
4f5d65e7a6
Merge pull request #12 from sajattack/atexit
...
fix atexit
2018-03-04 06:17:25 -07:00
Paul Sajna
460d7fb2c3
add stuff from old newlib to todo
2018-03-04 05:08:32 -08:00
Paul Sajna
ef9545cf71
missing parens
2018-03-04 04:43:05 -08:00
Paul Sajna
cdf5cb2d56
fix atexit
2018-03-04 04:34:22 -08:00
Jeremy Soller
e2695b2380
Merge pull request #11 from dlrobertson/aarch64
...
Start on support for aarch64
2018-03-03 23:00:30 -07:00
Paul Sajna
01e519aa24
add semaphore to main Cargo.toml
2018-03-03 21:56:46 -08:00
Jeremy Soller
1a572d91b0
Merge pull request #8 from sajattack/fix-options
...
Fix options
2018-03-03 22:56:09 -07:00
Paul Sajna
09116f83f7
add mman to main Cargo.toml
2018-03-03 21:55:24 -08:00
Dan Robertson
d9d2ec1992
Start on support for aarch64
...
- Add aarch64 support
- crt0 - add support to _start
- platform - aarch64 does not have the open syscall. Instead most
libc implementations use openat() with AT_FDCWD
- Use sc instead of syscall. sc is the maintained fork of syscall.
2018-03-04 05:10:31 +00:00
Paul Sajna
3210d52eee
Merge branch 'fix-options' into semaphore
2018-03-03 21:10:11 -08:00
Paul Sajna
6cf4b3bf82
build semaphore header
2018-03-03 21:07:40 -08:00
Paul Sajna
2acf7e6915
remove mman from todo
2018-03-03 20:58:58 -08:00
Paul Sajna
ba1a9543c8
build mman header
2018-03-03 20:57:29 -08:00