History for ubixos / src / sys / kernel
2004-09-11
@apwillia
Make endtask loop forever if _current->id == pid
apwillia committed on 11 Sep 2004
@reddawg
Fixed sched to work with gcc 3.3
reddawg committed on 11 Sep 2004
@reddawg
Fixed a few problems
reddawg committed on 11 Sep 2004
@apwillia
Fix DEAD problem
apwillia committed on 11 Sep 2004
@apwillia
Fix race conditions in net thread and scheduler
apwillia committed on 11 Sep 2004
@apwillia
CHRIS: Don't mess with scheduler structures outside the schedulergvim endtask.c Finally fixed the race condition.
apwillia committed on 11 Sep 2004
@reddawg
memset newly allocated tasks
reddawg committed on 11 Sep 2004
@reddawg
Oops why did i disable irq 1 irq 0 is the timer...
reddawg committed on 11 Sep 2004
@reddawg
ok
reddawg committed on 11 Sep 2004
@reddawg
Removed kernel/file.c all in the vfs now
reddawg committed on 11 Sep 2004
@reddawg
fork: cleaned up comments in fork and made fork_copyProcess static
reddawg committed on 11 Sep 2004
@apwillia
Make spinlock lock function sched_yield. Add spinlockLock_scheduler for use in smp-scheduler (avoids recursive call to sched).
apwillia committed on 11 Sep 2004
@apwillia
Fixed file syscalls so fdisk does not kernel panic
apwillia committed on 11 Sep 2004
@reddawg
Cleaning up the VFS more changes to follow...
reddawg committed on 11 Sep 2004
2004-09-10
@apwillia
Clean up 'Unhandled Header' printfs when compiled in linux
apwillia committed on 10 Sep 2004
@apwillia
Fix tty init again, put kprint on tty0
apwillia committed on 10 Sep 2004
2004-09-09
@reddawg
Fixed to work with 295 as well
reddawg committed on 9 Sep 2004
@apwillia
Fix gcc 3.3 optimization problem.
apwillia committed on 9 Sep 2004
2004-09-08
@reddawg
hmm
reddawg committed on 8 Sep 2004
@reddawg
Fixens
reddawg committed on 8 Sep 2004
@reddawg
All good now
reddawg committed on 8 Sep 2004
@reddawg
Fixes
reddawg committed on 8 Sep 2004
2004-09-07
@reddawg
only changes I have to contribute
reddawg committed on 7 Sep 2004
@apwillia
Fix gcc 2.95 being retarded and not follwing the C99 specs
apwillia committed on 7 Sep 2004
@reddawg
ok reverted back to old scheduling for now....
reddawg committed on 7 Sep 2004
@apwillia
Make kprintf stay on tty0
apwillia committed on 7 Sep 2004
@reddawg
ok
reddawg committed on 7 Sep 2004
@reddawg
time to roll back i can't think straight by friday
reddawg committed on 7 Sep 2004
2004-09-06
@reddawg
Created functions sched_addDelTask and sched_getDelTask so we can lock the delete task list to prevent corruption of pointers.... a very random case but possible none the less
reddawg committed on 6 Sep 2004
@reddawg
Fixes: Changed the order in which tasks are deleted from the queues. Also fixed backspace to work in the virtual ttys....
reddawg committed on 6 Sep 2004