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-15 19:34:02
|
Update of /cvsroot/linux-vax/kernel/include/asm-vax In directory slayer.i.sourceforge.net:/tmp/cvs-serv32074 Modified Files: irq.h Log Message: We'll need one interrupt stack per CPU. Exception handler functions need to return int, not void (so that syscalls can return a value). |
From: Kenn H. <ke...@us...> - 2000-10-15 19:32:51
|
Update of /cvsroot/linux-vax/kernel/include/asm-vax In directory slayer.i.sourceforge.net:/tmp/cvs-serv31489 Modified Files: current.h Log Message: Compute current from the kernel stack pointer |
From: Kenn H. <ke...@us...> - 2000-10-15 19:26:51
|
Update of /cvsroot/linux-vax/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv25149 Modified Files: Rules.make Log Message: Generate debug info for assembly files as well (might be useful...) |
From: Kenn H. <ke...@us...> - 2000-10-11 22:58:25
|
Update of /cvsroot/linux-vax/kernel/include/asm-vax In directory slayer.i.sourceforge.net:/tmp/cvs-serv15582 Modified Files: psl.h Log Message: __psl evaluates to the current PSL, as a psl_fields structure. This allows you to write things like __psl.accmode to read the access mode field. |
From: Kenn H. <ke...@us...> - 2000-10-08 14:51:26
|
Update of /cvsroot/linux-vax/kernel/arch/vax/boot In directory slayer.i.sourceforge.net:/tmp/cvs-serv13934 Modified Files: head.S Log Message: main/init.c requires _stext to point to the start of the kernel's code. |
From: Kenn H. <ke...@us...> - 2000-10-04 20:44:58
|
Update of /cvsroot/linux-vax/kernel/arch/vax/boot In directory slayer.i.sourceforge.net:/tmp/cvs-serv23787/arch/vax/boot Modified Files: tmp_init.c Log Message: Initialize slab memory allocator (kmalloc/kfree and friends). |
From: Kenn H. <ke...@us...> - 2000-10-04 20:44:12
|
Update of /cvsroot/linux-vax/kernel/mm In directory slayer.i.sourceforge.net:/tmp/cvs-serv21903 Modified Files: slab.c Log Message: Allow compile with 512-byte pages. Enable debugging support. Full sanity checking can be enabled by the CONFIG_DEBUG_MALLOC option when configuring. |
From: Kenn H. <ke...@us...> - 2000-10-04 20:41:21
|
Update of /cvsroot/linux-vax/kernel/arch/vax/mm In directory slayer.i.sourceforge.net:/tmp/cvs-serv21239 Modified Files: fault.c Log Message: Fix compiler warning about format specifiers |
From: Kenn H. <ke...@us...> - 2000-10-04 20:39:49
|
Update of /cvsroot/linux-vax/kernel/arch/vax/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv20074 Modified Files: process.c Log Message: Removed vax_switch_to from compile. It's just generating compile errors... |
From: Kenn H. <ke...@us...> - 2000-10-04 20:38:08
|
Update of /cvsroot/linux-vax/kernel/arch/vax/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv18720 Modified Files: interrupt.c Log Message: Add a reserved-operand fault handler. Declare the local_{bh,irq}_count arrays. |
From: Kenn H. <ke...@us...> - 2000-10-04 20:36:37
|
Update of /cvsroot/linux-vax/kernel/arch/vax In directory slayer.i.sourceforge.net:/tmp/cvs-serv17957 Modified Files: config.in Log Message: NCR5380 SCSI is used in more than just VS3100m76 |
From: Kenn H. <ke...@us...> - 2000-10-04 20:23:03
|
Update of /cvsroot/linux-vax/kernel/include/asm-vax In directory slayer.i.sourceforge.net:/tmp/cvs-serv6141 Modified Files: system.h Log Message: Fixed __xchg function. |
From: Kenn H. <ke...@us...> - 2000-10-01 23:18:16
|
Update of /cvsroot/linux-vax/kernel/Documentation/vax In directory slayer.i.sourceforge.net:/tmp/cvs-serv25364 Added Files: ka43-interrupts.txt Log Message: Exploring the VS3100m76 (aka KA43) device interrupt vectors. |
From: Kenn H. <ke...@us...> - 2000-10-01 16:28:26
|
Update of /cvsroot/linux-vax/kernel/arch/vax/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv32204/arch/vax/kernel Modified Files: cpu_generic.c cpu_ka46.c Log Message: Console support and cache initialization for KA46 CPU (VS4000/60) |
From: Kenn H. <ke...@us...> - 2000-10-01 16:28:26
|
Update of /cvsroot/linux-vax/kernel/include/asm-vax In directory slayer.i.sourceforge.net:/tmp/cvs-serv32204/include/asm Modified Files: mv.h Added Files: ka46.h Log Message: Console support and cache initialization for KA46 CPU (VS4000/60) |
From: Kenn H. <ke...@us...> - 2000-09-17 22:10:17
|
Update of /cvsroot/linux-vax/kernel/arch/vax/boot In directory slayer.i.sourceforge.net:/tmp/cvs-serv23725/boot Modified Files: cpu_sel.S Log Message: Early support for KA46. Hopefully we'll get console output from this. We're not initializing the caches yet, so anything could happen :-) |
From: Kenn H. <ke...@us...> - 2000-09-17 22:10:17
|
Update of /cvsroot/linux-vax/kernel/arch/vax/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv23725/kernel Modified Files: Makefile Added Files: cpu_ka46.c Log Message: Early support for KA46. Hopefully we'll get console output from this. We're not initializing the caches yet, so anything could happen :-) |
From: Dave A. <ai...@us...> - 2000-08-21 23:08:56
|
Update of /cvsroot/linux-vax/kernel/drivers/net In directory slayer.i.sourceforge.net:/tmp/cvs-serv4435/drivers/net Modified Files: vaxlance.c Log Message: added a slight drop more debug, and I think the lance may now be initialising correctly .. (will try writing some code to drop packet on wire rsn... ) |
From: Kenn H. <ke...@us...> - 2000-08-20 15:21:25
|
Update of /cvsroot/linux-vax/kernel/arch/vax/lib In directory slayer.i.sourceforge.net:/tmp/cvs-serv1811/lib Modified Files: Makefile Log Message: Added note about removing urem.S and udiv.S in the future |
From: Dave A. <ai...@us...> - 2000-08-14 20:19:47
|
Update of /cvsroot/linux-vax/kernel/drivers/char In directory slayer.i.sourceforge.net:/tmp/cvs-serv29556/drivers/char Modified Files: dz.c Log Message: added a comment about leaving out DZ_CLR |
From: Dave A. <ai...@us...> - 2000-08-14 20:08:49
|
Update of /cvsroot/linux-vax/kernel/drivers/net In directory slayer.i.sourceforge.net:/tmp/cvs-serv28646/drivers/net Modified Files: vaxlance.c Log Message: started writing some basic init code, some code to deal with no kmalloc, next job is to try and set up DMA addresses |
From: Dave A. <ai...@us...> - 2000-08-14 20:07:07
|
Update of /cvsroot/linux-vax/kernel/arch/vax/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv26913/arch/vax/kernel Modified Files: cpu_ka42.c Log Message: added init devices as per cpu_ka43.c .. my m38 is ka42 based |
From: Kenn H. <ke...@us...> - 2000-08-08 09:30:21
|
Update of /cvsroot/linux-vax/kernel/arch/vax/lib In directory slayer.i.sourceforge.net:/tmp/cvs-serv15320 Modified Files: udiv.S urem.S Log Message: Fix register save masks |