Commit graph

103 commits

Author SHA1 Message Date
Jorge Aparicio 552d5b941e
Merge pull request #27 from matklad/patch-1
Use correct spdx syntax
2021-04-11 16:38:59 +00:00
Aleksey Kladov 5ffb39241e
Use correct spdx syntax 2021-04-09 01:22:54 +03:00
Jorge Aparicio 6fa3d748b0
Merge pull request #26 from AgustinCB/master
Replace asm with llvm_asm
2020-07-28 19:16:07 +00:00
Agustin Chiappe Berrini 44546775be remove unnecessary feature 2020-07-16 17:23:58 -07:00
Agustin Chiappe Berrini 7ff94a68cd Fix syscall for macos 2020-07-16 07:13:43 -07:00
Agustin Chiappe Berrini bf46a06832 Replace asm with llvm_asm
See https://github.com/rust-lang/rust/pull/68404
2020-07-01 06:21:26 -07:00
Jorge Aparicio 0d9cbef0d3 v0.2.2 2017-11-06 00:54:00 +01:00
homunkulus 8e280bc0b0 Auto merge of #18 - Amanieu:statx, r=japaric
Fix nr_from_src.py and add statx system call

Some architectures were missing statx because the script was broken.
2017-11-05 23:43:36 +00:00
Amanieu d'Antras e53e5efaaa Add statx system call 2017-11-05 21:40:47 +00:00
Amanieu d'Antras 13cb9dac3d Fix nr_from_src.py 2017-11-05 21:38:47 +00:00
Jorge Aparicio c382132a4f v0.2.1 2017-05-06 09:33:19 -05:00
Tobias Bucher 07fb52dd95 Comment on why we create headers 2017-05-06 16:02:30 +02:00
Tobias Bucher 0f498b7a40 Fix the nr_from_src script to get ARM-specific syscalls 2017-05-05 15:07:40 +02:00
Tobias Bucher cee5f075c0 Add ARM-specific syscalls 2017-05-05 00:16:00 +02:00
Jorge Aparicio c3d0176105 release v0.2.0 2017-02-27 09:16:25 -05:00
homunkulus 77f7fe4fdc Auto merge of #14 - tbu-:pr_x86_syscall6_ice, r=japaric
Fix #13 by taking reference of non-immediate value
2017-02-23 18:23:50 +00:00
Chris West (Faux) 847debb0a1 Fix #12: parse kernel sources to get numbers 2017-02-21 12:14:49 +00:00
Tobias Bucher c86f386048 Fix #13 by taking reference of non-immediate value 2017-02-19 23:18:03 +01:00
Jorge Aparicio cb880cab59 release v0.1.5 2017-02-03 20:22:06 -05:00
Tobias Bucher 8c10006aa2 Fix GETRANDOM constant on x86, mixed up with x86_64 2017-02-03 13:22:58 +01:00
Jorge Aparicio 1934a4aa48 release v0.1.4 2017-02-02 00:01:58 -05:00
Jorge Aparicio 8d64a85aed Merge pull request #9 from tbu-/pr_getrandom
Add `getrandom` syscall
2017-02-02 00:00:25 -05:00
Tobias Bucher e5c36ee591 Add getrandom syscall 2017-02-01 19:23:15 +01:00
Jorge Aparicio 16045c4949 Merge pull request #8 from simon-i1-h/fix-link
Fix link, Remove Travis CI badge
2017-01-23 21:13:48 -05:00
simon-i1-h 0276f551db Fix link in README.md 2017-01-24 00:03:48 +09:00
simon-i1-h 79def9759b Remove Travis CI badge 2017-01-24 00:02:37 +09:00
homunkulus ee704d7f8e Auto merge of #7 - tbu-:pr_newfstatat, r=japaric
Add `newfstatat` syscall for Linux
2017-01-21 18:39:00 +00:00
Tobias Bucher 896b3d9332 Add newfstatat syscall for Linux 2017-01-21 19:34:16 +01:00
Jorge Aparicio 5ab141b554 release v0.1.3 2017-01-21 12:38:18 -05:00
Jorge Aparicio 1117f0019e mips: set .noat to appease asm! warnings
that pop out when compiling with optimizations
2017-01-21 12:24:18 -05:00
Jorge Aparicio 5876cdddc7 release v0.1.2 2017-01-21 11:16:52 -05:00
Jorge Aparicio e37f1a709b implement syscall5 and syscall6 for mips 2017-01-21 10:46:58 -05:00
Jorge Aparicio a297a02044 release v0.1.1 2017-01-14 20:16:10 -05:00
Jorge Aparicio afc4b25219 fix syscall2 for linux-aarch64 2017-01-14 19:53:16 -05:00
Jorge Aparicio 73b3ee20b9 release v0.1.0 2017-01-13 20:55:06 -05:00
Jorge Aparicio 94ea6388e1 linux: test that the return code, in the error case, has the right sign 2017-01-13 09:29:31 -05:00
Jorge Aparicio b69140b8a9 fix x86 2017-01-13 00:55:55 -05:00
Jorge Aparicio 0950e37073 fix test and example 2017-01-13 00:09:10 -05:00
Jorge Aparicio 490dbc9a3b actually run tests 2017-01-13 00:02:22 -05:00
Jorge Aparicio ee65e7a483 ci: run the hello example 2017-01-12 23:52:13 -05:00
Jorge Aparicio 30041237a3 tweak platform/linux-x86
to match the formatting of the other modules
2017-01-12 23:50:05 -05:00
Jorge Aparicio 366e783f01 tweak platform/linux-x86_64
to match the formatting of the other modules
2017-01-12 23:50:05 -05:00
Jorge Aparicio 21f8492e67 tweak platform/linux-armeabi
to match the formatting of the other modules
2017-01-12 23:50:05 -05:00
Jorge Aparicio 01bd21cad5 fix macros 2017-01-12 23:50:05 -05:00
Jorge Aparicio dcbd8dddce tweak src/lib.rs 2017-01-12 23:50:05 -05:00
Jorge Aparicio e2b5f0ba94 SPARC support 2017-01-12 23:50:05 -05:00
Jorge Aparicio ea754cf1a1 MIPS support 2017-01-12 23:50:03 -05:00
Jorge Aparicio 61444c454e PowerPC support 2017-01-12 23:49:42 -05:00
Jorge Aparicio 42b5a4ead7 fix ci/install.sh for macOS 2017-01-12 23:04:42 -05:00
Jorge Aparicio 3c75fa6beb update Cargo.toml 2017-01-12 23:04:41 -05:00