Jeremy Soller
|
8ba97b8cff
|
Canonicalize paths in open
|
2016-09-18 12:54:10 -06:00 |
|
Jeremy Soller
|
75016bfe39
|
Update libstd. Add CWD and associated syscalls. Remove debugging
|
2016-09-17 19:01:34 -06:00 |
|
Jeremy Soller
|
c5afb10b00
|
Add exit status to status enum
|
2016-09-17 09:23:36 -06:00 |
|
Jeremy Soller
|
959ecdad04
|
Fix creation of kstack
|
2016-09-17 09:18:35 -06:00 |
|
Jeremy Soller
|
9bc242c179
|
Implement the typical use of waitpid
|
2016-09-16 18:50:47 -06:00 |
|
Jeremy Soller
|
5f570fa5b4
|
Allow cloning of files and memory
|
2016-09-16 18:27:54 -06:00 |
|
Jeremy Soller
|
91fc7c96ab
|
work on shared memory accross threads
|
2016-09-16 17:51:27 -06:00 |
|
Jeremy Soller
|
356ba325ea
|
Collapse status of context into one status variable
|
2016-09-16 11:10:53 -06:00 |
|
Jeremy Soller
|
0f27cd24ce
|
Organize context module
|
2016-09-16 10:44:52 -06:00 |
|
Jeremy Soller
|
1711303ef8
|
Fix implementation of clone and exec. Now the init process can load and execute the pci driver
|
2016-09-15 08:35:07 -06:00 |
|
Jeremy Soller
|
8607367058
|
WIP: Create new page table for clone
|
2016-09-14 22:21:52 -06:00 |
|
Jeremy Soller
|
932026fed8
|
WIP: Copy usermode stack
|
2016-09-13 21:27:27 -06:00 |
|
Jeremy Soller
|
d3ace7dcad
|
Allow cloning of kernel threads. Userspace breaks potentially due to stack aliasing
|
2016-09-13 20:06:39 -06:00 |
|
Jeremy Soller
|
d1c0e3b5da
|
Use flush_all instead of flush for performance
|
2016-09-13 11:20:55 -06:00 |
|
Jeremy Soller
|
d4ca131391
|
cr3 in context
|
2016-09-12 12:21:34 -06:00 |
|
Jeremy Soller
|
70bf79a977
|
Implement exit, partly
|
2016-09-11 22:03:03 -06:00 |
|
Jeremy Soller
|
0bb1ad38c9
|
Clear memory on demand
|
2016-09-11 21:47:44 -06:00 |
|
Jeremy Soller
|
db3255dd82
|
Add comments
|
2016-09-11 21:35:02 -06:00 |
|
Jeremy Soller
|
011c8f7f2b
|
Cleanup heap management
|
2016-09-11 21:18:18 -06:00 |
|
Jeremy Soller
|
efd41a857e
|
Store context memory information
|
2016-09-11 21:04:34 -06:00 |
|
Jeremy Soller
|
86597331cc
|
Allow exec, emulate clone by pretending to be child
|
2016-09-11 18:03:10 -06:00 |
|
Jeremy Soller
|
cf27b3a3ad
|
Fix close, add dup
|
2016-09-11 17:31:21 -06:00 |
|
Jeremy Soller
|
9b17495dd6
|
Implement exec
Implement brk
|
2016-09-10 22:06:09 -06:00 |
|
Jeremy Soller
|
c30f4208d4
|
Implement sched_yield, enable interrupts in userspace
|
2016-09-10 19:18:59 -06:00 |
|
Jeremy Soller
|
486bfea62c
|
Remove debugging messages, launch elf on APs
|
2016-09-10 19:03:31 -06:00 |
|
Jeremy Soller
|
5c91017579
|
Draw on VESA for console using ransid
|
2016-09-01 11:51:33 -06:00 |
|
Jeremy Soller
|
6269f68b03
|
Fill in all exception and IRQ entries. Handle PIT, keyboard IRQs
|
2016-08-31 17:45:21 -06:00 |
|
Jeremy Soller
|
2ccc13d212
|
Merge branch 'master' of https://github.com/redox-os/kernel
|
2016-08-30 16:23:56 -06:00 |
|
Jeremy Soller
|
9bddf55e93
|
Improvements for context switching
|
2016-08-30 16:23:51 -06:00 |
|
ticki
|
9ca3559cc8
|
Newtype file descriptors.
To avoid various bugs regarding the typing of file descriptors, we
newtype them into a simple wrapper type.
- Document some stuff.
|
2016-08-29 11:58:31 +02:00 |
|
Jeremy Soller
|
f2d2b233f3
|
Simple, unsafe context switch
|
2016-08-28 18:38:53 -06:00 |
|
Jeremy Soller
|
24bfb2c81f
|
Fix the build. Sorry
|
2016-08-24 19:30:14 -06:00 |
|
Jeremy Soller
|
84873532af
|
Arch context in kernel context
|
2016-08-24 10:35:42 -06:00 |
|
Jeremy Soller
|
aecfa50029
|
Initialize contexts, add getpid
|
2016-08-20 14:32:45 -06:00 |
|
Jeremy Soller
|
47280a921a
|
Context list class, static context ID magic
|
2016-08-20 13:43:35 -06:00 |
|
Jeremy Soller
|
954af453dc
|
Remove clone from context
|
2016-08-18 09:02:31 -06:00 |
|
Jeremy Soller
|
8fc113adef
|
Refactor context list
|
2016-08-18 08:30:45 -06:00 |
|
Jeremy Soller
|
f79d6ce12b
|
Add context and file structs
|
2016-08-14 18:16:56 -06:00 |
|