summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2001-06-252001-06-25 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
* i386/bogus/fpe.h (FPE): Define FPE to 0, as the floating point emulation is broken anyway and blows up plex86.
2001-06-172001-06-17 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
* debian/rules: Update to cyrrent version.
2001-06-14.Roland McGrath
2001-05-272001-05-27 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
* debian/rules: Add --enable-ncr53c8xx to configure. 1999-10-06 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp> * linux/src/drivers/scsi/tmscsiw.c: Removed. * linux/src/drivers/scsi/tmscsiw.h: Likewise. * linux/src/drivers/scsi/dc390w.h: Likewise. * i386/linux/device-drivers.h.in (CONFIG_SCSI_DC390W): Deleted. * i386/linux/Drivers.in: Remove linux_DRIVER(dc390w, ...). Now dc390w, dc390u, and dc390f are aliases to ncr53c8xx. * i386/linux/configure: Regenerated. * linux/Files: Likewise. * i386/linux/Makefile.in (linux-scsi-files): Delete tmscsiw.c. * linux/dev/drivers/scsi/hosts.c: Do not include dc390w.h. Reported by Andreas Voegele <andreas.voegele@nikocity.de>.
2001-05-20.Roland McGrath
2001-05-11fix typoMarcus Brinkmann
2001-05-112001-05-12 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
* ipc/ipc_object.c (ipc_object_alloc): Remove initialization of namep, which was without effect.
2001-04-292001-04-29 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
* debian/changelog: New entries for past Debian uploads. * debian/rules: Disable eatdma driver (breaks AMD K7), do not enable com, lpr (com is redundant, lpr doesn't work), move enabling of kmsg in its own line. * debian/control: Add build dependency on mig and sharutils.
2001-04-292001-04-29 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
* device/chario.c: Set number of elements of tthiwat and ttlowat to NSPEEDS rather than 16. Initialize the two new elements. (chario_init): Initialize pdma_timeouts and pdma_water_mark for B57600 and B115200.
2001-04-272001-04-27 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
* include/device/tty_status.h: New macros B57600 and B115200, increase NSPEED accordingly. * i386/i386at/com.c (divisorreg): New divisor 1.
2001-04-05.Roland McGrath
2001-01-29.Roland McGrath
2001-01-092001-01-09 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
* include/device/device_types.h: New get_status call DEV_GET_RECORDS to get the number of records of a device (rather than the number of bytes). Accordingly define DEV_GET_RECORDS_DEVICE_RECORDS, DEV_GET_RECORDS_RECORD_SIZE and DEV_GET_RECORDS_COUNT. * linux/dev/glue/block.c (device_get_status): Handle DEV_GET_RECORDS.
2000-11-262000-11-26 David Welch <david.welch@seh.ox.ac.uk>Marcus Brinkmann
* i386/Makefrag (i386-installed-headers): Removed dead files from the list of headers to be installed
2000-11-262000-11-26 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
* linux/src/drivers/net/tulip.c: Updated to version from Linux 2.2.17 (I am amazed that 2.2.x drivers work). Suggested by Jason Henry Parker <jasonp@uq.net.au>.
2000-10-29.Roland McGrath
2000-10-29.Roland McGrath
2000-10-29.Roland McGrath
2000-09-29Fix small typo.Marcus Brinkmann
2000-09-292000-09-29 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
* i386/i386at/conf.c (dev_name_list): Don't use MACh_COM to check if com support is enabled, but NCOM, as it used to be.
2000-09-242000-09-24 OKUJI Yoshinori <okuji@gnu.org>Yoshinori K. Okuji
* linux/dev/glue/block.c: Reverted the changes at 2000-08-17. Reported by Brent Fulgham <brent.fulgham@xpsystems.com>.
2000-09-192000-09-19 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
* linux/dev/glue/block.c (init_partition): Move initialization of MASK until it is asserted that gd is non-NULL.
2000-08-17Mask minor device numbers using MINOR_SHIFT when accessing to partitions.Yoshinori K. Okuji
2000-07-272000-07-27 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
* Fix omissions in last change: * linux/src/arch/i386/lib/delay.S: Now really remove the file. * linux/src/arch/i386/lib/delay.c: Now really add the file.
2000-07-232000-07-04 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
* debian/changelog: Add entry for new Debian upload. * linux/dev/drivers/scsi/seagate.c (WRITE_CONTROL, WRITE_DATA): Added from linux 2.2.15. (__asm__ constructs): Replace with equivalent C code from linux 2.2.15 to support gcc-2.95. * linux/src/drivers/scsi/in2000.h: Update asm code to linux 2.2.15. * linux/src/drivers/scsi/ppa.c: Replace asm code with equivalent C code from linux 2.2.15. 2000-02-06 Stefan Weil <stefan.weil@de.heidelberg.com> * device/subrs.c: Fixed compiler warning. * ddb/db_output.c, kern/bootstrap.c, kern/debug.c, kern/printf.c: Replaced varargs.h by stdarg.h. Fixed prototypes (const char *fmt). * ddb/db_output.h: Use prototype for db_printf. * i386/Files: removed varargs.h. * i386/i386/pit.h: Fixed compiler warning. * i386/i386at/model_dep.c: Tried to fix compiler warning. * i386/include/mach/sa/sys/varargs.h: Removed. * i386/linux/Makefile.in: Removed delay.S, added delay.c. * linux/dev/include/asm-i386/segment.h: Support gcc-2.95. * linux/dev/include/asm-i386/string.h, linux/src/include/asm-i386/string.h: Update from linux-2.2.14. * linux/dev/lib/vsprintf.c: Fixed compiler warning. * linux/src/include/asm-i386/delay.h: Update from linux-2.2.14. * linux/src/arch/i386/lib/delay.c: Copy from linux-2.2.14. * linux/src/include/asm-i386/string.h: Update from linux-2.2.14.
1999-10-08*** empty log message ***Thomas Bushnell
1999-10-05.Roland McGrath
1999-10-04.Roland McGrath
1999-09-16*** empty log message ***Thomas Bushnell
1999-09-09*** empty log message ***Thomas Bushnell
1999-09-07*** empty log message ***Thomas Bushnell
1999-09-04*** empty log message ***Thomas Bushnell
1999-07-23.Roland McGrath
1999-07-20.Roland McGrath
1999-07-111999-07-01 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* i386/linux/Makefile.in: For each .o file in $(linux-objs) include a corresponding .d file, unless `no_deps' is `t'. (make-deps): New function. (%.d): New pattern rules for building %.d from %.c and %.S.
1999-07-021999-07-01 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* i386/linux/Makefile.in: For each .o file in $(linux-objs) include a corresponding .d file, unless `no_deps' is `t'. (make-deps): New function. (%.d): New pattern rules for building %.d from %.c and %.S.
1999-06-29*** empty log message ***Thomas Bushnell
1999-06-29*** empty log message ***Thomas Bushnell
1999-06-29*** empty log message ***Thomas Bushnell
1999-06-28*** empty log message ***Thomas Bushnell
1999-06-28*** empty log message ***Thomas Bushnell
1999-06-27*** empty log message ***Thomas Bushnell
1999-06-21*** empty log message ***Thomas Bushnell
1999-06-211999-06-21 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* Makefile.in (all-real-archs): Delete variable. (dist): No longer make `machine' symlink.
1999-06-211999-06-21 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* Makefile.in (dist): Sanify file permissions before building tar file.
1999-06-21Sun Jun 20 18:33:59 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* version.c (version): Updated to version 1.2. * i386/Files: Regenerated. * i386/Subdirs: Regenerated. * linux/Files: New file. * linux/Subdirs: New file. * Makefile.in (all-archs): Add `linux'. (all-real-archs): New variable. (dist): Create `machine' symlink only on $(all-real-archs). * Makefile.in (dist): Use `cp' instead of `ln'. * config.guess: Updated from autoconf 2.13. * config.sub: Likewise.
1999-06-161999-06-16 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* Drivers.macros (AC_DRIVER): Only turn on driver if $enableval is not `no'. Reported by Kalle Olavi Niemitalo <tosi@ees2.oulu.fi>.
1999-06-13.Roland McGrath
1999-06-02.Roland McGrath
1999-05-29.Roland McGrath