Commit Graph

460 Commits

Author SHA1 Message Date
cgd 575d2214af punt rc.hack for now. It's not so happy with a shared-lib-based system,
because it wants to use sysctl and sysctl is normally dynamically linked,
and it doesn't have the shared libs available when it wants to use it.
The right thing to do (if i want to propagate this hack) is to build a
statically-linked sysctl rather than copying the dynamically-linked one.
1997-03-18 20:04:11 +00:00
veego d27d7804f7 Bump the REV to 12D to get in sync with param.h and newvers.sh.
This REALLY needs to be in ONE file and not in 11 files.
1997-03-16 11:26:15 +00:00
thorpej 7118724a3d Sync with reality. 1997-03-14 02:34:24 +00:00
cgd fd09f1ffb0 update for current FTP site files 1997-03-14 00:56:03 +00:00
mycroft c1ed71f4c1 Rename image to inst${REV}.fs, for consistency. 1997-03-13 01:44:40 +00:00
mikel 1186720517 eliminate leftover header from bt -> bha conversion; noted by Enami
Tsusgutomo in PR kern/3310.
1997-03-11 04:24:03 +00:00
mikel 8a50dcb5df eliminate dangling references to config.old;
from Klaus Klein in PR misc/3295.
1997-03-06 23:41:22 +00:00
jonathan 49c786a6af * Add symlinks from lib<foo>.so.<major> to lib<foo>.so.<major>.<minor>.
When given -l<foo>, ld links against  lib<foo>.so. Ld finds the version
  number provided and written into the .so file by "-soname" when the
  library was built, and writes that into the shared binary.
  The -soname version  we use is now lib<foo>.so.<major>.
  At run-time, ld.so links against that file, so we need that symlink
  as well as the lib<foo>.so symlink.
1997-03-06 03:58:01 +00:00
scottr e5af1860be Remove my email address, giving a pointer to the port-mac68k list instead. 1997-03-03 04:25:39 +00:00
scottr 1da48281ff The LKMs aren't MI (what was I thinking?). Thanks to Jonathan
for noticing this.
1997-03-02 21:55:52 +00:00
jonathan 9519de8c71 base md.pmax updates:
Add symlinks lib*.so -> lib*.so.x.y to placate the ld.so we're using.
  Add crtn.o (should use crtend.o to be consistent with other ports)
1997-03-02 20:26:52 +00:00
jonathan fe0b788f1e Add missing header files (e.g., elf_machdep, ecoff_machdep).
Garbage-collect old files.
1997-03-02 11:08:30 +00:00
cgd 72ef5768bc clean up in various ways 1997-02-24 20:35:23 +00:00
scottr b29e980d77 Add libtelnet; noticed by Dave Huang <khym@bga.com> 1997-02-24 05:58:18 +00:00
jonathan 5da9c38e68 Move machine-independent isa device manpages that dont' clash with MD
drivers from cat4/i386 cat4.
Add PCI, EISA, ISA, and wds manpages.
1997-02-24 00:21:48 +00:00
scottr 3af02d153c Mike Long points out that g++ .cc includes are installed now;
add these so that PR 2488 doesn't recur with the next release.
1997-02-18 08:02:55 +00:00
mikel d6af1b7d7c Merge separate kernel-copy floppies back into one. This is a stop-gap
measure; the next release will use something Different.
Update version number to 1.2C.
1997-02-18 07:38:15 +00:00
scottr 4ce568ed93 Final update to sync with reality, pointed out by checkflist 1997-02-18 07:29:02 +00:00
mikel c4dd13d8d0 RCSID police 1997-02-18 07:06:00 +00:00
mikel 294f1691ec translate to sh, add RCSID and a comment 1997-02-18 06:58:56 +00:00
mikel b1c7774932 Feed makeflist to sh, instead of relying on x-bits; from Andrew
Wheadon in PR 3116.
1997-02-18 06:03:48 +00:00
scottr cc9eaaeed6 YARC (Yet Another Reality Check):
- Update libc, libg++, and libstdc++ shared library versions where
   appropriate
 - Move LKMs to base/mi (except union and compat_sunos, which are broken
   and currently not part of the set lists)
 - Add /usr/bin/fdformat to base/md.i386, from PR 3116
 - Add /etc/fstab.sd to etc/md.i386, inspired by PR 3116
