diff --git a/src/sys/kernel/bioscall.c b/src/sys/kernel/bioscall.c index 7639761..5956306 100644 --- a/src/sys/kernel/bioscall.c +++ b/src/sys/kernel/bioscall.c @@ -97,23 +97,6 @@ } /*** - $Log$ - Revision 1.6 2004/08/21 17:36:57 reddawg - updates: converted to software task switching however it is not working yet - - Revision 1.5 2004/07/17 15:54:52 reddawg - kmalloc: added assert() - bioscall: fixed some potential problem by not making 16bit code - paging: added assert() - - Revision 1.4 2004/06/15 12:24:07 reddawg - Cleaned Up - - Revision 1.3 2004/05/19 04:07:42 reddawg - kmalloc(size,pid) no more it is no kmalloc(size); the way it should of been - - Revision 1.2 2004/05/15 02:30:28 reddawg - Lots of changes END ***/ diff --git a/src/sys/kernel/elf.c b/src/sys/kernel/elf.c index ce7c5b2..68543a9 100644 --- a/src/sys/kernel/elf.c +++ b/src/sys/kernel/elf.c @@ -106,12 +106,6 @@ } /*** - $Log$ - Revision 1.3 2004/06/12 01:27:26 reddawg - shared objects: yes we almost fully support shared objects - - Revision 1.2 2004/05/15 02:30:28 reddawg - Lots of changes END ***/ diff --git a/src/sys/kernel/endtask.c b/src/sys/kernel/endtask.c index 84f5ebf..c287e47 100644 --- a/src/sys/kernel/endtask.c +++ b/src/sys/kernel/endtask.c @@ -66,103 +66,6 @@ } /*** - $Log$ - Revision 1.24 2004/09/11 21:45:51 apwillia - Make endtask loop forever if _current->id == pid - - Revision 1.23 2004/09/11 17:39:51 apwillia - CHRIS: Don't mess with scheduler structures outside the schedulergvim endtask.c Finally fixed the race condition. - - Revision 1.22 2004/09/11 14:26:30 reddawg - Oops why did i disable irq 1 irq 0 is the timer... - - Revision 1.21 2004/09/08 22:16:02 reddawg - Fixens - - Revision 1.20 2004/09/07 21:54:38 reddawg - ok reverted back to old scheduling for now.... - - Revision 1.19 2004/09/06 22:01:28 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 - - Revision 1.18 2004/09/06 21:39:21 reddawg - Fixes: Changed the order in which tasks are deleted from the queues. Also fixed backspace to work in the virtual ttys.... - - Revision 1.17 2004/08/26 22:51:18 reddawg - TCA touched me :( i think he likes men.... - - - sched.h: kTask_t added parentPid - endtask.c: fixed term back to parentPid - exec.c: cleaned warnings - fork.c: fixed term to childPid - sched.c: clean up for dead tasks - systemtask.c: clean up dead tasks - kmalloc.c: cleaned up warnings - udp.c: cleaned up warnings - bot.c: cleaned up warnings - shell.c: cleaned up warnings - tcpdump.c: took a dump - hd.c: cleaned up warnings - ubixfs.c: stopped prning debug info - - Revision 1.16 2004/08/09 12:58:05 reddawg - let me know when you got the surce - - Revision 1.15 2004/08/06 22:43:04 reddawg - ok - - Revision 1.14 2004/08/06 22:32:16 reddawg - Ubix Works Again - - Revision 1.12 2004/08/03 18:31:19 reddawg - virtual terms - - Revision 1.11 2004/07/28 15:05:43 reddawg - Major: - Pages now have strict security enforcement. - Many null dereferences have been resolved. - When apps loaded permissions set for pages rw and ro - - Revision 1.10 2004/07/24 23:04:44 reddawg - Changes... mark let me know if you fault at pid 185 when you type stress - - Revision 1.9 2004/07/21 10:02:09 reddawg - devfs: renamed functions - device system: renamed functions - fdc: fixed a few potential bugs and cleaned up some unused variables - strol: fixed definition - endtask: made it print out freepage debug info - kmalloc: fixed a huge memory leak we had some unhandled descriptor insertion so some descriptors were lost - ld: fixed a pointer conversion - file: cleaned up a few unused variables - sched: broke task deletion - kprintf: fixed ogPrintf definition - - Revision 1.8 2004/07/19 02:31:17 reddawg - We do some propper task cleanup now when they exit... such as close open FD for LD and delete task from the task list - - Revision 1.7 2004/07/19 02:08:28 reddawg - Cleaned out the rest of debuging code also temporarily disabled the ip stack to improve boot time - - Revision 1.6 2004/07/18 05:24:15 reddawg - Fixens - - Revision 1.5 2004/06/26 01:24:44 reddawg - Fixens - - Revision 1.4 2004/06/25 17:25:52 reddawg - I am cleaning too - - Revision 1.3 2004/06/15 12:24:07 reddawg - Cleaned Up - - Revision 1.2 2004/05/21 15:49:13 reddawg - The os does better housekeeping now when a task is exited - - Revision 1.1 2004/05/19 17:28:28 reddawg - Added the correct endTask Procedure - - END ***/ + diff --git a/src/sys/kernel/fork.c b/src/sys/kernel/fork.c index 3f5d3cc..54282fb 100644 --- a/src/sys/kernel/fork.c +++ b/src/sys/kernel/fork.c @@ -127,9 +127,6 @@ ); /*** - $Log$ - Revision 1.34 2004/09/11 13:06:39 reddawg - fork: cleaned up comments in fork and made fork_copyProcess static - END ***/ + diff --git a/src/sys/kernel/ld.c b/src/sys/kernel/ld.c index 5075db0..1357c76 100644 --- a/src/sys/kernel/ld.c +++ b/src/sys/kernel/ld.c @@ -171,118 +171,6 @@ } /*** - $Log$ - Revision 1.35 2004/09/11 01:20:08 apwillia - Clean up 'Unhandled Header' printfs when compiled in linux - - Revision 1.34 2004/09/07 22:00:20 apwillia - Fix gcc 2.95 being retarded and not follwing the C99 specs - - Revision 1.33 2004/07/28 15:05:43 reddawg - Major: - Pages now have strict security enforcement. - Many null dereferences have been resolved. - When apps loaded permissions set for pages rw and ro - - Revision 1.32 2004/07/28 00:17:05 reddawg - Major: - Disconnected page 0x0 from the system... Unfortunately this broke many things - all of which have been fixed. This was good because nothing deferences NULL - any more. - - Things affected: - malloc,kmalloc,getfreepage,getfreevirtualpage,pagefault,fork,exec,ld,ld.so,exec,file - - Revision 1.31 2004/07/22 19:32:42 reddawg - absolute path - - Revision 1.30 2004/07/21 10:02:09 reddawg - devfs: renamed functions - device system: renamed functions - fdc: fixed a few potential bugs and cleaned up some unused variables - strol: fixed definition - endtask: made it print out freepage debug info - kmalloc: fixed a huge memory leak we had some unhandled descriptor insertion so some descriptors were lost - ld: fixed a pointer conversion - file: cleaned up a few unused variables - sched: broke task deletion - kprintf: fixed ogPrintf definition - - Revision 1.29 2004/07/20 22:29:55 reddawg - assert: remade assert - - Revision 1.28 2004/07/17 03:10:18 reddawg - Added asserts no problems thusfar - - Revision 1.27 2004/06/28 23:12:58 reddawg - file format now container:/path/to/file - - Revision 1.26 2004/06/18 15:18:05 reddawg - bug fixes: did some double checking on pointers and 0x0 out memory - - Revision 1.25 2004/06/17 13:16:55 reddawg - debug: removed all dead debug code - - Revision 1.24 2004/06/17 13:05:14 reddawg - dynamic linking: fixed int6 issue problem was multiple rel's - - Revision 1.23 2004/06/17 12:51:27 reddawg - try now - - Revision 1.22 2004/06/17 12:43:59 reddawg - debug: show me output from this - - Revision 1.21 2004/06/17 12:39:30 reddawg - ok - - Revision 1.20 2004/06/17 12:35:15 reddawg - Test - - Revision 1.19 2004/06/17 12:28:56 reddawg - debug: show me the output after this is a tested - - Revision 1.18 2004/06/17 02:58:49 reddawg - Cleaned Out Dead Code - - Revision 1.17 2004/06/17 02:19:29 reddawg - Cleaning out dead code - - Revision 1.16 2004/06/17 01:52:54 reddawg - Maybe? - - Revision 1.15 2004/06/17 01:23:23 reddawg - Do This - - Revision 1.14 2004/06/17 01:09:25 reddawg - TCA: cvs update make and give me output - - Revision 1.13 2004/06/16 19:45:11 reddawg - Cleaned Up Code - - Revision 1.12 2004/06/16 17:49:02 reddawg - Fixed typo printf <--> kprintf - - Revision 1.11 2004/06/16 17:46:42 reddawg - Cleaned Dead Code - - Revision 1.10 2004/06/16 17:32:14 reddawg - Removed Dead LD Code now part of ld.so - - Revision 1.9 2004/06/16 17:04:13 reddawg - ld.so: rest of the commit - - Revision 1.6 2004/06/14 12:20:54 reddawg - notes: many bugs repaired and ld works 100% now. - - Revision 1.5 2004/06/13 03:05:15 reddawg - we now have a dynamic linker - - Revision 1.4 2004/06/12 01:27:26 reddawg - shared objects: yes we almost fully support shared objects - - Revision 1.3 2004/05/15 02:30:28 reddawg - Lots of changes - END ***/ diff --git a/src/sys/kernel/sched.c b/src/sys/kernel/sched.c index 53438a7..393d4e7 100644 --- a/src/sys/kernel/sched.c +++ b/src/sys/kernel/sched.c @@ -276,146 +276,6 @@ } /*** - $Log$ - Revision 1.63 2004/09/19 13:02:50 reddawg - Bug Fixes - - Revision 1.62 2004/09/16 22:35:28 reddawg - Demo Release - - Revision 1.61 2004/09/15 21:25:33 reddawg - Fixens - - Revision 1.60 2004/09/11 22:21:11 reddawg - oInfo.cwd is now an array no longer a pointer.. - - Revision 1.59 2004/09/11 22:17:52 reddawg - hmm.. - - Revision 1.58 2004/09/11 21:45:44 reddawg - Fixed sched to work with gcc 3.3 - - Revision 1.57 2004/09/11 21:38:00 reddawg - Fixed a few problems - - Revision 1.56 2004/09/11 21:31:54 apwillia - Fix DEAD problem - - Revision 1.55 2004/09/11 21:30:37 apwillia - Fix race conditions in net thread and scheduler - - Revision 1.54 2004/09/11 17:39:51 apwillia - CHRIS: Don't mess with scheduler structures outside the schedulergvim endtask.c Finally fixed the race condition. - - Revision 1.53 2004/09/11 14:55:25 reddawg - memset newly allocated tasks - - Revision 1.52 2004/09/11 12:11:11 reddawg - Cleaning up the VFS more changes to follow... - - Revision 1.51 2004/09/08 22:16:02 reddawg - Fixens - - Revision 1.50 2004/09/08 21:19:32 reddawg - All good now - - Revision 1.49 2004/09/07 22:05:59 reddawg - only changes I have to contribute - - Revision 1.48 2004/09/07 21:54:38 reddawg - ok reverted back to old scheduling for now.... - - Revision 1.30 2004/08/09 12:58:05 reddawg - let me know when you got the surce - - Revision 1.29 2004/08/06 22:43:04 reddawg - ok - - Revision 1.28 2004/08/06 22:32:16 reddawg - Ubix Works Again - - Revision 1.26 2004/08/02 18:50:13 reddawg - Updates to make some variable volatile to make work with gcc 3.3. However there are still some issues but we have not caused new issues with gcc 2.95 - - Revision 1.25 2004/08/01 20:24:51 reddawg - Fixens - - Revision 1.24 2004/08/01 17:50:46 reddawg - Fixens - - Revision 1.23 2004/07/29 21:32:16 reddawg - My quick lunchs breaks worth of updates.... - - Revision 1.22 2004/07/28 16:29:30 reddawg - old sched back - - Revision 1.20 2004/07/25 06:04:00 reddawg - Last of my fixes for the morning - - Revision 1.19 2004/07/24 15:12:56 reddawg - Now I'm current - - Revision 1.18 2004/07/21 10:02:09 reddawg - devfs: renamed functions - device system: renamed functions - fdc: fixed a few potential bugs and cleaned up some unused variables - strol: fixed definition - endtask: made it print out freepage debug info - kmalloc: fixed a huge memory leak we had some unhandled descriptor insertion so some descriptors were lost - ld: fixed a pointer conversion - file: cleaned up a few unused variables - sched: broke task deletion - kprintf: fixed ogPrintf definition - - Revision 1.17 2004/07/20 18:58:24 reddawg - Few fixes - - Revision 1.16 2004/07/20 18:51:00 reddawg - sched: hold that was my error - - Revision 1.15 2004/07/19 02:32:21 reddawg - sched: we now set task status to dead which then makes the scheduler do some clean it could be some minor overhead but i feel this is our most efficient approach right now to prevent corruption of the queues - - Revision 1.14 2004/07/19 01:56:31 reddawg - schedDeleteTask: I am pondering the possability that this could not finish in a quantum.... - - Revision 1.13 2004/07/18 05:24:15 reddawg - Fixens - - Revision 1.12 2004/07/09 13:23:20 reddawg - sched: schedInit to sched_init - Adjusted initialization routines - - Revision 1.11 2004/06/22 14:03:10 solar - Making the task queue with priorities functional - - Revision 1.10 2004/06/18 13:05:47 solar - Changed the scheduler by adding the first rudiments of priority; vitals.c initializes the system's default quantum to 40 - - Revision 1.9 2004/06/04 13:29:56 reddawg - libc: modified mkdir(); interface - kpanic: kPanic(); now says kPanic: %s - system: now reboots when receives message for reboot - also when command start sde is received by system the STD is started - - Revision 1.8 2004/05/25 16:10:46 reddawg - Spin Locks - - Revision 1.7 2004/05/21 21:15:04 reddawg - Fixed a few bugs which prevented the system from loadin - - Revision 1.6 2004/05/21 15:49:13 reddawg - The os does better housekeeping now when a task is exited - - Revision 1.5 2004/05/21 12:44:17 reddawg - Cleaned Up - - Revision 1.4 2004/05/19 04:07:43 reddawg - kmalloc(size,pid) no more it is no kmalloc(size); the way it should of been - - Revision 1.3 2004/05/15 02:30:28 reddawg - Lots of changes - - END ***/ + diff --git a/src/sys/kernel/sem.c b/src/sys/kernel/sem.c index 4d14043..57093d6 100644 --- a/src/sys/kernel/sem.c +++ b/src/sys/kernel/sem.c @@ -30,6 +30,6 @@ #include /*** - $Log$ END ***/ + diff --git a/src/sys/kernel/smp.c b/src/sys/kernel/smp.c index 3763bf0..7505cbd 100644 --- a/src/sys/kernel/smp.c +++ b/src/sys/kernel/smp.c @@ -286,11 +286,6 @@ ); /*** - $Log$ - Revision 1.3 2004/05/15 02:30:28 reddawg - Lots of changes - - END ***/ diff --git a/src/sys/kernel/spinlock.c b/src/sys/kernel/spinlock.c index 6fffa12..6c4b722 100644 --- a/src/sys/kernel/spinlock.c +++ b/src/sys/kernel/spinlock.c @@ -73,52 +73,6 @@ /*** - $Log$ - Revision 1.13 2004/07/29 21:32:16 reddawg - My quick lunchs breaks worth of updates.... - - Revision 1.12 2004/07/28 22:35:24 reddawg - ok couldn't resist last commit hopefully it doesnt cause any bugs but if it does - in spinlock.c take the while (*lock == 1) schedYield(); and just make it - while (*lock == 1); however I felt spining burns cpu time so if we yield it will - run a new task should make stress a bit faster - - Revision 1.11 2004/07/21 17:11:18 reddawg - A Quick tweak I'm going to clean up some unused variables in sched.h - - Revision 1.10 2004/07/20 21:17:05 reddawg - CFLAGS: I updated cflags so optimizations are consistant on all files different optimization levels maybe the source of some of our problems? - - Revision 1.9 2004/07/20 20:25:57 reddawg - Works perfectly here - - Revision 1.8 2004/07/20 20:20:19 reddawg - spinlock: made them non inline functions I think this actually fixed the problem - - Revision 1.7 2004/07/18 05:24:15 reddawg - Fixens - - Revision 1.6 2004/07/18 03:01:44 reddawg - Few changes to spinlock hopefully it will cure our deadlock - - Revision 1.5 2004/07/17 16:43:10 reddawg - shell: fixed stress testing - ubistry: fixed some segfaults - spinlock: added assert() - - Revision 1.4 2004/05/21 12:42:32 reddawg - Cleaned Up - - Revision 1.3 2004/05/15 02:30:28 reddawg - Lots of changes - - Revision 1.2 2004/05/02 14:34:21 reddawg - SMP Support Thanks To Some Help From Slowcoder now to make it interface - well with the rest of the kernel - - Revision 1.1 2004/05/02 03:19:51 reddawg - Added Spinlock Provision For SMP - END ***/ diff --git a/src/sys/kernel/sys_call.S b/src/sys/kernel/sys_call.S index ccc5f5e..aa343b9 100644 --- a/src/sys/kernel/sys_call.S +++ b/src/sys/kernel/sys_call.S @@ -54,15 +54,6 @@ .ascii "Invalid System Call\n\0" /*** - $Log$ - Revision 1.3 2004/08/21 23:47:50 reddawg - *** empty log message *** - - Revision 1.2 2004/07/21 20:55:10 reddawg - fixed invalidSyscall - - Revision 1.1 2004/07/21 20:36:55 reddawg - New syscall interface - END ***/ + diff --git a/src/sys/kernel/syscall.c b/src/sys/kernel/syscall.c index 022bd96..4eabdf7 100644 --- a/src/sys/kernel/syscall.c +++ b/src/sys/kernel/syscall.c @@ -188,89 +188,6 @@ } /*** - $Log$ - Revision 1.30 2004/09/08 22:16:02 reddawg - Fixens - - Revision 1.29 2004/08/29 21:43:06 reddawg - sched: we now yeild almost propper - syscall: it still uses ebx,ecx,edx - - Boys don't cry - - Revision 1.28 2004/08/21 20:06:28 reddawg - ok check out exec.c - - Revision 1.27 2004/08/06 22:43:04 reddawg - ok - - Revision 1.26 2004/08/06 22:32:16 reddawg - Ubix Works Again - - Revision 1.24 2004/07/28 17:07:25 reddawg - MPI: moved the syscalls - - Revision 1.23 2004/07/28 15:05:43 reddawg - Major: - Pages now have strict security enforcement. - Many null dereferences have been resolved. - When apps loaded permissions set for pages rw and ro - - Revision 1.22 2004/07/21 21:03:03 reddawg - we now check all the pointers - - Revision 1.21 2004/07/21 20:55:10 reddawg - fixed invalidSyscall - - Revision 1.20 2004/07/21 20:36:55 reddawg - New syscall interface - - Revision 1.18 2004/07/21 20:22:55 reddawg - fixed check pid status - - Revision 1.17 2004/07/19 02:32:21 reddawg - sched: we now set task status to dead which then makes the scheduler do some clean it could be some minor overhead but i feel this is our most efficient approach right now to prevent corruption of the queues - - Revision 1.16 2004/07/05 23:06:32 reddawg - Fixens - - Revision 1.15 2004/06/26 01:24:44 reddawg - Fixens - - Revision 1.14 2004/06/17 03:20:47 reddawg - Cleaned Up - - Revision 1.13 2004/05/26 15:39:22 reddawg - mpi: brought mpiDestroyMbox(char *name) in to the userland - - Revision 1.12 2004/05/26 13:07:54 reddawg - mpi: had problem with mpiCreateMbox interface was putting garbage on end - - Revision 1.11 2004/05/25 15:49:03 reddawg - Added Syscall Interface For MPI - - Revision 1.10 2004/05/23 01:10:35 reddawg - Fixes: Started to fix re-entrancy issues many more to look into - - Revision 1.9 2004/05/21 21:15:04 reddawg - Fixed a few bugs which prevented the system from loadin - - Revision 1.8 2004/05/21 12:46:02 reddawg - Cleaned up - - Revision 1.7 2004/05/19 17:28:28 reddawg - Added the correct endTask Procedure - - Revision 1.6 2004/05/19 04:07:43 reddawg - kmalloc(size,pid) no more it is no kmalloc(size); the way it should of been - - Revision 1.5 2004/05/19 01:21:29 reddawg - Tweaked - - Revision 1.4 2004/05/15 02:30:28 reddawg - Lots of changes - - END ***/ diff --git a/src/sys/kernel/systemtask.c b/src/sys/kernel/systemtask.c index 031588e..ff1e317 100644 --- a/src/sys/kernel/systemtask.c +++ b/src/sys/kernel/systemtask.c @@ -111,125 +111,6 @@ } /*** - $Log$ - Revision 1.25 2004/09/11 22:21:11 reddawg - oInfo.cwd is now an array no longer a pointer.. - - Revision 1.24 2004/09/11 22:17:52 reddawg - hmm.. - - Revision 1.23 2004/09/11 21:38:00 reddawg - Fixed a few problems - - Revision 1.22 2004/09/11 14:23:34 reddawg - ok - - Revision 1.21 2004/09/08 23:19:58 reddawg - hmm - - Revision 1.20 2004/09/08 22:16:02 reddawg - Fixens - - Revision 1.19 2004/09/07 21:54:38 reddawg - ok reverted back to old scheduling for now.... - - Revision 1.18 2004/09/06 22:01:28 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 - - Revision 1.17 2004/09/06 21:39:21 reddawg - Fixes: Changed the order in which tasks are deleted from the queues. Also fixed backspace to work in the virtual ttys.... - - Revision 1.16 2004/08/29 21:43:06 reddawg - sched: we now yeild almost propper - syscall: it still uses ebx,ecx,edx - - Boys don't cry - - Revision 1.15 2004/08/26 22:51:18 reddawg - TCA touched me :( i think he likes men.... - - - sched.h: kTask_t added parentPid - endtask.c: fixed term back to parentPid - exec.c: cleaned warnings - fork.c: fixed term to childPid - sched.c: clean up for dead tasks - systemtask.c: clean up dead tasks - kmalloc.c: cleaned up warnings - udp.c: cleaned up warnings - bot.c: cleaned up warnings - shell.c: cleaned up warnings - tcpdump.c: took a dump - hd.c: cleaned up warnings - ubixfs.c: stopped prning debug info - - Revision 1.14 2004/08/24 23:33:45 reddawg - Fixed - - Revision 1.13 2004/08/24 05:24:37 reddawg - TCA Is A BONER!!!! - - Revision 1.12 2004/08/14 11:23:02 reddawg - Changes - - Revision 1.11 2004/08/06 22:43:04 reddawg - ok - - Revision 1.10 2004/08/06 22:32:16 reddawg - Ubix Works Again - - Revision 1.8 2004/07/28 17:07:25 reddawg - MPI: moved the syscalls - - Revision 1.7 2004/07/20 22:29:55 reddawg - assert: remade assert - - Revision 1.6 2004/06/29 11:27:30 reddawg - sdeStop - Turn printf off until modes have changed - - Revision 1.5 2004/06/29 11:23:22 reddawg - sdeStop - Does this patch help? - - Revision 1.4 2004/06/29 11:18:11 reddawg - sdeStop - - Revision 1.3 2004/06/28 23:12:58 reddawg - file format now container:/path/to/file - - Revision 1.2 2004/06/25 17:25:52 reddawg - I am cleaning too - - Revision 1.1 2004/06/04 17:33:33 reddawg - Changed idle task to system task - - Revision 1.9 2004/06/04 13:29:56 reddawg - libc: modified mkdir(); interface - kpanic: kPanic(); now says kPanic: %s - system: now reboots when receives message for reboot - also when command start sde is received by system the STD is started - - Revision 1.8 2004/05/26 23:48:33 reddawg - idletask: tweaked reboot for performance - - Revision 1.7 2004/05/26 23:28:29 reddawg - idletask: This task now also receives all of the systems message - We also gained reboot suport that is msg send type 1000 - - Revision 1.6 2004/05/25 18:42:28 reddawg - Idle task now just does what it is suposed to - - Revision 1.5 2004/05/25 17:30:16 reddawg - IDLE task will be our toy task to test things with - - Revision 1.4 2004/05/25 15:49:03 reddawg - Added Syscall Interface For MPI - - Revision 1.3 2004/05/21 12:36:53 reddawg - Cleaned Up - - Revision 1.2 2004/05/15 02:30:28 reddawg - Lots of changes - END ***/ diff --git a/src/sys/kernel/time.c b/src/sys/kernel/time.c index 2e3eeaf..2e76b04 100644 --- a/src/sys/kernel/time.c +++ b/src/sys/kernel/time.c @@ -115,23 +115,6 @@ } /*** - $Log$ - Revision 1.6 2004/07/16 03:57:11 reddawg - time: Fixed a few order of opperations - - Revision 1.5 2004/07/09 13:37:30 reddawg - time: timeInit to time_init - Adjusted initialization routines - - Revision 1.4 2004/06/29 11:41:44 reddawg - Fixed some global variables - - Revision 1.3 2004/05/21 12:46:02 reddawg - Cleaned up - - Revision 1.2 2004/05/15 02:30:28 reddawg - Lots of changes - END ***/ diff --git a/src/sys/kernel/timer.S b/src/sys/kernel/timer.S index f77f344..9650c29 100644 --- a/src/sys/kernel/timer.S +++ b/src/sys/kernel/timer.S @@ -57,26 +57,6 @@ iret /*** - $Log$ - Revision 1.6 2004/08/14 11:23:02 reddawg - Changes - - Revision 1.5 2004/07/29 21:32:16 reddawg - My quick lunchs breaks worth of updates.... - - Revision 1.4 2004/07/23 17:49:59 reddawg - atkbd: adjust the timing issue on the driver hopefully it will work fine now - - Revision 1.3 2004/07/22 17:32:25 reddawg - I broke it hopefully - - Revision 1.2 2004/07/16 04:06:32 reddawg - Tune ups this stuff should of been taken care of months ago - - Revision 1.1 2004/06/17 12:11:14 reddawg - timerInt: removed from src/sys/sys/idt.c and moved into a file by itself - in src/sys/kernel/timer.S - END ***/ diff --git a/src/sys/kernel/tty.c b/src/sys/kernel/tty.c index ab3aa5b..cb02de0 100644 --- a/src/sys/kernel/tty.c +++ b/src/sys/kernel/tty.c @@ -172,35 +172,6 @@ } /*** - $Log$ - Revision 1.10 2004/09/28 21:52:20 reddawg - tty_change: now when we change console we update the cursor - - Revision 1.9 2004/09/11 00:44:34 apwillia - Fix tty init again, put kprint on tty0 - - Revision 1.8 2004/09/07 21:50:25 apwillia - Make kprintf stay on tty0 - - Revision 1.7 2004/09/06 21:39:21 reddawg - Fixes: Changed the order in which tasks are deleted from the queues. Also fixed backspace to work in the virtual ttys.... - - Revision 1.6 2004/08/09 12:58:05 reddawg - let me know when you got the surce - - Revision 1.5 2004/08/09 05:40:31 reddawg - tty: removed current and made a foreground - - Revision 1.4 2004/08/06 22:32:16 reddawg - Ubix Works Again - - Revision 1.2 2004/08/04 08:17:57 reddawg - tty: we have primative ttys try f1-f5 so it is easier to use and debug - ubixos - - Revision 1.1 2004/08/03 21:44:24 reddawg - ttys - END ***/ diff --git a/src/sys/kernel/ubthread.c b/src/sys/kernel/ubthread.c index a544337..5d67d6d 100644 --- a/src/sys/kernel/ubthread.c +++ b/src/sys/kernel/ubthread.c @@ -128,35 +128,6 @@ } /*** - $Log$ - Revision 1.12 2004/09/07 21:54:38 reddawg - ok reverted back to old scheduling for now.... - - Revision 1.11 2004/09/07 20:58:35 reddawg - time to roll back i can't think straight by friday - - Revision 1.10 2004/08/06 22:43:04 reddawg - ok - - Revision 1.9 2004/08/06 22:32:16 reddawg - Ubix Works Again - - Revision 1.7 2004/07/28 22:23:02 reddawg - make sure it still works before I goto bed - - Revision 1.6 2004/06/15 12:24:07 reddawg - Cleaned Up - - Revision 1.5 2004/05/26 03:13:37 reddawg - Changing the way our mutex work - - Revision 1.4 2004/05/19 04:07:43 reddawg - kmalloc(size,pid) no more it is no kmalloc(size); the way it should of been - - Revision 1.3 2004/05/19 01:21:29 reddawg - Tweaked - - Revision 1.2 2004/05/15 02:30:28 reddawg - Lots of changes END ***/ +