4lDO2
|
245cdf9caa
|
Remove physalloc* and physfree
|
2023-12-09 12:20:36 +01:00 |
|
4lDO2
|
06d569933f
|
Add SYS_SENDFD
|
2023-10-19 15:00:28 +00:00 |
|
4lDO2
|
745e9eb2bc
|
Remove SYS_PIPE2.
|
2023-08-31 21:15:57 +02:00 |
|
4lDO2
|
ab09be840c
|
Remove SYS_PHYSUNMAP.
|
2023-06-10 17:43:04 +02:00 |
|
4lDO2
|
e7c9a81b15
|
Remove cwd related syscalls and SYS_CHMOD.
|
2022-08-12 13:04:13 +02:00 |
|
4lDO2
|
ab5c685978
|
Remove SYS_EXEC from existence
|
2022-07-27 10:48:48 +02:00 |
|
4lDO2
|
67cf0997dc
|
Remove clone() and Daemon abstraction.
|
2022-07-27 10:48:48 +02:00 |
|
4lDO2
|
6d132345ee
|
WIP: Replace fexec with exec.
|
2022-07-27 10:48:44 +02:00 |
|
Jeremy Soller
|
0f9030f032
|
0.2.5 - paths are required to be utf8
|
2021-02-14 13:42:58 -07:00 |
|
jD91mZM2
|
5d53df836e
|
Remove brk
|
2020-08-15 17:31:27 +02:00 |
|
jD91mZM2
|
2bc9acc5c2
|
Breaking Change: Goodbye, deprecated functions
|
2020-08-14 15:18:44 +02:00 |
|
jD91mZM2
|
7f668b27cf
|
Replace llvm_asm in x86_64 code with asm
Also removes the syscall1_clobber call, because `clone` now saves the
registers in the kernel anyway.
|
2020-08-01 16:52:16 +02:00 |
|
jD91mZM2
|
7cc003d583
|
Add funmap2
|
2020-07-22 15:10:03 +02:00 |
|
4lDO2
|
6869e82a92
|
Add mmap2.
|
2020-07-08 15:36:59 +02:00 |
|
4lDO2
|
3efc8d06be
|
Add a more complex physalloc syscall.
|
2020-06-16 12:11:58 +00:00 |
|
jD91mZM2
|
9a7bd554d5
|
Suggestion: Switch to bitflags
|
2019-07-26 12:23:03 +02:00 |
|
Jeremy Soller
|
43c562a921
|
0.1.55:
- deprecate chmod
- add tests
- CI using redoxer
|
2019-07-03 21:29:08 -06:00 |
|
Jeremy Soller
|
54c06ce754
|
Add mprotect
|
2018-12-31 20:32:04 -07:00 |
|
Jeremy Soller
|
d84a66b609
|
0.1.47 - fix signature of sigprocmask
|
2018-12-28 21:19:36 -07:00 |
|
Jeremy Soller
|
697dbd3001
|
0.1.46 - add sigprocmask
|
2018-12-28 21:13:33 -07:00 |
|
Jeremy Soller
|
114fc92d62
|
Add flags to fmap by using a struct for fmap arguments.
|
2018-12-28 15:04:23 -07:00 |
|
Jeremy Soller
|
ab782ebfc0
|
Mark umask as safe
|
2018-11-16 19:48:06 -07:00 |
|
Jeremy Soller
|
cbb39163d4
|
Add umask
|
2018-11-16 19:43:24 -07:00 |
|
Jeremy Soller
|
85598a1c33
|
Merge branch 'relibc'
|
2018-10-14 16:43:40 -06:00 |
|
Tommy Hudson
|
cb6efcb479
|
Document more possible syscall errors
|
2018-10-14 01:42:25 +00:00 |
|
Jeremy Soller
|
739aef47b8
|
Remove unused type parameter
|
2018-08-11 16:47:37 -06:00 |
|
Jeremy Soller
|
66e34aea2e
|
Remove execve, replace with fexec
|
2018-08-11 11:14:16 -06:00 |
|
Jeremy Soller
|
3971bb414f
|
Remove fevent
|
2018-05-20 16:26:13 -06:00 |
|
Jeremy Soller
|
7c805d2a28
|
Add more wait related calls
|
2018-01-05 17:49:26 -07:00 |
|
jD91mZM2
|
e145ba3ea9
|
For some reason casting to signed byte
Also, optimization! `>> 1 > 0` could be turned into `>= 2`. Thanks, rust libc
|
2018-01-05 19:30:20 +01:00 |
|
jD91mZM2
|
d02a393781
|
Whoops, fix documentation
|
2018-01-05 18:51:37 +01:00 |
|
jD91mZM2
|
c102c6b21b
|
Added wif* functions
|
2018-01-05 18:49:35 +01:00 |
|
Jeremy Soller
|
414b8e0be0
|
Add frename
|
2017-12-27 20:18:56 -07:00 |
|
Jeremy Soller
|
0e73ef14a4
|
Add fchown, fchmod
|
2017-11-28 21:47:02 -07:00 |
|
Jeremy Soller
|
561557e774
|
Merge code cleanup from Rust fork, add clone_thread
|
2017-08-27 10:49:35 -06:00 |
|
Jeremy Soller
|
4db8f75a65
|
Add getpgid, setpgid
|
2017-07-23 14:44:17 -06:00 |
|
Ian Douglas Scott
|
ff0915e390
|
Make sigaction() take Option<_> arguments
|
2017-07-10 21:23:56 -07:00 |
|
Jeremy Soller
|
b41142430c
|
0.1.26: Restorer as part of syscall crate, add sigreturn
|
2017-07-10 20:12:20 -06:00 |
|
Jeremy Soller
|
9053a668e0
|
Convert to sigaction from signal
|
2017-07-09 20:31:34 -06:00 |
|
Jeremy Soller
|
9e7b7a168a
|
0.1.22: add futimens
|
2017-07-09 15:35:58 -06:00 |
|
Jeremy Soller
|
f3c97bee78
|
Add signal flags
|
2017-07-05 21:05:16 -06:00 |
|
Ian Douglas Scott
|
1fc8732fc2
|
getppid
|
2017-06-28 22:06:54 -07:00 |
|
Ian Douglas Scott
|
e540330fe0
|
Use AsRef<[u8]> for paths, instead of &str
|
2017-05-08 08:22:51 -07:00 |
|
Jeremy Soller
|
89f6ad9900
|
Add dup2 call
|
2016-12-27 11:17:38 -07:00 |
|
Jeremy Soller
|
a61d37da57
|
Add dup2 call
|
2016-12-27 11:17:29 -07:00 |
|
Jeremy Soller
|
7497b715cd
|
Use open for mkdir
|
2016-11-25 16:57:46 -07:00 |
|
Jeremy Soller
|
2835586ee6
|
Match RFC spec
|
2016-11-25 12:05:30 -07:00 |
|
Jeremy Soller
|
cc90408d14
|
Add fstatvfs syscall
|
2016-11-18 08:14:52 -07:00 |
|
Jeremy Soller
|
8ce29a6ea2
|
Use setreuid, setregid for more control over process state
|
2016-11-17 14:09:40 -07:00 |
|
Jeremy Soller
|
7b8cc59890
|
More full featured syscall to set namespace
|
2016-11-16 21:52:24 -07:00 |
|