You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
(9) |
Apr
(27) |
May
(5) |
Jun
(8) |
Jul
(50) |
Aug
(286) |
Sep
(2) |
Oct
(43) |
Nov
(4) |
Dec
(12) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(79) |
Feb
(102) |
Mar
(29) |
Apr
(2) |
May
(22) |
Jun
(41) |
Jul
(11) |
Aug
(28) |
Sep
(58) |
Oct
(4) |
Nov
(18) |
Dec
(8) |
2002 |
Jan
(2) |
Feb
(2) |
Mar
(1) |
Apr
(478) |
May
(469) |
Jun
(78) |
Jul
(16) |
Aug
(2) |
Sep
(7) |
Oct
(47) |
Nov
(5) |
Dec
(227) |
2003 |
Jan
(155) |
Feb
(188) |
Mar
(160) |
Apr
(172) |
May
(41) |
Jun
(205) |
Jul
(104) |
Aug
(289) |
Sep
(31) |
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Kenn H. <ke...@us...> - 2003-07-16 22:27:41
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/i386/mach-generic In directory sc8-pr-cvs1:/tmp/cvs-serv2131/arch/i386/mach-generic Removed Files: Makefile do_timer.h entry_arch.h irq_vectors.h mach_apic.h setup.c setup_arch_post.h setup_arch_pre.h smpboot_hooks.h topology.c Log Message: Merge with 2.5.53 --- Makefile DELETED --- --- do_timer.h DELETED --- --- entry_arch.h DELETED --- --- irq_vectors.h DELETED --- --- mach_apic.h DELETED --- --- setup.c DELETED --- --- setup_arch_post.h DELETED --- --- setup_arch_pre.h DELETED --- --- smpboot_hooks.h DELETED --- --- topology.c DELETED --- |
From: Kenn H. <ke...@us...> - 2003-07-16 22:27:41
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/i386/mach-summit In directory sc8-pr-cvs1:/tmp/cvs-serv2131/arch/i386/mach-summit Removed Files: mach_apic.h Log Message: Merge with 2.5.53 --- mach_apic.h DELETED --- |
Update of /cvsroot/linux-vax/kernel-2.5/arch/i386/mach-visws In directory sc8-pr-cvs1:/tmp/cvs-serv2131/arch/i386/mach-visws Removed Files: do_timer.h entry_arch.h irq_vectors.h setup_arch_post.h setup_arch_pre.h smpboot_hooks.h Log Message: Merge with 2.5.53 --- do_timer.h DELETED --- --- entry_arch.h DELETED --- --- irq_vectors.h DELETED --- --- setup_arch_post.h DELETED --- --- setup_arch_pre.h DELETED --- --- smpboot_hooks.h DELETED --- |
From: Kenn H. <ke...@us...> - 2003-07-16 22:27:41
|
Update of /cvsroot/linux-vax/kernel-2.5 In directory sc8-pr-cvs1:/tmp/cvs-serv2131 Modified Files: Makefile Log Message: Merge with 2.5.53 Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/Makefile,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- Makefile 9 Jul 2003 23:56:58 -0000 1.60 +++ Makefile 16 Jul 2003 22:27:38 -0000 1.61 @@ -1,6 +1,6 @@ VERSION = 2 PATCHLEVEL = 5 -SUBLEVEL = 52 +SUBLEVEL = 53 EXTRAVERSION = # *DOCUMENTATION* @@ -855,7 +855,7 @@ # FIXME Should go into a make.lib or something # =========================================================================== -a_flags = -Wp,-MD,$(depfile) $(AFLAGS) $(NOSTDINC_FLAGS) \ +a_flags = -Wp,-MD,$(depfile) $(AFLAGS) $(AFLAGS_KERNEL) $(NOSTDINC_FLAGS) \ $(modkern_aflags) $(EXTRA_AFLAGS) $(AFLAGS_$(*F).o) quiet_cmd_as_s_S = CPP $@ |
From: Kenn H. <ke...@us...> - 2003-07-10 00:13:24
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers/vax/net In directory sc8-pr-cvs1:/tmp/cvs-serv5767/drivers/vax/net Modified Files: Makefile Log Message: As of 2.5.52, Rules.make is no more Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/vax/net/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Makefile 21 Mar 2003 00:10:01 -0000 1.2 +++ Makefile 10 Jul 2003 00:13:16 -0000 1.3 @@ -8,5 +8,3 @@ obj-$(CONFIG_DELQA) += delqa.o -include $(TOPDIR)/Rules.make - |
From: Kenn H. <ke...@us...> - 2003-07-10 00:13:24
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers/vax/char In directory sc8-pr-cvs1:/tmp/cvs-serv5767/drivers/vax/char Modified Files: Makefile Log Message: As of 2.5.52, Rules.make is no more Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/vax/char/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile 21 Mar 2003 00:10:01 -0000 1.3 +++ Makefile 10 Jul 2003 00:13:16 -0000 1.4 @@ -8,5 +8,3 @@ obj-$(CONFIG_SERIAL_IPR) += iprcons.o -include $(TOPDIR)/Rules.make - |
From: Kenn H. <ke...@us...> - 2003-07-10 00:13:24
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers/vsbus In directory sc8-pr-cvs1:/tmp/cvs-serv5767/drivers/vsbus Modified Files: Makefile Log Message: As of 2.5.52, Rules.make is no more Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/vsbus/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Makefile 12 Jan 2003 22:49:24 -0000 1.4 +++ Makefile 10 Jul 2003 00:13:16 -0000 1.5 @@ -13,5 +13,3 @@ obj-y := vsbus.o -include $(TOPDIR)/Rules.make - |
From: Kenn H. <ke...@us...> - 2003-07-10 00:13:24
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/lib In directory sc8-pr-cvs1:/tmp/cvs-serv5767/arch/vax/lib Modified Files: Makefile Log Message: As of 2.5.52, Rules.make is no more Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/lib/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- Makefile 17 Feb 2003 20:05:54 -0000 1.5 +++ Makefile 10 Jul 2003 00:13:16 -0000 1.6 @@ -10,5 +10,3 @@ obj-y := string.o console.o negdi.o checksum.o lshrdi3.o strncpy_user.o \ copy_tofrom_user.o strnlen_user.o clear_user.o -include $(TOPDIR)/Rules.make - |
From: Kenn H. <ke...@us...> - 2003-07-10 00:13:24
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers/vax/bus In directory sc8-pr-cvs1:/tmp/cvs-serv5767/drivers/vax/bus Modified Files: Makefile Log Message: As of 2.5.52, Rules.make is no more Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/vax/bus/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Makefile 21 Mar 2003 00:10:01 -0000 1.2 +++ Makefile 10 Jul 2003 00:13:16 -0000 1.3 @@ -8,5 +8,3 @@ obj-$(CONFIG_QBUS) += qbus.o -include $(TOPDIR)/Rules.make - |
From: Kenn H. <ke...@us...> - 2003-07-10 00:13:24
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/mm In directory sc8-pr-cvs1:/tmp/cvs-serv5767/arch/vax/mm Modified Files: Makefile Log Message: As of 2.5.52, Rules.make is no more Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/mm/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- Makefile 17 Feb 2003 20:05:55 -0000 1.5 +++ Makefile 10 Jul 2003 00:13:16 -0000 1.6 @@ -7,4 +7,3 @@ obj-y := init.o pgtable.o pgalloc.o ioremap.o extable.o fault.o -include $(TOPDIR)/Rules.make |
From: Kenn H. <ke...@us...> - 2003-07-10 00:13:24
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel In directory sc8-pr-cvs1:/tmp/cvs-serv5767/arch/vax/kernel Modified Files: Makefile Log Message: As of 2.5.52, Rules.make is no more Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel/Makefile,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- Makefile 17 Feb 2003 20:05:54 -0000 1.7 +++ Makefile 10 Jul 2003 00:13:16 -0000 1.8 @@ -12,4 +12,3 @@ cpu_ka410.o cpu_ka42.o cpu_ka43.o cpu_ka46.o cpu_ka55.o \ cpu_vxt.o clock.o -include $(TOPDIR)/Rules.make |
From: Kenn H. <ke...@us...> - 2003-07-10 00:13:23
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers/vax In directory sc8-pr-cvs1:/tmp/cvs-serv5767/drivers/vax Modified Files: Makefile Log Message: As of 2.5.52, Rules.make is no more Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/vax/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Makefile 21 Mar 2003 00:10:01 -0000 1.2 +++ Makefile 10 Jul 2003 00:13:16 -0000 1.3 @@ -6,4 +6,3 @@ obj-y += char/ obj-y += net/ -include $(TOPDIR)/Rules.make |
From: Kenn H. <ke...@us...> - 2003-07-10 00:13:21
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/boot/tools In directory sc8-pr-cvs1:/tmp/cvs-serv5767/arch/vax/boot/tools Modified Files: Makefile Log Message: As of 2.5.52, Rules.make is no more Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/boot/tools/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile 11 May 2003 17:35:58 -0000 1.3 +++ Makefile 10 Jul 2003 00:13:16 -0000 1.4 @@ -6,5 +6,3 @@ $(obj)/showcmdline: $(obj)/setcmdline ln -f $< $@ -include $(TOPDIR)/Rules.make - |
From: Kenn H. <ke...@us...> - 2003-07-10 00:13:20
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/boot In directory sc8-pr-cvs1:/tmp/cvs-serv5767/arch/vax/boot Modified Files: Makefile Log Message: As of 2.5.52, Rules.make is no more Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/boot/Makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- Makefile 21 Mar 2003 00:10:00 -0000 1.9 +++ Makefile 10 Jul 2003 00:13:15 -0000 1.10 @@ -7,8 +7,6 @@ obj-y := head.o lib.o hexdump.o mmstart.o cpu_sel.o startup.o -include $(TOPDIR)/Rules.make - # Top-level makefile expects archhelp here, but I'd rather put it # in arch/$(ARCH)/Makefile archhelp: |
From: Kenn H. <ke...@us...> - 2003-07-10 00:12:45
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax/mm In directory sc8-pr-cvs1:/tmp/cvs-serv5681/include/asm/mm Modified Files: page.h Log Message: console_loglevel declaration moves to somewhere more sensible in 2.5.52 (linux/kernel.h) Index: page.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/mm/page.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- page.h 16 Jan 2003 01:50:30 -0000 1.6 +++ page.h 10 Jul 2003 00:12:41 -0000 1.7 @@ -65,12 +65,6 @@ #define PAGE_ALIGN_PREV(addr) ((addr)&PAGE_MASK) -#ifndef __ASSEMBLY__ - -extern int console_loglevel; - -#endif /* __ASSEMBLY__ */ - /* This handles the memory map. (i hope) * taking the lead from the alpha port the VAX PAGE_OFFSET is * identified as being the start of kernel S0 (KSEG) space */ |
From: Kenn H. <ke...@us...> - 2003-07-10 00:12:22
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax In directory sc8-pr-cvs1:/tmp/cvs-serv5644/arch/vax Modified Files: vmlinux.lds.S Log Message: 2.5.52 uses another section for parameters Index: vmlinux.lds.S =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/vmlinux.lds.S,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- vmlinux.lds.S 26 Jun 2003 22:13:09 -0000 1.4 +++ vmlinux.lds.S 10 Jul 2003 00:12:16 -0000 1.5 @@ -66,6 +66,9 @@ __setup_start = .; .init.setup : { *(.init.setup) } __setup_end = .; + __start___param = .; + __param : { *(__param) } + __stop___param = .; __initcall_start = .; .initcall.init : { *(.initcall1.init) |
From: Kenn H. <ke...@us...> - 2003-07-09 23:57:05
|
Update of /cvsroot/linux-vax/kernel-2.5 In directory sc8-pr-cvs1:/tmp/cvs-serv3342 Modified Files: Makefile Log Message: Merge with 2.5.52 Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/Makefile,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- Makefile 7 Jul 2003 23:47:31 -0000 1.59 +++ Makefile 9 Jul 2003 23:56:58 -0000 1.60 @@ -1,6 +1,6 @@ VERSION = 2 PATCHLEVEL = 5 -SUBLEVEL = 51 +SUBLEVEL = 52 EXTRAVERSION = # *DOCUMENTATION* @@ -157,6 +157,7 @@ OBJDUMP = $(CROSS_COMPILE)objdump AWK = awk GENKSYMS = /sbin/genksyms +DEPMOD = /sbin/depmod KALLSYMS = scripts/kallsyms PERL = perl MODFLAGS = -DMODULE @@ -534,7 +535,7 @@ # Install modules .PHONY: modules_install -modules_install: _modinst_ $(patsubst %, _modinst_%, $(SUBDIRS)) +modules_install: _modinst_ $(patsubst %, _modinst_%, $(SUBDIRS)) _modinst_post .PHONY: _modinst_ _modinst_: @@ -542,6 +543,20 @@ @rm -f $(MODLIB)/build @mkdir -p $(MODLIB)/kernel @ln -s $(TOPDIR) $(MODLIB)/build + +# If System.map exists, run depmod. This deliberately does not have a +# dependency on System.map since that would run the dependency tree on +# vmlinux. This depmod is only for convenience to give the initial +# boot a modules.dep even before / is mounted read-write. However the +# boot script depmod is the master version. +ifeq "$(strip $(INSTALL_MOD_PATH))" "" +depmod_opts := +else +depmod_opts := -b $(INSTALL_MOD_PATH) -r +endif +.PHONY: _modinst_post +_modinst_post: + if [ -r System.map ]; then $(DEPMOD) -ae -F System.map $(depmod_opts) $(KERNELRELEASE); fi .PHONY: $(patsubst %, _modinst_%, $(SUBDIRS)) $(patsubst %, _modinst_%, $(SUBDIRS)) : |
From: Kenn H. <ke...@us...> - 2003-07-09 23:57:04
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers/net In directory sc8-pr-cvs1:/tmp/cvs-serv3342/drivers/net Modified Files: Makefile Log Message: Merge with 2.5.52 Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/net/Makefile,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- Makefile 7 Jul 2003 23:47:31 -0000 1.20 +++ Makefile 9 Jul 2003 23:56:58 -0000 1.21 @@ -200,6 +200,3 @@ obj-$(CONFIG_NET_TULIP) += tulip/ obj-$(CONFIG_HAMRADIO) += hamradio/ obj-$(CONFIG_IRDA) += irda/ - -include $(TOPDIR)/Rules.make - |
From: Kenn H. <ke...@us...> - 2003-07-09 23:57:04
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers/scsi In directory sc8-pr-cvs1:/tmp/cvs-serv3342/drivers/scsi Modified Files: Makefile Log Message: Merge with 2.5.52 Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/scsi/Makefile,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- Makefile 7 Jul 2003 23:47:31 -0000 1.17 +++ Makefile 9 Jul 2003 23:56:58 -0000 1.18 @@ -147,8 +147,6 @@ clean-files := 53c8xx_d.h 53c7xx_d.h sim710_d.h 53c700_d.h \ 53c8xx_u.h 53c7xx_u.h sim710_u.h 53c700_u.h -include $(TOPDIR)/Rules.make - $(obj)/53c7,8xx.o: $(obj)/53c8xx_d.h $(obj)/53c8xx_u.h $(obj)/53c7xx.o: $(obj)/53c7xx_d.h $(obj)/53c7xx_u.h $(obj)/sim710.o: $(obj)/sim710_d.h |
From: Kenn H. <ke...@us...> - 2003-07-09 23:57:04
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers In directory sc8-pr-cvs1:/tmp/cvs-serv3342/drivers Modified Files: Makefile Log Message: Merge with 2.5.52 Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/Makefile,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- Makefile 7 Jul 2003 23:47:31 -0000 1.17 +++ Makefile 9 Jul 2003 23:56:58 -0000 1.18 @@ -49,4 +49,3 @@ obj-$(CONFIG_VAX) += vax/ obj-$(CONFIG_VSBUS) += vsbus/ -include $(TOPDIR)/Rules.make |
From: Kenn H. <ke...@us...> - 2003-07-09 23:57:03
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers/char In directory sc8-pr-cvs1:/tmp/cvs-serv3342/drivers/char Modified Files: Makefile Log Message: Merge with 2.5.52 Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/char/Makefile,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- Makefile 7 Jul 2003 23:47:31 -0000 1.32 +++ Makefile 9 Jul 2003 23:56:58 -0000 1.33 @@ -89,8 +89,6 @@ # Files generated that shall be removed upon make clean clean-files := consolemap_deftbl.c defkeymap.c qtronixmap.c -include $(TOPDIR)/Rules.make - $(obj)/consolemap_deftbl.c: $(src)/$(FONTMAPFILE) $(call do_cmd,CONMK $@,$(objtree)/scripts/conmakehash $< > $@) |
From: Kenn H. <ke...@us...> - 2003-07-09 23:55:24
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers/s390/char In directory sc8-pr-cvs1:/tmp/cvs-serv3073/drivers/s390/char Removed Files: tape.c Log Message: Merge with 2.5.52 --- tape.c DELETED --- |
From: Kenn H. <ke...@us...> - 2003-07-09 23:55:24
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers/s390/misc In directory sc8-pr-cvs1:/tmp/cvs-serv3073/drivers/s390/misc Removed Files: Makefile Log Message: Merge with 2.5.52 --- Makefile DELETED --- |
From: Kenn H. <ke...@us...> - 2003-07-09 23:55:24
|
Update of /cvsroot/linux-vax/kernel-2.5/include/linux In directory sc8-pr-cvs1:/tmp/cvs-serv3073/include/linux Removed Files: intermezzo_fs.h intermezzo_journal.h intermezzo_kml.h intermezzo_psdev.h intermezzo_upcall.h Log Message: Merge with 2.5.52 --- intermezzo_fs.h DELETED --- --- intermezzo_journal.h DELETED --- --- intermezzo_kml.h DELETED --- --- intermezzo_psdev.h DELETED --- --- intermezzo_upcall.h DELETED --- |
From: Kenn H. <ke...@us...> - 2003-07-09 23:55:24
|
Update of /cvsroot/linux-vax/kernel-2.5 In directory sc8-pr-cvs1:/tmp/cvs-serv3073 Removed Files: Rules.make Log Message: Merge with 2.5.52 --- Rules.make DELETED --- |