Commit graph

94 commits

Author SHA1 Message Date
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
Jorge Aparicio 7b8e30d9a5 AArch64 support 2017-01-12 23:04:27 -05:00
Jorge Aparicio 6c1ef55fd2 re-generate linux-x86 system call numbers 2017-01-11 21:04:09 -05:00
Jorge Aparicio 1c666758ed re-generate linux-armaeabi system call numbers 2017-01-11 20:57:32 -05:00
Jorge Aparicio 6651a45f7e re-generate linux-x86_64 system call numbers 2017-01-11 20:54:30 -05:00
Jorge Aparicio c028823c78 CI based on trust 2017-01-11 19:46:03 -05:00
Jorge Aparicio 6d600fc932 rustfmt 2017-01-11 19:43:08 -05:00
Jorge Aparicio c231ece2c7 rename the crate to sc 2017-01-11 19:37:26 -05:00
Keegan McAllister 675f5a9c81 Upgrade to rustc 1.7.0-nightly (6e2a64b57 2015-12-30) 2016-01-09 14:52:04 -08:00
Keegan McAllister b4f72fe428 Merge pull request #22 from ebfe/freebsd_nr
Update freebsd syscall numbers
2015-09-09 11:46:45 -07:00