summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-05-01 00:34:59 +0000
committerRoland McGrath <roland@gnu.org>1999-05-01 00:34:59 +0000
commitac553887fcb56654edbcc86d0346f798719b2600 (patch)
tree0536d9ed86aed65a4a62f706b77803326b8dbe80
parent06874232a8d5990046006f317b72e30acbeb8b6e (diff)
.
-rw-r--r--ChangeLog100
1 files changed, 58 insertions, 42 deletions
diff --git a/ChangeLog b/ChangeLog
index c1338a6..7dab9c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,28 @@
+1999-04-30 Roland McGrath <roland@baalperazim.frob.com>
+
+ * i386/linux/Drivers.in: Don't create asm-${systype} symlinks here.
+ * linux/configure.in: New file. Create them here instead.
+ * linux/dummy.in: New file, used by configure.
+ * linux/configure: New file (generated by autoconf).
+ * configure.in: Configure in linux subdir.
+ * configure: Regenerated.
+
+ * i386/configure.in: Require only autoconf 2.12, not 2.13.
+ * i386/configure: Regenerated.
+
+ * aclocal.m4 (hurd_SYSTYPE): New macro.
+ * i386/linux/Drivers.in: Use it.
+ * i386/linux/configure: Regenerated.
+
Wed Apr 28 02:17:51 1999 Thomas Bushnell, BSG <tb@mit.edu>
- * linux/src/drivers/net/3c59x.c: Upgrade to Linux 2.2.1 version.
+ * linux/src/drivers/net/3c59x.c: Upgrade to Linux 2.2.1 version.
(vortex_start_xmit): Don't frob VP->stat.tx_bytes.
(boomerang_start_xmit): Likewise.
(vortex_rx): Don't frob VP->stats.rx_bytes.
(boomerang_rx): Likewise.
Requested by Jeff Bailey (jbailey@nisa.net).
-
+
Mon Apr 26 02:13:02 1999 Thomas Bushnell, BSG <tb@mit.edu>
* Makefile.in (objfiles): Don't add $(systype)/sysdep.o here.
@@ -24,11 +40,11 @@ Mon Apr 26 02:13:02 1999 Thomas Bushnell, BSG <tb@mit.edu>
(i386-clean, i386-distclean, i386-mostlyclean,
i386-maintainerclean, i386-install-kernel, i386-install-headers):
New rules.
-
+
1999-04-14 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* version.c (version): Update to 1.1.92.
-
+
Sun Mar 14 18:53:01 1999 Thomas Bushnell, BSG <tb@mit.edu>
* device/ds_routines.c (ds_read_done): When touching memory to
@@ -47,19 +63,19 @@ Sun Mar 14 18:53:01 1999 Thomas Bushnell, BSG <tb@mit.edu>
(sd_detect): Likewise.
* linux/dev/drivers/sr.c (sr_detect): Likewise.
(get_sectorsize): Likewise.
-
+
1999-03-01 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
Version 1.1.91.
* version.c (version): Update to 1.1.91.
-
+
1999-03-01 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* i386/linux/Drivers.in: Fix linking paths.
* i386/linux/Makefile.in: Corrent include paths and fix
Drivers.macros location.
-
+
1999-02-28 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* Makefile.in (clean): Don't move device-drivers.h, because it is
@@ -69,21 +85,21 @@ Sun Mar 14 18:53:01 1999 Thomas Bushnell, BSG <tb@mit.edu>
and Makefile.
* i386/linux/Makefile.in (distclean): Remove config.status,
config.log, Makefile and device-drivers.h.
-
+
1999-02-27 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* i386/linux/Drivers.in: Don't link dev/include/asm-i386 to
dev/include/asm. Check if directories already exist before
mkdir_p's. Link directories manually, because AC_LINK_FILES
is weak in linking files from non-current directories.
-
+
* i386/i386at/i386at_ds_routines.c: Include
<i386/linux/device-drivers.h> instead of <linux/device-drivers.h>.
* device/ds_routines.c [LINUX_DEV]: Likewise.
* i386/linux/Makefile.in (linux-gen-flags): Fix an extra slash.
(distclean): Remove asm links.
* linux/src/COPYING: Copied from linux-2.0.36.
-
+
1999-02-27 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* Makefile.in: Omit to detect if com or lpr is used, and don't use
@@ -122,7 +138,7 @@ Sun Mar 14 18:53:01 1999 Thomas Bushnell, BSG <tb@mit.edu>
* i386/linux/device-drivers.h.in: ... here.
* linux/aclocal.m4: Removed.
* linux/configure: Likewise.
-
+
1999-02-14 Gordon Matzigkeit <gord@trick.fig.org>
* Makefile.in (install-kernel): Be sure that $(bootdir) is
@@ -133,13 +149,13 @@ Sun Mar 14 18:53:01 1999 Thomas Bushnell, BSG <tb@mit.edu>
* configure.in: Enable com by default, because current kbd and
mouse can't be linked without com. Reported by M. Meiarashi
<mes@st.rim.or.jp>.
-
+
1999-02-05 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
Version 1.1.90.
* version.c (version): Update to 1.1.90.
-
+
1999-02-04 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* device/kmsg.c (kmsginit): Add a missing semicolon.
@@ -151,14 +167,14 @@ Sun Mar 14 18:53:01 1999 Thomas Bushnell, BSG <tb@mit.edu>
on the stack.
* linux/dev/drivers/block/ide.c: New file.
* linux/dev/drivers/scsi/sd_ioctl.c: New file.
-
+
1999-02-02 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* i386/i386at/kd_event.c (kbdgetstat): Fix a typo
DEV_GET_SIZES -> DEV_GET_SIZE.
* i386/i386at/kd_mouse.c (mousegetstat): Likewise.
* device/kmsg.c (kmsggetstat): Likewise.
-
+
1999-02-01 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* linux/dev/glue/block.c (dev_getstat): Fix a missing `struct'.
@@ -192,7 +208,7 @@ Sun Mar 14 18:53:01 1999 Thomas Bushnell, BSG <tb@mit.edu>
* i386/Makefrag (i386at-files): Remove com.c.
(objfiles): Add com.o if enable_com is yes, and lpr.o if enable_lpr
is yes.
-
+
Tue Jan 26 21:36:10 1999 Thomas Bushnell, BSG <tb@mit.edu>
* kern/exception.c (exception_no_server): Correctly comment out
@@ -203,7 +219,7 @@ Tue Jan 26 21:36:10 1999 Thomas Bushnell, BSG <tb@mit.edu>
* device/kmsg.c (kmsgopen): Added simple_lock and simple_unlock.
(ksmgclose): Likewise.
-
+
1999-01-25 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* Makefile.in (install-headers): New target for installing only
@@ -215,7 +231,7 @@ Tue Jan 26 21:36:10 1999 Thomas Bushnell, BSG <tb@mit.edu>
installation directory.
(install): Do nothing by itself, but depend on install-kernel
and install-headers.
-
+
1999-01-24 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* device/kmsg.h (KMSGBUFSIZE): Deleted.
@@ -227,35 +243,35 @@ Tue Jan 26 21:36:10 1999 Thomas Bushnell, BSG <tb@mit.edu>
Some changes were merged from gnumach-m68k by
Aymeric Vincent <vincent@emi.u-bordeaux.fr>.
-
+
* Makefile.in (clean): Don't hang if device-drivers.h doesn't exist.
* linux/Makefile.in (CPPFLAGS): Fix a typo.
-
+
1999-01-16 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* device/kmsg.c: Fixed the copyright notice.
(MACH_KMSG): Removed.
* Makefile.in (enable_kmsg): New variable.
(objfiles): Add kmsg.o, if and only if enable_kmsg is yes.
-
+
1999-01-10 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* i386/i386at/kd.c: Applied a keymap patch. Reported by
Marcus Brinkmann <Marcus.Brikmann@ruhr-uni-bochum.de>.
* i386/i386at/kd.h: Likewise.
-
+
1998-12-30 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* linux/dev/glue/net.c (dev_alloc_skb): Change the skb arragement.
(dev_kfree_skb): Free only skb.
(device_write): Keep skb elements up-to-date.
-
+
1998-12-18 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* Makefile.in (objfiles): Add kmsg.o.
* device/cons.c: Include <device/io_req.h>.
* device/kmsg.c: Rewritten almost entirely.
-
+
1998-12-06 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
Add kmsg device.
@@ -268,7 +284,7 @@ Tue Jan 26 21:36:10 1999 Thomas Bushnell, BSG <tb@mit.edu>
* device/kmsg.c: New file.
* device/kmsg.h: Likewise.
* i386/i386at/conf.c (dev_name_list): Add kmsg entry.
-
+
1998-12-02 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* configure.in: Fix linuxdev option handling.
@@ -295,12 +311,12 @@ Tue Jan 26 21:36:10 1999 Thomas Bushnell, BSG <tb@mit.edu>
(objfiles): Add linux.o only if LINUX_DEV is defined.
* linux/Drivers.in (--disable-linuxdev): New option.
* i386/Makefrag (DEFINES): Remove -DLINUX_DEV.
-
+
1998-11-30 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
Clean up linux emulation code to make it architecture-independent
as much as possible.
-
+
* linux: Renamed from linuxdev.
* Makefile.in (objfiles): Add linux.o instead of linuxdev.o.
(MAKE): New variable. Used for the linux.o target.
@@ -336,7 +352,7 @@ Tue Jan 26 21:36:10 1999 Thomas Bushnell, BSG <tb@mit.edu>
* linux/dev/glue/misc.c: ... here.
* linux/dev/arch/i386/glue/kmem.c: Moved to ...
* linux/dev/glue/kmem.c: ... here.
-
+
1998-11-25 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* linuxdev/mach/init/main.c (linux_init): Call reserve_mach_irqs.
@@ -345,7 +361,7 @@ Tue Jan 26 21:36:10 1999 Thomas Bushnell, BSG <tb@mit.edu>
(probe_irq_off): Disable unnecessary IRQs. Reported by
UCHIYAMA Yasushi <uch@nop.or.jp>.
(reserve_mach_irqs): New function.
-
+
1998-11-24 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* linuxdev/arch/i386/linux_init.c (linux_init): Check ivect
@@ -361,7 +377,7 @@ Tue Jan 26 21:36:10 1999 Thomas Bushnell, BSG <tb@mit.edu>
not easy to segregate.
* Makefile.in: Call `make -C linuxdev all', instead of include
linuxdev/Makefrag.
-
+
1998-11-23 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* linuxdev/arch/i386/linux_irq.c (linux_bad_intr): New function.
@@ -372,20 +388,20 @@ Tue Jan 26 21:36:10 1999 Thomas Bushnell, BSG <tb@mit.edu>
* linuxdev/include/asm-i386/string.h (strstr): Fix the
egcs/gcc 2.8.x bug and a linkage problem. Reported by
Roland McGrath <roland@frob.com>.
-
+
1998-11-18 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* linuxdev/Drivers.in: Fix a typo.
* linuxdev/Makefrag: Likewise.
* linuxdev/arch/i386/linux_block.c (set_blocksize): Likewise.
-
+
* linuxdev/arch/i386/linux_kmem.c (vfree): Cast void * to
vm_offset_t.
* linuxdev/drivers/net/wavelan.p.h: Include
<linuxdev/drivers/net/i82586.h>, instead of <drivers/net/i82586.h>.
* linuxdev/drivers/scsi/aha152x.c: Define AUTOCONF.
* linuxdev/configure: Regenerate.
-
+
1998-11-17 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* linuxdev/arch/i386/linux_misc.c (strstr): New function.
@@ -393,7 +409,7 @@ Tue Jan 26 21:36:10 1999 Thomas Bushnell, BSG <tb@mit.edu>
egcs/gcc 2.8.x. Reported by UCHIYAMA Yasushi <uch@nop.or.jp>.
* linuxdev/arch/i386/linux_irq.c (unmask_irq): Fix a typo.
-
+
1998-11-17 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* i386/README-Drivers: Update to Linux 2.0.36 device drivers.
@@ -475,18 +491,18 @@ Tue Jan 26 21:36:10 1999 Thomas Bushnell, BSG <tb@mit.edu>
* linuxdev/configure: Regenerate.
* linuxdev/include/asm-i386/string.h: Fix the egcs/gcc 2.8.x problem,
according to http://www.suse.de/~florian/kernel+egcs.html.
-
+
1998-11-14 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* Makefile.in (clib-routines.o): Add -L option to search libc.a.
Reported by TAKEUCHI Yoji <ytakeuch@po.iijnet.or.jp>.
-
+
* linuxdev/drivers/pci/bios32.c: Moved to ...
- * linuxdev/arch/i386/linux_bios32.c: ... here. Because it is
+ * linuxdev/arch/i386/linux_bios32.c: ... here. Because it is
i386-specific code.
* linuxdev/include/asm: Moved to ...
* linuxdev/include/asm-i386: ... here.
-
+
* i386/README-Drivers: Update to Linux 2.0.35 device drivers.
* linuxdev/Drivers.in: Likewise.
* linuxdev/configure: Likewise.
@@ -718,7 +734,7 @@ Tue Jan 26 21:36:10 1999 Thomas Bushnell, BSG <tb@mit.edu>
* linuxdev/include/net/sock.h: Likewise.
* linuxdev/include/net/tcp.h: Likewise.
* linuxdev/include/net/udp.h: Likewise.
-
+
* linuxdev/arch/i386/linux_soft.c: Removed.
* linuxdev/drivers/scsi/NCR5380.src: Likewise.
* linuxdev/drivers/scsi/aic7xxx_proc.src: Likewise.
@@ -736,7 +752,7 @@ Tue Jan 26 21:36:10 1999 Thomas Bushnell, BSG <tb@mit.edu>
* linuxdev/include/linux/scsi.h: Likewise.
* linuxdev/include/linux/scsicam.h: Likewise.
* linuxdev/include/linux/vm86.h: Likewise.
-
+
* linuxdev/arch/i386/linux_ctype.c: New file.
* linuxdev/arch/i386/linux_lib.S: Likewise.
* linuxdev/arch/i386/linux_softirq.c: Likewise.
@@ -826,7 +842,7 @@ Tue Jan 26 21:36:10 1999 Thomas Bushnell, BSG <tb@mit.edu>
* linuxdev/include/scsi/scsi.h: Likewise.
* linuxdev/include/scsi/scsi_ioctl.h: Likewise.
* linuxdev/include/scsi/scsicam.h: Likewise.
-
+
1998-11-06 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* i386/i386at/gpl/linux: Moved to ...
@@ -858,7 +874,7 @@ Tue Jan 26 21:36:10 1999 Thomas Bushnell, BSG <tb@mit.edu>
* Makefile.in: Include $(srcdir)/linuxdev/Makefrag.
* linuxdev/Drivers.in (AC_INIT): Use include/linux/autoconf.h,
instead of i386/i386asm.sym.
-
+
1998-10-28 Roland McGrath <roland@baalperazim.frob.com>
* include/mach/multiboot.h: Contents were doubled.