1997-02-18 05:56:59 +00:00
scottr c641a90858 Reality check from Steve Allen <wormey@eskimo.com> 1997-02-18 04:56:39 +00:00
cgd 39898dca7b support wd, add '-t ffs' to fsck 1997-02-17 20:15:40 +00:00
cgd 2ea81b29dd parens around macro value. (oops!) 1997-01-23 19:13:56 +00:00
cgd 4f2317d97b add ELF support. tested on an alpha (64-bit ELF), but compiled with both
32- and 64-bit ELF support.
1997-01-23 05:43:29 +00:00
cgd 4790c9bc3d note that -k/-f should be give C names. note what i've done 1997-01-23 05:28:50 +00:00
cgd 4a4977d054 clean up formatting glitches (bogus newlines in source) 1997-01-23 05:14:37 +00:00
cgd d2fff4533c change the keep list (in_keep_list()) semantics: now keep list is C labels 1997-01-23 05:13:00 +00:00
cgd 20741c52e9 give crunchide a C label name with -k, since crunchgen really doesn't
want to have to care about the object format in use, and C label prefix
is object format dependent.
1997-01-23 05:07:22 +00:00
cgd 9e2f98f172 clean up formatting glitches (bogus newlines in source) 1997-01-23 05:03:49 +00:00
cgd b78496eee9 add ECOFF, ELF32, and ELF64 recognition code. Right now, when
you try to hide symbols in these kinds of files, an error message
is printed noting that the executable format is not supported.
1997-01-22 23:57:18 +00:00
cgd d7b9b1a503 dd the various #defines/#ifdefs for ECOFF support. ECOFF will
probably never be completely supported here (since its internal vs.
external symbol handling is so annoying), but at least we can recognize
the ECOFF binaries and print something useful, on machines that use
them.
1997-01-22 23:53:58 +00:00
cgd 144d8aad7e a couple more bogons. (i'd been testing with the wrong executable!)
Now it really works.
1997-01-22 23:33:08 +00:00
cgd eb8abf7e9d include extern.h, add newline to new fprintf 1997-01-22 23:21:49 +00:00
cgd 34f3806288 fix a couple of goofs ('hide' now returns errors!), move #ifdef 1997-01-22 23:21:01 +00:00
cgd ccc5be39c2 fix hide_* prototypes 1997-01-22 23:20:03 +00:00
cgd 5247fa0ce9 split this up so that support for other executable formats can be more
easily added.
1997-01-22 22:49:05 +00:00
mikel 30a7d21e1b ncr(4) is now MI 1997-01-15 06:04:04 +00:00
thorpej c02377f8c7 Add the new *.conf and rc.lkm files. 1997-01-10 08:05:19 +00:00
leo 9e96d5a59a Update to match reality more closely. 1997-01-08 22:06:56 +00:00
leo c4de9da34f No longer used (now using the miniroot installation). 1997-01-08 10:32:49 +00:00
leo 86adda87bd No longer used (now using the miniroot installation). 1997-01-08 10:21:46 +00:00
leo fb3ba90b43 rd -> md rename. 1997-01-08 10:05:03 +00:00
thorpej d93dec3be3 Update to reflect current reality. 1997-01-08 08:54:54 +00:00
thorpej 79ed9a4d29 Include <bsd.own.mk> for <bsd.obj.mk>. Bump rev to 12B (HI PERRY! :-) 1997-01-08 07:22:43 +00:00
pk b8d8c821a2 rdconfig => mdconfig; rdsetimage => mdsetimage 1997-01-02 21:49:32 +00:00
is 6ba9e5874d Note that we support DraCo serial ports.
While here, increment the Amiga release counter.
1997-01-02 21:36:44 +00:00
is 47f5fd4ac3 Note that we have writable floppies. 1997-01-02 21:32:44 +00:00
pk fb27e166b1 Add ttyaction.0,cpu_switch.0,ctxsw.0,mi_switch.0 1996-12-09 22:13:54 +00:00