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: <ai...@us...> - 2003-09-27 13:12:34
|
Update of /cvsroot/linux-vax/kernel-2.4/drivers/acpi In directory sc8-pr-cvs1:/tmp/cvs-serv3030/drivers/acpi Added Files: ec.c power.c Removed Files: driver.c os.c Log Message: merge 2.4.22 --- driver.c DELETED --- --- os.c DELETED --- |
From: <ai...@us...> - 2003-09-27 13:12:34
|
Update of /cvsroot/linux-vax/kernel-2.4/drivers In directory sc8-pr-cvs1:/tmp/cvs-serv3030/drivers Modified Files: Makefile Log Message: merge 2.4.22 Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/Makefile,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Makefile 27 Sep 2003 07:43:26 -0000 1.7 +++ Makefile 27 Sep 2003 13:11:50 -0000 1.8 @@ -6,7 +6,7 @@ # -mod-subdirs := dio hil mtd sbus video macintosh usb input telephony sgi ide \ +mod-subdirs := dio hil mtd sbus video macintosh usb input telephony ide \ message/i2o message/fusion scsi md ieee1394 pnp isdn atm \ fc4 net/hamradio i2c acpi bluetooth @@ -30,7 +30,6 @@ subdir-$(CONFIG_USB) += usb subdir-$(CONFIG_INPUT) += input subdir-$(CONFIG_PHONE) += telephony -subdir-$(CONFIG_SGI) += sgi subdir-$(CONFIG_IDE) += ide subdir-$(CONFIG_SCSI) += scsi subdir-$(CONFIG_I2O) += message/i2o @@ -47,7 +46,7 @@ # CONFIG_HAMRADIO can be set without CONFIG_NETDEVICE being set -- ch subdir-$(CONFIG_HAMRADIO) += net/hamradio subdir-$(CONFIG_I2C) += i2c -subdir-$(CONFIG_ACPI) += acpi +subdir-$(CONFIG_ACPI_BOOT) += acpi subdir-$(CONFIG_BLUEZ) += bluetooth |
From: <ai...@us...> - 2003-09-27 13:12:25
|
Update of /cvsroot/linux-vax/kernel-2.4 In directory sc8-pr-cvs1:/tmp/cvs-serv3030 Modified Files: Makefile Log Message: merge 2.4.22 Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/Makefile,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- Makefile 27 Sep 2003 09:21:11 -0000 1.21 +++ Makefile 27 Sep 2003 13:11:41 -0000 1.22 @@ -1,6 +1,6 @@ VERSION = 2 PATCHLEVEL = 4 -SUBLEVEL = 21 +SUBLEVEL = 22 EXTRAVERSION = KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) @@ -42,10 +42,13 @@ CFLAGS_KERNEL = PERL = perl MAKE = make +AWK = awk +RPM := $(shell if [ -x "/usr/bin/rpmbuild" ]; then echo rpmbuild; \ + else echo rpm; fi) export VERSION PATCHLEVEL SUBLEVEL EXTRAVERSION KERNELRELEASE ARCH \ CONFIG_SHELL TOPDIR HPATH HOSTCC HOSTCFLAGS CROSS_COMPILE AS LD CC \ - CPP AR NM STRIP OBJCOPY OBJDUMP MAKE MAKEFILES GENKSYMS MODFLAGS PERL + CPP AR NM STRIP OBJCOPY OBJDUMP MAKE MAKEFILES GENKSYMS MODFLAGS PERL AWK all: do-it-all @@ -127,14 +130,14 @@ NETWORKS =net/network.o LIBS =$(TOPDIR)/lib/lib.a -SUBDIRS =kernel drivers mm fs net ipc lib +SUBDIRS =kernel drivers mm fs net ipc lib crypto DRIVERS-n := DRIVERS-y := DRIVERS-m := DRIVERS- := -DRIVERS-$(CONFIG_ACPI) += drivers/acpi/acpi.o +DRIVERS-$(CONFIG_ACPI_BOOT) += drivers/acpi/acpi.o DRIVERS-$(CONFIG_PARPORT) += drivers/parport/driver.o DRIVERS-y += drivers/char/char.o \ drivers/block/block.o \ @@ -192,11 +195,13 @@ DRIVERS-$(CONFIG_BLUEZ) += drivers/bluetooth/bluetooth.o DRIVERS-$(CONFIG_HOTPLUG_PCI) += drivers/hotplug/vmlinux-obj.o DRIVERS-$(CONFIG_ISDN_BOOL) += drivers/isdn/vmlinux-obj.o +DRIVERS-$(CONFIG_CRYPTO) += crypto/crypto.o DRIVERS-$(CONFIG_VSBUS) += drivers/vsbus/vsbus.a DRIVERS-$(CONFIG_VAX) += drivers/vax/bus/vaxbus.o DRIVERS-$(CONFIG_VAX) += drivers/vax/char/vaxchar.o DRIVERS-$(CONFIG_VAX) += drivers/vax/net/vaxnet.o + DRIVERS := $(DRIVERS-y) @@ -232,6 +237,7 @@ # files removed with 'make mrproper' MRPROPER_FILES = \ include/linux/autoconf.h include/linux/version.h \ + lib/crc32table.h lib/gen_crc32table \ drivers/net/hamradio/soundmodem/sm_tbl_{afsk1200,afsk2666,fsk9600}.h \ drivers/net/hamradio/soundmodem/sm_tbl_{hapn4800,psk4800}.h \ drivers/net/hamradio/soundmodem/sm_tbl_{afsk2400_7,afsk2400_8}.h \ @@ -580,5 +586,5 @@ rm $(KERNELPATH) ; \ cd $(TOPDIR) ; \ . scripts/mkversion > .version ; \ - rpm -ta $(TOPDIR)/../$(KERNELPATH).tar.gz ; \ + $(RPM) -ta $(TOPDIR)/../$(KERNELPATH).tar.gz ; \ rm $(TOPDIR)/../$(KERNELPATH).tar.gz |
From: <ai...@us...> - 2003-09-27 13:12:23
|
Update of /cvsroot/linux-vax/kernel-2.4/net/bluetooth/bnep In directory sc8-pr-cvs1:/tmp/cvs-serv3030/net/bluetooth/bnep Removed Files: crc32.c crc32.h Log Message: merge 2.4.22 --- crc32.c DELETED --- --- crc32.h DELETED --- |
From: <ai...@us...> - 2003-09-27 13:12:23
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-vax In directory sc8-pr-cvs1:/tmp/cvs-serv3030/include/asm-vax Modified Files: ioctls.h system.h Log Message: merge 2.4.22 Index: ioctls.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/ioctls.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ioctls.h 17 Jan 2001 16:18:52 -0000 1.1 +++ ioctls.h 27 Sep 2003 13:12:04 -0000 1.2 @@ -68,6 +68,7 @@ #define TIOCGICOUNT 0x545D /* read serial port inline interrupt counts */ #define TIOCGHAYESESP 0x545E /* Get Hayes ESP configuration */ #define TIOCSHAYESESP 0x545F /* Set Hayes ESP configuration */ +#define FIOQSIZE 0x5460 /* Used for packet mode */ #define TIOCPKT_DATA 0 Index: system.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/system.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- system.h 9 Apr 2002 12:33:20 -0000 1.5 +++ system.h 27 Sep 2003 13:12:04 -0000 1.6 @@ -62,6 +62,9 @@ #define set_mb(var, value) do { xchg(&var, value); } while (0) #define set_wmb(var, value) do { var = value; wmb(); } while (0) #define smp_mb() mb() +#define smp_rmb() rmb() +#define smp_wmb() wmb() + #define getipl() __mfpr(PR_IPL) @@ -152,7 +155,6 @@ #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) #define tas(ptr) (xchg((ptr),1)) - struct __xchg_dummy { unsigned long a[100]; }; #define __xg(x) ((struct __xchg_dummy *)(x)) |
From: <ai...@us...> - 2003-09-27 13:12:23
|
Update of /cvsroot/linux-vax/kernel-2.4/net In directory sc8-pr-cvs1:/tmp/cvs-serv3030/net Removed Files: README Log Message: merge 2.4.22 --- README DELETED --- |
From: <ai...@us...> - 2003-09-27 13:12:23
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-mips64/sgi In directory sc8-pr-cvs1:/tmp/cvs-serv3030/include/asm-mips64/sgi Removed Files: sgigio.h sgihpc.h sgimc.h sgint23.h Log Message: merge 2.4.22 --- sgigio.h DELETED --- --- sgihpc.h DELETED --- --- sgimc.h DELETED --- --- sgint23.h DELETED --- |
From: <ai...@us...> - 2003-09-27 13:12:22
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-mips64/sibyte In directory sc8-pr-cvs1:/tmp/cvs-serv3030/include/asm-mips64/sibyte Removed Files: sb1250_prof.h swarm_ide.h Log Message: merge 2.4.22 --- sb1250_prof.h DELETED --- --- swarm_ide.h DELETED --- |
From: <ai...@us...> - 2003-09-27 13:12:22
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-ppc In directory sc8-pr-cvs1:/tmp/cvs-serv3030/include/asm-ppc Removed Files: ppc4xx.h ppc4xx_serial.h walnut.h Log Message: merge 2.4.22 --- ppc4xx.h DELETED --- --- ppc4xx_serial.h DELETED --- --- walnut.h DELETED --- |
From: <ai...@us...> - 2003-09-27 13:12:21
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-mips64/ip32 In directory sc8-pr-cvs1:/tmp/cvs-serv3030/include/asm-mips64/ip32 Removed Files: crime.h io.h ip32_ints.h mace.h machine.h Log Message: merge 2.4.22 --- crime.h DELETED --- --- io.h DELETED --- --- ip32_ints.h DELETED --- --- mace.h DELETED --- --- machine.h DELETED --- |
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-mips64 In directory sc8-pr-cvs1:/tmp/cvs-serv3030/include/asm-mips64 Removed Files: gt64120.h mips64_cache.h r10kcache.h r10kcacheops.h r4kcacheops.h rrm.h Log Message: merge 2.4.22 --- gt64120.h DELETED --- --- mips64_cache.h DELETED --- --- r10kcache.h DELETED --- --- r10kcacheops.h DELETED --- --- r4kcacheops.h DELETED --- --- rrm.h DELETED --- |
From: <ai...@us...> - 2003-09-27 13:12:21
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-mips64/mips-boards In directory sc8-pr-cvs1:/tmp/cvs-serv3030/include/asm-mips64/mips-boards Removed Files: gt64120.h Log Message: merge 2.4.22 --- gt64120.h DELETED --- |
From: <ai...@us...> - 2003-09-27 13:12:20
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-mips/sgi In directory sc8-pr-cvs1:/tmp/cvs-serv3030/include/asm-mips/sgi Removed Files: sgigio.h sgihpc.h sgimc.h sgint23.h Log Message: merge 2.4.22 --- sgigio.h DELETED --- --- sgihpc.h DELETED --- --- sgimc.h DELETED --- --- sgint23.h DELETED --- |
From: <ai...@us...> - 2003-09-27 13:12:20
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-mips/sibyte In directory sc8-pr-cvs1:/tmp/cvs-serv3030/include/asm-mips/sibyte Removed Files: sb1250_prof.h swarm_ide.h Log Message: merge 2.4.22 --- sb1250_prof.h DELETED --- --- swarm_ide.h DELETED --- |
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-mips/galileo-boards/evb64120A In directory sc8-pr-cvs1:/tmp/cvs-serv3030/include/asm-mips/galileo-boards/evb64120A Removed Files: cntmr.h core.h dma.h eeprom_param.h flashdrv.h i2o.h memory.h pci.h Log Message: merge 2.4.22 --- cntmr.h DELETED --- --- core.h DELETED --- --- dma.h DELETED --- --- eeprom_param.h DELETED --- --- flashdrv.h DELETED --- --- i2o.h DELETED --- --- memory.h DELETED --- --- pci.h DELETED --- |
From: <ai...@us...> - 2003-09-27 13:12:20
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-mips/galileo-boards In directory sc8-pr-cvs1:/tmp/cvs-serv3030/include/asm-mips/galileo-boards Removed Files: ev64120.h ev64120int.h ev96100.h Log Message: merge 2.4.22 --- ev64120.h DELETED --- --- ev64120int.h DELETED --- --- ev96100.h DELETED --- |
From: <ai...@us...> - 2003-09-27 13:12:20
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-mips In directory sc8-pr-cvs1:/tmp/cvs-serv3030/include/asm-mips Removed Files: gt64120.h mips32_cache.h rrm.h umap.h Log Message: merge 2.4.22 --- gt64120.h DELETED --- --- mips32_cache.h DELETED --- --- rrm.h DELETED --- --- umap.h DELETED --- |
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-ia64/sn/sn1 In directory sc8-pr-cvs1:/tmp/cvs-serv3030/include/asm-ia64/sn/sn1 Removed Files: addrs.h arch.h bedrock.h hubdev.h hubio.h hubio_next.h hublb.h hublb_next.h hubmd.h hubmd_next.h hubni.h hubni_next.h hubpi.h hubpi_next.h hubspc.h hubstat.h hubxb.h hubxb_next.h hwcntrs.h intr.h intr_public.h ip27config.h mem_refcnt.h mmzone_sn1.h slotnum.h sn_private.h synergy.h Log Message: merge 2.4.22 --- addrs.h DELETED --- --- arch.h DELETED --- --- bedrock.h DELETED --- --- hubdev.h DELETED --- --- hubio.h DELETED --- --- hubio_next.h DELETED --- --- hublb.h DELETED --- --- hublb_next.h DELETED --- --- hubmd.h DELETED --- --- hubmd_next.h DELETED --- --- hubni.h DELETED --- --- hubni_next.h DELETED --- --- hubpi.h DELETED --- --- hubpi_next.h DELETED --- --- hubspc.h DELETED --- --- hubstat.h DELETED --- --- hubxb.h DELETED --- --- hubxb_next.h DELETED --- --- hwcntrs.h DELETED --- --- intr.h DELETED --- --- intr_public.h DELETED --- --- ip27config.h DELETED --- --- mem_refcnt.h DELETED --- --- mmzone_sn1.h DELETED --- --- slotnum.h DELETED --- --- sn_private.h DELETED --- --- synergy.h DELETED --- |
From: <ai...@us...> - 2003-09-27 13:12:19
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-ia64/sn/sn2 In directory sc8-pr-cvs1:/tmp/cvs-serv3030/include/asm-ia64/sn/sn2 Removed Files: mmzone_sn2.h Log Message: merge 2.4.22 --- mmzone_sn2.h DELETED --- |
From: <ai...@us...> - 2003-09-27 13:12:19
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-ia64/sn In directory sc8-pr-cvs1:/tmp/cvs-serv3030/include/asm-ia64/sn Removed Files: ate_utils.h bte_copy.h eeprom.h gda.h hack.h hires_clock.h idle.h intr_public.h mca.h nic.h sn_pio_sync.h snconfig.h systeminfo.h Log Message: merge 2.4.22 --- ate_utils.h DELETED --- --- bte_copy.h DELETED --- --- eeprom.h DELETED --- --- gda.h DELETED --- --- hack.h DELETED --- --- hires_clock.h DELETED --- --- idle.h DELETED --- --- intr_public.h DELETED --- --- mca.h DELETED --- --- nic.h DELETED --- --- sn_pio_sync.h DELETED --- --- snconfig.h DELETED --- --- systeminfo.h DELETED --- |
From: <ai...@us...> - 2003-09-27 13:12:19
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-ia64 In directory sc8-pr-cvs1:/tmp/cvs-serv3030/include/asm-ia64 Removed Files: machvec_sn1.h Log Message: merge 2.4.22 --- machvec_sn1.h DELETED --- |
From: <ai...@us...> - 2003-09-27 13:12:18
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-arm/proc-armv In directory sc8-pr-cvs1:/tmp/cvs-serv3030/include/asm-arm/proc-armv Removed Files: uncompress.h Log Message: merge 2.4.22 --- uncompress.h DELETED --- |
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-arm/arch-epxa10db In directory sc8-pr-cvs1:/tmp/cvs-serv3030/include/asm-arm/arch-epxa10db Removed Files: dma.h ether00.h excalibur.h hardware.h int_ctrl00.h io.h irq.h irqs.h memory.h mode_ctrl00.h param.h platform.h pld_conf00.h serial.h system.h tdkphy.h time.h timer00.h timex.h uart00.h uncompress.h vmalloc.h Log Message: merge 2.4.22 --- dma.h DELETED --- --- ether00.h DELETED --- --- excalibur.h DELETED --- --- hardware.h DELETED --- --- int_ctrl00.h DELETED --- --- io.h DELETED --- --- irq.h DELETED --- --- irqs.h DELETED --- --- memory.h DELETED --- --- mode_ctrl00.h DELETED --- --- param.h DELETED --- --- platform.h DELETED --- --- pld_conf00.h DELETED --- --- serial.h DELETED --- --- system.h DELETED --- --- tdkphy.h DELETED --- --- time.h DELETED --- --- timer00.h DELETED --- --- timex.h DELETED --- --- uart00.h DELETED --- --- uncompress.h DELETED --- --- vmalloc.h DELETED --- |
From: <ai...@us...> - 2003-09-27 13:12:17
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-arm/proc-armo In directory sc8-pr-cvs1:/tmp/cvs-serv3030/include/asm-arm/proc-armo Removed Files: uncompress.h Log Message: merge 2.4.22 --- uncompress.h DELETED --- |
From: <ai...@us...> - 2003-09-27 13:12:17
|
Update of /cvsroot/linux-vax/kernel-2.4/drivers/scsi/aic79xx/aicasm In directory sc8-pr-cvs1:/tmp/cvs-serv3030/drivers/scsi/aic79xx/aicasm Removed Files: Makefile aicasm.c aicasm.h aicasm_gram.y aicasm_insformat.h aicasm_macro_gram.y aicasm_macro_scan.l aicasm_scan.l aicasm_symbol.c aicasm_symbol.h Log Message: merge 2.4.22 --- Makefile DELETED --- --- aicasm.c DELETED --- --- aicasm.h DELETED --- --- aicasm_gram.y DELETED --- --- aicasm_insformat.h DELETED --- --- aicasm_macro_gram.y DELETED --- --- aicasm_macro_scan.l DELETED --- --- aicasm_scan.l DELETED --- --- aicasm_symbol.c DELETED --- --- aicasm_symbol.h DELETED --- |