- 26 Jul, 2003 22 commits
-
-
Geert Uytterhoeven authored
Apollo: Kill initialization of obsolete mach_floppy_init and unnecessary mach_floppy_setup function pointers
-
Geert Uytterhoeven authored
Mac8390: Fix typo (from Etsushi Kato)
-
Geert Uytterhoeven authored
Update my GnuPG fingerprint and address information
-
Geert Uytterhoeven authored
M68k: Kill erroneous `inline' (found by gcc 3.2)
-
Geert Uytterhoeven authored
Mac/m68k sonic: Kill warning and remainings of 2.2-style flow control
-
Geert Uytterhoeven authored
Resurrect dmasound: Re-re-add dmasound to the build process (it got removed again in 2.5.71)
-
Geert Uytterhoeven authored
Atari ST-RAM: Add missing include
-
Geert Uytterhoeven authored
ADB HID: Exclude PowerMac-specific things on classic Macs
-
Geert Uytterhoeven authored
Atari pamsnet: Fix typo
-
Geert Uytterhoeven authored
M68k: Kill unneeded #include <linux/config.h>
-
Geert Uytterhoeven authored
M68k wd33c93: host_lock is a pointer to a spinlock, not a spinlock (from Ralf Bächle)
-
Geert Uytterhoeven authored
Valkyriefb: Fix link error by adding missing macmodes.o (for Mac/m68k) and cfb* (for Mac/m68k and PowerMac/PPC) object files
-
Geert Uytterhoeven authored
Atari ACSI SLM Laser Printer: Remove obsolete parameter of atari_stram_alloc() call.
-
Geert Uytterhoeven authored
M68k: Revert to 2.4 behavior in ret_from_fork (always call schedule_tail, regardless of CONFIG_SMP), as suggested by Andreas Schwab. This removes the warnings from sched.c (from Sam Creasey).
-
Geert Uytterhoeven authored
M68k: Kill obsolete members of irq_cpustat_t
-
Geert Uytterhoeven authored
Kill zorro_check_device(), it's deprecated and unused (from Christoph Hellwig).
-
Geert Uytterhoeven authored
wd33c93 SCSI: Fix compilation after breakage in 2.5.71
-
Geert Uytterhoeven authored
M68k: Add missing module_arch_cleanup()
-
Geert Uytterhoeven authored
M68k floppy: Kill warnings when compiling a multi-platform kernel
-
Geert Uytterhoeven authored
Ns558 gameport: constness of ns558_pnp_driver depends on CONFIG_PNP, causing a warning if CONFIG_PNP is not set, so make sure it is never const.
-
Geert Uytterhoeven authored
m68k: Add missing cacheflush (from Roman Zippel)
-
Geert Uytterhoeven authored
Amiga serial: Kill unused variable warning
-
- 25 Jul, 2003 18 commits
-
-
http://lia64.bkbits.net/to-linus-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
David Mosberger authored
-
David Mosberger authored
bypassing on again, which is more beneficial, performance-wise.
-
David Mosberger authored
-
Miles Bader authored
-
Miles Bader authored
<asm-v850/setup.h> is not correct, and not used, so remove it.
-
Linus Torvalds authored
-
David Mosberger authored
Reported by Richard Henderson.
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/davem/sparc-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Hirofumi Ogawa authored
This renames ->cluster_size to ->sec_per_clus. Old ->cluster_size was "sectors per cluster". Adds a _real_ ->cluster_size.
-
Hirofumi Ogawa authored
This changes a few more char type of filenames to unsigned char.
-
Hirofumi Ogawa authored
This uses the new fat_get_cluster() in fat_free(), fat_calc_dir_size() and fat_add_cluster().
-
Hirofumi Ogawa authored
This uses the new fat_get_cluster() in fat_bmap_cluster(). Another part removes an unneeded error check of fat_get_entry() by using fat_get_cluster().
-
Hirofumi Ogawa authored
This adds fat_get_cluster() for generic reads of FAT cluster-chains, and old fat_get_cluster() is renamed to fat_bmap_cluster().
-
Hirofumi Ogawa authored
This reads ->free_clusters without lock_fat() in fat_statfs().
-
Hirofumi Ogawa authored
This removes the dump_fat() and dump_de() obsoleted debug code in vfat/namei.c.
-
Hirofumi Ogawa authored
This removes dirty raw_scan_*(), and rewrites fat_scan() and fat_subdirs() to use fat_get_entry() instead.
-