aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/include
Commit message (Expand)AuthorAgeFilesLines
* Implement select ; add two tests for channels.Alex Auvolat2015-03-082-1/+5
* Tokens.Alex Auvolat2015-03-081-2/+7
* Change prototypes for read, write, readdir, close ; implement blocking IPC.Alex Auvolat2015-03-082-5/+5
* Channels.Alex Auvolat2015-03-081-0/+21
* Change VFS a bit in preparation for IPC code : ...Alex Auvolat2015-03-082-1/+10
* Add PRNGAlex Auvolat2015-03-081-0/+9
* Update readme ; change time-related function names.Alex Auvolat2015-03-071-2/+2
* Implement some missing syscalls.Alex Auvolat2015-03-071-1/+2
* Add previous notice to thread.hAlex Auvolat2015-03-041-0/+8
* Process exiting & thread termination. IMPORTANT NOTE FOLLOWS.Alex Auvolat2015-03-042-9/+20
* Implement process termination and cleaning up (not completely though)Alex Auvolat2015-03-031-1/+2
* Add prototypes for process management...Alex Auvolat2015-03-032-6/+30
* Add comment about vfs_handle_tAlex Auvolat2015-03-021-0/+3
* Change VFS interface : handles no longer visible to underlying FS.Alex Auvolat2015-03-021-23/+10
* No lazy allocation of kernel memory. Placeholder for pmem freeing routine.Alex Auvolat2015-03-023-2/+12
* Setup critical section management for parts that must not be interrupted.Alex Auvolat2015-03-022-10/+19
* IRQ handlers must be written with caution!Alex Auvolat2015-02-281-0/+10
* Implement fs_subfs (it's simple, really) ; add placeholders for more syscallsAlex Auvolat2015-02-241-1/+4
* Complete ISO9660 impl ; some strange wtf is going on.Alex Auvolat2015-02-241-0/+19
* Fix a bug (dispose in pciide should not exist)Alex Auvolat2015-02-241-5/+5
* Change VFS a bit : the root directory of a fs is now a pointer. Fix tests.Alex Auvolat2015-02-241-2/+1
* More preparation for iso9660Alex Auvolat2015-02-241-0/+87
* Make way for ISO 9660 driver.Alex Auvolat2015-02-241-0/+5
* Add PCI IDE driver (only PIO mode, no DMA yet.)Alex Auvolat2015-02-244-9/+155
* PCI enumeration ; rename dev:/ to io:/Alex Auvolat2015-02-244-16/+96
* Change mode of operation for mmap_file (see readme)Alex Auvolat2015-02-203-4/+32
* Think a bit ; ioctls only on open file descriptors.Alex Auvolat2015-02-201-2/+1
* Add kernel worker threads for handling various tasks (eg. interrupts)Alex Auvolat2015-02-192-2/+18
* Remove global locking on handles by VFS ; adapt nullfs.Alex Auvolat2015-02-191-1/+0
* Add syscall for ioctl on open handleAlex Auvolat2015-02-191-3/+9
* Several things :Alex Auvolat2015-02-191-1/+1
* Implement basic syscalls...Alex Auvolat2015-02-191-2/+6
* Implement userspace mallocAlex Auvolat2015-02-191-4/+1
* Make VFS thread-safe, probably.Alex Auvolat2015-02-191-8/+23
* Moving files.Alex Auvolat2015-02-151-1/+1
* Many things :Alex Auvolat2015-02-141-0/+12
* Use btrees to find memory regions.Alex Auvolat2015-02-141-0/+2
* Change a bit of structureAlex Auvolat2015-02-141-5/+12
* Begin implementation of syscalls.Alex Auvolat2015-02-132-0/+17
* Implement ELF loading ; arrange so that user processes run.Alex Auvolat2015-02-132-1/+64
* Implement some handling of user stuff...Alex Auvolat2015-02-131-1/+1
* Implement switching to usermode.Alex Auvolat2015-02-132-0/+5
* Add stubs for process-related functions.Alex Auvolat2015-02-133-12/+28
* Prepare for user memory management and usermode codeAlex Auvolat2015-02-133-4/+16
* Cleanup output.Alex Auvolat2015-02-131-1/+1
* Complete nullfs : create, delete, trunc, read, writeAlex Auvolat2015-02-131-0/+1
* Unlink function now called delete() (becaue that's what it does)Alex Auvolat2015-02-131-4/+4
* Change semantics of VFS :Alex Auvolat2015-02-131-3/+11
* Begin implementation of nullfs.Alex Auvolat2015-02-122-12/+9
* Adjust nullfs headerAlex Auvolat2015-02-122-15/+10