aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/user/syscall.c
Commit message (Collapse)AuthorAgeFilesLines
* Think a bit ; ioctls only on open file descriptors.Alex Auvolat2015-02-201-27/+2
|
* Add kernel worker threads for handling various tasks (eg. interrupts)Alex Auvolat2015-02-191-0/+6
|
* Add syscall for ioctl on open handleAlex Auvolat2015-02-191-0/+10
|
* Several things :Alex Auvolat2015-02-191-2/+2
| | | | | | | - disambiguate syscall.h : kernel syscall.h moved to sct.h - fix btree_remove_v !! (munmap fucked up stuff before) - make nullfs's directory listing non-exclusive (it actually copies the listing on open() and readdir()'s from that copy)
* Implement basic syscalls...Alex Auvolat2015-02-191-0/+220
|
* Implement userspace mallocAlex Auvolat2015-02-191-7/+34
|
* Change a bit of structureAlex Auvolat2015-02-141-9/+19
|
* Begin implementation of syscalls.Alex Auvolat2015-02-131-0/+64