index
:
kogata.git
master
retrowave
Hobby OS ; intended to be small and perfect (^_^)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
kernel
/
user
/
syscall.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix stuff
Alex Auvolat
2016-07-30
1
-1
/
+0
*
Release mode (enables some optimizations) ; fix tests.
Alex Auvolat
2016-07-30
1
-0
/
+1
*
Fix sme warnings...
Alex Auvolat
2016-07-14
1
-4
/
+4
*
Add mutexes everywhere ; spam debug log (sorry)
Alex Auvolat
2015-03-14
1
-1
/
+1
*
Change thread waiting technology. Slower but does not do crappy things like m...
Alex Auvolat
2015-03-11
1
-40
/
+40
*
Bugfixing in progress. Strange bug: wait_on adds to waiters but later not in ...
Alex Auvolat
2015-03-11
1
-3
/
+3
*
Clear screen from GIP client (in login)
Alex Auvolat
2015-03-11
1
-1
/
+5
*
Add mk_shm syscall ; replace get_mode by fctl.
Alex Auvolat
2015-03-10
1
-3
/
+26
*
Implement select ; add two tests for channels.
Alex Auvolat
2015-03-08
1
-0
/
+54
*
Implement missing syscalls.
Alex Auvolat
2015-03-08
1
-0
/
+83
*
Implement wait and exec.
Alex Auvolat
2015-03-07
1
-4
/
+68
*
Implement some missing syscalls.
Alex Auvolat
2015-03-07
1
-20
/
+173
*
Process exiting & thread termination. IMPORTANT NOTE FOLLOWS.
Alex Auvolat
2015-03-04
1
-1
/
+1
*
Implement process termination and cleaning up (not completely though)
Alex Auvolat
2015-03-03
1
-2
/
+2
*
Add prototypes for process management...
Alex Auvolat
2015-03-03
1
-5
/
+0
*
Change VFS interface : handles no longer visible to underlying FS.
Alex Auvolat
2015-03-02
1
-2
/
+2
*
Implement fs_subfs (it's simple, really) ; add placeholders for more syscalls
Alex Auvolat
2015-02-24
1
-0
/
+79
*
Think a bit ; ioctls only on open file descriptors.
Alex Auvolat
2015-02-20
1
-27
/
+2
*
Add kernel worker threads for handling various tasks (eg. interrupts)
Alex Auvolat
2015-02-19
1
-0
/
+6
*
Add syscall for ioctl on open handle
Alex Auvolat
2015-02-19
1
-0
/
+10
*
Several things :
Alex Auvolat
2015-02-19
1
-2
/
+2
*
Implement basic syscalls...
Alex Auvolat
2015-02-19
1
-0
/
+220
*
Implement userspace malloc
Alex Auvolat
2015-02-19
1
-7
/
+34
*
Change a bit of structure
Alex Auvolat
2015-02-14
1
-9
/
+19
*
Begin implementation of syscalls.
Alex Auvolat
2015-02-13
1
-0
/
+64