diff --git a/Cargo.toml b/Cargo.toml index e12b7df..5670627 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,5 +31,6 @@ members = [ "schemes/randd", "schemes/redoxfs", "schemes/tcpd", - "schemes/udpd" + "schemes/udpd", + "syscall" ] diff --git a/crates/event b/crates/event deleted file mode 160000 index d8d4724..0000000 --- a/crates/event +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d8d472487f5e666b8c61a54326d3f89e4a816fec diff --git a/drivers b/drivers index 9eeade8..6084037 160000 --- a/drivers +++ b/drivers @@ -1 +1 @@ -Subproject commit 9eeade88606095a03ee3c285972b45d1c499a971 +Subproject commit 608403765d1d290045ddc14d10c6f5442cb2452d diff --git a/kernel b/kernel index 375e8ad..e201355 160000 --- a/kernel +++ b/kernel @@ -1 +1 @@ -Subproject commit 375e8addd20d39cd8a40bf39160532c15bd55c17 +Subproject commit e20135575c6392dfbf43e117cafee03e00ae8f0c diff --git a/programs/contain/Cargo.toml b/programs/contain/Cargo.toml index ad46eb0..baf2a4e 100644 --- a/programs/contain/Cargo.toml +++ b/programs/contain/Cargo.toml @@ -3,4 +3,4 @@ name = "contain" version = "0.1.0" [dependencies] -redox_syscall = { path = "../../syscall" } +redox_syscall = { git = "https://github.com/redox-os/syscall.git" } diff --git a/programs/games b/programs/games index 15374e8..3478af8 160000 --- a/programs/games +++ b/programs/games @@ -1 +1 @@ -Subproject commit 15374e8a8ae5db6982e7d265ad088f790e38a3b8 +Subproject commit 3478af86d9bb413dc918ead3029eff65bf44e099 diff --git a/programs/init/Cargo.toml b/programs/init/Cargo.toml index b045ad6..0ababa4 100644 --- a/programs/init/Cargo.toml +++ b/programs/init/Cargo.toml @@ -3,4 +3,4 @@ name = "init" version = "0.1.0" [dependencies] -redox_syscall = { path = "../../syscall" } +redox_syscall = { git = "https://github.com/redox-os/syscall.git" } diff --git a/syscall b/syscall index 1193791..6188e4d 160000 --- a/syscall +++ b/syscall @@ -1 +1 @@ -Subproject commit 1193791d642795840d7f22967249bad8bdef1a32 +Subproject commit 6188e4d040c14d221aebebb942d424edada47671