GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
6
Releases
Fork
: 0
uBixOS
/
ubixos
Download ZIP
576 commits
Transfer to URL with SHA
tree:
58a679d142
Branches
Tags
×
UBIXOS-0.01
UBIXOS-0.5
UBIXOS-1.0
UBIXOS-OLD
UBIXOS-PRE
master
ubixos
/
src
/
bin
/
shell
/
latest commit
58a679d142
reddawg
authored
on 24 Jul 2004
..
Makefile
Changes for new libc, someone please test that the kernel still works
21 years ago
commands.c
Lots of changes to the vmm subsystem.... Page faults have been adjust to now be blocking on a per thread basis not system wide. This has resulted in no more deadlocks.. also the addition of per thread locking has removed segfaults as a result of COW in which two tasks fault the same COW page and try to modify it.
21 years ago
error.c
Converted some string pointers to const char
21 years ago
exec.c
shell: fixed a segfault bug comparing a null pointer
21 years ago
input.c
Fixed some potential problems
21 years ago
main.c
Sub Dirs
21 years ago
shell.h
Converted some string pointers to const char
21 years ago