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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clear screen from GIP client (in login)
Alex Auvolat
2015-03-11
1
-1
/
+5
*
Begin work on GIP (Graphics Initiation Protocol)
Alex Auvolat
2015-03-11
1
-2
/
+2
*
Fix process exiting.
Alex Auvolat
2015-03-11
1
-27
/
+28
*
Things are happenning ; lots of bugs.
Alex Auvolat
2015-03-10
1
-3
/
+18
*
Add mk_shm syscall ; replace get_mode by fctl.
Alex Auvolat
2015-03-10
4
-10
/
+29
*
Pass more information to FS driver on some ops (TODO bugcheck).
Alex Auvolat
2015-03-10
3
-54
/
+60
*
Add simple shared memory facility to IPC (no syscall yet)
Alex Auvolat
2015-03-10
4
-4
/
+86
*
VESA mode setting ; displays kogata logo!
Alex Auvolat
2015-03-09
1
-13
/
+58
*
Implement V86 monitor and VESA mode detection.
Alex Auvolat
2015-03-09
1
-0
/
+2
*
Finish implementation of VFS pager.
Alex Auvolat
2015-03-09
1
-24
/
+66
*
Remove kernel region pf handlers ; fix forget-to-zero-out bug.
Alex Auvolat
2015-03-09
2
-6
/
+12
*
Partial implement VFS pager (enough for ISO9660!)
Alex Auvolat
2015-03-09
5
-37
/
+130
*
Nullfs now uses pager.
Alex Auvolat
2015-03-09
4
-104
/
+219
*
Add pager interface ; implement basic functionnality to replace private maps.
Alex Auvolat
2015-03-09
2
-46
/
+230
*
Require all fs_handle_t objects to point to a node.
Alex Auvolat
2015-03-09
3
-40
/
+73
*
Implement select ; add two tests for channels.
Alex Auvolat
2015-03-08
4
-1
/
+86
*
Implement missing syscalls.
Alex Auvolat
2015-03-08
1
-0
/
+83
*
Tokens.
Alex Auvolat
2015-03-08
1
-0
/
+114
*
Change prototypes for read, write, readdir, close ; implement blocking IPC.
Alex Auvolat
2015-03-08
3
-62
/
+79
*
Channels.
Alex Auvolat
2015-03-08
1
-0
/
+162
*
Change VFS a bit in preparation for IPC code : ...
Alex Auvolat
2015-03-08
1
-11
/
+13
*
Implement wait and exec.
Alex Auvolat
2015-03-07
2
-5
/
+190
*
Implement some missing syscalls.
Alex Auvolat
2015-03-07
2
-21
/
+205
*
Fix stupid forget-to-unreference bug.
Alex Auvolat
2015-03-04
1
-1
/
+5
*
Process exiting & thread termination. IMPORTANT NOTE FOLLOWS.
Alex Auvolat
2015-03-04
2
-41
/
+66
*
TY tito.
Alex Auvolat
2015-03-03
1
-0
/
+1
*
Implement process termination and cleaning up (not completely though)
Alex Auvolat
2015-03-03
2
-25
/
+137
*
Add prototypes for process management...
Alex Auvolat
2015-03-03
2
-10
/
+34
*
Change VFS interface : handles no longer visible to underlying FS.
Alex Auvolat
2015-03-02
4
-127
/
+68
*
Fix VFS reference counting.
Alex Auvolat
2015-03-02
1
-17
/
+16
*
More uses of free_some_memory()
Alex Auvolat
2015-03-02
1
-4
/
+3
*
Setup critical section management for parts that must not be interrupted.
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
3
-2
/
+118
*
Change VFS a bit : the root directory of a fs is now a pointer. Fix tests.
Alex Auvolat
2015-02-24
2
-42
/
+53
*
Change mode of operation for mmap_file (see readme)
Alex Auvolat
2015-02-20
3
-20
/
+30
*
Think a bit ; ioctls only on open file descriptors.
Alex Auvolat
2015-02-20
3
-44
/
+6
*
Add kernel worker threads for handling various tasks (eg. interrupts)
Alex Auvolat
2015-02-19
1
-0
/
+6
*
Remove global locking on handles by VFS ; adapt nullfs.
Alex Auvolat
2015-02-19
2
-39
/
+32
*
Add syscall for ioctl on open handle
Alex Auvolat
2015-02-19
2
-1
/
+22
*
Several things :
Alex Auvolat
2015-02-19
2
-22
/
+40
*
Implement basic syscalls...
Alex Auvolat
2015-02-19
2
-1
/
+251
*
Implement userspace malloc
Alex Auvolat
2015-02-19
2
-10
/
+40
*
Make VFS thread-safe, probably.
Alex Auvolat
2015-02-19
2
-28
/
+122
*
Make nullfs thread-safe (maybe in an overkill manner, but it doesn't cost mut...
Alex Auvolat
2015-02-19
1
-10
/
+26
*
Fix mchmap. Lesson : invalid pointer dereferences happen! with unexpected res...
Alex Auvolat
2015-02-14
1
-1
/
+1
*
Many things :
Alex Auvolat
2015-02-14
2
-10
/
+54
*
Use btrees to find memory regions.
Alex Auvolat
2015-02-14
1
-14
/
+32
*
Add btree_remove_v to selectively remove bindings that have a key
Alex Auvolat
2015-02-14
1
-0
/
+1
*
Change hashtbl memory freeing method
Alex Auvolat
2015-02-14
3
-8
/
+8
*
Change a bit of structure
Alex Auvolat
2015-02-14
3
-29
/
+20
[next]