summaryrefslogtreecommitdiff
path: root/debian/patches
AgeCommit message (Collapse)Author
2005-05-11Add a system stabilizer patch.Guillem Jover
- debian/patches/14_alloc_params.patch. Thanks to Neal H. Walfield <neal@cs.uml.edu>.
2005-05-01* New upstream CVS snapshot.Guillem Jover
- debian/patches/12_fixes_gcc-3.4.patch: Remove upstream integrated patch. - debian/patches/14_disable_fpe.patch: Likewise. - debian/patches/15_disable_qlogic_firmware.patch: Likewise. - debian/patches/16_enable_debug.patch: Likewise. - debian/patches/17_fix_double_free.patch: Likewise. - debian/patches/18_linux_printk_buffer_overrun.patch: Likewise. - debian/patches/19_cpu_detect.patch: Likewise. - debian/patches/20_glue_block_assert.patch: Likewise. - debian/patches/10_cdromlock.patch: Rediff. - debian/patches/90_autoconf_autogen.patch: Regenerate. * Add suport for SiS 900 NIC. - debian/patches/12_sis900.patch: New file. Thanks to Andreas B. Mundt <andi.mundt@web.de>.
2005-02-10Remove leftover assert on the block glue.Guillem Jover
2005-02-07Sync patches with latest ones sent to upstream.Guillem Jover
2004-11-22Change "ifdef DEBUG" to "ifndef NDEBUG" for asserts and other lowGuillem Jover
footprint debugging stuff, so building with assrets enabled by default.
2004-11-21Fix cpu detection code.Guillem Jover
2004-11-20Add DPATCHLEVEL.Guillem Jover
2004-11-20Fix possible buffer overrun on linux printk.Guillem Jover
Thanks to Neal H. Walfield <neal@cs.uml.edu>.
2004-11-20Fix double free and memory loss probing partition table.Guillem Jover
Thanks to Neal H. Walfield <neal@cs.uml.edu>.
2004-11-20Enable debug code by default (disable with NDEBUG).Guillem Jover
Thanks to Neal H. Walfield <neal@cs.uml.edu>.
2004-11-20Repackage upstream source to remove binary only data. (Closes: #252323)Guillem Jover
- i386/i386/fpe.b: Remove binary without source. - i386/i386/fpe.b_elf: Likewise. - linux/src/drivers/scsi/qlogicisp_asm.c: Likewise. Disable floating point emulation usage. Disable qlogicisp firmware loading.
2004-10-26Fix ChangeLog entries.Guillem Jover
2004-10-25* linux/dev/include/linux/malloc.h: Include <asm/cache.h>.Guillem Jover
2004-10-25Added regeneration instructions.Guillem Jover
Sync with latest autotools changes.
2004-10-25* i386/linux/configure.ac: Do not include "pci-skeleton.c" in the "net"Guillem Jover
driver class. Enable intel_gige and natsemi network drivers. Remove "CONFIG_" from cb_chim, starfire, sundance, winbond840, hamachi, natsemi, myson803 and ns820 driver declarations. s/INTER_GIGE/INTEL_GIGE/. * linux/src/include/asm-i386/cache.h: New file from linux 2.2.26. * linux/dev/drivers/net/ns820.c (netsami_drv_id): Renamed to ... (ns820_drv_id): ... this. Fix all callers. * linux/dev/drivers/net/intel-gige.c (skel_netdev_probe): Renamed to ... (igige_probe): ... this. * linux/dev/drivers/net/Space.c: Add probes for natsemi, ns820, winbond840, hamachi, sundance, starfire, myson803 and intel-gige drivers.
2004-10-25* Drivers.macros (AC_DRIVER_CLASS): Make it visible to autoheader viaGuillem Jover
AH_TEMPLATE. (AC_DRIVER): Set the value for the AC_DEFINE and AC_DEFINE_UNQUOTTED to 1.
2004-10-25Change the autoconf option to mention it is IDE specific.Guillem Jover
Remove hunk for device-drivers.h.in.
2004-10-25Fix ChangeLog entry.Guillem Jover
2004-10-23Fix ChangeLog.Guillem Jover
2004-09-21Sync with latest autoconf changes.Guillem Jover
2004-09-21Fixed winbond-840 driver name to winbond_840.Guillem Jover
2004-09-20Revert r28.Guillem Jover
DESTDIR support.
2004-09-19Support DESTDIR on upstream makefiles.Guillem Jover
2004-09-18Added DPATCHLEVEL.Guillem Jover
2004-09-18Sync with autoconf changes.Guillem Jover
2004-09-18Use AS_HELP_STRING.Guillem Jover
2004-09-18Sync with autoconf changes.Guillem Jover
2004-09-18Add missing autoconfiscations.Guillem Jover
2004-09-16Add newer DMA support.Guillem Jover
Thanks to Sergio López <koro@menteslibres.org>.
2004-09-15Fix build failures for gcc-3.4.Guillem Jover
2004-09-15New file. The generated autoconf stuff.Guillem Jover
2004-09-15Update autoconf patch.Guillem Jover
Sync nic update patch.
2004-09-14Rename to numbered patches.Guillem Jover
2004-09-14Add DPATCHLEVEL.Guillem Jover
2004-09-14Update autoconf.Guillem Jover
Thanks to Marco Gerards <metgerards@student.han.nl>.
2004-09-13Update NICs from Linux.Guillem Jover
Thanks to Alfred M. Szmidt <ams@kemisten.nu> and Arief M. Utama <arief_mulya@yahoo.com>.
2004-09-13Change patch apply order so autoconf is not triggered.Guillem Jover
2004-09-13Allow to build natively on non GNU/Hurd systems.Guillem Jover
2004-09-09Initial import.Guillem Jover