Commit Graph

1604 Commits

Author SHA1 Message Date
tv 9965c5dfdc ld.so is only for 1.3 binary compatibility, and will become part of the
soon to be created compat13 pkg.
1999-02-09 19:44:41 +00:00
tv 5163316f8d Remap mipse[bl] to mips for set lists. 1999-02-09 19:34:18 +00:00
tv 64932f9f5c Remove bfd includes, bfd link libraries, and add ldscripts to
/usr/share/ldscripts.
1999-02-09 17:35:04 +00:00
tv 5d3f4f89b6 Nuke libcc1 shlib. 1999-02-09 15:43:05 +00:00
kleink 827b8c9fea New zoneinfo files from tzdata1999b. 1999-02-08 18:29:56 +00:00
is 2dc9b12410 Make it clearer what to answer to the "Device name: " prompt. 1999-02-07 19:39:07 +00:00
kleink 7652845c4d Also clean up ${TARG}.more. 1999-02-07 18:29:51 +00:00
kleink 746964e353 Add l64a_r(3) links. 1999-02-06 15:07:48 +00:00
kleink e90a587abc Sync libc minor. 1999-02-06 15:06:14 +00:00
mrg 5890f2855d add boot floppy stuff. 1.3 is the fourth netbsd/sparc release 1999-02-06 08:36:05 +00:00
minoura 3cd6b4425d There is no installboot for x68k port. 1999-02-05 15:50:51 +00:00
minoura 379e966207 Add keymaps. 1999-02-05 14:10:01 +00:00
cjs eded1c99ca Tweak for various new and removed files. 1999-02-05 09:48:09 +00:00
tron fb0f57bc28 Remove bogus white spaces. 1999-02-03 20:13:21 +00:00
bouyer 559036da39 Update to current state of pciide. Note support of ISA, ISAPnp and PCMCIA
IDE controllers too.
1999-02-02 17:32:27 +00:00
lukem bb1f1b53ac regen 1999-02-02 08:38:32 +00:00
he 0c0355cfd9 bootfloppy-big/Makefile creates 2.88M diskette image suitable for CD-ROM boot.
(Depends on new disktab from etc/etc.i386/.)
Don't descend into bootfloppy and bootfloppy-small since these now overflow,
now do ramdisk, fdset, bootfloppy-big, and bootfloppy-tiny.
1999-02-01 21:55:31 +00:00
kim 45faaa01a0 Added z[ef]grep. 1999-02-01 17:14:41 +00:00
he 2c5c44b893 Describe multi-floppy boot.
Describe possible PCMCIA workaround via DDB now that DDB is in INSTALL.
1999-02-01 16:16:09 +00:00
minoura 885f14413a Add /usr/share/examples/supfiles/sup.jp.netbsd.org. 1999-02-01 16:03:56 +00:00
he 7cf58978a8 Fix clean target too. 1999-02-01 15:13:01 +00:00
he 135540da2a Rename boot disk set name from 'disk' to 'boot'. 1999-02-01 14:25:09 +00:00
he ff15f486fc Move extern declaration of do_system() from run.c to defs.h, used by i386/md.c 1999-02-01 14:08:35 +00:00
minoura ddd80b8ebd Setup $driveunits properly. 1999-01-31 17:35:49 +00:00
mrg b6ae8c804d use pax for tar. 1999-01-31 09:28:26 +00:00
mrg b232af4818 err, this is 92 cylinders now. 1999-01-31 08:05:08 +00:00
veego 62b6d88053 Ups, made an mistake when i added Xwrapper. 1999-01-30 20:52:48 +00:00
veego 43b1a4c84d Sync for the new files in XFree86 3.3.3.1. 1999-01-30 20:33:51 +00:00
veego 838ba1d483 Back out the last commit which moved the ldconfig(8) manpages to shl.aout.
Thx to Ross for pointing it out that this has to be done differently.
1999-01-30 20:32:45 +00:00
veego 3af300d46f Add ./usr/include/dev/ic/mc68450reg.h. 1999-01-30 17:35:07 +00:00
veego 5a01afaed9 Move the ldconfig(8) manpage to shl.aout. 1999-01-30 17:10:46 +00:00
veego c24c65fdd0 Add the ./usr/libdata/ldscripts directoy and files in it. 1999-01-30 17:01:43 +00:00
veego 7fa23a9bd9 /usr/include/sys/vcmd.h and /usr/include/sys/vlimit.h are gone. 1999-01-30 16:59:38 +00:00
veego 46527edb83 Remove the machine check for missing shared libs support on the vax. 1999-01-30 16:58:02 +00:00
thorpej 39ad8cfc5f nuke <machine/disklabel_mbr.h> 1999-01-27 22:09:42 +00:00
thorpej bcc5206520 add <sys/disklabel_mbr.h> 1999-01-27 22:09:13 +00:00
tsubai 3849ede50b * Add disktab.preinstall.
* Mount kernfs and mfs.
* Add mount_mfs link.
* Remove strings link.
1999-01-27 13:18:30 +00:00
tsubai 65d8322a2f Uncomment "bootfloppy". 1999-01-27 12:04:32 +00:00
minoura a632f67a13 Mention X sets.
Security distribution is actually available because it is m68k-common.
1999-01-26 15:21:17 +00:00
thorpej 46e8a53c33 Add indent.pro. 1999-01-26 04:35:19 +00:00
lukem 25b79ebda9 regen 1999-01-26 03:10:50 +00:00
garbled ed77015dc8 When special casing these commands with do_system, remember to add
manual logging and scripting calls, so everything is recorded in it's
proper location.
1999-01-25 23:55:10 +00:00
garbled 851ee9e397 1) Remove all vestiges of tar from src/distrib. Use pax and appropriate
commandlines for all tar operations.  (work supplied by Matt Green)
2) Update arch/*/md.c to deal with new sysinst/run.c.  Special case
anything that needs to do a redirect or a pipe.
3) #if 0 some unused code in target.c. This code will need to be updated,
or special cased with do_system.

Big thank you to Matt for all his work on this.
1999-01-25 23:34:20 +00:00
lukem 56b81a911b add hesinfo 1999-01-25 23:01:40 +00:00
lukem 9a98ba2e5b hesiod*.3 1999-01-25 09:49:52 +00:00
lukem cb76a540cc hesiod.conf.5 1999-01-25 09:48:26 +00:00
garbled 7e3cccdc10 libutil.so.4 -> libutil.so.5 1999-01-25 06:34:33 +00:00
lukem 91d671c6fa update for libc.so.12.37 1999-01-25 01:12:48 +00:00
mycroft 6484a78535 More catchup. 1999-01-23 17:01:21 +00:00
garbled 5a277f5dfd Fix thinko. Thanks to mrg. 1999-01-23 15:54:31 +00:00