Jeremy Soller
114fc92d62
Add flags to fmap by using a struct for fmap arguments.
2018-12-28 15:04:23 -07:00
Jeremy Soller
7c805d2a28
Add more wait related calls
2018-01-05 17:49:26 -07:00
Jeremy Soller
8f01290058
Add WCONTINUED
2018-01-03 22:21:26 -07:00
Jeremy Soller
88a0512d71
Add WUNTRACED
2018-01-03 21:50:59 -07:00
Jeremy Soller
561557e774
Merge code cleanup from Rust fork, add clone_thread
2017-08-27 10:49:35 -06:00
Ian Douglas Scott
89bce1981b
Add F_DUPFD flag
2017-08-08 10:57:51 -07:00
Ian Douglas Scott
cbc01efc4e
Add flag for fifo
2017-08-02 11:05:09 -07:00
Ian Douglas Scott
8786577cb7
Define F_GETFD and F_SETFD
2017-07-28 15:09:04 -07:00
Ian Douglas Scott
44d4ead33e
Add MODE_CHR flag for "character special"
2017-07-10 16:35:04 -07:00
Jeremy Soller
9053a668e0
Convert to sigaction from signal
2017-07-09 20:31:34 -06:00
Jeremy Soller
f3c97bee78
Add signal flags
2017-07-05 21:05:16 -06:00
Ian Douglas Scott
8579c43626
Add O_NOFOLLOW flag
2017-07-03 19:18:54 -07:00
Ian Douglas Scott
5c22611316
Add symlink-related flags
2017-06-26 09:21:30 -07:00
Jeremy Soller
1908eea7e9
O_RDWR is now a set of flags, O_STAT added to allow open of dir or file
2016-11-25 17:58:33 -07:00
Jeremy Soller
7497b715cd
Use open for mkdir
2016-11-25 16:57:46 -07:00
Jeremy Soller
7b8cc59890
More full featured syscall to set namespace
2016-11-16 21:52:24 -07:00
Jeremy Soller
af9aa0c3b2
Add CLONE_NEWNS
2016-11-16 20:50:34 -07:00
Jeremy Soller
3ee7a7ff0f
Add chmod, update cargo version
2016-11-15 16:43:49 -07:00
Jeremy Soller
681f629afb
Add flags to control owner, mode
2016-11-15 15:28:44 -07:00
Jeremy Soller
f48cbf22f3
Add fcntl
2016-11-14 12:14:19 -07:00
Jeremy Soller
5a687dfeb5
Smp ( #23 )
...
* Fire up multiple processors
* Use IPIs to wake up secondary processors
* Much better exception information
* Modifications to show more information on fault
* WIP: Use real libstd
* Add TLS (not complete)
* Add random function, export getpid, cleanup
* Do not spin APs until new context
* Update rust
* Update rust
* Use rd/wrfsbase
* Implement TLS
* Implement compiler builtins and update rust
* Update rust
* Back to Redox libstd
* Update rust
2016-10-31 10:49:00 -06:00
Jeremy Soller
96846aba3f
Add sys scheme to allow inspection of processes. WIP: Signals.
2016-10-13 21:00:51 -06:00
Jeremy Soller
207031175d
Time ( #11 )
...
* WIP: Time syscalls
* Count time from PIT using low tickrate
* Implement realtime
* Implement nanosleep with a tight loop
2016-10-06 20:50:14 -06:00
Jeremy Soller
0bbda9d776
Implement unix permissions
2016-10-05 18:01:05 -06:00
Jeremy Soller
a57b45e86b
WIP: Kevent
2016-09-23 15:47:53 -06:00
Jeremy Soller
57d8d71617
Add wnohang, make PS/2 driver write input to display scheme, which then passes it to the shell
2016-09-22 10:10:27 -06:00
Jeremy Soller
416ec07ea4
WIP: VESA driver. Make initfs generated by code
2016-09-20 21:52:45 -06:00
Jeremy Soller
da8e5db5c8
Implement more system calls
2016-09-20 16:57:45 -06:00