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
/
common
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move stuff around, again
Alex Auvolat
2016-07-15
9
-3
/
+3
*
Add Lua source, not compiled yet as libc/libm functions remain unimplemented
Alex Auvolat
2016-07-15
4
-4
/
+32
*
Fix sme warnings...
Alex Auvolat
2016-07-14
1
-0
/
+1
*
Integration of scan-build and splint
Alex Auvolat
2016-07-14
1
-2
/
+6
*
Add delta wrt. function in stack dump
Alex Auvolat
2016-07-13
1
-2
/
+2
*
Factorize region allocator between kernel and user processes (same code was t...
Alex Auvolat
2015-03-14
1
-0
/
+32
*
Add keyboard handling code. New font thanks to Muazzam from OSDev!
Alex Auvolat
2015-03-11
1
-1
/
+19
*
Bugfixing in progress. Strange bug: wait_on adds to waiters but later not in ...
Alex Auvolat
2015-03-11
1
-1
/
+39
*
Add pckbd driver.
Alex Auvolat
2015-03-11
1
-0
/
+20
*
Add simple drawing code & font loading.
Alex Auvolat
2015-03-11
1
-6
/
+8
*
Refactor ; add default font (8x16 standard VGA font).
Alex Auvolat
2015-03-11
1
-2
/
+8
*
Fix process exiting.
Alex Auvolat
2015-03-11
1
-4
/
+3
*
Things are happenning ; lots of bugs.
Alex Auvolat
2015-03-10
1
-3
/
+4
*
Implement VESA ioctl (not tested).
Alex Auvolat
2015-03-10
1
-2
/
+2
*
Add mk_shm syscall ; replace get_mode by fctl.
Alex Auvolat
2015-03-10
1
-3
/
+9
*
Rename & cleanup.
Alex Auvolat
2015-03-10
7
-21
/
+35
*
VESA mode setting ; displays kogata logo!
Alex Auvolat
2015-03-09
2
-1
/
+20
*
Implement select ; add two tests for channels.
Alex Auvolat
2015-03-08
3
-2
/
+17
*
Implement missing syscalls.
Alex Auvolat
2015-03-08
1
-3
/
+9
*
Tokens.
Alex Auvolat
2015-03-08
1
-13
/
+17
*
Channels.
Alex Auvolat
2015-03-08
2
-1
/
+12
*
Implement wait and exec.
Alex Auvolat
2015-03-07
1
-2
/
+2
*
Implement some missing syscalls.
Alex Auvolat
2015-03-07
1
-2
/
+5
*
Process exiting & thread termination. IMPORTANT NOTE FOLLOWS.
Alex Auvolat
2015-03-04
1
-0
/
+5
*
Implement process termination and cleaning up (not completely though)
Alex Auvolat
2015-03-03
1
-1
/
+6
*
Add prototypes for process management...
Alex Auvolat
2015-03-03
2
-14
/
+22
*
Change VFS interface : handles no longer visible to underlying FS.
Alex Auvolat
2015-03-02
1
-1
/
+1
*
Implement fs_subfs (it's simple, really) ; add placeholders for more syscalls
Alex Auvolat
2015-02-24
2
-9
/
+55
*
More preparation for iso9660
Alex Auvolat
2015-02-24
1
-0
/
+3
*
Make way for ISO 9660 driver.
Alex Auvolat
2015-02-24
1
-0
/
+1
*
Think a bit ; ioctls only on open file descriptors.
Alex Auvolat
2015-02-20
2
-4
/
+5
*
Add kernel worker threads for handling various tasks (eg. interrupts)
Alex Auvolat
2015-02-19
2
-4
/
+6
*
Add syscall for ioctl on open handle
Alex Auvolat
2015-02-19
2
-2
/
+4
*
Implement basic syscalls...
Alex Auvolat
2015-02-19
1
-22
/
+22
*
Implement userspace malloc
Alex Auvolat
2015-02-19
1
-0
/
+6
*
Moving files.
Alex Auvolat
2015-02-15
1
-0
/
+0
*
Add btree_remove_v to selectively remove bindings that have a key
Alex Auvolat
2015-02-14
1
-0
/
+2
*
Add binary tree implementation. NOT TESTED, FULL OF BUGS.
Alex Auvolat
2015-02-14
3
-23
/
+79
*
Change hashtbl memory freeing method
Alex Auvolat
2015-02-14
1
-3
/
+8
*
Begin implementation of syscalls.
Alex Auvolat
2015-02-13
1
-0
/
+40
*
Begin implementation of nullfs.
Alex Auvolat
2015-02-12
2
-1
/
+8
*
Begin ajusting vfs.c
Alex Auvolat
2015-02-12
1
-0
/
+2
*
kmain.c is kind of an example of how the VFS should be used from the outside...
Alex Auvolat
2015-02-12
1
-1
/
+1
*
DOES NOT COMPILE | VFS structure change (VFS centralises more stuff)
Alex Auvolat
2015-02-12
1
-5
/
+24
*
Add stating on open files
Alex Auvolat
2015-02-09
1
-0
/
+17
*
Work on nullfs
Alex Auvolat
2015-02-09
1
-6
/
+6
*
Make way for nullfs
Alex Auvolat
2015-02-09
1
-0
/
+1
*
Change readme, remove unused code, changed hashtbl to add key freeing function.
Alex Auvolat
2015-02-09
3
-44
/
+8
*
Reorganize all.
Alex Auvolat
2015-02-09
8
-0
/
+193