You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(210) |
Jun
(169) |
Jul
(167) |
Aug
(128) |
Sep
(218) |
Oct
(120) |
Nov
(86) |
Dec
(71) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(91) |
Feb
(179) |
Mar
(52) |
Apr
(56) |
May
(183) |
Jun
(62) |
Jul
(63) |
Aug
(49) |
Sep
(36) |
Oct
(35) |
Nov
(72) |
Dec
(30) |
2002 |
Jan
(53) |
Feb
(61) |
Mar
(56) |
Apr
(13) |
May
(1) |
Jun
(7) |
Jul
(80) |
Aug
(73) |
Sep
(30) |
Oct
(29) |
Nov
(8) |
Dec
(40) |
2003 |
Jan
(10) |
Feb
(2) |
Mar
(4) |
Apr
(9) |
May
(3) |
Jun
(19) |
Jul
(64) |
Aug
(53) |
Sep
(28) |
Oct
(7) |
Nov
(3) |
Dec
(21) |
2004 |
Jan
(11) |
Feb
(30) |
Mar
(18) |
Apr
(1) |
May
(13) |
Jun
(18) |
Jul
(13) |
Aug
|
Sep
(9) |
Oct
(5) |
Nov
|
Dec
|
2005 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(10) |
Aug
(21) |
Sep
(7) |
Oct
(10) |
Nov
(6) |
Dec
|
2006 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(2) |
Aug
(2) |
Sep
(6) |
Oct
(10) |
Nov
(8) |
Dec
(3) |
2007 |
Jan
(3) |
Feb
(6) |
Mar
(1) |
Apr
(6) |
May
(10) |
Jun
(7) |
Jul
(13) |
Aug
(8) |
Sep
|
Oct
(2) |
Nov
|
Dec
|
From: Roman Z. <zi...@fh...> - 2000-09-13 22:46:49
|
Hi, I know now why debug=mem wasn't working. It calls amiga_chip_alloc(), which calls request_mem_region(), what doesn't work yet at that time yet. I had the same problem for amiga_init_sound(), that I could easily delay, but for debugging output we need that memory as early as possible. Right now I simply don't call request_mem_region() when mem_init_done isn't true yet, but somehow I don't like this. Anyone any better idea? Anyway, debug=mem is now usable again... bye, Roman |
From: Roman Z. <zi...@us...> - 2000-09-13 22:39:40
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/arch/ppc/amiga/ Changes by: zi...@sl.... 00/09/13 15:39:40 Modified files: 2.3/arch/ppc/amiga/: chipram.c Log message: debug=mem (temporary?) fix |
From: Roman Z. <zi...@fh...> - 2000-09-13 22:06:58
|
Hi, I applied now also the zorro bus patches and here is the new /proc/iomem output: 00000000-001fffff : Chip RAM 000b71e8-000be717 : Floppy 000be728-000be73f : Beep 000be750-001ffff7 : amifb [RAM] 00200000-009fffff : Zorro II mem 00bfe100-00bfe1ff : parallel 00bfeb00-00bfebff : amikeyb 00dd2000-00dd3fff : IDE 00dff00a-00dff00b : amigamouse [Denise] 00dff020-00dff027 : amiflop [Paula] 00dff030-00dff033 : amiserial [Paula] 00dff0e0-00dff1ff : amifb [Denise/Lisa] 00e80000-00efffff : Zorro II exp 00e90000-00e9ffff : Village Tronic Ariadne II [Ethernet Card] 00e90600-00e9067f : RTL8019AS 00f01060-00f2105f : Phase 5 CyberStorm Mk III [Accelerator and SCSI Host Adapter] 07400000-07ffffff : 32-bit Fast RAM 08000000-09ffffff : 32-bit Fast RAM 40000000-7fffffff : Zorro III cfg ff000000-ffffffff : Zorro III exp (BTW there is really no ZIII card :-) ). bye, Roman |
From: Roman Z. <zi...@us...> - 2000-09-13 21:52:05
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/include/linux/ Changes by: zi...@sl.... 00/09/13 14:52:03 Modified files: ./: Makefile 2.3/Documentation/: Configure.help zorro.txt 2.3/arch/m68k/: config.in 2.3/arch/m68k/amiga/: amiga_ksyms.c chipram.c config.c 2.3/arch/ppc/: config.in 2.3/drivers/char/: amigamouse.c amikeyb.c 2.3/drivers/ide/: buddha.c 2.3/drivers/net/: a2065.c ariadne.c ariadne2.c hydra.c 2.3/drivers/scsi/: a2091.c a3000.c amiga7xx.c blz1230.c blz2060.c cyberstorm.c cyberstormII.c fastlane.c gvp11.c oktagon_esp.c 2.3/drivers/video/: cyberfb.c retz3fb.c virgefb.c 2.3/drivers/zorro/: Makefile names.c zorro.c 2.3/include/linux/: zorro.h Added files: 2.3/drivers/zorro/: Config.in gen-devlist.c zorro.ids 2.3/include/linux/: zorro_ids.h Log message: Geert's Zorro bus updates |
From: Roman Z. <zi...@us...> - 2000-09-13 21:35:38
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/drivers/parport/ Changes by: zi...@sl.... 00/09/13 14:35:37 Modified files: 2.3/drivers/parport/: parport_mfc3.c Log message: compile fix and init cleanup |
From: Roman Z. <zi...@us...> - 2000-09-13 21:34:59
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/fs/affs/ Changes by: zi...@sl.... 00/09/13 14:34:58 Modified files: 2.3/fs/affs/: inode.c Log message: compile fix |
From: Roman Z. <zi...@us...> - 2000-09-13 21:34:14
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/fs/ Changes by: zi...@sl.... 00/09/13 14:34:13 Modified files: 2.3/fs/: buffer.c Log message: bug fix from linux-kernel |
From: Michel <dae...@st...> - 2000-09-13 21:34:04
|
Roman Zippel wrote: > > Maybe it wouldn't be bad if we did like in the DRI project: Before large > > commits or imports, we turn off the commit notices in CVSROOT/loginfo > > there and re-enable them afterwards. > > Hmm, no problem, but I should better disable that only for the 2.3 > subdirectory, since the import takes a while. > But maybe you could also reinstall the mailing list limit and simply drop > these mails. :) Hey, good idea which I didn't think of. I've enabled the limit at 50k. If someone wants more or less please bug me. Michel -- Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast Debian GNU/Linux (powerpc,i386) user \ member of XFree86 and The DRI Project |
From: Robert R. <ro...@pl...> - 2000-09-13 20:40:36
|
On Wed, Sep 13, 2000 at 09:02:25AM +0200, Frank Petzold wrote: > fter the patches to mm -test7 boots again (for me). But I can't load So You are more lucky than me =o))) Can You please send me Your .config ? Today i tried to boot 2.4-test7 compiled with and without "PCI for Permedia" in both cases it didn't boot. Unfortunately i can't check progress with bootmesg or dmesg due to problems with Permedia display (i have to turn Amiga off for a couple of minutes to get rid of them). This is somewhat strange at first i suspected overheating problems but CGFX logo looks perfectly ok while 9 out of 10 times WB screen is heavily screwed (somtimes i'm able to see some parts of my X root) and amiga just hangs there. To add confusion i now remember that after using 2.4test4 for some days (and rebooting a couple of times) i had no such problems. Anyway soon i;ll add some fan/cooler on Permedia and see if i can get any further with 2.4 =o)) > any modules, because they are installed in different paths than test6 and > earlier. I am using debian/potato, does the woody version of modutils > recognize the new modules paths? Michel gave You answer about version of modutils and allll i can say is that this version is part of woody (which i'm using) -- Robert Ramiega | ro...@pl... IRC: _Jedi_ | Don't underestimate UIN: 13201047 | http://www.plukwa.net/ | the power of Source |
From: Roman Z. <zi...@fh...> - 2000-09-13 20:37:08
|
Hi, On Wed, 13 Sep 2000, Michel Dänzer wrote: > Maybe it wouldn't be bad if we did like in the DRI project: Before large > commits or imports, we turn off the commit notices in CVSROOT/loginfo there > and re-enable them afterwards. Hmm, no problem, but I should better disable that only for the 2.3 subdirectory, since the import takes a while. But maybe you could also reinstall the mailing list limit and simply drop these mails. :) bye, Roman |
From: Michel <da...@re...> - 2000-09-13 19:47:45
|
Roman Zippel wrote: > > CVSROOT: /cvsroot/linux-apus > Module name: 2.3 > Repository: ./ > Changes by: zi...@sl.... 00/09/13 11:58:32 > > 2.3 > > Update of /cvsroot/linux-apus/2.3 > In directory slayer.i.sourceforge.net:/tmp/cvs-serv12056 > > Log Message: > import bitkeeper (2.4.0-test8) > > Status: > > Vendor Tag: torvalds > Release Tags: bk_20000913 > > U 2.3/COPYING [huge list of files omitted] Maybe it wouldn't be bad if we did like in the DRI project: Before large commits or imports, we turn off the commit notices in CVSROOT/loginfo there and re-enable them afterwards. Michel -- Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast Debian GNU/Linux (powerpc,i386) user \ member of XFree86 and the DRI project |
From: Roman Z. <zi...@us...> - 2000-09-13 19:44:43
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/mm/ Changes by: zi...@sl.... 00/09/13 12:44:43 Modified files: ./: Makefile 2.3/arch/ppc/: config.in 2.3/arch/ppc/kernel/: Makefile head.S ppc_ksyms.c setup.c 2.3/arch/ppc/mm/: init.c 2.3/fs/affs/: bitmap.c file.c inode.c super.c 2.3/include/asm-ppc/: io.h 2.3/mm/: page_alloc.c Log message: conflict fixes from import bitkeeper (2.4.0-test8) |
From: Roman Z. <zi...@us...> - 2000-09-13 18:58:34
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: ./ Changes by: zi...@sl.... 00/09/13 11:58:32 2.3 Update of /cvsroot/linux-apus/2.3 In directory slayer.i.sourceforge.net:/tmp/cvs-serv12056 Log Message: import bitkeeper (2.4.0-test8) Status: Vendor Tag: torvalds Release Tags: bk_20000913 U 2.3/COPYING U 2.3/CREDITS U 2.3/REPORTING-BUGS U 2.3/MAINTAINERS C 2.3/Makefile U 2.3/README U 2.3/Rules.make U 2.3/BitKeeper/etc/logging_ok U 2.3/BitKeeper/etc/config U 2.3/BitKeeper/etc/notify U 2.3/Documentation/BUG-HUNTING U 2.3/Documentation/00-INDEX U 2.3/Documentation/CodingStyle U 2.3/Documentation/Changes U 2.3/Documentation/VGA-softcursor.txt U 2.3/Documentation/Configure.help U 2.3/Documentation/DMA-mapping.txt U 2.3/Documentation/IO-APIC.txt U 2.3/Documentation/IO-mapping.txt U 2.3/Documentation/IRQ-affinity.txt U 2.3/Documentation/LVM-HOWTO U 2.3/Documentation/README.DAC960 U 2.3/Documentation/README.moxa U 2.3/Documentation/joystick-parport.txt U 2.3/Documentation/binfmt_misc.txt U 2.3/Documentation/computone.txt U 2.3/Documentation/cpqarray.txt U 2.3/Documentation/devices.txt U 2.3/Documentation/digiboard.txt U 2.3/Documentation/digiepca.txt U 2.3/Documentation/exception.txt U 2.3/Documentation/floppy.txt U 2.3/Documentation/ftape.txt U 2.3/Documentation/hayes-esp.txt U 2.3/Documentation/highuid.txt U 2.3/Documentation/ide.txt U 2.3/Documentation/initrd.txt U 2.3/Documentation/ioctl-number.txt U 2.3/Documentation/isapnp.txt U 2.3/Documentation/java.txt U 2.3/Documentation/joystick-api.txt U 2.3/Documentation/kernel-parameters.txt U 2.3/Documentation/joystick.txt U 2.3/Documentation/kernel-docs.txt U 2.3/Documentation/locks.txt U 2.3/Documentation/kmod.txt U 2.3/Documentation/magic-number.txt U 2.3/Documentation/logo.gif U 2.3/Documentation/logo.txt U 2.3/Documentation/parport-lowlevel.txt U 2.3/Documentation/mandatory.txt U 2.3/Documentation/mca.txt U 2.3/Documentation/md.txt U 2.3/Documentation/memory.txt U 2.3/Documentation/mkdev.ida U 2.3/Documentation/modules.txt U 2.3/Documentation/moxa-smartio U 2.3/Documentation/mtrr.txt U 2.3/Documentation/nbd.txt U 2.3/Documentation/nfsroot.txt U 2.3/Documentation/nmi_watchdog.txt U 2.3/Documentation/oops-tracing.txt U 2.3/Documentation/paride.txt U 2.3/Documentation/pcwd-watchdog.txt U 2.3/Documentation/parport.txt U 2.3/Documentation/pci.txt U 2.3/Documentation/ramdisk.txt U 2.3/Documentation/pm.txt U 2.3/Documentation/scsi-generic.txt U 2.3/Documentation/riscom8.txt U 2.3/Documentation/rtc.txt U 2.3/Documentation/sgi-visws.txt U 2.3/Documentation/scsi.txt U 2.3/Documentation/serial-console.txt U 2.3/Documentation/smart-config.txt U 2.3/Documentation/smp.tex U 2.3/Documentation/smp.txt U 2.3/Documentation/specialix.txt U 2.3/Documentation/spinlocks.txt U 2.3/Documentation/stallion.txt U 2.3/Documentation/svga.txt U 2.3/Documentation/sx.txt U 2.3/Documentation/sysrq.txt U 2.3/Documentation/unicode.txt U 2.3/Documentation/watchdog.txt U 2.3/Documentation/xterm-linux.xpm U 2.3/Documentation/zorro.txt U 2.3/Documentation/kernel-doc-nano-HOWTO.txt N 2.3/Documentation/cachetlb.txt U 2.3/Documentation/DocBook/kernel-api.tmpl U 2.3/Documentation/DocBook/Makefile U 2.3/Documentation/DocBook/parport-multi.fig U 2.3/Documentation/DocBook/mcabook.tmpl U 2.3/Documentation/DocBook/parport-structure.fig U 2.3/Documentation/DocBook/parport-share.fig U 2.3/Documentation/DocBook/kernel-hacking.tmpl U 2.3/Documentation/DocBook/parportbook.tmpl U 2.3/Documentation/DocBook/videobook.tmpl U 2.3/Documentation/DocBook/wanbook.tmpl U 2.3/Documentation/DocBook/z8530book.tmpl U 2.3/Documentation/DocBook/kernel-locking.tmpl U 2.3/Documentation/DocBook/mousedrivers.tmpl U 2.3/Documentation/DocBook/via-audio.tmpl U 2.3/Documentation/arm/Netwinder U 2.3/Documentation/arm/README U 2.3/Documentation/arm/Setup U 2.3/Documentation/arm/SA1100/ThinClient U 2.3/Documentation/arm/SA1100/Brutus U 2.3/Documentation/arm/SA1100/Itsy U 2.3/Documentation/arm/SA1100/LART U 2.3/Documentation/arm/SA1100/PLEB U 2.3/Documentation/arm/SA1100/Tifon U 2.3/Documentation/arm/SA1100/Victor U 2.3/Documentation/arm/SA1100/empeg U 2.3/Documentation/arm/SA1100/Assabet U 2.3/Documentation/arm/SA1100/nanoEngine U 2.3/Documentation/arm/SA1100/CERF U 2.3/Documentation/arm/empeg/README U 2.3/Documentation/arm/empeg/ir.txt U 2.3/Documentation/arm/empeg/mkdevs U 2.3/Documentation/arm/nwfpe/README.FPE U 2.3/Documentation/arm/nwfpe/NOTES U 2.3/Documentation/arm/nwfpe/README U 2.3/Documentation/arm/nwfpe/TODO U 2.3/Documentation/cdrom/sonycd535 U 2.3/Documentation/cdrom/00-INDEX U 2.3/Documentation/cdrom/Makefile U 2.3/Documentation/cdrom/aztcd U 2.3/Documentation/cdrom/cdu31a U 2.3/Documentation/cdrom/cm206 U 2.3/Documentation/cdrom/cdrom-standard.tex U 2.3/Documentation/cdrom/gscd U 2.3/Documentation/cdrom/ide-cd U 2.3/Documentation/cdrom/isp16 U 2.3/Documentation/cdrom/mcd U 2.3/Documentation/cdrom/mcdx U 2.3/Documentation/cdrom/optcd U 2.3/Documentation/cdrom/sbpcd U 2.3/Documentation/cdrom/sjcd U 2.3/Documentation/fb/aty128fb.txt U 2.3/Documentation/fb/00-INDEX U 2.3/Documentation/fb/framebuffer.txt U 2.3/Documentation/fb/clgenfb.txt U 2.3/Documentation/fb/internals.txt U 2.3/Documentation/fb/matroxfb.txt U 2.3/Documentation/fb/modedb.txt U 2.3/Documentation/fb/tgafb.txt U 2.3/Documentation/fb/vesafb.txt U 2.3/Documentation/filesystems/cramfs.txt U 2.3/Documentation/filesystems/00-INDEX U 2.3/Documentation/filesystems/adfs.txt U 2.3/Documentation/filesystems/affs.txt U 2.3/Documentation/filesystems/bfs.txt U 2.3/Documentation/filesystems/coda.txt U 2.3/Documentation/filesystems/fat_cvf.txt U 2.3/Documentation/filesystems/hpfs.txt U 2.3/Documentation/filesystems/isofs.txt U 2.3/Documentation/filesystems/ncpfs.txt U 2.3/Documentation/filesystems/ntfs.txt U 2.3/Documentation/filesystems/proc.txt U 2.3/Documentation/filesystems/romfs.txt U 2.3/Documentation/filesystems/smbfs.txt U 2.3/Documentation/filesystems/sysv-fs.txt U 2.3/Documentation/filesystems/udf.txt U 2.3/Documentation/filesystems/ufs.txt U 2.3/Documentation/filesystems/umsdos.txt U 2.3/Documentation/filesystems/vfat.txt U 2.3/Documentation/filesystems/vfs.txt U 2.3/Documentation/filesystems/Locking U 2.3/Documentation/filesystems/devfs/ChangeLog U 2.3/Documentation/filesystems/devfs/README U 2.3/Documentation/filesystems/devfs/ToDo U 2.3/Documentation/filesystems/devfs/boot-options U 2.3/Documentation/filesystems/devfs/mk-devlinks U 2.3/Documentation/filesystems/devfs/modules.conf U 2.3/Documentation/filesystems/devfs/rc.devfs U 2.3/Documentation/i2c/ten-bit-addresses U 2.3/Documentation/i2c/dev-interface U 2.3/Documentation/i2c/i2c-protocol U 2.3/Documentation/i2c/proc-interface U 2.3/Documentation/i2c/smbus-protocol U 2.3/Documentation/i2c/summary U 2.3/Documentation/i2c/writing-clients U 2.3/Documentation/i386/zero-page.txt U 2.3/Documentation/i386/IO-APIC.txt U 2.3/Documentation/i386/boot.txt U 2.3/Documentation/ia64/efirtc.txt U 2.3/Documentation/ia64/README U 2.3/Documentation/isdn/HiSax.cert U 2.3/Documentation/isdn/00-INDEX U 2.3/Documentation/isdn/CREDITS U 2.3/Documentation/isdn/INTERFACE.fax U 2.3/Documentation/isdn/INTERFACE U 2.3/Documentation/isdn/README.FAQ U 2.3/Documentation/isdn/README U 2.3/Documentation/isdn/README.act2000 U 2.3/Documentation/isdn/README.HiSax U 2.3/Documentation/isdn/README.concap U 2.3/Documentation/isdn/README.audio U 2.3/Documentation/isdn/README.avmb1 U 2.3/Documentation/isdn/README.diversion U 2.3/Documentation/isdn/README.eicon U 2.3/Documentation/isdn/README.fax U 2.3/Documentation/isdn/README.hfc-pci U 2.3/Documentation/isdn/README.hysdn U 2.3/Documentation/isdn/README.icn U 2.3/Documentation/isdn/README.pcbit U 2.3/Documentation/isdn/README.sc U 2.3/Documentation/isdn/README.syncppp U 2.3/Documentation/isdn/README.x25 U 2.3/Documentation/isdn/syncPPP.FAQ U 2.3/Documentation/kbuild/bug-list.txt U 2.3/Documentation/kbuild/00-INDEX U 2.3/Documentation/kbuild/config-language.txt U 2.3/Documentation/kbuild/commands.txt U 2.3/Documentation/m68k/README.buddha U 2.3/Documentation/m68k/00-INDEX U 2.3/Documentation/m68k/kernel-options.txt U 2.3/Documentation/networking/3c505.txt U 2.3/Documentation/networking/00-INDEX U 2.3/Documentation/networking/README.sb1000 U 2.3/Documentation/networking/6pack.txt U 2.3/Documentation/networking/8139too.txt U 2.3/Documentation/networking/Configurable U 2.3/Documentation/networking/DLINK.txt U 2.3/Documentation/networking/PLIP.txt U 2.3/Documentation/networking/arcnet-hardware.txt U 2.3/Documentation/networking/alias.txt U 2.3/Documentation/networking/framerelay.txt U 2.3/Documentation/networking/arcnet.txt U 2.3/Documentation/networking/atm.txt U 2.3/Documentation/networking/ax25.txt U 2.3/Documentation/networking/baycom.txt U 2.3/Documentation/networking/bridge.txt U 2.3/Documentation/networking/comx.txt U 2.3/Documentation/networking/cops.txt U 2.3/Documentation/networking/cs89x0.txt U 2.3/Documentation/networking/de4x5.txt U 2.3/Documentation/networking/decnet.txt U 2.3/Documentation/networking/depca.txt U 2.3/Documentation/networking/dgrs.txt U 2.3/Documentation/networking/dmfe.txt U 2.3/Documentation/networking/eql.txt U 2.3/Documentation/networking/ethertap.txt U 2.3/Documentation/networking/ewrk3.txt U 2.3/Documentation/networking/filter.txt U 2.3/Documentation/networking/fore200e.txt U 2.3/Documentation/networking/policy-routing.txt U 2.3/Documentation/networking/ip-sysctl.txt U 2.3/Documentation/networking/ip_dynaddr.txt U 2.3/Documentation/networking/ipddp.txt U 2.3/Documentation/networking/iphase.txt U 2.3/Documentation/networking/irda.txt U 2.3/Documentation/networking/lapb-module.txt U 2.3/Documentation/networking/ltpc.txt U 2.3/Documentation/networking/multicast.txt U 2.3/Documentation/networking/ncsa-telnet U 2.3/Documentation/networking/net-modules.txt U 2.3/Documentation/networking/olympic.txt U 2.3/Documentation/networking/ray_cs.txt U 2.3/Documentation/networking/pt.txt U 2.3/Documentation/networking/soundmodem.txt U 2.3/Documentation/networking/routing.txt U 2.3/Documentation/networking/shaper.txt U 2.3/Documentation/networking/sis900.txt U 2.3/Documentation/networking/sk98lin.txt U 2.3/Documentation/networking/skfp.txt U 2.3/Documentation/networking/smc9.txt U 2.3/Documentation/networking/smctr.txt U 2.3/Documentation/networking/tms380tr.txt U 2.3/Documentation/networking/tcp.txt U 2.3/Documentation/networking/tlan.txt U 2.3/Documentation/networking/wan-router.txt U 2.3/Documentation/networking/tulip.txt U 2.3/Documentation/networking/vortex.txt U 2.3/Documentation/networking/x25-iface.txt U 2.3/Documentation/networking/wanpipe.txt U 2.3/Documentation/networking/wavelan.txt U 2.3/Documentation/networking/z8530drv.txt U 2.3/Documentation/networking/x25.txt U 2.3/Documentation/networking/tuntap.txt U 2.3/Documentation/powerpc/ppc_htab.txt U 2.3/Documentation/powerpc/00-INDEX U 2.3/Documentation/powerpc/sound.txt U 2.3/Documentation/powerpc/smp.txt U 2.3/Documentation/powerpc/SBC8260_memory_mapping.txt U 2.3/Documentation/powerpc/zImage_layout.txt U 2.3/Documentation/sound/AudioExcelDSP16 U 2.3/Documentation/sound/AD1816 U 2.3/Documentation/sound/ALS U 2.3/Documentation/sound/AWE32 U 2.3/Documentation/sound/ChangeLog.awe U 2.3/Documentation/sound/CMI8330 U 2.3/Documentation/sound/CMI8338 U 2.3/Documentation/sound/CS4232 U 2.3/Documentation/sound/ESS1868 U 2.3/Documentation/sound/ESS U 2.3/Documentation/sound/ChangeLog.multisound U 2.3/Documentation/sound/README.modules U 2.3/Documentation/sound/INSTALL.awe U 2.3/Documentation/sound/Introduction U 2.3/Documentation/sound/MAD16 U 2.3/Documentation/sound/Maestro U 2.3/Documentation/sound/MultiSound U 2.3/Documentation/sound/NM256 U 2.3/Documentation/sound/OPL3 U 2.3/Documentation/sound/OPL3-SA U 2.3/Documentation/sound/OPL3-SA2 U 2.3/Documentation/sound/Opti U 2.3/Documentation/sound/PAS16 U 2.3/Documentation/sound/PCM1-pro U 2.3/Documentation/sound/PSS U 2.3/Documentation/sound/README.OSS U 2.3/Documentation/sound/README.awe U 2.3/Documentation/sound/Soundblaster U 2.3/Documentation/sound/SoundPro U 2.3/Documentation/sound/VIA-chipset U 2.3/Documentation/sound/Tropez+ U 2.3/Documentation/sound/Wavefront U 2.3/Documentation/sound/VIBRA16 U 2.3/Documentation/sound/sonicvibes U 2.3/Documentation/sound/es1370 U 2.3/Documentation/sound/es1371 U 2.3/Documentation/sound/mwave U 2.3/Documentation/sound/solo1 U 2.3/Documentation/sound/via82cxxx.txt U 2.3/Documentation/sound/ultrasound U 2.3/Documentation/sound/README.ymfsb U 2.3/Documentation/sound/vwsnd U 2.3/Documentation/sysctl/kernel.txt U 2.3/Documentation/sysctl/README U 2.3/Documentation/sysctl/fs.txt U 2.3/Documentation/sysctl/sunrpc.txt U 2.3/Documentation/sysctl/vm.txt U 2.3/Documentation/telephony/ixj.txt U 2.3/Documentation/usb/dc2xx.txt U 2.3/Documentation/usb/CREDITS U 2.3/Documentation/usb/URB.txt U 2.3/Documentation/usb/acm.txt U 2.3/Documentation/usb/proc_usb_info.txt U 2.3/Documentation/usb/error-codes.txt U 2.3/Documentation/usb/ibmcam.txt U 2.3/Documentation/usb/input.txt U 2.3/Documentation/usb/ohci.txt U 2.3/Documentation/usb/ov511.txt U 2.3/Documentation/usb/scanner.txt U 2.3/Documentation/usb/rio.txt U 2.3/Documentation/usb/scanner-hp-sane.txt U 2.3/Documentation/usb/uhci.txt U 2.3/Documentation/usb/usb-help.txt U 2.3/Documentation/usb/usb-serial.txt U 2.3/Documentation/video4linux/CQcam.txt U 2.3/Documentation/video4linux/API.html U 2.3/Documentation/video4linux/radiotrack.txt U 2.3/Documentation/video4linux/README.buz U 2.3/Documentation/video4linux/README.cpia U 2.3/Documentation/video4linux/zr36120.txt U 2.3/Documentation/video4linux/bttv/CONTRIBUTORS U 2.3/Documentation/video4linux/bttv/CARDLIST U 2.3/Documentation/video4linux/bttv/MAKEDEV U 2.3/Documentation/video4linux/bttv/ICs U 2.3/Documentation/video4linux/bttv/Insmod-options U 2.3/Documentation/video4linux/bttv/Modules.conf U 2.3/Documentation/video4linux/bttv/PROBLEMS U 2.3/Documentation/video4linux/bttv/README U 2.3/Documentation/video4linux/bttv/README.WINVIEW U 2.3/Documentation/video4linux/bttv/Sound-FAQ U 2.3/Documentation/video4linux/bttv/THANKS U 2.3/Documentation/vm/balance U 2.3/Documentation/vm/locking U 2.3/Documentation/vm/numa U 2.3/Documentation/s390/cds.txt U 2.3/Documentation/s390/DASD U 2.3/Documentation/sparc/sbus_drivers.txt U 2.3/arch/alpha/config.in U 2.3/arch/alpha/Makefile U 2.3/arch/alpha/vmlinux.lds.in U 2.3/arch/alpha/defconfig U 2.3/arch/alpha/vmlinux.lds U 2.3/arch/alpha/boot/bootloader.lds U 2.3/arch/alpha/boot/Makefile U 2.3/arch/alpha/boot/bootp.c U 2.3/arch/alpha/boot/head.S U 2.3/arch/alpha/boot/main.c U 2.3/arch/alpha/boot/tools/objstrip.c U 2.3/arch/alpha/boot/tools/mkbb.c U 2.3/arch/alpha/kernel/alpha_ksyms.c U 2.3/arch/alpha/kernel/Makefile U 2.3/arch/alpha/kernel/core_irongate.c U 2.3/arch/alpha/kernel/check_asm.c U 2.3/arch/alpha/kernel/core_apecs.c U 2.3/arch/alpha/kernel/core_cia.c U 2.3/arch/alpha/kernel/core_mcpcia.c U 2.3/arch/alpha/kernel/core_lca.c U 2.3/arch/alpha/kernel/core_polaris.c U 2.3/arch/alpha/kernel/core_t2.c U 2.3/arch/alpha/kernel/core_tsunami.c U 2.3/arch/alpha/kernel/entry.S U 2.3/arch/alpha/kernel/es1888.c U 2.3/arch/alpha/kernel/head.S U 2.3/arch/alpha/kernel/irq.c U 2.3/arch/alpha/kernel/irq_alpha.c U 2.3/arch/alpha/kernel/irq_i8259.c U 2.3/arch/alpha/kernel/irq_impl.h U 2.3/arch/alpha/kernel/irq_pyxis.c U 2.3/arch/alpha/kernel/irq_smp.c U 2.3/arch/alpha/kernel/irq_srm.c U 2.3/arch/alpha/kernel/machvec_impl.h U 2.3/arch/alpha/kernel/ns87312.c U 2.3/arch/alpha/kernel/osf_sys.c U 2.3/arch/alpha/kernel/pci.c U 2.3/arch/alpha/kernel/pci_impl.h U 2.3/arch/alpha/kernel/pci_iommu.c U 2.3/arch/alpha/kernel/process.c U 2.3/arch/alpha/kernel/proto.h U 2.3/arch/alpha/kernel/ptrace.c U 2.3/arch/alpha/kernel/semaphore.c U 2.3/arch/alpha/kernel/setup.c U 2.3/arch/alpha/kernel/signal.c U 2.3/arch/alpha/kernel/smc37c669.c U 2.3/arch/alpha/kernel/smc37c93x.c U 2.3/arch/alpha/kernel/smp.c U 2.3/arch/alpha/kernel/sys_alcor.c U 2.3/arch/alpha/kernel/sys_cabriolet.c U 2.3/arch/alpha/kernel/sys_dp264.c U 2.3/arch/alpha/kernel/sys_eb64p.c U 2.3/arch/alpha/kernel/sys_eiger.c U 2.3/arch/alpha/kernel/sys_jensen.c U 2.3/arch/alpha/kernel/sys_miata.c U 2.3/arch/alpha/kernel/sys_mikasa.c U 2.3/arch/alpha/kernel/sys_nautilus.c U 2.3/arch/alpha/kernel/sys_noritake.c U 2.3/arch/alpha/kernel/sys_rawhide.c U 2.3/arch/alpha/kernel/sys_ruffian.c U 2.3/arch/alpha/kernel/sys_rx164.c U 2.3/arch/alpha/kernel/sys_sable.c U 2.3/arch/alpha/kernel/sys_sio.c U 2.3/arch/alpha/kernel/sys_sx164.c U 2.3/arch/alpha/kernel/sys_takara.c U 2.3/arch/alpha/kernel/time.c U 2.3/arch/alpha/kernel/traps.c U 2.3/arch/alpha/kernel/console.c U 2.3/arch/alpha/kernel/core_titan.c U 2.3/arch/alpha/kernel/core_wildfire.c U 2.3/arch/alpha/kernel/sys_titan.c U 2.3/arch/alpha/kernel/sys_wildfire.c U 2.3/arch/alpha/lib/checksum.c U 2.3/arch/alpha/lib/Makefile U 2.3/arch/alpha/lib/csum_ipv6_magic.S U 2.3/arch/alpha/lib/clear_user.S U 2.3/arch/alpha/lib/copy_user.S U 2.3/arch/alpha/lib/memchr.S U 2.3/arch/alpha/lib/io.c U 2.3/arch/alpha/lib/csum_partial_copy.c U 2.3/arch/alpha/lib/divide.S U 2.3/arch/alpha/lib/fpreg.c U 2.3/arch/alpha/lib/semaphore.S U 2.3/arch/alpha/lib/memcpy.c U 2.3/arch/alpha/lib/memset.S U 2.3/arch/alpha/lib/strncpy_from_user.S U 2.3/arch/alpha/lib/srm_dispatch.S U 2.3/arch/alpha/lib/srm_fixup.S U 2.3/arch/alpha/lib/srm_printk.c U 2.3/arch/alpha/lib/srm_puts.c U 2.3/arch/alpha/lib/stackcheck.S U 2.3/arch/alpha/lib/stackkill.S U 2.3/arch/alpha/lib/stacktrace.c U 2.3/arch/alpha/lib/strcasecmp.c U 2.3/arch/alpha/lib/strcat.S U 2.3/arch/alpha/lib/strchr.S U 2.3/arch/alpha/lib/strcpy.S U 2.3/arch/alpha/lib/strlen.S U 2.3/arch/alpha/lib/strlen_user.S U 2.3/arch/alpha/lib/strncat.S U 2.3/arch/alpha/lib/strncpy.S U 2.3/arch/alpha/lib/callback_init.c U 2.3/arch/alpha/lib/strrchr.S U 2.3/arch/alpha/lib/stxcpy.S U 2.3/arch/alpha/lib/stxncpy.S U 2.3/arch/alpha/lib/callback_srm.S U 2.3/arch/alpha/math-emu/sfp-util.h U 2.3/arch/alpha/math-emu/Makefile U 2.3/arch/alpha/math-emu/math.c U 2.3/arch/alpha/mm/extable.c U 2.3/arch/alpha/mm/Makefile U 2.3/arch/alpha/mm/fault.c U 2.3/arch/alpha/mm/init.c U 2.3/arch/arm/config.in U 2.3/arch/arm/Makefile U 2.3/arch/arm/vmlinux-armo.lds.in U 2.3/arch/arm/defconfig U 2.3/arch/arm/vmlinux-armv.lds.in U 2.3/arch/arm/boot/install.sh U 2.3/arch/arm/boot/Makefile U 2.3/arch/arm/boot/compressed/Makefile.debug U 2.3/arch/arm/boot/compressed/Makefile U 2.3/arch/arm/boot/compressed/head-netwinder.S U 2.3/arch/arm/boot/compressed/head-nexuspci.S U 2.3/arch/arm/boot/compressed/head-sa1100.S U 2.3/arch/arm/boot/compressed/head.S U 2.3/arch/arm/boot/compressed/ll_char_wr.S U 2.3/arch/arm/boot/compressed/misc.c U 2.3/arch/arm/boot/compressed/vmlinux.lds.in U 2.3/arch/arm/boot/compressed/setup-sa1100.S N 2.3/arch/arm/boot/compressed/head-ftvpci.S U 2.3/arch/arm/boot/compressed/head-l7200.S U 2.3/arch/arm/boot/compressed/hw-bse.c N 2.3/arch/arm/boot/bootp/bootp.lds U 2.3/arch/arm/boot/bootp/Makefile U 2.3/arch/arm/boot/bootp/init.S U 2.3/arch/arm/def-configs/brutus U 2.3/arch/arm/def-configs/a5k U 2.3/arch/arm/def-configs/footbridge U 2.3/arch/arm/def-configs/ebsa110 U 2.3/arch/arm/def-configs/empeg U 2.3/arch/arm/def-configs/thinclient U 2.3/arch/arm/def-configs/rpc U 2.3/arch/arm/def-configs/graphicsclient U 2.3/arch/arm/def-configs/victor U 2.3/arch/arm/def-configs/assabet U 2.3/arch/arm/def-configs/lusl7200 U 2.3/arch/arm/def-configs/lart U 2.3/arch/arm/kernel/armksyms.c U 2.3/arch/arm/kernel/Makefile U 2.3/arch/arm/kernel/arch.c U 2.3/arch/arm/kernel/arch.h U 2.3/arch/arm/kernel/debug-armo.S U 2.3/arch/arm/kernel/arthur.c U 2.3/arch/arm/kernel/bios32.c U 2.3/arch/arm/kernel/bios32.h U 2.3/arch/arm/kernel/calls.S U 2.3/arch/arm/kernel/dma-footbridge.c U 2.3/arch/arm/kernel/debug-armv.S U 2.3/arch/arm/kernel/dec21285.c U 2.3/arch/arm/kernel/dma-a5k.c U 2.3/arch/arm/kernel/dma-arc.c U 2.3/arch/arm/kernel/dma-dummy.c U 2.3/arch/arm/kernel/entry-common.S U 2.3/arch/arm/kernel/dma-isa.c U 2.3/arch/arm/kernel/dma-isa.h U 2.3/arch/arm/kernel/dma-rpc.c U 2.3/arch/arm/kernel/dma.c U 2.3/arch/arm/kernel/dma.h U 2.3/arch/arm/kernel/ecard.c U 2.3/arch/arm/kernel/entry-armo.S U 2.3/arch/arm/kernel/entry-armv.S U 2.3/arch/arm/kernel/head-armo.S U 2.3/arch/arm/kernel/fiq.c U 2.3/arch/arm/kernel/hw-footbridge.c U 2.3/arch/arm/kernel/head-armv.S U 2.3/arch/arm/kernel/init_task.c U 2.3/arch/arm/kernel/iic.c U 2.3/arch/arm/kernel/leds-ebsa110.c U 2.3/arch/arm/kernel/ioport.c U 2.3/arch/arm/kernel/irq.c U 2.3/arch/arm/kernel/isa.c U 2.3/arch/arm/kernel/leds-footbridge.c U 2.3/arch/arm/kernel/oldlatches.c U 2.3/arch/arm/kernel/process.c U 2.3/arch/arm/kernel/ptrace.c U 2.3/arch/arm/kernel/semaphore.c U 2.3/arch/arm/kernel/setup.c U 2.3/arch/arm/kernel/signal.c U 2.3/arch/arm/kernel/sys_arm.c U 2.3/arch/arm/kernel/time-acorn.c U 2.3/arch/arm/kernel/time.c U 2.3/arch/arm/kernel/traps.c U 2.3/arch/arm/kernel/leds-sa1100.c U 2.3/arch/arm/kernel/hw-sa1100.c U 2.3/arch/arm/kernel/ptrace.h U 2.3/arch/arm/lib/backtrace.S U 2.3/arch/arm/lib/Makefile U 2.3/arch/arm/lib/csumpartial.S U 2.3/arch/arm/lib/changebit.S U 2.3/arch/arm/lib/clearbit.S U 2.3/arch/arm/lib/copy_page.S U 2.3/arch/arm/lib/csumipv6.S U 2.3/arch/arm/lib/csumpartialcopyuser.S U 2.3/arch/arm/lib/csumpartialcopy.S U 2.3/arch/arm/lib/findbit.S U 2.3/arch/arm/lib/delay.S U 2.3/arch/arm/lib/memchr.S U 2.3/arch/arm/lib/io.c U 2.3/arch/arm/lib/extractconstants.pl U 2.3/arch/arm/lib/floppydma.S U 2.3/arch/arm/lib/getconsdata.c U 2.3/arch/arm/lib/io-acorn.S U 2.3/arch/arm/lib/io-ebsa110.S U 2.3/arch/arm/lib/io-footbridge.S U 2.3/arch/arm/lib/io-shark.c U 2.3/arch/arm/lib/memzero.S U 2.3/arch/arm/lib/memcpy.S U 2.3/arch/arm/lib/memset.S U 2.3/arch/arm/lib/strrchr.S U 2.3/arch/arm/lib/setbit.S U 2.3/arch/arm/lib/strchr.S U 2.3/arch/arm/lib/testchangebit.S U 2.3/arch/arm/lib/testclearbit.S U 2.3/arch/arm/lib/testsetbit.S U 2.3/arch/arm/lib/uaccess-armo.S U 2.3/arch/arm/lib/uaccess.S N 2.3/arch/arm/lib/strncpy_from_user.S N 2.3/arch/arm/lib/strnlen_user.S U 2.3/arch/arm/mm/consistent.c U 2.3/arch/arm/mm/Makefile U 2.3/arch/arm/mm/fault-common.c U 2.3/arch/arm/mm/extable.c U 2.3/arch/arm/mm/fault-armo.c U 2.3/arch/arm/mm/fault-armv.c U 2.3/arch/arm/mm/ioremap.c U 2.3/arch/arm/mm/init.c U 2.3/arch/arm/mm/mm-armo.c U 2.3/arch/arm/mm/map.h U 2.3/arch/arm/mm/mm-clps7500.c U 2.3/arch/arm/mm/mm-armv.c U 2.3/arch/arm/mm/mm-footbridge.c U 2.3/arch/arm/mm/mm-ebsa110.c U 2.3/arch/arm/mm/mm-nexuspci.c U 2.3/arch/arm/mm/mm-rpc.c U 2.3/arch/arm/mm/mm-sa1100.c U 2.3/arch/arm/mm/mm-shark.c U 2.3/arch/arm/mm/mm-tbox.c U 2.3/arch/arm/mm/proc-arm2,3.S U 2.3/arch/arm/mm/proc-arm6,7.S U 2.3/arch/arm/mm/proc-sa110.S U 2.3/arch/arm/mm/small_page.c U 2.3/arch/arm/mm/mm-l7200.c U 2.3/arch/arm/mm/proc-arm720.S U 2.3/arch/arm/nwfpe/double_cpdo.c U 2.3/arch/arm/nwfpe/ARM-gcc.h U 2.3/arch/arm/nwfpe/ChangeLog U 2.3/arch/arm/nwfpe/Makefile U 2.3/arch/arm/nwfpe/config.h U 2.3/arch/arm/nwfpe/entry26.S U 2.3/arch/arm/nwfpe/entry.S U 2.3/arch/arm/nwfpe/softfloat-specialize U 2.3/arch/arm/nwfpe/extended_cpdo.c U 2.3/arch/arm/nwfpe/fpa11.c U 2.3/arch/arm/nwfpe/fpa11.h U 2.3/arch/arm/nwfpe/fpa11.inl U 2.3/arch/arm/nwfpe/fpa11_cpdo.c U 2.3/arch/arm/nwfpe/fpa11_cpdt.c U 2.3/arch/arm/nwfpe/fpa11_cprt.c U 2.3/arch/arm/nwfpe/fpmodule.c U 2.3/arch/arm/nwfpe/fpmodule.h U 2.3/arch/arm/nwfpe/fpmodule.inl U 2.3/arch/arm/nwfpe/fpopcode.c U 2.3/arch/arm/nwfpe/fpopcode.h U 2.3/arch/arm/nwfpe/fpsr.h U 2.3/arch/arm/nwfpe/milieu.h U 2.3/arch/arm/nwfpe/single_cpdo.c U 2.3/arch/arm/nwfpe/softfloat-macros U 2.3/arch/arm/nwfpe/softfloat.c U 2.3/arch/arm/nwfpe/softfloat.h U 2.3/arch/arm/tools/gen-mach-types U 2.3/arch/arm/tools/mach-types N 2.3/arch/arm/mach-footbridge/cats-hw.c N 2.3/arch/arm/mach-footbridge/Makefile N 2.3/arch/arm/mach-footbridge/arch.c N 2.3/arch/arm/mach-footbridge/ebsa285-leds.c N 2.3/arch/arm/mach-footbridge/cats-pci.c N 2.3/arch/arm/mach-footbridge/ebsa285-pci.c N 2.3/arch/arm/mach-footbridge/netwinder-hw.c N 2.3/arch/arm/mach-footbridge/netwinder-leds.c N 2.3/arch/arm/mach-footbridge/netwinder-pci.c N 2.3/arch/arm/mach-footbridge/personal-pci.c U 2.3/arch/i386/config.in U 2.3/arch/i386/Makefile U 2.3/arch/i386/defconfig U 2.3/arch/i386/vmlinux.lds U 2.3/arch/i386/boot/bootsect.S U 2.3/arch/i386/boot/Makefile U 2.3/arch/i386/boot/install.sh U 2.3/arch/i386/boot/setup.S U 2.3/arch/i386/boot/video.S U 2.3/arch/i386/boot/compressed/Makefile U 2.3/arch/i386/boot/compressed/head.S U 2.3/arch/i386/boot/compressed/misc.c U 2.3/arch/i386/boot/tools/build.c U 2.3/arch/i386/kernel/i386_ksyms.c U 2.3/arch/i386/kernel/Makefile U 2.3/arch/i386/kernel/acpi.c U 2.3/arch/i386/kernel/apic.c U 2.3/arch/i386/kernel/apm.c U 2.3/arch/i386/kernel/entry.S U 2.3/arch/i386/kernel/head.S U 2.3/arch/i386/kernel/init_task.c U 2.3/arch/i386/kernel/i8259.c U 2.3/arch/i386/kernel/io_apic.c U 2.3/arch/i386/kernel/ioport.c U 2.3/arch/i386/kernel/irq.c U 2.3/arch/i386/kernel/ldt.c U 2.3/arch/i386/kernel/mca.c U 2.3/arch/i386/kernel/microcode.c U 2.3/arch/i386/kernel/mpparse.c U 2.3/arch/i386/kernel/mtrr.c U 2.3/arch/i386/kernel/pci-dma.c U 2.3/arch/i386/kernel/pci-i386.c U 2.3/arch/i386/kernel/pci-i386.h U 2.3/arch/i386/kernel/pci-irq.c U 2.3/arch/i386/kernel/pci-pc.c U 2.3/arch/i386/kernel/pci-visws.c U 2.3/arch/i386/kernel/process.c U 2.3/arch/i386/kernel/ptrace.c U 2.3/arch/i386/kernel/semaphore.c U 2.3/arch/i386/kernel/setup.c U 2.3/arch/i386/kernel/signal.c U 2.3/arch/i386/kernel/smp.c U 2.3/arch/i386/kernel/smpboot.c U 2.3/arch/i386/kernel/sys_i386.c U 2.3/arch/i386/kernel/time.c U 2.3/arch/i386/kernel/trampoline.S U 2.3/arch/i386/kernel/traps.c U 2.3/arch/i386/kernel/visws_apic.c U 2.3/arch/i386/kernel/vm86.c U 2.3/arch/i386/kernel/cpuid.c U 2.3/arch/i386/kernel/msr.c U 2.3/arch/i386/kernel/i387.c U 2.3/arch/i386/lib/checksum.S U 2.3/arch/i386/lib/Makefile U 2.3/arch/i386/lib/getuser.S U 2.3/arch/i386/lib/delay.c U 2.3/arch/i386/lib/old-checksum.c U 2.3/arch/i386/lib/iodebug.c U 2.3/arch/i386/lib/mmx.c U 2.3/arch/i386/lib/dec_and_lock.c U 2.3/arch/i386/lib/putuser.S U 2.3/arch/i386/lib/usercopy.c U 2.3/arch/i386/lib/memcpy.c U 2.3/arch/i386/math-emu/control_w.h U 2.3/arch/i386/math-emu/Makefile U 2.3/arch/i386/math-emu/README U 2.3/arch/i386/math-emu/get_address.c U 2.3/arch/i386/math-emu/div_Xsig.S U 2.3/arch/i386/math-emu/div_small.S U 2.3/arch/i386/math-emu/errors.c U 2.3/arch/i386/math-emu/exception.h U 2.3/arch/i386/math-emu/fpu_arith.c U 2.3/arch/i386/math-emu/fpu_asm.h U 2.3/arch/i386/math-emu/fpu_aux.c U 2.3/arch/i386/math-emu/fpu_emu.h U 2.3/arch/i386/math-emu/fpu_entry.c U 2.3/arch/i386/math-emu/fpu_etc.c U 2.3/arch/i386/math-emu/fpu_proto.h U 2.3/arch/i386/math-emu/fpu_system.h U 2.3/arch/i386/math-emu/fpu_tags.c U 2.3/arch/i386/math-emu/fpu_trig.c U 2.3/arch/i386/math-emu/polynom_Xsig.S U 2.3/arch/i386/math-emu/load_store.c U 2.3/arch/i386/math-emu/mul_Xsig.S U 2.3/arch/i386/math-emu/poly.h U 2.3/arch/i386/math-emu/poly_2xm1.c U 2.3/arch/i386/math-emu/poly_atan.c U 2.3/arch/i386/math-emu/poly_l2.c U 2.3/arch/i386/math-emu/poly_sin.c U 2.3/arch/i386/math-emu/poly_tan.c U 2.3/arch/i386/math-emu/reg_add_sub.c U 2.3/arch/i386/math-emu/reg_compare.c U 2.3/arch/i386/math-emu/reg_constant.c U 2.3/arch/i386/math-emu/reg_constant.h U 2.3/arch/i386/math-emu/reg_convert.c U 2.3/arch/i386/math-emu/reg_divide.c U 2.3/arch/i386/math-emu/reg_ld_str.c U 2.3/arch/i386/math-emu/reg_mul.c U 2.3/arch/i386/math-emu/reg_norm.S U 2.3/arch/i386/math-emu/reg_round.S U 2.3/arch/i386/math-emu/reg_u_add.S U 2.3/arch/i386/math-emu/reg_u_div.S U 2.3/arch/i386/math-emu/reg_u_mul.S U 2.3/arch/i386/math-emu/reg_u_sub.S U 2.3/arch/i386/math-emu/round_Xsig.S U 2.3/arch/i386/math-emu/shr_Xsig.S U 2.3/arch/i386/math-emu/status_w.h U 2.3/arch/i386/math-emu/version.h U 2.3/arch/i386/math-emu/wm_shrx.S U 2.3/arch/i386/math-emu/wm_sqrt.S U 2.3/arch/i386/mm/extable.c U 2.3/arch/i386/mm/Makefile U 2.3/arch/i386/mm/ioremap.c U 2.3/arch/i386/mm/fault.c U 2.3/arch/i386/mm/init.c U 2.3/arch/ia64/config.in U 2.3/arch/ia64/Makefile U 2.3/arch/ia64/vmlinux.lds.S U 2.3/arch/ia64/defconfig U 2.3/arch/ia64/boot/bootloader.c U 2.3/arch/ia64/boot/Makefile U 2.3/arch/ia64/boot/bootloader.lds U 2.3/arch/ia64/dig/iosapic.c U 2.3/arch/ia64/dig/Makefile U 2.3/arch/ia64/dig/machvec.c U 2.3/arch/ia64/dig/setup.c U 2.3/arch/ia64/hp/hpsim_console.c U 2.3/arch/ia64/hp/Makefile U 2.3/arch/ia64/hp/hpsim_machvec.c U 2.3/arch/ia64/hp/hpsim_irq.c U 2.3/arch/ia64/hp/hpsim_setup.c U 2.3/arch/ia64/hp/hpsim_ssc.h U 2.3/arch/ia64/ia32/binfmt_elf32.c U 2.3/arch/ia64/ia32/Makefile U 2.3/arch/ia64/ia32/ia32_signal.c U 2.3/arch/ia64/ia32/ia32_entry.S U 2.3/arch/ia64/ia32/ia32_support.c U 2.3/arch/ia64/ia32/sys_ia32.c U 2.3/arch/ia64/ia32/ia32_traps.c U 2.3/arch/ia64/ia32/ia32_ioctl.c U 2.3/arch/ia64/kdb/kdb_traps.c U 2.3/arch/ia64/kdb/Makefile U 2.3/arch/ia64/kdb/kdb_bt.c U 2.3/arch/ia64/kdb/kdb_io.c U 2.3/arch/ia64/kdb/kdbsupport.c U 2.3/arch/ia64/kdb/pc_keyb.h U 2.3/arch/ia64/kernel/efi_stub.S U 2.3/arch/ia64/kernel/Makefile U 2.3/arch/ia64/kernel/acpi.c U 2.3/arch/ia64/kernel/efi.c U 2.3/arch/ia64/kernel/init_task.c U 2.3/arch/ia64/kernel/entry.S U 2.3/arch/ia64/kernel/entry.h U 2.3/arch/ia64/kernel/fw-emu.c U 2.3/arch/ia64/kernel/gate.S U 2.3/arch/ia64/kernel/head.S U 2.3/arch/ia64/kernel/irq_ia64.c U 2.3/arch/ia64/kernel/irq.c U 2.3/arch/ia64/kernel/irq_internal.c U 2.3/arch/ia64/kernel/irq_lock.c U 2.3/arch/ia64/kernel/ivt.S U 2.3/arch/ia64/kernel/machvec.c U 2.3/arch/ia64/kernel/mca.c U 2.3/arch/ia64/kernel/mca_asm.S U 2.3/arch/ia64/kernel/pal.S U 2.3/arch/ia64/kernel/pci-dma.c U 2.3/arch/ia64/kernel/pci.c U 2.3/arch/ia64/kernel/perfmon.c U 2.3/arch/ia64/kernel/process.c U 2.3/arch/ia64/kernel/ptrace.c U 2.3/arch/ia64/kernel/sal.c U 2.3/arch/ia64/kernel/sal_stub.S U 2.3/arch/ia64/kernel/semaphore.c U 2.3/arch/ia64/kernel/setup.c U 2.3/arch/ia64/kernel/signal.c U 2.3/arch/ia64/kernel/smp.c U 2.3/arch/ia64/kernel/sys_ia64.c U 2.3/arch/ia64/kernel/time.c U 2.3/arch/ia64/kernel/traps.c U 2.3/arch/ia64/kernel/unaligned.c U 2.3/arch/ia64/kernel/unwind.c U 2.3/arch/ia64/kernel/irq_sapic.c U 2.3/arch/ia64/kernel/minstate.h U 2.3/arch/ia64/kernel/smpboot.c U 2.3/arch/ia64/kernel/brl_emu.c U 2.3/arch/ia64/kernel/ia64_ksyms.c U 2.3/arch/ia64/kernel/palinfo.c U 2.3/arch/ia64/kernel/unwind_decoder.c U 2.3/arch/ia64/kernel/unwind_i.h U 2.3/arch/ia64/lib/checksum.c U 2.3/arch/ia64/lib/Makefile U 2.3/arch/ia64/lib/csum_partial_copy.c U 2.3/arch/ia64/lib/clear_page.S U 2.3/arch/ia64/lib/clear_user.S U 2.3/arch/ia64/lib/copy_page.S U 2.3/arch/ia64/lib/copy_user.S U 2.3/arch/ia64/lib/strlen_user.S U 2.3/arch/ia64/lib/do_csum.S U 2.3/arch/ia64/lib/flush.S U 2.3/arch/ia64/lib/idiv.S U 2.3/arch/ia64/lib/memset.S U 2.3/arch/ia64/lib/strlen.S U 2.3/arch/ia64/lib/memcpy.S U 2.3/arch/ia64/lib/io.c U 2.3/arch/ia64/lib/strncpy_from_user.S U 2.3/arch/ia64/lib/strnlen_user.S U 2.3/arch/ia64/mm/extable.c U 2.3/arch/ia64/mm/Makefile U 2.3/arch/ia64/mm/fault.c U 2.3/arch/ia64/mm/init.c U 2.3/arch/ia64/mm/tlb.c U 2.3/arch/ia64/sn/Makefile U 2.3/arch/ia64/sn/sn1/machvec.c U 2.3/arch/ia64/sn/sn1/Makefile U 2.3/arch/ia64/sn/sn1/irq.c U 2.3/arch/ia64/sn/sn1/setup.c U 2.3/arch/ia64/tools/print_offsets.c U 2.3/arch/ia64/tools/Makefile U 2.3/arch/ia64/tools/print_offsets.awk U 2.3/arch/m68k/config.in U 2.3/arch/m68k/Makefile U 2.3/arch/m68k/vmlinux-sun3.lds U 2.3/arch/m68k/defconfig U 2.3/arch/m68k/vmlinux.lds U 2.3/arch/m68k/amiga/amiga_ksyms.c U 2.3/arch/m68k/amiga/Makefile U 2.3/arch/m68k/amiga/amiints.c U 2.3/arch/m68k/amiga/amisound.c U 2.3/arch/m68k/amiga/chipram.c U 2.3/arch/m68k/amiga/cia.c U 2.3/arch/m68k/amiga/config.c U 2.3/arch/m68k/amiga/pcmcia.c U 2.3/arch/m68k/apollo/dn_debug.c U 2.3/arch/m68k/apollo/Makefile U 2.3/arch/m68k/apollo/config.c U 2.3/arch/m68k/apollo/dma.c U 2.3/arch/m68k/apollo/dn_ints.c U 2.3/arch/m68k/atari/ataints.c U 2.3/arch/m68k/atari/Makefile U 2.3/arch/m68k/atari/atari_ksyms.c U 2.3/arch/m68k/atari/atakeyb.c U 2.3/arch/m68k/atari/atasound.c U 2.3/arch/m68k/atari/atasound.h U 2.3/arch/m68k/atari/config.c U 2.3/arch/m68k/atari/debug.c U 2.3/arch/m68k/atari/hades-pci.c U 2.3/arch/m68k/atari/joystick.c U 2.3/arch/m68k/atari/stdma.c U 2.3/arch/m68k/atari/stram.c U 2.3/arch/m68k/atari/time.c U 2.3/arch/m68k/bvme6000/bvmeints.c U 2.3/arch/m68k/bvme6000/Makefile U 2.3/arch/m68k/bvme6000/config.c U 2.3/arch/m68k/bvme6000/rtc.c U 2.3/arch/m68k/fpsp040/do_func.S U 2.3/arch/m68k/fpsp040/Makefile U 2.3/arch/m68k/fpsp040/README U 2.3/arch/m68k/fpsp040/bindec.S U 2.3/arch/m68k/fpsp040/binstr.S U 2.3/arch/m68k/fpsp040/bugfix.S U 2.3/arch/m68k/fpsp040/decbin.S U 2.3/arch/m68k/fpsp040/gen_except.S U 2.3/arch/m68k/fpsp040/fpsp.h U 2.3/arch/m68k/fpsp040/kernel_ex.S U 2.3/arch/m68k/fpsp040/get_op.S U 2.3/arch/m68k/fpsp040/res_func.S U 2.3/arch/m68k/fpsp040/round.S U 2.3/arch/m68k/fpsp040/sacos.S U 2.3/arch/m68k/fpsp040/sasin.S U 2.3/arch/m68k/fpsp040/satan.S U 2.3/arch/m68k/fpsp040/satanh.S U 2.3/arch/m68k/fpsp040/scale.S U 2.3/arch/m68k/fpsp040/scosh.S U 2.3/arch/m68k/fpsp040/setox.S U 2.3/arch/m68k/fpsp040/sgetem.S U 2.3/arch/m68k/fpsp040/sint.S U 2.3/arch/m68k/fpsp040/skeleton.S U 2.3/arch/m68k/fpsp040/slog2.S U 2.3/arch/m68k/fpsp040/slogn.S U 2.3/arch/m68k/fpsp040/smovecr.S U 2.3/arch/m68k/fpsp040/srem_mod.S U 2.3/arch/m68k/fpsp040/ssin.S U 2.3/arch/m68k/fpsp040/ssinh.S U 2.3/arch/m68k/fpsp040/stan.S U 2.3/arch/m68k/fpsp040/stanh.S U 2.3/arch/m68k/fpsp040/sto_res.S U 2.3/arch/m68k/fpsp040/stwotox.S U 2.3/arch/m68k/fpsp040/tbldo.S U 2.3/arch/m68k/fpsp040/util.S U 2.3/arch/m68k/fpsp040/x_bsun.S U 2.3/arch/m68k/fpsp040/x_fline.S U 2.3/arch/m68k/fpsp040/x_operr.S U 2.3/arch/m68k/fpsp040/x_ovfl.S U 2.3/arch/m68k/fpsp040/x_snan.S U 2.3/arch/m68k/fpsp040/x_store.S U 2.3/arch/m68k/fpsp040/x_unfl.S U 2.3/arch/m68k/fpsp040/x_unimp.S U 2.3/arch/m68k/fpsp040/x_unsupp.S U 2.3/arch/m68k/hp300/README.hp300 U 2.3/arch/m68k/hp300/Makefile U 2.3/arch/m68k/hp300/hp300map.map U 2.3/arch/m68k/hp300/config.c U 2.3/arch/m68k/hp300/hil.c U 2.3/arch/m68k/hp300/ints.c U 2.3/arch/m68k/hp300/ints.h U 2.3/arch/m68k/hp300/ksyms.c U 2.3/arch/m68k/hp300/reboot.S U 2.3/arch/m68k/hp300/time.c U 2.3/arch/m68k/hp300/time.h U 2.3/arch/m68k/ifpsp060/fplsp.doc U 2.3/arch/m68k/ifpsp060/CHANGES U 2.3/arch/m68k/ifpsp060/MISC U 2.3/arch/m68k/ifpsp060/Makefile U 2.3/arch/m68k/ifpsp060/README U 2.3/arch/m68k/ifpsp060/TEST.DOC U 2.3/arch/m68k/ifpsp060/fskeleton.S U 2.3/arch/m68k/ifpsp060/fplsp.sa U 2.3/arch/m68k/ifpsp060/fpsp.doc U 2.3/arch/m68k/ifpsp060/fpsp.sa U 2.3/arch/m68k/ifpsp060/iskeleton.S U 2.3/arch/m68k/ifpsp060/ftest.sa U 2.3/arch/m68k/ifpsp060/ilsp.doc U 2.3/arch/m68k/ifpsp060/ilsp.sa U 2.3/arch/m68k/ifpsp060/isp.doc U 2.3/arch/m68k/ifpsp060/isp.sa U 2.3/arch/m68k/ifpsp060/itest.sa U 2.3/arch/m68k/ifpsp060/os.S U 2.3/arch/m68k/ifpsp060/pfpsp.sa U 2.3/arch/m68k/kernel/m68k_defs.c U 2.3/arch/m68k/kernel/Makefile U 2.3/arch/m68k/kernel/bios32.c U 2.3/arch/m68k/kernel/entry.S U 2.3/arch/m68k/kernel/head.S U 2.3/arch/m68k/kernel/ints.c U 2.3/arch/m68k/kernel/m68k_defs.head U 2.3/arch/m68k/kernel/m68k_defs.h U 2.3/arch/m68k/kernel/m68k_ksyms.c U 2.3/arch/m68k/kernel/process.c U 2.3/arch/m68k/kernel/ptrace.c U 2.3/arch/m68k/kernel/semaphore.c U 2.3/arch/m68k/kernel/setup.c U 2.3/arch/m68k/kernel/signal.c U 2.3/arch/m68k/kernel/sun3-head.S U 2.3/arch/m68k/kernel/sys_m68k.c U 2.3/arch/m68k/kernel/time.c U 2.3/arch/m68k/kernel/traps.c U 2.3/arch/m68k/lib/ashrdi3.c U 2.3/arch/m68k/lib/Makefile U 2.3/arch/m68k/lib/checksum.c U 2.3/arch/m68k/lib/lshrdi3.c U 2.3/arch/m68k/lib/memcmp.c U 2.3/arch/m68k/lib/memcpy.c U 2.3/arch/m68k/lib/memset.c U 2.3/arch/m68k/lib/semaphore.S U 2.3/arch/m68k/mac/bootparse.c U 2.3/arch/m68k/mac/Makefile U 2.3/arch/m68k/mac/baboon.c U 2.3/arch/m68k/mac/mac_ksyms.c U 2.3/arch/m68k/mac/config.c U 2.3/arch/m68k/mac/debug.c U 2.3/arch/m68k/mac/iop.c U 2.3/arch/m68k/mac/mac_penguin.S U 2.3/arch/m68k/mac/macboing.c U 2.3/arch/m68k/mac/macints.c U 2.3/arch/m68k/mac/misc.c U 2.3/arch/m68k/mac/oss.c U 2.3/arch/m68k/mac/psc.c U 2.3/arch/m68k/mac/via.c U 2.3/arch/m68k/math-emu/fp_arith.c U 2.3/arch/m68k/math-emu/Makefile U 2.3/arch/m68k/math-emu/multi_arith.h U 2.3/arch/m68k/math-emu/fp_arith.h U 2.3/arch/m68k/math-emu/fp_cond.S U 2.3/arch/m68k/math-emu/fp_decode.h U 2.3/arch/m68k/math-emu/fp_emu.h U 2.3/arch/m68k/math-emu/fp_entry.S U 2.3/arch/m68k/math-emu/fp_log.c U 2.3/arch/m68k/math-emu/fp_move.S U 2.3/arch/m68k/math-emu/fp_movem.S U 2.3/arch/m68k/math-emu/fp_scan.S U 2.3/arch/m68k/math-emu/fp_trig.c U 2.3/arch/m68k/math-emu/fp_trig.h U 2.3/arch/m68k/math-emu/fp_util.S U 2.3/arch/m68k/mm/extable.c U 2.3/arch/m68k/mm/Makefile U 2.3/arch/m68k/mm/motorola.c U 2.3/arch/m68k/mm/fault.c U 2.3/arch/m68k/mm/hwtest.c U 2.3/arch/m68k/mm/init.c U 2.3/arch/m68k/mm/kmap.c U 2.3/arch/m68k/mm/memory.c U 2.3/arch/m68k/mm/sun3mmu.c U 2.3/arch/m68k/mvme147/147ints.c U 2.3/arch/m68k/mvme147/Makefile U 2.3/arch/m68k/mvme147/config.c U 2.3/arch/m68k/mvme16x/mvme16x_ksyms.c U 2.3/arch/m68k/mvme16x/16xints.c U 2.3/arch/m68k/mvme16x/Makefile U 2.3/arch/m68k/mvme16x/config.c U 2.3/arch/m68k/mvme16x/rtc.c U 2.3/arch/m68k/q40/q40ints.c U 2.3/arch/m68k/q40/Makefile U 2.3/arch/m68k/q40/README U 2.3/arch/m68k/q40/config.c U 2.3/arch/m68k/sun3/intersil.c U 2.3/arch/m68k/sun3/Makefile U 2.3/arch/m68k/sun3/config.c U 2.3/arch/m68k/sun3/dvma.c U 2.3/arch/m68k/sun3/idprom.c U 2.3/arch/m68k/sun3/mmu_emu.c U 2.3/arch/m68k/sun3/leds.c U 2.3/arch/m68k/sun3/sun3_ksyms.c U 2.3/arch/m68k/sun3/sbus.c U 2.3/arch/m68k/sun3/sun3ints.c U 2.3/arch/m68k/sun3/prom/console.c U 2.3/arch/m68k/sun3/prom/Makefile U 2.3/arch/m68k/sun3/prom/init.c U 2.3/arch/m68k/sun3/prom/misc.c U 2.3/arch/m68k/sun3/prom/printf.c U 2.3/arch/m68k/sun3x/Makefile U 2.3/arch/m68k/sun3x/config.c U 2.3/arch/m68k/sun3x/dvma.c U 2.3/arch/m68k/sun3x/sbus.c U 2.3/arch/m68k/sun3x/time.c U 2.3/arch/m68k/sun3x/time.h U 2.3/arch/m68k/tools/amiga/Makefile U 2.3/arch/m68k/tools/amiga/dmesg.c U 2.3/arch/mips/config.in U 2.3/arch/mips/.gdbinit U 2.3/arch/mips/Makefile U 2.3/arch/mips/defconfig-decstation U 2.3/arch/mips/defconfig U 2.3/arch/mips/defconfig-ip22 U 2.3/arch/mips/ld.script.big U 2.3/arch/mips/ld.script.little U 2.3/arch/mips/defconfig-cobalt U 2.3/arch/mips/defconfig-rm200 U 2.3/arch/mips/defconfig-orion U 2.3/arch/mips/algor/README U 2.3/arch/mips/arc/cmdline.c U 2.3/arch/mips/arc/Makefile U 2.3/arch/mips/arc/console.c U 2.3/arch/mips/arc/env.c U 2.3/arch/mips/arc/file.c U 2.3/arch/mips/arc/identify.c U 2.3/arch/mips/arc/init.c U 2.3/arch/mips/arc/memory.c U 2.3/arch/mips/arc/misc.c U 2.3/arch/mips/arc/printf.c U 2.3/arch/mips/arc/salone.c U 2.3/arch/mips/arc/time.c U 2.3/arch/mips/arc/tree.c U 2.3/arch/mips/baget/bagetIRQ.S U 2.3/arch/mips/baget/Makefile U 2.3/arch/mips/baget/baget.c U 2.3/arch/mips/baget/balo_supp.S U 2.3/arch/mips/baget/balo.c U 2.3/arch/mips/baget/ld.script.balo U 2.3/arch/mips/baget/irq.c U 2.3/arch/mips/baget/vacserial.c U 2.3/arch/mips/baget/print.c U 2.3/arch/mips/baget/reset.c U 2.3/arch/mips/baget/setup.c U 2.3/arch/mips/baget/time.c U 2.3/arch/mips/baget/wbflush.c U 2.3/arch/mips/baget/prom/Makefile U 2.3/arch/mips/baget/prom/init.c U 2.3/arch/mips/boot/addinitrd.c U 2.3/arch/mips/boot/Makefile U 2.3/arch/mips/boot/elf2ecoff.c U 2.3/arch/mips/boot/ecoff.h U 2.3/arch/mips/boot/mkboot.c U 2.3/arch/mips/ddb5074/int-handler.S U 2.3/arch/mips/ddb5074/Makefile U 2.3/arch/mips/ddb5074/pci-dma.c U 2.3/arch/mips/ddb5074/irq.c U 2.3/arch/mips/ddb5074/nile4.c U 2.3/arch/mips/ddb5074/pci.c U 2.3/arch/mips/ddb5074/prom.c U 2.3/arch/mips/ddb5074/setup.c U 2.3/arch/mips/ddb5074/time.c U 2.3/arch/mips/dec/int-handler.S U 2.3/arch/mips/dec/Makefile U 2.3/arch/mips/dec/promcon.c U 2.3/arch/mips/dec/irq.c U 2.3/arch/mips/dec/rtc-dec.c U 2.3/arch/mips/dec/reset.c U 2.3/arch/mips/dec/wbflush.c U 2.3/arch/mips/dec/serial.c U 2.3/arch/mips/dec/setup.c U 2.3/arch/mips/dec/time.c U 2.3/arch/mips/dec/boot/decstation.c U 2.3/arch/mips/dec/boot/Makefile U 2.3/arch/mips/dec/boot/ld.ecoff U 2.3/arch/mips/dec/prom/cmdline.c U 2.3/arch/mips/dec/prom/Makefile U 2.3/arch/mips/dec/prom/dectypes.h U 2.3/arch/mips/dec/prom/identify.c U 2.3/arch/mips/dec/prom/init.c U 2.3/arch/mips/dec/prom/locore.S U 2.3/arch/mips/dec/prom/memory.c U 2.3/arch/mips/dec/prom/prom.h U 2.3/arch/mips/jazz/floppy-jazz.c U 2.3/arch/mips/jazz/Makefile U 2.3/arch/mips/jazz/jazzdma.c U 2.3/arch/mips/jazz/io.c U 2.3/arch/mips/jazz/int-handler.S U 2.3/arch/mips/jazz/kbd-jazz.c U 2.3/arch/mips/jazz/reset.c U 2.3/arch/mips/jazz/rtc-jazz.c U 2.3/arch/mips/jazz/setup.c U 2.3/arch/mips/kernel/gdb-low.S U 2.3/arch/mips/kernel/Makefile U 2.3/arch/mips/kernel/branch.c U 2.3/arch/mips/kernel/entry.S U 2.3/arch/mips/kernel/fpe.c U 2.3/arch/mips/kernel/r2300_switch.S U 2.3/arch/mips/kernel/gdb-stub.c U 2.3/arch/mips/kernel/head.S U 2.3/arch/mips/kernel/init_task.c U 2.3/arch/mips/kernel/ioport.c U 2.3/arch/mips/kernel/ipc.c U 2.3/arch/mips/kernel/irix5sys.h U 2.3/arch/mips/kernel/irixelf.c U 2.3/arch/mips/kernel/irixinv.c U 2.3/arch/mips/kernel/irixioctl.c U 2.3/arch/mips/kernel/irixsig.c U 2.3/arch/mips/kernel/irq.c U 2.3/arch/mips/kernel/mips_ksyms.c U 2.3/arch/mips/kernel/proc.c U 2.3/arch/mips/kernel/process.c U 2.3/arch/mips/kernel/ptrace.c U 2.3/arch/mips/kernel/r2300_fpu.S U 2.3/arch/mips/kernel/r2300_misc.S U 2.3/arch/mips/kernel/r4k_fpu.S U 2.3/arch/mips/kernel/r4k_misc.S U 2.3/arch/mips/kernel/r4k_switch.S U 2.3/arch/mips/kernel/r6000_fpu.S U 2.3/arch/mips/kernel/reset.c U 2.3/arch/mips/kernel/scall_o32.S U 2.3/arch/mips/kernel/semaphore.c U 2.3/arch/mips/kernel/setup.c U 2.3/arch/mips/kernel/signal.c U 2.3/arch/mips/kernel/softfp.S U 2.3/arch/mips/kernel/syscall.c U 2.3/arch/mips/kernel/syscalls.h U 2.3/arch/mips/kernel/sysirix.c U 2.3/arch/mips/kernel/sysmips.c U 2.3/arch/mips/kernel/time.c U 2.3/arch/mips/kernel/traps.c U 2.3/arch/mips/kernel/unaligned.c U 2.3/arch/mips/kernel/vm86.c U 2.3/arch/mips/lib/csum_partial.S U 2.3/arch/mips/lib/Makefile U 2.3/arch/mips/lib/csum_partial_copy.c U 2.3/arch/mips/lib/dump_tlb.c U 2.3/arch/mips/lib/floppy-no.c U 2.3/arch/mips/lib/floppy-std.c U 2.3/arch/mips/lib/ide-no.c U 2.3/arch/mips/lib/ide-std.c U 2.3/arch/mips/lib/kbd-no.c U 2.3/arch/mips/lib/kbd-std.c U 2.3/arch/mips/lib/memcpy.S U 2.3/arch/mips/lib/memset.S U 2.3/arch/mips/lib/r3k_dump_tlb.c U 2.3/arch/mips/lib/rtc-no.c U 2.3/arch/mips/lib/rtc-std.c U 2.3/arch/mips/lib/strlen_user.S U 2.3/arch/mips/lib/strncpy_user.S U 2.3/arch/mips/lib/strnlen_user.S U 2.3/arch/mips/lib/tinycon.c U 2.3/arch/mips/lib/watch.S U 2.3/arch/mips/mm/extable.c U 2.3/arch/mips/mm/Makefile U 2.3/arch/mips/mm/andes.c U 2.3/arch/mips/mm/loadmmu.c U 2.3/arch/mips/mm/fault.c U 2.3/arch/mips/mm/init.c U 2.3/arch/mips/mm/r2300.c U 2.3/arch/mips/mm/r4xx0.c U 2.3/arch/mips/mm/umap.c U 2.3/arch/mips/sgi/kernel/indyIRQ.S U 2.3/arch/mips/sgi/kernel/Makefile U 2.3/arch/mips/sgi/kernel/indy_hpc.c U 2.3/arch/mips/sgi/kernel/indy_int.c U 2.3/arch/mips/sgi/kernel/indy_mc.c U 2.3/arch/mips/sgi/kernel/indy_rtc.c U 2.3/arch/mips/sgi/kernel/indy_sc.c U 2.3/arch/mips/sgi/kernel/indy_timer.c U 2.3/arch/mips/sgi/kernel/promcon.c U 2.3/arch/mips/sgi/kernel/reset.c U 2.3/arch/mips/sgi/kernel/setup.c U 2.3/arch/mips/sgi/kernel/system.c U 2.3/arch/mips/sgi/kernel/time.c U 2.3/arch/mips/sni/int-handler.S U 2.3/arch/mips/sni/Makefile U 2.3/arch/mips/sni/dma.c U 2.3/arch/mips/sni/pci.c U 2.3/arch/mips/sni/io.c U 2.3/arch/mips/sni/pcimt_scache.c U 2.3/arch/mips/sni/reset.c U 2.3/arch/mips/sni/setup.c U 2.3/arch/mips/tools/Makefile U 2.3/arch/mips/tools/offset.c U 2.3/arch/mips/cobalt/cobaltscc.c U 2.3/arch/mips/cobalt/Makefile U 2.3/arch/mips/cobalt/int-handler.S U 2.3/arch/mips/cobalt/diagdefs.h U 2.3/arch/mips/cobalt/hw-access.c U 2.3/arch/mips/cobalt/pci.c U 2.3/arch/mips/cobalt/reset.c U 2.3/arch/mips/cobalt/serial.h U 2.3/arch/mips/cobalt/setup.c U 2.3/arch/mips/cobalt/via.c U 2.3/arch/mips/cobalt/z8530.h U 2.3/arch/mips/orion/int-handler.S U 2.3/arch/mips/orion/Makefile U 2.3/arch/mips/orion/ld.script.orion U 2.3/arch/mips/orion/irq.c U 2.3/arch/mips/orion/no_initrd.c U 2.3/arch/mips/orion/misc.c U 2.3/arch/mips/orion/piggyback.c U 2.3/arch/mips/orion/promcon.c U 2.3/arch/mips/orion/setup.c U 2.3/arch/mips64/config.in U 2.3/arch/mips64/Makefile U 2.3/arch/mips64/defconfig-ip22 U 2.3/arch/mips64/defconfig U 2.3/arch/mips64/defconfig-ip27 U 2.3/arch/mips64/ld.script.elf32 U 2.3/arch/mips64/ld.script.elf64 U 2.3/arch/mips64/arc/cmdline.c U 2.3/arch/mips64/arc/Makefile U 2.3/arch/mips64/arc/console.c U 2.3/arch/mips64/arc/env.c U 2.3/arch/mips64/arc/file.c U 2.3/arch/mips64/arc/identify.c U 2.3/arch/mips64/arc/init.c U 2.3/arch/mips64/arc/memory.c U 2.3/arch/mips64/arc/misc.c U 2.3/arch/mips64/arc/printf.c U 2.3/arch/mips64/arc/salone.c U 2.3/arch/mips64/arc/time.c U 2.3/arch/mips64/arc/tree.c U 2.3/arch/mips64/boot/Makefile U 2.3/arch/mips64/kernel/binfmt_elf32.c U 2.3/arch/mips64/kernel/Makefile U 2.3/arch/mips64/kernel/init_task.c U 2.3/arch/mips64/kernel/branch.c U 2.3/arch/mips64/kernel/entry.S U 2.3/arch/mips64/kernel/head.S U 2.3/arch/mips64/kernel/mips64_ksyms.c U 2.3/arch/mips64/kernel/linux32.c U 2.3/arch/mips64/kernel/process.c U 2.3/arch/mips64/kernel/proc.c U 2.3/arch/mips64/kernel/r4k_cache.S U 2.3/arch/mips64/kernel/ptrace.c U 2.3/arch/mips64/kernel/r4k_tlb_debug.c U 2.3/arch/mips64/kernel/r4k_fpu.S U 2.3/arch/mips64/kernel/r4k_genex.S U 2.3/arch/mips64/kernel/r4k_switch.S U 2.3/arch/mips64/kernel/r4k_tlb_glue.S U 2.3/arch/mips64/kernel/scall_64.S U 2.3/arch/mips64/kernel/scall_o32.S U 2.3/arch/mips64/kernel/semaphore.c U 2.3/arch/mips64/kernel/setup.c U 2.3/arch/mips64/kernel/signal.c U 2.3/arch/mips64/kernel/signal32.c U 2.3/arch/mips64/kernel/softfp.S U 2.3/arch/mips64/kernel/syscall.c U 2.3/arch/mips64/kernel/traps.c U 2.3/arch/mips64/kernel/unaligned.c U 2.3/arch/mips64/kernel/ioctl32.c U 2.3/arch/mips64/kernel/smp.c U 2.3/arch/mips64/kernel/r4k_tlb.S U 2.3/arch/mips64/lib/csum_partial.S U 2.3/arch/mips64/lib/Makefile U 2.3/arch/mips64/lib/csum_partial_copy.c U 2.3/arch/mips64/lib/dump_tlb.c U 2.3/arch/mips64/lib/floppy-no.c U 2.3/arch/mips64/lib/floppy-std.c U 2.3/arch/mips64/lib/ide-no.c U 2.3/arch/mips64/lib/ide-std.c U 2.3/arch/mips64/lib/kbd-no.c U 2.3/arch/mips64/lib/kbd-std.c U 2.3/arch/mips64/lib/memcpy.S U 2.3/arch/mips64/lib/memset.S U 2.3/arch/mips64/lib/rtc-no.c U 2.3/arch/mips64/lib/rtc-std.c U 2.3/arch/mips64/lib/strlen_user.S U 2.3/arch/mips64/lib/strncpy_user.S U 2.3/arch/mips64/lib/strnlen_user.S U 2.3/arch/mips64/lib/watch.S U 2.3/arch/mips64/mm/extable.c U 2.3/arch/mips64/mm/Makefile U 2.3/arch/mips64/mm/andes.c U 2.3/arch/mips64/mm/loadmmu.c U 2.3/arch/mips64/mm/fault.c U 2.3/arch/mips64/mm/init.c U 2.3/arch/mips64/mm/r4xx0.c U 2.3/arch/mips64/mm/umap.c U 2.3/arch/mips64/sgi-ip22/ip22-berr.c U 2.3/arch/mips64/sgi-ip22/Makefile U 2.3/arch/mips64/sgi-ip22/ip22-hpc.c U 2.3/arch/mips64/sgi-ip22/ip22-int.c U 2.3/arch/mips64/sgi-ip22/ip22-irq.S U 2.3/arch/mips64/sgi-ip22/ip22-mc.c U 2.3/arch/mips64/sgi-ip22/ip22-reset.c U 2.3/arch/mips64/sgi-ip22/ip22-rtc.c U 2.3/arch/mips64/sgi-ip22/ip22-sc.c U 2.3/arch/mips64/sgi-ip22/ip22-setup.c U 2.3/arch/mips64/sgi-ip22/ip22-timer.c U 2.3/arch/mips64/sgi-ip22/system.c U 2.3/arch/mips64/sgi-ip22/time.c U 2.3/arch/mips64/sgi-ip27/ip27-berr.c U 2.3/arch/mips64/sgi-ip27/Makefile U 2.3/arch/mips64/sgi-ip27/TODO U 2.3/arch/mips64/sgi-ip27/ip27-irq-glue.S U 2.3/arch/mips64/sgi-ip27/ip27-init.c U 2.3/arch/mips64/sgi-ip27/ip27-klconfig.c U 2.3/arch/mips64/sgi-ip27/ip27-irq.c U 2.3/arch/mips64/sgi-ip27/ip27-memory.c U 2.3/arch/mips64/sgi-ip27/ip27-pci-dma.c U 2.3/arch/mips64/sgi-ip27/ip27-pci.c U 2.3/arch/mips64/sgi-ip27/ip27-reset.c U 2.3/arch/mips64/sgi-ip27/ip27-rtc.c U 2.3/arch/mips64/sgi-ip27/ip27-setup.c U 2.3/arch/mips64/sgi-ip27/ip27-timer.c U 2.3/arch/mips64/sgi-ip27/ip27-nmi.c U 2.3/arch/mips64/sgi-ip27/ip27-klnuma.c U 2.3/arch/mips64/tools/Makefile U 2.3/arch/mips64/tools/offset.c C 2.3/arch/ppc/config.in U 2.3/arch/ppc/Makefile U 2.3/arch/ppc/defconfig U 2.3/arch/ppc/vmlinux.lds U 2.3/arch/ppc/8xx_io/Config.in U 2.3/arch/ppc/8xx_io/Makefile U 2.3/arch/ppc/8xx_io/commproc.c U 2.3/arch/ppc/8xx_io/commproc.h U 2.3/arch/ppc/8xx_io/enet.c U 2.3/arch/ppc/8xx_io/fec.c U 2.3/arch/ppc/8xx_io/uart.c U 2.3/arch/ppc/amiga/amiga_ksyms.c U 2.3/arch/ppc/amiga/Makefile U 2.3/arch/ppc/amiga/amiints.c U 2.3/arch/ppc/amiga/amisound.c U 2.3/arch/ppc/amiga/bootinfo.c U 2.3/arch/ppc/amiga/chipram.c U 2.3/arch/ppc/amiga/cia.c U 2.3/arch/ppc/amiga/config.c U 2.3/arch/ppc/amiga/ints.c U 2.3/arch/ppc/amiga/pcmcia.c U 2.3/arch/ppc/amiga/time.c U 2.3/arch/ppc/boot/iso_font.h U 2.3/arch/ppc/boot/Makefile U 2.3/arch/ppc/boot/head.S U 2.3/arch/ppc/boot/ns16550.c U 2.3/arch/ppc/boot/kbd.c U 2.3/arch/ppc/boot/misc.c U 2.3/arch/ppc/boot/mkprep.c U 2.3/arch/ppc/boot/ns16550.h U 2.3/arch/ppc/boot/of1275.c U 2.3/arch/ppc/boot/of1275.h U 2.3/arch/ppc/boot/offset U 2.3/arch/ppc/boot/size U 2.3/arch/ppc/boot/vreset.c U 2.3/arch/ppc/chrpboot/no_initrd.c U 2.3/arch/ppc/chrpboot/Makefile U 2.3/arch/ppc/chrpboot/crt0.S U 2.3/arch/ppc/chrpboot/main.c U 2.3/arch/ppc/chrpboot/misc.S U 2.3/arch/ppc/chrpboot/mknote.c U 2.3/arch/ppc/chrpboot/piggyback.c U 2.3/arch/ppc/chrpboot/start.c U 2.3/arch/ppc/chrpboot/addnote.c U 2.3/arch/ppc/coffboot/chrpmain.c U 2.3/arch/ppc/coffboot/Makefile U 2.3/arch/ppc/coffboot/coffcrt0.S U 2.3/arch/ppc/coffboot/coffmain.c U 2.3/arch/ppc/coffboot/crt0.S U 2.3/arch/ppc/coffboot/dummy.c U 2.3/arch/ppc/coffboot/hack-coff.c U 2.3/arch/ppc/coffboot/ld.script U 2.3/arch/ppc/coffboot/main.c U 2.3/arch/ppc/coffboot/misc.S U 2.3/arch/ppc/coffboot/mknote.c U 2.3/arch/ppc/coffboot/no_initrd.c U 2.3/arch/ppc/coffboot/nonstdio.h U 2.3/arch/ppc/coffboot/piggyback.c U 2.3/arch/ppc/coffboot/rs6000.h U 2.3/arch/ppc/coffboot/start.c U 2.3/arch/ppc/coffboot/string.S U 2.3/arch/ppc/coffboot/zlib.c U 2.3/arch/ppc/coffboot/zlib.h U 2.3/arch/ppc/configs/est8260_defconfig U 2.3/arch/ppc/configs/apus_defconfig U 2.3/arch/ppc/configs/common_defconfig U 2.3/arch/ppc/configs/gemini_defconfig U 2.3/arch/ppc/configs/mbx_defconfig U 2.3/arch/ppc/configs/oak_defconfig U 2.3/arch/ppc/configs/walnut_defconfig U 2.3/arch/ppc/configs/bseip_defconfig U 2.3/arch/ppc/configs/rpxcllf_defconfig U 2.3/arch/ppc/configs/rpxlite_defconfig U 2.3/arch/ppc/kernel/apus_setup.c C 2.3/arch/ppc/kernel/Makefile U 2.3/arch/ppc/kernel/align.c U 2.3/arch/ppc/kernel/chrp_pci.c U 2.3/arch/ppc/kernel/checks.c U 2.3/arch/ppc/kernel/gemini_prom.S U 2.3/arch/ppc/kernel/chrp_setup.c U 2.3/arch/ppc/kernel/chrp_time.c U 2.3/arch/ppc/kernel/entry.S U 2.3/arch/ppc/kernel/feature.c U 2.3/arch/ppc/kernel/find_name.c U 2.3/arch/ppc/kernel/galaxy_pci.c U 2.3/arch/ppc/kernel/gemini_pci.c U 2.3/arch/ppc/kernel/gemini_setup.c U 2.3/arch/ppc/kernel/hashtable.S C 2.3/arch/ppc/kernel/head.S U 2.3/arch/ppc/kernel/head_4xx.S U 2.3/arch/ppc/kernel/head_8xx.S U 2.3/arch/ppc/kernel/i8259.c U 2.3/arch/ppc/kernel/i8259.h U 2.3/arch/ppc/kernel/idle.c U 2.3/arch/ppc/kernel/indirect_pci.c U 2.3/arch/ppc/kernel/irq.c U 2.3/arch/ppc/kernel/local_irq.h U 2.3/arch/ppc/kernel/m8xx_setup.c U 2.3/arch/ppc/kernel/misc.S U 2.3/arch/ppc/kernel/mk_defs.c U 2.3/arch/ppc/kernel/oak_setup.c U 2.3/arch/ppc/kernel/oak_setup.h U 2.3/arch/ppc/kernel/open_pic.c U 2.3/arch/ppc/kernel/open_pic.h U 2.3/arch/ppc/kernel/pci-dma.c U 2.3/arch/ppc/kernel/pci.c U 2.3/arch/ppc/kernel/pci.h U 2.3/arch/ppc/kernel/pmac_nvram.c U 2.3/arch/ppc/kernel/pmac_pci.c U 2.3/arch/ppc/kernel/pmac_pic.c U 2.3/arch/ppc/kernel/pmac_pic.h U 2.3/arch/ppc/kernel/pmac_setup.c U 2.3/arch/ppc/kernel/pmac_time.c U 2.3/arch/ppc/kernel/ppc-stub.c U 2.3/arch/ppc/kernel/ppc4xx_pic.c U 2.3/arch/ppc/kernel/ppc4xx_pic.h U 2.3/arch/ppc/kernel/ppc8xx_pic.c U 2.3/arch/ppc/kernel/ppc8xx_pic.h U 2.3/arch/ppc/kernel/ppc_asm.h U 2.3/arch/ppc/kernel/ppc_asm.tmpl U 2.3/arch/ppc/kernel/ppc_defs.head U 2.3/arch/ppc/kernel/ppc_htab.c C 2.3/arch/ppc/kernel/ppc_ksyms.c U 2.3/arch/ppc/kernel/prep_nvram.c U 2.3/arch/ppc/kernel/prep_pci.c U 2.3/arch/ppc/kernel/prep_setup.c U 2.3/arch/ppc/kernel/prep_time.c U 2.3/arch/ppc/kernel/process.c U 2.3/arch/ppc/kernel/prom.c U 2.3/arch/ppc/kernel/ptrace.c U 2.3/arch/ppc/kernel/qspan_pci.c U 2.3/arch/ppc/kernel/residual.c U 2.3/arch/ppc/kernel/semaphore.c C 2.3/arch/ppc/kernel/setup.c U 2.3/arch/ppc/kernel/signal.c U 2.3/arch/ppc/kernel/sleep.S U 2.3/arch/ppc/kernel/smp.c U 2.3/arch/ppc/kernel/softemu8xx.c U 2.3/arch/ppc/kernel/syscalls.c U 2.3/arch/ppc/kernel/time.c U 2.3/arch/ppc/kernel/time.h U 2.3/arch/ppc/kernel/traps.c U 2.3/arch/ppc/kernel/walnut_setup.c U 2.3/arch/ppc/kernel/walnut_setup.h U 2.3/arch/ppc/kernel/m8260_setup.c U 2.3/arch/ppc/kernel/ppc8260_pic.c U 2.3/arch/ppc/kernel/ppc8260_pic.h U 2.3/arch/ppc/kernel/bitops.c U 2.3/arch/ppc/kernel/xics.c U 2.3/arch/ppc/kernel/xics.h U 2.3/arch/ppc/kernel/pmac_backlight.c N 2.3/arch/ppc/kernel/mol.h U 2.3/arch/ppc/lib/checksum.S U 2.3/arch/ppc/lib/Makefile U 2.3/arch/ppc/lib/strcase.c U 2.3/arch/ppc/lib/locks.c U 2.3/arch/ppc/lib/string.S U 2.3/arch/ppc/math-emu/fnmadds.c U 2.3/arch/ppc/math-emu/Makefile U 2.3/arch/ppc/math-emu/double.h U 2.3/arch/ppc/math-emu/fabs.c U 2.3/arch/ppc/math-emu/fadd.c U 2.3/arch/ppc/math-emu/fadds.c U 2.3/arch/ppc/math-emu/fcmpo.c U 2.3/arch/ppc/math-emu/fcmpu.c U 2.3/arch/ppc/math-emu/fctiw.c U 2.3/arch/ppc/math-emu/fctiwz.c U 2.3/arch/ppc/math-emu/fdiv.c U 2.3/arch/ppc/math-emu/fdivs.c U 2.3/arch/ppc/math-emu/fmadd.c U 2.3/arch/ppc/math-emu/fmadds.c U 2.3/arch/ppc/math-emu/fmr.c U 2.3/arch/ppc/math-emu/fmsub.c U 2.3/arch/ppc/math-emu/fmsubs.c U 2.3/arch/ppc/math-emu/fmul.c U 2.3/arch/ppc/math-emu/fmuls.c U 2.3/arch/ppc/math-emu/fnabs.c U 2.3/arch/ppc/math-emu/fneg.c U 2.3/arch/ppc/math-emu/fnmadd.c U 2.3/arch/ppc/math-emu/fnmsubs.c U 2.3/arch/ppc/math-emu/fnmsub.c U 2.3/arch/ppc/math-emu/frsqrte.c U 2.3/arch/ppc/math-emu/fres.c U 2.3/arch/ppc/math-emu/frsp.c U 2.3/arch/ppc/math-emu/op-common.h U 2.3/arch/ppc/math-emu/fsel.c U 2.3/arch/ppc/math-emu/fsqrt.c U 2.3/arch/ppc/math-emu/fsqrts.c U 2.3/arch/ppc/math-emu/fsub.c U 2.3/arch/ppc/math-emu/fsubs.c U 2.3/arch/ppc/math-emu/lfd.c U 2.3/arch/ppc/math-emu/lfs.c U 2.3/arch/ppc/math-emu/math.c U 2.3/arch/ppc/math-emu/mcrfs.c U 2.3/arch/ppc/math-emu/mffs.c U 2.3/arch/ppc/math-emu/mtfsb0.c U 2.3/arch/ppc/math-emu/mtfsb1.c U 2.3/arch/ppc/math-emu/mtfsf.c U 2.3/arch/ppc/math-emu/mtfsfi.c U 2.3/arch/ppc/math-emu/op-1.h U 2.3/arch/ppc/math-emu/op-2.h U 2.3/arch/ppc/math-emu/op-4.h U 2.3/arch/ppc/math-emu/sfp-machine.h U 2.3/arch/ppc/math-emu/single.h U 2.3/arch/ppc/math-emu/soft-fp.h U 2.3/arch/ppc/math-emu/stfd.c U 2.3/arch/ppc/math-emu/stfiwx.c U 2.3/arch/ppc/math-emu/stfs.c U 2.3/arch/ppc/math-emu/types.c U 2.3/arch/ppc/math-emu/udivmodti4.c U 2.3/arch/ppc/mbxboot/embed_config.c U 2.3/arch/ppc/mbxboot/Makefile U 2.3/arch/ppc/mbxboot/m8xx_tty.c U 2.3/arch/ppc/mbxboot/head.S U 2.3/arch/ppc/mbxboot/iic.c U 2.3/arch/ppc/mbxboot/qspan_pci.c U 2.3/arch/ppc/mbxboot/mbxtty.c U 2.3/arch/ppc/mbxboot/misc.c U 2.3/arch/ppc/mbxboot/offset U 2.3/arch/ppc/mbxboot/pci.c U 2.3/arch/ppc/mbxboot/head_8260.S U 2.3/arch/ppc/mbxboot/size U 2.3/arch/ppc/mbxboot/m8260_tty.c U 2.3/arch/ppc/mbxboot/gzimage.c U 2.3/arch/ppc/mbxboot/rdimage.c U 2.3/arch/ppc/mbxboot/vmlinux.lds U 2.3/arch/ppc/mm/4xx_tlb.c U 2.3/arch/ppc/mm/4xx_tlb.h U 2.3/arch/ppc/mm/Makefile U 2.3/arch/ppc/mm/extable.c U 2.3/arch/ppc/mm/fault.c C 2.3/arch/ppc/mm/init.c U 2.3/arch/ppc/mm/mem_pieces.c U 2.3/arch/ppc/mm/mem_pieces.h U 2.3/arch/ppc/treeboot/ld.script U 2.3/arch/ppc/treeboot/Makefile U 2.3/arch/ppc/treeboot/crt0.S U 2.3/arch/ppc/treeboot/elf.pl U 2.3/arch/ppc/treeboot/irSect.c U 2.3/arch/ppc/treeboot/irSect.h U 2.3/arch/ppc/treeboot/main.c U 2.3/arch/ppc/treeboot/misc.S U 2.3/arch/ppc/treeboot/mkevimg U 2.3/arch/ppc/treeboot/mkirimg U 2.3/arch/ppc/xmon/ansidecl.h U 2.3/arch/ppc/xmon/Makefile U 2.3/arch/ppc/xmon/adb.c U 2.3/arch/ppc/xmon/nonstdio.h U 2.3/arch/ppc/xmon/ppc-dis.c U 2.3/arch/ppc/xmon/ppc-opc.c U 2.3/arch/ppc/xmon/ppc.h U 2.3/arch/ppc/xmon/privinst.h U 2.3/arch/ppc/xmon/setjmp.c U 2.3/arch/ppc/xmon/start.c U 2.3/arch/ppc/xmon/start_8xx.c U 2.3/arch/ppc/xmon/subr_prf.c U 2.3/arch/ppc/xmon/xmon.c U 2.3/arch/ppc/8260_io/Config.in U 2.3/arch/ppc/8260_io/Makefile U 2.3/arch/ppc/8260_io/commproc.c U 2.3/arch/ppc/8260_io/enet.c U 2.3/arch/ppc/8260_io/uart.c U 2.3/arch/ppc/8260_io/fcc_enet.c U 2.3/arch/sh/config.in U 2.3/arch/sh/Makefile U 2.3/arch/sh/vmlinux.lds.S U 2.3/arch/sh/defconfig U 2.3/arch/sh/boot/Makefile U 2.3/arch/sh/boot/compressed/install.sh U 2.3/arch/sh/boot/compressed/Makefile U 2.3/arch/sh/boot/compressed/head.S U 2.3/arch/sh/boot/compressed/misc.c U 2.3/arch/sh/kernel/cf-enabler.c U 2.3/arch/sh/kernel/Makefile U 2.3/arch/sh/kernel/init_task.c U 2.3/arch/sh/kernel/entry.S U 2.3/arch/sh/kernel/fpu.c U 2.3/arch/sh/kernel/head.S U 2.3/arch/sh/kernel/irq_imask.c U 2.3/arch/sh/kernel/irq.c U 2.3/arch/sh/kernel/setup_hd64461.c U 2.3/arch/sh/kernel/irq_onchip.c U 2.3/arch/sh/kernel/pci-sh.c U 2.3/arch/sh/kernel/process.c U 2.3/arch/sh/kernel/ptrace.c U 2.3/arch/sh/kernel/semaphore.c U 2.3/arch/sh/kernel/setup.c U 2.3/arch/sh/kernel/sh_ksyms.c U 2.3/arch/sh/kernel/signal.c U 2.3/arch/sh/kernel/sys_sh.c U 2.3/arch/sh/kernel/time.c U 2.3/arch/sh/kernel/traps.c U 2.3/arch/sh/kernel/io_generic.c U 2.3/arch/sh/kernel/io_se.c U 2.3/arch/sh/kernel/irq_ipr.c U 2.3/arch/sh/kernel/setup_se.c U 2.3/arch/sh/kernel/io_hd64461.c U 2.3/arch/sh/kernel/setup_od.c U 2.3/arch/sh/kernel/sh_bios.c U 2.3/arch/sh/kernel/io_unknown.c U 2.3/arch/sh/kernel/io.c U 2.3/arch/sh/kernel/mach_hp600.c U 2.3/arch/sh/kernel/led_se.c U 2.3/arch/sh/kernel/mach_unknown.c U 2.3/arch/sh/kernel/mach_se.c U 2.3/arch/sh/kernel/setup_cqreek.c U 2.3/arch/sh/lib/checksum.S U 2.3/arch/sh/lib/Makefile U 2.3/arch/sh/lib/memmove.S U 2.3/arch/sh/lib/delay.c U 2.3/arch/sh/lib/memchr.S U 2.3/arch/sh/lib/memcpy.S U 2.3/arch/sh/lib/old-checksum.c U 2.3/arch/sh/lib/memset.S U 2.3/arch/sh/lib/strcasecmp.c U 2.3/arch/sh/mm/extable.c U 2.3/arch/sh/mm/Makefile U 2.3/arch/sh/mm/cache.c U 2.3/arch/sh/mm/ioremap.c U 2.3/arch/sh/mm/fault.c U 2.3/arch/sh/mm/init.c U 2.3/arch/sparc/config.in U 2.3/arch/sparc/Makefile U 2.3/arch/sparc/defconfig U 2.3/arch/sparc/vmlinux.lds U 2.3/arch/sparc/boot/btfixupprep.c U 2.3/arch/sparc/boot/Makefile U 2.3/arch/sparc/boot/piggyback.c U 2.3/arch/sparc/kernel/check_asm.sh U 2.3/arch/sparc/kernel/Makefile U 2.3/arch/sparc/kernel/auxio.c U 2.3/arch/sparc/kernel/devices.c U 2.3/arch/sparc/kernel/cpu.c U 2.3/arch/sparc/kernel/errtbls.c U 2.3/arch/sparc/kernel/ebus.c U 2.3/arch/sparc/kernel/entry.S U 2.3/arch/sparc/kernel/init_task.c U 2.3/arch/sparc/kernel/etrap.S U 2.3/arch/sparc/kernel/head.S U 2.3/arch/sparc/kernel/idprom.c U 2.3/arch/sparc/kernel/process.c U 2.3/arch/sparc/kernel/ioport.c U 2.3/arch/sparc/kernel/irq.c U 2.3/arch/sparc/kernel/muldiv.c U 2.3/arch/sparc/kernel/pcic.c U 2.3/arch/sparc/kernel/semaphore.c U 2.3/arch/sparc/kernel/ptrace.c U 2.3/arch/sparc/kernel/rtrap.S U 2.3/arch/sparc/kernel/sclow.S U 2.3/arch/sparc/kernel/solaris.c U 2.3/arch/sparc/kernel/setup.c U 2.3/arch/sparc/kernel/signal.c U 2.3/arch/sparc/kernel/smp.c U 2.3/arch/sparc/kernel/sparc_ksyms.c U 2.3/arch/sparc/kernel/sparc-stub.c U 2.3/arch/sparc/kernel/sunos_ioctl.c U 2.3/arch/sparc/kernel/sun4c_irq.c U 2.3/arch/sparc/kernel/sun4d_irq.c U 2.3/arch/sparc/kernel/sun4d_smp.c U 2.3/arch/sparc/kernel/sun4m_irq.c U 2.3/arch/sparc/kernel/sun4m_smp.c U 2.3/arch/sparc/kernel/sun4setup.c U 2.3/arch/sparc/kernel/sunos_asm.S U 2.3/arch/sparc/kernel/sys_solaris.c U 2.3/arch/sparc/kernel/sys_sparc.c U 2.3/arch/sparc/kernel/sys_sunos.c U 2.3/arch/sparc/kernel/systbls.S U 2.3/arch/sparc/kernel/tadpole.c U 2.3/arch/sparc/kernel/tick14.c U 2.3/arch/sparc/kernel/time.c U 2.3/arch/sparc/kernel/trampoline.S U 2.3/arch/sparc/kernel/traps.c U 2.3/arch/sparc/kernel/unaligned.c U 2.3/arch/sparc/kernel/windows.c U 2.3/arch/sparc/kernel/wof.S U 2.3/arch/sparc/kernel/wuf.S U 2.3/arch/sparc/lib/strlen_user.S U 2.3/arch/sparc/lib/COPYING.LIB U 2.3/arch/sparc/lib/Makefile U 2.3/arch/sparc/lib/ashldi3.S U 2.3/arch/sparc/lib/ashrdi3.S U 2.3/arch/sparc/lib/atomic.S U 2.3/arch/sparc/lib/bitops.S U 2.3/arch/sparc/lib/blockops.S U 2.3/arch/sparc/lib/checksum.S U 2.3/arch/sparc/lib/copy_user.S U 2.3/arch/sparc/lib/debuglocks.c U 2.3/arch/sparc/lib/divdi3.S U 2.3/arch/sparc/lib/locks.S U 2.3/arch/sparc/lib/lshrdi3.S U 2.3/arch/sparc/lib/memcmp.S U 2.3/arch/sparc/lib/memcpy.S U 2.3/arch/sparc/lib/memscan.S U 2.3/arch/sparc/lib/memset.S U 2.3/arch/sparc/lib/mul.S U 2.3/arch/sparc/lib/muldi3.S U 2.3/arch/sparc/lib/rem.S U 2.3/arch/sparc/lib/rwsem.S U 2.3/arch/sparc/lib/sdiv.S U 2.3/arch/sparc/lib/strlen.S U 2.3/arch/sparc/lib/strncpy_from_user.S U 2.3/arch/sparc/lib/strncmp.S U 2.3/arch/sparc/lib/udivdi3.S U 2.3/arch/sparc/lib/udiv.S ... [truncated message content] |
From: Michel <da...@re...> - 2000-09-13 13:00:34
|
Ken Tyler wrote: > > On Wed, 13 Sep 2000, Roman Zippel wrote: > > > > Just 'cvs diff' only shows you the differences between the last revision > > > you checked out and your local version, so it's empty for files you > > > haven't modified. Use 'cvs diff -r<last revision but one>'. > > > > "cvs diff -D now" or "cvs diff -D 'one week ago' -D now" is nice too. :) > > Ahhh good, I'll give that a try, -r <last revision but one> didn't work ;) What about 'cvs diff -r<latest but one> -r<latest>' ? > Do I need to pass any options to get newly added files like --new-file ? Don't think so, but be prepared for anything ;) Michel -- Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast Debian GNU/Linux (powerpc,i386) user \ member of XFree86 and the DRI project |
From: Ken T. <ke...@we...> - 2000-09-13 12:52:22
|
On Wed, 13 Sep 2000, Michel [iso-8859-1] Dänzer wrote: > Mac-On-Linux (MOL) lets you run MacOS natively in Linux, much like VMWare. Sounds interesting, my kid is always wanting MacOS for some reason. Ken. |
From: Ken T. <ke...@we...> - 2000-09-13 12:48:01
|
On Wed, 13 Sep 2000, Roman Zippel wrote: > > Just 'cvs diff' only shows you the differences between the last revision you > > checked out and your local version, so it's empty for files you haven't > > modified. Use 'cvs diff -r<last revision but one>'. > > "cvs diff -D now" or "cvs diff -D 'one week ago' -D now" is nice too. :) Ahhh good, I'll give that a try, -r <last revision but one> didn't work ;) Do I need to pass any options to get newly added files like --new-file ? Ken. |
From: Michel <da...@re...> - 2000-09-13 12:02:36
|
fh...@at... wrote: > The other way is to look at modifying the sym53c8xx driver that, > evidently, is used on the vast majority of Linux systems with the LSI SCSI > cards. The driver code I am playing around with is an old version of that > driver. This driver is actively developed/debugged and supports the most > modern features of the latest chips. It has also been ported to 2.3 and > 2.4 kernels. What one would have to do there is put in the Amiga > interface code and tweak it for the differences between the 8xx chips and > the 7xx chips. Actually I have been thinking about working on that > driver instead of the code I got. I have no idea if the code I got ever > worked properly on any system, and I would prefer not to have to debug > code I don't have too. Additionally, no one seems to have or volunteer > any information about the code I have. These are very strong points IMO. There's no big point in working on old and untested code. Michel -- Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast Debian GNU/Linux (powerpc,i386) user \ member of XFree86 and the DRI project |
From: Alan B. <al...@ms...> - 2000-09-13 12:01:30
|
hi, > Please test it yourself before doing so. I will. I guess I have to actually go to this MOL site and download/run it now ;-) alan |
From: Michel <da...@re...> - 2000-09-13 11:52:41
|
Ken Tyler wrote: > > > I just did a cvs diff and see nothing new. > > > > Just 'cvs diff' only shows you the differences between the last revision > > you checked out and your local version, so it's empty for files you > > haven't modified. Use 'cvs diff -r<last revision but one>'. > > Didn't realise that. I usually just update but wanted to be a bit cautious > this time - not having any idea what MOL is. Mac-On-Linux (MOL) lets you run MacOS natively in Linux, much like VMWare. Don't worry, there's a configure option and if you don't enable it, the kernel should be identical to the one before. And for looking at diffs before updating, the CVSweb interface is handy IMHO. Michel -- Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast Debian GNU/Linux (powerpc,i386) user \ member of XFree86 and the DRI project |
From: Roman Z. <zi...@fh...> - 2000-09-13 11:52:40
|
Hi, On Wed, 13 Sep 2000, Michel Dänzer wrote: > Just 'cvs diff' only shows you the differences between the last revision you > checked out and your local version, so it's empty for files you haven't > modified. Use 'cvs diff -r<last revision but one>'. "cvs diff -D now" or "cvs diff -D 'one week ago' -D now" is nice too. :) bye, Roman |
From: Ken T. <ke...@we...> - 2000-09-13 11:43:54
|
On Wed, 13 Sep 2000, Michel [iso-8859-1] Dänzer wrote: > Yep, otherwise there wouldn't have been a notice ;) > > > I just did a cvs diff and see nothing new. > > Just 'cvs diff' only shows you the differences between the last revision you > checked out and your local version, so it's empty for files you haven't > modified. Use 'cvs diff -r<last revision but one>'. Didn't realise that. I usually just update but wanted to be a bit cautious this time - not having any idea what MOL is. Ken. |
From: Michel <da...@re...> - 2000-09-13 11:26:28
|
Ken Tyler wrote: > > On Tue, 12 Sep 2000, Michel Dänzer wrote: > > > CVSROOT: /cvsroot/linux-apus > > Module name: 2.2 > > Repository: 2.2/arch/ppc/mm/ > > Changes by: mda...@sl.... 00/09/12 05:15:19 > > > > Modified files: > > 2.2/arch/ppc/: config.in > > 2.2/arch/ppc/kernel/: head.S ppc_ksyms.c > > 2.2/arch/ppc/mm/: init.c > > > > Log message: > > add MOL support > > > Hello Michel, > > Have these changes made it yet ? Yep, otherwise there wouldn't have been a notice ;) > I just did a cvs diff and see nothing new. Just 'cvs diff' only shows you the differences between the last revision you checked out and your local version, so it's empty for files you haven't modified. Use 'cvs diff -r<last revision but one>'. Michel -- Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast Debian GNU/Linux (powerpc,i386) user \ member of XFree86 and the DRI project |
From: <fh...@at...> - 2000-09-13 11:26:15
|
In <Pin...@ms...>, on 09/13/00 at 11:06 AM, Alan Buxey <al...@ms...> said: >hi, >> I have worked on a driver off and on for awhile. I haven't got it to >> work at all yet. I'd like to see the patch. It may be the same file that >> I have, 53c770.tar.gz. >what is peculiar about this...well, to me anyway, is that Ralph Schmidt >(laire) seems to class the BPPC and CPPC SCSI controller as the one and >same same in his documents for MorphOS. They have different chip >revisions and types, but i wonder if the CPPC SCSI has some compatability >subset of the BPPC SCSI? AFAIK the BPPC chip is the 53c710 and CPPC chip is the 53c770. The 53c770 chip, if I understand the docs correctly, is electrically, a drop in replacement for the `710 chip. The couple emails I got from Ralph seemed to imply that the BPPC and CPPC SCSI subsystems were layed out identically with respect to the memory and so forth. Now this makes a whole lot of sense to me as there would seem to be no good and practical reason to make them different. The difference in the SCSI chips is primarily in the way they are programmed. The 710 chip is programmed like ...(I don't know), and the 770 chip has more in common with it's PCI siblings; the 825/875 (815?) chips. A message I read on the NET somewhere said that a 710 driver could be made to work with a 770 chip in about two weeks. Probably assuming the person doing the conversion was an experienced SCSI programmer. I think looking at modifying the 710 driver would be a worthwhile project, but others on this list disagreed. My reasoning for this is that the bus, ZORRO interface, and memory allocation code is already written and should require much debugging. One should only have to concern him/her self with the differences in logic between the two chips. The other way is to look at modifying the sym53c8xx driver that, evidently, is used on the vast majority of Linux systems with the LSI SCSI cards. The driver code I am playing around with is an old version of that driver. This driver is actively developed/debugged and supports the most modern features of the latest chips. It has also been ported to 2.3 and 2.4 kernels. What one would have to do there is put in the Amiga interface code and tweak it for the differences between the 8xx chips and the 7xx chips. Actually I have been thinking about working on that driver instead of the code I got. I have no idea if the code I got ever worked properly on any system, and I would prefer not to have to debug code I don't have too. Additionally, no one seems to have or volunteer any information about the code I have. One hickup I am having at the moment is that the SCRIPTS processor in the 770 chip is identical or very much like the SCRIPTS processor in the 8xx series of chips and expects the SCRIPTS code to be little endian like the PCI chips. It seems the chip, when in big endian mode treats registers and memory addresses as bigendian, but nevertheless expects the SCRIPTS code to be little endian. This would seem to imply that the same SCRIPTS code that works on the intel based systems should work on the 770 chip. From an engineering viewpoint this seems to make sense as a good approach. i.e. no significant changes required to already written and debugged SCRIPTS code. The approach I would take for modifying the sym53c8xx driver is to try to substitute routines for the chip bus interface access that mimic the PCI routines that are already there. I have no idea if that is practical but it seems to make sense. This is sort of what the approach is in the 53c770 driver I have. i.e. void some_pci_routine( struct scsi ... ) { #ifdef ZORRO /* do Amiga based interface */ #else /* do the PCI thing */ } Another thing I have found is that there is a Sun model that evidently has a 770 based SCSI card (S-BUS?) that is working. The Sun systems are big endian, like the PPC/680x0 systems that the Amiga shares. The last thing is that there is a working SCSI driver for the CPPC/BPPC SCSI in the NetBSD distribution, though it is 680x0 based at the moment. The bottom line is that there is no real reason that there is not a working driver for the CPPC SCSI other than that no clever person or persons has done it. Fred |
From: Ken T. <ke...@we...> - 2000-09-13 10:07:07
|
Hello All, The LinuxPPC 2000 CDs have a different structure to the normal Redhat arrangement, this affects the 'install from HD method'. If you want to install from HD you need a layout on disk that has a 'software' dir containing all your rpms /RedHat/RPMS/base/ /RedHat/RPMS/base/comps /RedHat/RPMS/base/hdlist /RedHat/RPMS/ /RedHat/RPMS/setup-2.0.5-1.noarch.rpm /software/ /software/*rpm When asked for the *path* on the partition containing RPMS leave it at '/'. Alternatively, to keep the install files together make a dir, say 'LinuxPPC' and put the 'RedHat' and 'software' dirs in it then make the path '/LinuxPPC'. I've run the installer with both the above arrangements up to the 'point of no return'. Not sure if RPMS/setup-2.0.5-1.noarch.rpm is required, that mignt be for the perl install script, 'hdlist' is required but not used. Just waiting for independent confirmation that this works and I'll update the README. Ken. |
From: Alan B. <al...@ms...> - 2000-09-13 10:07:02
|
hi, > I have worked on a driver off and on for awhile. I haven't got it to > work at all yet. I'd like to see the patch. It may be the same file that > I have, 53c770.tar.gz. what is peculiar about this...well, to me anyway, is that Ralph Schmidt (laire) seems to class the BPPC and CPPC SCSI controller as the one and same same in his documents for MorphOS. They have different chip revisions and types, but i wonder if the CPPC SCSI has some compatability subset of the BPPC SCSI? alan |