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
/
core
/
thread.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix nasty task switching bu
Alex Auvolat
2016-07-15
1
-10
/
+10
*
Fix sme warnings...
Alex Auvolat
2016-07-14
1
-4
/
+4
*
Begin implement escape sequence handling in terminal.
Alex Auvolat
2015-03-14
1
-1
/
+1
*
Fix blocking channel && channel write on circular-overflow. (see ipc.c)
Alex Auvolat
2015-03-14
1
-1
/
+1
*
Fix region allocator (see changes in region.c!) ; debug spam control.
Alex Auvolat
2015-03-14
1
-12
/
+15
*
Add mutexes everywhere ; spam debug log (sorry)
Alex Auvolat
2015-03-14
1
-13
/
+13
*
Add missing mutex-locking in procesc.c ; discovered design fault somewhere.
Alex Auvolat
2015-03-13
1
-4
/
+7
*
Add better stack tracing technology (now uses kernel memory map!)
Alex Auvolat
2015-03-11
1
-11
/
+20
*
Change thread waiting technology. Slower but does not do crappy things like m...
Alex Auvolat
2015-03-11
1
-38
/
+30
*
Bugfixing in progress. Strange bug: wait_on adds to waiters but later not in ...
Alex Auvolat
2015-03-11
1
-17
/
+24
*
Fix process exiting.
Alex Auvolat
2015-03-11
1
-8
/
+15
*
Add mutex to pciide driver (fixes some stuff)
Alex Auvolat
2015-03-10
1
-0
/
+2
*
Remove kernel region pf handlers ; fix forget-to-zero-out bug.
Alex Auvolat
2015-03-09
1
-1
/
+1
*
Partial implement VFS pager (enough for ISO9660!)
Alex Auvolat
2015-03-09
1
-1
/
+1
*
Implement select ; add two tests for channels.
Alex Auvolat
2015-03-08
1
-28
/
+58
*
Add two entropy sources. Warning: prng is not secure in any way, I have no kn...
Alex Auvolat
2015-03-08
1
-0
/
+4
*
Update readme ; change time-related function names.
Alex Auvolat
2015-03-07
1
-2
/
+2
*
Process exiting & thread termination. IMPORTANT NOTE FOLLOWS.
Alex Auvolat
2015-03-04
1
-20
/
+90
*
Implement process termination and cleaning up (not completely though)
Alex Auvolat
2015-03-03
1
-2
/
+53
*
More uses of free_some_memory()
Alex Auvolat
2015-03-02
1
-1
/
+7
*
No lazy allocation of kernel memory. Placeholder for pmem freeing routine.
Alex Auvolat
2015-03-02
1
-3
/
+6
*
Setup critical section management for parts that must not be interrupted.
Alex Auvolat
2015-03-02
1
-28
/
+33
*
Change mode of operation for mmap_file (see readme)
Alex Auvolat
2015-02-20
1
-0
/
+4
*
Add kernel worker threads for handling various tasks (eg. interrupts)
Alex Auvolat
2015-02-19
1
-1
/
+18
*
Many things :
Alex Auvolat
2015-02-14
1
-3
/
+3
*
Reorganize code in preparation for user apps.
Alex Auvolat
2015-02-13
1
-4
/
+2
*
Implement some handling of user stuff...
Alex Auvolat
2015-02-13
1
-1
/
+1
*
Implement switching to usermode.
Alex Auvolat
2015-02-13
1
-1
/
+2
*
Prepare for user memory management and usermode code
Alex Auvolat
2015-02-13
1
-5
/
+12
*
Change semantics of pd_map_page to return true on success, false on error.
Alex Auvolat
2015-02-09
1
-1
/
+4
*
Reorganize all.
Alex Auvolat
2015-02-09
1
-0
/
+208