You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(11) |
Jun
(66) |
Jul
(16) |
Aug
(2) |
Sep
(7) |
Oct
(17) |
Nov
(1) |
Dec
(220) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(154) |
Feb
(167) |
Mar
(159) |
Apr
(172) |
May
(35) |
Jun
(58) |
Jul
(97) |
Aug
(285) |
Sep
(139) |
Oct
(252) |
Nov
(8) |
Dec
(3) |
2004 |
Jan
(13) |
Feb
(159) |
Mar
(136) |
Apr
(33) |
May
(50) |
Jun
(42) |
Jul
(140) |
Aug
(42) |
Sep
(199) |
Oct
(31) |
Nov
(55) |
Dec
|
2005 |
Jan
|
Feb
(12) |
Mar
(214) |
Apr
(119) |
May
(21) |
Jun
(2) |
Jul
(127) |
Aug
(10) |
Sep
(3) |
Oct
(24) |
Nov
(1) |
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
(45) |
May
(13) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(5) |
Nov
(26) |
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(35) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: Kenn H. <ke...@us...> - 2003-02-09 01:37:14
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers In directory sc8-pr-cvs1:/tmp/cvs-serv20059/drivers Modified Files: Makefile Log Message: Merge with 2.5.28 Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/Makefile,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- Makefile 27 Jan 2003 01:28:21 -0000 1.11 +++ Makefile 9 Feb 2003 01:37:10 -0000 1.12 @@ -8,7 +8,7 @@ obj-$(CONFIG_PCI) += pci/ obj-$(CONFIG_ACPI) += acpi/ obj-$(CONFIG_PARPORT) += parport/ -obj-y += base/ char/ block/ misc/ net/ media/ +obj-y += base/ serial/ char/ block/ misc/ net/ media/ obj-$(CONFIG_NUBUS) += nubus/ obj-$(CONFIG_ATM) += atm/ obj-$(CONFIG_IDE) += ide/ |
From: Kenn H. <ke...@us...> - 2003-02-09 01:37:14
|
Update of /cvsroot/linux-vax/kernel-2.5 In directory sc8-pr-cvs1:/tmp/cvs-serv20059 Modified Files: Makefile Log Message: Merge with 2.5.28 Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/Makefile,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- Makefile 31 Jan 2003 08:50:22 -0000 1.33 +++ Makefile 9 Feb 2003 01:37:10 -0000 1.34 @@ -1,6 +1,6 @@ VERSION = 2 PATCHLEVEL = 5 -SUBLEVEL = 27 +SUBLEVEL = 28 EXTRAVERSION = # *DOCUMENTATION* @@ -212,7 +212,7 @@ CPPFLAGS := -D__KERNEL__ -I$(HPATH) -CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes -Wno-trigraphs -O2 \ +CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -g \ -fomit-frame-pointer -fno-strict-aliasing -fno-common AFLAGS := -D__ASSEMBLY__ $(CPPFLAGS) |
From: Kenn H. <ke...@us...> - 2003-02-09 01:35:25
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax In directory sc8-pr-cvs1:/tmp/cvs-serv18888 Modified Files: defconfig Log Message: Update VS4000/60 defconfig Index: defconfig =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/defconfig,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- defconfig 31 Jan 2003 08:52:50 -0000 1.6 +++ defconfig 9 Feb 2003 01:35:22 -0000 1.7 @@ -30,6 +30,7 @@ CONFIG_ELF_KERNEL=y CONFIG_KCORE_ELF=y # CONFIG_EXTRA_ELF_COMPILER is not set +# CONFIG_PREEMPT is not set CONFIG_NET=y CONFIG_SYSVIPC=y # CONFIG_BSD_PROCESS_ACCT is not set @@ -302,9 +303,11 @@ # # Kernel hacking # +CONFIG_DEBUG_KERNEL=y +CONFIG_DEBUG_SLAB=y # CONFIG_MAGIC_SYSRQ is not set -CONFIG_PROFILE=y -CONFIG_PROFILE_SHIFT=2 +CONFIG_DEBUG_SPINLOCK=y +CONFIG_DEBUG_BUGVERBOSE=y # # Security options |
From: Kenn H. <ke...@us...> - 2003-02-09 01:35:09
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax In directory sc8-pr-cvs1:/tmp/cvs-serv18804 Modified Files: 460.config Log Message: Update VS4000/60 defconfig Index: 460.config =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/460.config,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- 460.config 31 Jan 2003 08:52:51 -0000 1.9 +++ 460.config 9 Feb 2003 01:35:05 -0000 1.10 @@ -30,6 +30,7 @@ CONFIG_ELF_KERNEL=y CONFIG_KCORE_ELF=y # CONFIG_EXTRA_ELF_COMPILER is not set +# CONFIG_PREEMPT is not set CONFIG_NET=y CONFIG_SYSVIPC=y # CONFIG_BSD_PROCESS_ACCT is not set @@ -302,9 +303,11 @@ # # Kernel hacking # +CONFIG_DEBUG_KERNEL=y +CONFIG_DEBUG_SLAB=y # CONFIG_MAGIC_SYSRQ is not set -CONFIG_PROFILE=y -CONFIG_PROFILE_SHIFT=2 +CONFIG_DEBUG_SPINLOCK=y +CONFIG_DEBUG_BUGVERBOSE=y # # Security options |
From: Kenn H. <ke...@us...> - 2003-02-09 01:34:34
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax In directory sc8-pr-cvs1:/tmp/cvs-serv18505 Modified Files: config.in Log Message: This had gotten quite out of date compared to other arches. Index: config.in =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/config.in,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- config.in 31 Jan 2003 08:52:51 -0000 1.9 +++ config.in 9 Feb 2003 01:34:29 -0000 1.10 @@ -52,6 +52,8 @@ define_bool CONFIG_KCORE_ELF y define_bool CONFIG_EXTRA_ELF_COMPILER n +bool 'Preemptible kernel (currently broken)' CONFIG_PREEMPT + bool 'Networking support' CONFIG_NET bool 'System V IPC' CONFIG_SYSVIPC bool 'BSD Process Accounting' CONFIG_BSD_PROCESS_ACCT @@ -177,13 +179,14 @@ mainmenu_option next_comment comment 'Kernel hacking' -# This appears to have died. -#bool 'Debug kmalloc/kfree' CONFIG_DEBUG_MALLOC -bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ -bool 'Kernel profiling support' CONFIG_PROFILE -if [ "$CONFIG_PROFILE" = "y" ]; then - int ' Profile shift count' CONFIG_PROFILE_SHIFT 2 +bool 'Kernel debugging' CONFIG_DEBUG_KERNEL +if [ "$CONFIG_DEBUG_KERNEL" != "n" ]; then + bool ' Debug memory allocations' CONFIG_DEBUG_SLAB + bool ' Magic SysRq key' CONFIG_MAGIC_SYSRQ + bool ' Spinlock debugging' CONFIG_DEBUG_SPINLOCK + bool ' Verbose BUG() reporting' CONFIG_DEBUG_BUGVERBOSE fi + endmenu source security/Config.in |
From: Kenn H. <ke...@us...> - 2003-02-09 01:32:45
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel In directory sc8-pr-cvs1:/tmp/cvs-serv17201/kernel Modified Files: time.c Log Message: save_and_cli() and friends are gone away in 2.5.28 Index: time.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel/time.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- time.c 27 Jan 2003 00:21:36 -0000 1.6 +++ time.c 9 Feb 2003 01:32:36 -0000 1.7 @@ -210,12 +210,12 @@ { unsigned long flags; - save_and_cli(flags); + read_lock_irqsave(&xtime_lock, flags); *tv = xtime; tv->tv_usec += do_gettimeoffset(); - restore_flags(flags); + spin_unlock_irqrestore(&xtime_lock, flags); if (tv->tv_usec >= 1000000) { tv->tv_usec -= 1000000; @@ -227,7 +227,7 @@ { unsigned long flags; - save_and_cli(flags); + write_lock_irqsave(&xtime_lock, flags); /* This is revolting. We need to set the xtime.tv_usec * correctly. However, the value in this location is * is value at the last tick. @@ -248,7 +248,7 @@ time_esterror = NTP_PHASE_LIMIT; xtime = *tv; - restore_flags(flags); + spin_unlock_irqrestore(&xtime_lock, flags); } /* nicked from the i386 port, but we use the same chip, hee hee */ |
From: Kenn H. <ke...@us...> - 2003-02-09 01:31:42
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/mm In directory sc8-pr-cvs1:/tmp/cvs-serv16635/mm Modified Files: fault.c Log Message: Use symbolic constants for return values from handle_mm_fault() Index: fault.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/mm/fault.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- fault.c 5 Jun 2002 21:55:03 -0000 1.4 +++ fault.c 9 Feb 2003 01:31:34 -0000 1.5 @@ -105,14 +105,19 @@ goto bad_area; } survive: - { - - int fault; - fault = handle_mm_fault(mm, vma, address, reason & REASON_WRITE); - if (!fault) + switch (handle_mm_fault(mm, vma, address, reason & REASON_WRITE)) { + case VM_FAULT_MINOR: + current->min_flt++; + break; + case VM_FAULT_MAJOR: + current->maj_flt++; + break; + case VM_FAULT_SIGBUS: goto do_sigbus; - if (fault < 0) + case VM_FAULT_OOM: goto out_of_memory; + default: + BUG(); } up_read(&mm->mmap_sem); |
From: Kenn H. <ke...@us...> - 2003-02-09 01:30:43
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax In directory sc8-pr-cvs1:/tmp/cvs-serv15775 Modified Files: Makefile Log Message: archclean now looks like i386 Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/Makefile,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- Makefile 29 Jan 2003 08:50:18 -0000 1.13 +++ Makefile 9 Feb 2003 01:30:34 -0000 1.14 @@ -89,9 +89,10 @@ $(OBJDUMP) -D vmlinux > vmlinux.lst archclean: - rm -f vmlinux.* vmlinux - cd $(TOPDIR)/arch/vax ; rm -f *.out TEST.BIN TEST.SYS - cd $(TOOLSDIR) ; rm -f setcmdline showcmdline mkbootblk + @echo 'Cleaning up (arch/vax)' + @rm -f vmlinux.* vmlinux + @cd $(TOPDIR)/arch/vax ; rm -f *.out TEST.BIN TEST.SYS + @cd $(TOOLSDIR) ; rm -f setcmdline showcmdline mkbootblk archmrproper: |
From: Kenn H. <ke...@us...> - 2003-01-31 08:55:45
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel In directory sc8-pr-cvs1:/tmp/cvs-serv24103/kernel Modified Files: ptrace.c Log Message: Add security module check in ptrace Index: ptrace.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel/ptrace.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ptrace.c 7 Dec 2002 00:14:56 -0000 1.7 +++ ptrace.c 31 Jan 2003 08:55:31 -0000 1.8 @@ -18,6 +18,7 @@ #include <linux/smp.h> #include <linux/smp_lock.h> #include <linux/user.h> +#include <linux/security.h> #if 0 #include <asm/fp.h> @@ -147,6 +148,9 @@ /* are we already being traced? */ if (current->ptrace & PT_PTRACED) { res = -EPERM; + goto out; + res = security_ops->ptrace(current->parent, current); + if (res) goto out; } /* set the ptrace bit in the process flags. */ |
From: Kenn H. <ke...@us...> - 2003-01-31 08:55:28
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel In directory sc8-pr-cvs1:/tmp/cvs-serv24099/kernel Modified Files: entry.S Log Message: Add sys_security syscall Index: entry.S =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel/entry.S,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- entry.S 29 Oct 2002 00:52:50 -0000 1.5 +++ entry.S 31 Jan 2003 08:55:19 -0000 1.6 @@ -475,6 +475,7 @@ .long sys_getdents64 /* 220 */ .long sys_fcntl64 .long sys_tkill + .long sys_security /* * NOTE!! This doesn't have to be exact - we just have |
From: Kenn H. <ke...@us...> - 2003-01-31 08:52:58
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax In directory sc8-pr-cvs1:/tmp/cvs-serv22763 Modified Files: defconfig config.in 460.config Log Message: Add security-related config Index: defconfig =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/defconfig,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- defconfig 29 Jan 2003 08:46:03 -0000 1.5 +++ defconfig 31 Jan 2003 08:52:50 -0000 1.6 @@ -307,6 +307,11 @@ CONFIG_PROFILE_SHIFT=2 # +# Security options +# +CONFIG_SECURITY_CAPABILITIES=y + +# # Library routines # CONFIG_CRC32=y Index: config.in =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/config.in,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- config.in 29 Sep 2002 19:33:15 -0000 1.8 +++ config.in 31 Jan 2003 08:52:51 -0000 1.9 @@ -186,5 +186,6 @@ fi endmenu +source security/Config.in source lib/Config.in Index: 460.config =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/460.config,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- 460.config 29 Jan 2003 08:46:03 -0000 1.8 +++ 460.config 31 Jan 2003 08:52:51 -0000 1.9 @@ -307,6 +307,11 @@ CONFIG_PROFILE_SHIFT=2 # +# Security options +# +CONFIG_SECURITY_CAPABILITIES=y + +# # Library routines # CONFIG_CRC32=y |
From: Kenn H. <ke...@us...> - 2003-01-31 08:51:51
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax In directory sc8-pr-cvs1:/tmp/cvs-serv22283/include/asm-vax Added Files: rmap.h Log Message: asm/rmap.h needed for 2.5.27 --- NEW FILE --- #ifndef _VAX_RMAP_H #define _VAX_RMAP_H #include <asm-generic/rmap.h> #endif /* _VAX_RMAP_H */ |
From: Kenn H. <ke...@us...> - 2003-01-31 08:51:00
|
Update of /cvsroot/linux-vax/kernel-2.5 In directory sc8-pr-cvs1:/tmp/cvs-serv21768 Modified Files: Makefile Log Message: Merge with 2.5.27 Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/Makefile,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- Makefile 29 Jan 2003 01:46:47 -0000 1.32 +++ Makefile 31 Jan 2003 08:50:22 -0000 1.33 @@ -1,6 +1,6 @@ VERSION = 2 PATCHLEVEL = 5 -SUBLEVEL = 26 +SUBLEVEL = 27 EXTRAVERSION = # *DOCUMENTATION* @@ -157,7 +157,8 @@ export srctree objtree -SUBDIRS := init kernel mm fs ipc lib drivers sound net +SUBDIRS := init kernel mm fs ipc lib drivers sound net security + noconfig_targets := xconfig menuconfig config oldconfig randconfig \ defconfig allyesconfig allnoconfig allmodconfig \ @@ -223,7 +224,7 @@ # --------------------------------------------------------------------------- INIT := init/init.o -CORE_FILES := kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o +CORE_FILES := kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o security/built-in.o LIBS := lib/lib.a DRIVERS := drivers/built-in.o sound/sound.o NETWORKS := net/network.o |
From: Kenn H. <ke...@us...> - 2003-01-31 08:50:36
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-s390x In directory sc8-pr-cvs1:/tmp/cvs-serv21768/include/asm-s390x Removed Files: ide.h Log Message: Merge with 2.5.27 --- ide.h DELETED --- |
From: Kenn H. <ke...@us...> - 2003-01-31 08:50:35
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers/usb/host In directory sc8-pr-cvs1:/tmp/cvs-serv21768/drivers/usb/host Removed Files: usb-ohci-pci.c usb-ohci-sa1111.c usb-ohci.c usb-ohci.h Log Message: Merge with 2.5.27 --- usb-ohci-pci.c DELETED --- --- usb-ohci-sa1111.c DELETED --- --- usb-ohci.c DELETED --- --- usb-ohci.h DELETED --- |
From: Kenn H. <ke...@us...> - 2003-01-31 08:50:34
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers/char/agp In directory sc8-pr-cvs1:/tmp/cvs-serv21768/drivers/char/agp Removed Files: agpgart_be.c agpgart_fe.c Log Message: Merge with 2.5.27 --- agpgart_be.c DELETED --- --- agpgart_fe.c DELETED --- |
From: Kenn H. <ke...@us...> - 2003-01-29 08:50:22
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax In directory sc8-pr-cvs1:/tmp/cvs-serv4098/arch/vax Modified Files: Makefile Log Message: Oops - I had broken MOP image generation Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/Makefile,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- Makefile 29 Jan 2003 00:30:36 -0000 1.12 +++ Makefile 29 Jan 2003 08:50:18 -0000 1.13 @@ -76,7 +76,7 @@ vmlinux.SYS: vmlinux.bin dd if=/dev/zero bs=512 count=1 of=$@ 2>/dev/null - cat $< > $@ + cat $< >> $@ $(SETCMDLINE) $@ $(DEFAULT_CMDLINE) vmlinux.dsk: vmlinux.bin |
From: Kenn H. <ke...@us...> - 2003-01-29 08:46:07
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax In directory sc8-pr-cvs1:/tmp/cvs-serv2533/arch/vax Modified Files: 460.config defconfig Log Message: SYSRQ doesn't compile cleanly in 2.5.26. Removing from .config for now. Index: 460.config =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/460.config,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- 460.config 31 Dec 2002 22:33:35 -0000 1.7 +++ 460.config 29 Jan 2003 08:46:03 -0000 1.8 @@ -146,6 +146,8 @@ # File systems # # CONFIG_QUOTA is not set +# CONFIG_QFMT_V1 is not set +# CONFIG_QFMT_V2 is not set # CONFIG_AUTOFS_FS is not set # CONFIG_AUTOFS4_FS is not set # CONFIG_REISERFS_FS is not set @@ -300,7 +302,7 @@ # # Kernel hacking # -CONFIG_MAGIC_SYSRQ=y +# CONFIG_MAGIC_SYSRQ is not set CONFIG_PROFILE=y CONFIG_PROFILE_SHIFT=2 Index: defconfig =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/defconfig,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- defconfig 31 Dec 2002 22:33:35 -0000 1.4 +++ defconfig 29 Jan 2003 08:46:03 -0000 1.5 @@ -146,6 +146,8 @@ # File systems # # CONFIG_QUOTA is not set +# CONFIG_QFMT_V1 is not set +# CONFIG_QFMT_V2 is not set # CONFIG_AUTOFS_FS is not set # CONFIG_AUTOFS4_FS is not set # CONFIG_REISERFS_FS is not set @@ -300,7 +302,7 @@ # # Kernel hacking # -CONFIG_MAGIC_SYSRQ=y +# CONFIG_MAGIC_SYSRQ is not set CONFIG_PROFILE=y CONFIG_PROFILE_SHIFT=2 |
From: Kenn H. <ke...@us...> - 2003-01-29 01:46:55
|
Update of /cvsroot/linux-vax/kernel-2.5/kernel In directory sc8-pr-cvs1:/tmp/cvs-serv13161/kernel Modified Files: panic.c Log Message: Merge with 2.5.26 Index: panic.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/kernel/panic.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- panic.c 29 Oct 2002 00:52:51 -0000 1.3 +++ panic.c 29 Jan 2003 01:46:49 -0000 1.4 @@ -66,7 +66,7 @@ smp_send_stop(); #endif - notifier_call_chain(&panic_notifier_list, 0, NULL); + notifier_call_chain(&panic_notifier_list, 0, buf); if (panic_timeout > 0) { |
From: Kenn H. <ke...@us...> - 2003-01-29 01:46:54
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/arm/mm In directory sc8-pr-cvs1:/tmp/cvs-serv13161/arch/arm/mm Removed Files: abort-ev5ej.S copypage-v5te.S Log Message: Merge with 2.5.26 --- abort-ev5ej.S DELETED --- --- copypage-v5te.S DELETED --- |
From: Kenn H. <ke...@us...> - 2003-01-29 01:46:54
|
Update of /cvsroot/linux-vax/kernel-2.5/fs/reiserfs In directory sc8-pr-cvs1:/tmp/cvs-serv13161/fs/reiserfs Removed Files: buffer2.c Log Message: Merge with 2.5.26 --- buffer2.c DELETED --- |
From: Kenn H. <ke...@us...> - 2003-01-29 01:46:54
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers/char In directory sc8-pr-cvs1:/tmp/cvs-serv13161/drivers/char Modified Files: Makefile Removed Files: adbmouse.c amigamouse.c atixlmouse.c logibusmouse.c msbusmouse.c pc110pad.c pc110pad.h qpmouse.c Log Message: Merge with 2.5.26 Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/char/Makefile,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- Makefile 29 Jan 2003 00:07:48 -0000 1.15 +++ Makefile 29 Jan 2003 01:46:47 -0000 1.16 @@ -156,8 +156,6 @@ obj-$(CONFIG_HVC_CONSOLE) += hvc_console.o obj-$(CONFIG_SERIAL_IPR) += generic_serial.o -obj-$(CONFIG_ATIXL_BUSMOUSE) += atixlmouse.o -obj-$(CONFIG_LOGIBUSMOUSE) += logibusmouse.o obj-$(CONFIG_PRINTER) += lp.o obj-$(CONFIG_BUSMOUSE) += busmouse.o @@ -165,12 +163,7 @@ obj-$(CONFIG_R3964) += n_r3964.o obj-$(CONFIG_APPLICOM) += applicom.o obj-$(CONFIG_SONYPI) += sonypi.o -obj-$(CONFIG_MS_BUSMOUSE) += msbusmouse.o -obj-$(CONFIG_82C710_MOUSE) += qpmouse.o -obj-$(CONFIG_AMIGAMOUSE) += amigamouse.o obj-$(CONFIG_ATARIMOUSE) += atarimouse.o -obj-$(CONFIG_ADBMOUSE) += adbmouse.o -obj-$(CONFIG_PC110_PAD) += pc110pad.o obj-$(CONFIG_RTC) += rtc.o obj-$(CONFIG_EFI_RTC) += efirtc.o ifeq ($(CONFIG_PPC),) @@ -236,4 +229,4 @@ sed -e 's/^static *//' $@.tmp > $@ rm $@.tmp -endif \ No newline at end of file +endif --- adbmouse.c DELETED --- --- amigamouse.c DELETED --- --- atixlmouse.c DELETED --- --- logibusmouse.c DELETED --- --- msbusmouse.c DELETED --- --- pc110pad.c DELETED --- --- pc110pad.h DELETED --- --- qpmouse.c DELETED --- |
From: Kenn H. <ke...@us...> - 2003-01-29 01:46:54
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers/usb/host In directory sc8-pr-cvs1:/tmp/cvs-serv13161/drivers/usb/host Removed Files: uhci-debug.h uhci.c uhci.h usb-uhci-dbg.c usb-uhci-debug.h usb-uhci-hcd.c usb-uhci-hcd.h usb-uhci-hub.c usb-uhci-mem.c usb-uhci-q.c usb-uhci.c usb-uhci.h Log Message: Merge with 2.5.26 --- uhci-debug.h DELETED --- --- uhci.c DELETED --- --- uhci.h DELETED --- --- usb-uhci-dbg.c DELETED --- --- usb-uhci-debug.h DELETED --- --- usb-uhci-hcd.c DELETED --- --- usb-uhci-hcd.h DELETED --- --- usb-uhci-hub.c DELETED --- --- usb-uhci-mem.c DELETED --- --- usb-uhci-q.c DELETED --- --- usb-uhci.c DELETED --- --- usb-uhci.h DELETED --- |
From: Kenn H. <ke...@us...> - 2003-01-29 01:46:54
|
Update of /cvsroot/linux-vax/kernel-2.5 In directory sc8-pr-cvs1:/tmp/cvs-serv13161 Modified Files: Makefile Log Message: Merge with 2.5.26 Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/Makefile,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- Makefile 29 Jan 2003 00:08:11 -0000 1.31 +++ Makefile 29 Jan 2003 01:46:47 -0000 1.32 @@ -1,6 +1,6 @@ VERSION = 2 PATCHLEVEL = 5 -SUBLEVEL = 25 +SUBLEVEL = 26 EXTRAVERSION = # *DOCUMENTATION* |
From: Kenn H. <ke...@us...> - 2003-01-29 00:34:12
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/boot In directory sc8-pr-cvs1:/tmp/cvs-serv20979/arch/vax/boot Modified Files: Makefile Log Message: diskboot isn't a default target, only mopboot Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/boot/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- Makefile 29 Jan 2003 00:27:40 -0000 1.6 +++ Makefile 29 Jan 2003 00:34:08 -0000 1.7 @@ -18,4 +18,4 @@ # in arch/$(ARCH)/Makefile archhelp: @echo '* mopboot - MOP-bootable image' - @echo '* diskboot - disk-bootable image' + @echo ' diskboot - disk-bootable image' |