You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(6) |
Sep
(2) |
Oct
(43) |
Nov
(4) |
Dec
(12) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(78) |
Feb
(97) |
Mar
(29) |
Apr
(2) |
May
(22) |
Jun
(38) |
Jul
(11) |
Aug
(27) |
Sep
(40) |
Oct
(2) |
Nov
(17) |
Dec
(8) |
2002 |
Jan
|
Feb
(2) |
Mar
(1) |
Apr
(480) |
May
(456) |
Jun
(12) |
Jul
|
Aug
(1) |
Sep
|
Oct
(18) |
Nov
(3) |
Dec
(6) |
2003 |
Jan
|
Feb
(18) |
Mar
(1) |
Apr
|
May
(6) |
Jun
(147) |
Jul
(7) |
Aug
(3) |
Sep
(235) |
Oct
(10) |
Nov
(2) |
Dec
(1) |
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Kenn H. <ke...@us...> - 2000-10-31 00:43:28
|
Update of /cvsroot/linux-vax/kernel/arch/vax/boot In directory slayer.i.sourceforge.net:/tmp/cvs-serv4881/arch/vax/boot Modified Files: head.S tmp_init.c Log Message: Substantial and wide-ranging changes to support creation of kernel threads and scheduling. Also has a first stab at a PGD implementation (page global directory). Hopefully Andy won't get too vengeful :-) |
From: Kenn H. <ke...@us...> - 2000-10-31 00:43:28
|
Update of /cvsroot/linux-vax/kernel/arch/vax/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv4881/arch/vax/kernel Modified Files: entry.S init_task.c interrupt.c interrupt.h process.c setup.c syscall.c Log Message: Substantial and wide-ranging changes to support creation of kernel threads and scheduling. Also has a first stab at a PGD implementation (page global directory). Hopefully Andy won't get too vengeful :-) |
From: Kenn H. <ke...@us...> - 2000-10-31 00:39:09
|
Update of /cvsroot/linux-vax/kernel/Documentation/vax In directory slayer.i.sourceforge.net:/tmp/cvs-serv4691 Added Files: syscall.txt Log Message: Somewhat incomplete description of syscall dispatching |
From: Kenn H. <ke...@us...> - 2000-10-31 00:37:00
|
Update of /cvsroot/linux-vax/kernel/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv4412 Modified Files: panic.c Log Message: Halt VAX after a panic(). Saves me from from having to send a break on the console... |
From: Kenn H. <ke...@us...> - 2000-10-29 15:47:58
|
Update of /cvsroot/linux-vax/kernel/arch/vax/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv20193 Modified Files: cpu_ka43.c Log Message: We now reset the caches _after_ turning on VM, not before. I don't know how it worked with the old code... |
From: Kenn H. <ke...@us...> - 2000-10-29 15:45:48
|
Update of /cvsroot/linux-vax/kernel/arch/vax/boot In directory slayer.i.sourceforge.net:/tmp/cvs-serv20082 Modified Files: head.S Log Message: Don't mark first page of S0 space invalid this early in boot. We'll do it later before starting user-land processes. |
From: Kenn H. <ke...@us...> - 2000-10-29 15:40:05
|
Update of /cvsroot/linux-vax/kernel/arch/vax/boot In directory slayer.i.sourceforge.net:/tmp/cvs-serv19640 Modified Files: cpu_sel.S Log Message: Software Resources International publish a VAX emulator called CHARON-VAX that emulates a MicroVAX-II with a sub-type of 0. They call it a KA630, but it's not a perfect emulation... This change adds preliminary support for CHARON-VAX. Unfortunately it crashes as soon as we try to set SBR (system page table base register). |
From: Kenn H. <ke...@us...> - 2000-10-29 15:38:38
|
Update of /cvsroot/linux-vax/kernel/include/asm-vax In directory slayer.i.sourceforge.net:/tmp/cvs-serv19598 Modified Files: pgtable.h Log Message: Allow for 1024 pages of I/O-space mappings. We need 256 pages to map the KA43 cache tag space. |
From: Kenn H. <ke...@us...> - 2000-10-29 15:37:29
|
Update of /cvsroot/linux-vax/kernel/include/asm-vax In directory slayer.i.sourceforge.net:/tmp/cvs-serv19399 Modified Files: vaxcpu.h Log Message: Software Resources International publish a VAX emulator called CHARON-VAX that emulates a MicroVAX-II with a sub-type of 0. They call it a KA630, but it's not a perfect emulation... |
From: Kenn H. <ke...@us...> - 2000-10-22 22:39:35
|
Update of /cvsroot/linux-vax/kernel/arch/vax/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv16969 Modified Files: process.c syscall.c Log Message: Added Christian Groessler's implementations of sys_idle() and sys_pause() |
From: Kenn H. <ke...@us...> - 2000-10-22 16:44:27
|
Update of /cvsroot/linux-vax/kernel/arch/vax/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv13371 Modified Files: time.c Log Message: Added Erik Mouw's get/settimeofday implementation. |
From: Kenn H. <ke...@us...> - 2000-10-15 22:43:16
|
Update of /cvsroot/linux-vax/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv6291 Modified Files: Makefile Log Message: Bump up EXTRAVERSION to -20001015 |
From: Kenn H. <ke...@us...> - 2000-10-15 22:38:54
|
Update of /cvsroot/linux-vax/kernel/arch/vax/boot In directory slayer.i.sourceforge.net:/tmp/cvs-serv2141 Modified Files: Makefile Removed Files: tmp_version.c Log Message: tmp_version.c is no longer needed. |
From: Kenn H. <ke...@us...> - 2000-10-15 20:15:29
|
Update of /cvsroot/linux-vax/kernel/arch/vax/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv5218 Modified Files: Makefile Added Files: syscall.c Log Message: First, temporary, inefficient implementation of syscalls |
From: Kenn H. <ke...@us...> - 2000-10-15 20:10:14
|
Update of /cvsroot/linux-vax/kernel/arch/vax/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv32277 Modified Files: process.c Log Message: Forgot to close a comment |
From: Kenn H. <ke...@us...> - 2000-10-15 20:07:30
|
Update of /cvsroot/linux-vax/kernel/arch/vax/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv30968 Modified Files: reboot.c Log Message: Fixed some compile warnings. |
From: Kenn H. <ke...@us...> - 2000-10-15 20:06:17
|
Update of /cvsroot/linux-vax/kernel/arch/vax/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv29398 Modified Files: interrupt.c interrupt.h Log Message: Move some declarations into interrupt.h. Exception handlers must now return int, not void. Use symbolic constants for SCB offsets. Register the Change Mode to Kernel handler for syscalls |
From: Kenn H. <ke...@us...> - 2000-10-15 20:04:17
|
Update of /cvsroot/linux-vax/kernel/arch/vax/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv28445 Modified Files: init_task.c Log Message: Added a comment about dropping IPL from 31 to 0 |
From: Kenn H. <ke...@us...> - 2000-10-15 20:00:22
|
Update of /cvsroot/linux-vax/kernel/arch/vax/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv24705 Modified Files: entry.S Log Message: Add the syscall entry table |
From: Kenn H. <ke...@us...> - 2000-10-15 19:59:34
|
Update of /cvsroot/linux-vax/kernel/arch/vax/boot In directory slayer.i.sourceforge.net:/tmp/cvs-serv23564 Modified Files: tmp_init.c Log Message: tmp_start_kernel() is getting more and more like the real start_kernel(). We've got everything as far as, but not including, the creation of the init kernel thread. |
From: Kenn H. <ke...@us...> - 2000-10-15 19:57:54
|
Update of /cvsroot/linux-vax/kernel/arch/vax/boot In directory slayer.i.sourceforge.net:/tmp/cvs-serv22114 Modified Files: head.S Log Message: First page of S0 space is marked invalid to act as a guard page |
From: Kenn H. <ke...@us...> - 2000-10-15 19:38:25
|
Update of /cvsroot/linux-vax/kernel/include/asm-vax In directory slayer.i.sourceforge.net:/tmp/cvs-serv4512 Modified Files: unistd.h Log Message: Add a #error directive to remind us to fix up the _syscallX() macros later. |
From: Kenn H. <ke...@us...> - 2000-10-15 19:37:37
|
Update of /cvsroot/linux-vax/kernel/include/asm-vax In directory slayer.i.sourceforge.net:/tmp/cvs-serv3278 Modified Files: system.h Log Message: We've got a kernel stack pointer sorted, so __sti() can set IPL to 0 again. Also mark machine_halt() as not returning so that GCC won't complain when we use it. |
From: Kenn H. <ke...@us...> - 2000-10-15 19:36:07
|
Update of /cvsroot/linux-vax/kernel/include/asm-vax In directory slayer.i.sourceforge.net:/tmp/cvs-serv2211 Modified Files: scb.h Log Message: Missed one entry in the SCB definition. Also define a bunch of SCB_xxx macros to refer to slots in the SCB. |
From: Kenn H. <ke...@us...> - 2000-10-15 19:35:02
|
Update of /cvsroot/linux-vax/kernel/include/asm-vax In directory slayer.i.sourceforge.net:/tmp/cvs-serv1232 Modified Files: processor.h Log Message: Task structures take a few more pages on VAX compared to Intel! |