| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2005-11-10 | Set correct values for %gs and %fs when entering kernel mode. Make sure | Guillem Jover | |
| to always copy the master LDT when the user does not have a modified one. - debian/patches/31_tls_ldt.patch: New file. Thanks to Jeroen Dekkers <jeroen@dekkers.cx>. | |||
| 2005-11-10 | Fix an off-by-one bug in the PATA probe function. | Guillem Jover | |
| - debian/patches/21_pata_off_by_one_irq.patch: New file. Thanks to Patch by Sergio Lopez <koro@sinrega.org>. | |||
| 2005-11-10 | Fix lvalue error correctly. | Guillem Jover | |
| 2005-11-10 | Fix lvalue errors with gcc 4.0. | Guillem Jover | |
| 2005-11-10 | Fix patch. Now it's ready to be integrated upstream. | Guillem Jover | |
| 2005-08-01 | Minor indentation fixes. | Guillem Jover | |
| Prepare for upload. | |||
| 2005-08-01 | Disable IDE interrupts when the driver requests that through request_irq(). | Guillem Jover | |
| - debian/patches/20_ide_disable_irqs.patch: New file. Thanks to Samuel Thibault <samuel.thibault@ens-lyon.org>. | |||
| 2005-08-01 | Now using Standards-Version 3.6.2 (no changes needed). | Guillem Jover | |
| 2005-08-01 | Add DPATCHLEVEL and ChangeLog entry. | Guillem Jover | |
| - debian/patches/12_sis900.patch: Update. | |||
| 2005-08-01 | New upstream CVS snapshot. | Guillem Jover | |
| - debian/patches/00_autoconf_update.patch: Remove, integrated upstream. - debian/patches/11_nic_update.patch: Rediff. - debian/patches/90_autoconf_autogen.patch: Regenerate. No need to rename Drivers.in to configure.ac anymore. | |||
| 2005-06-07 | Add proxy memory objets. | Guillem Jover | |
| - debian/patches/15_mem_obj_proxy.patch. Thanks to Marcus Brinkmann <marcus@gnu.org>. | |||
| 2005-06-02 | Provide a udeb package. | Guillem Jover | |
| - Depend on debhelper >= 4.2. Cleaned debian/rules: - Merge install-gnumach-dev target with install-gnumach. - Add PHONY targets. - Remove unused all target. | |||
| 2005-05-14 | Prepare for upload. | Guillem Jover | |
| 2005-05-14 | Reverse the meaning of --enable-ide-forcedma. | Guillem Jover | |
| - debian/patches/13_ide_dma.patch. Thanks to Sergio López <koro@menteslibres.org> for noticing. | |||
| 2005-05-14 | Change to 16, as suggested by Neal. | Guillem Jover | |
| 2005-05-11 | Unify directory patchlevel. | Guillem Jover | |
| 2005-05-11 | Add a system stabilizer patch. | Guillem Jover | |
| - debian/patches/14_alloc_params.patch. Thanks to Neal H. Walfield <neal@cs.uml.edu>. | |||
| 2005-05-01 | Fix typo. | Guillem Jover | |
| Update date. | |||
| 2005-05-01 | Move configure drivers list to debian/rules.options. | Guillem Jover | |
| 2005-05-01 | Enable sis900 in configure. | Guillem Jover | |
| 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-10 | Prepare for upload. | Guillem Jover | |
| 2005-02-10 | Remove leftover assert on the block glue. | Guillem Jover | |
| 2005-02-07 | Fix Subversion repository address. | Guillem Jover | |
| 2005-02-07 | Sync patches with latest ones sent to upstream. | Guillem Jover | |
| 2005-02-07 | Fix a typo in natsemi driver enable command. (Closes: #293950) | Guillem Jover | |
| Thanks to Regis Boudin <regis.boudin@gmail.com>. | |||
| 2004-11-22 | Prepare for upload. | Guillem Jover | |
| 2004-11-22 | Change "ifdef DEBUG" to "ifndef NDEBUG" for asserts and other low | Guillem Jover | |
| footprint debugging stuff, so building with assrets enabled by default. | |||
| 2004-11-21 | Fix cpu detection code. | Guillem Jover | |
| 2004-11-21 | Set CFLAGS at configure time and not at build time. | Guillem Jover | |
| 2004-11-21 | Do not use stamp files for build targets. | Guillem Jover | |
| 2004-11-20 | Add DPATCHLEVEL. | Guillem Jover | |
| 2004-11-20 | Fix possible buffer overrun on linux printk. | Guillem Jover | |
| Thanks to Neal H. Walfield <neal@cs.uml.edu>. | |||
| 2004-11-20 | Fix double free and memory loss probing partition table. | Guillem Jover | |
| Thanks to Neal H. Walfield <neal@cs.uml.edu>. | |||
| 2004-11-20 | Enable debug code by default (disable with NDEBUG). | Guillem Jover | |
| Thanks to Neal H. Walfield <neal@cs.uml.edu>. | |||
| 2004-11-20 | Repackage 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-26 | Fix ChangeLog entries. | Guillem Jover | |
| 2004-10-25 | * linux/dev/include/linux/malloc.h: Include <asm/cache.h>. | Guillem Jover | |
| 2004-10-25 | Minor changelog cleansing. | Guillem Jover | |
| Prepare for upload. | |||
| 2004-10-25 | Enabled more drivers. | Guillem Jover | |
| 2004-10-25 | Added 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 via | Guillem Jover | |
| AH_TEMPLATE. (AC_DRIVER): Set the value for the AC_DEFINE and AC_DEFINE_UNQUOTTED to 1. | |||
| 2004-10-25 | Change the autoconf option to mention it is IDE specific. | Guillem Jover | |
| Remove hunk for device-drivers.h.in. | |||
| 2004-10-25 | Fix ChangeLog entry. | Guillem Jover | |
| 2004-10-23 | Fix ChangeLog. | Guillem Jover | |
| 2004-10-23 | Change Maintainer address again. | Guillem Jover | |
| Fix former implicit Uploaders. | |||
| 2004-09-23 | Change back the Maintainer address. | Guillem Jover | |
| 2004-09-23 | Do not strip two times, including the -dbg package. | Guillem Jover | |
| 2004-09-23 | Added former implicit maintainers to Uploaders. | Guillem Jover | |
