Commit Graph

157 Commits

Author SHA1 Message Date
is 29a25de5db installboot belongs into /usr/mdec 1997-05-28 23:51:44 +00:00
jonathan 1f169691f6 Delete binutils-2.6 ld (ld.old). Kernel now built with current ld and a script. 1997-05-26 01:33:53 +00:00
veego 328e0b62a5 Add ./usr/include/zconf.h 1997-05-25 23:01:35 +00:00
is 0f35120351 Add the ethersubr documentation. While we're here, sort the list. 1997-05-25 16:10:52 +00:00
is 84c038a464 Installboot is now in /usr/mdec, and its manpage in /usr/share/man/cat8/amiga. 1997-05-19 21:23:52 +00:00
kleink 7fd669bfe6 Add libposix. 1997-05-18 20:48:38 +00:00
lukem 6709a268be Don't hardcode in the current release information; generate it
automatically on the fly, by using
	`sh ${BSDSRCDIR}/sys/conf/osrelease.sh -s`
1997-05-10 15:42:53 +00:00
mycroft 222fdb5510 Sort. 1997-05-07 12:01:10 +00:00
pk 3be181bda6 Synchronize. 1997-04-30 19:49:00 +00:00
pk c0fdd00487 Synchronize. 1997-04-30 19:45:47 +00:00
pk 517d6dc879 Synchronize. 1997-04-30 18:34:24 +00:00
scottr 162a1cb893 Update for current reality. 1997-04-07 23:24:11 +00:00
scottr 29670532ca Add missing m68k includes 1997-04-07 23:22:14 +00:00
scottr c66cc81aa0 Update for new files since last commit 1997-04-07 23:21:15 +00:00
jonathan f7e792279e Move mountd, nfsd, nfsiod to /usr/sbin 1997-04-01 17:38:56 +00:00
is ba42360d18 Move mopa.out manpage back to base, where the binary already is. (Should it
be in comp instead?)
1997-03-30 12:11:59 +00:00
is 9c5a4a0182 - move mopa.out man page to comp
- add cpu_reboot(9)
1997-03-30 11:32:59 +00:00
is 5f3ff121fb Mention installboot, the bootblocks and screenblank. 1997-03-30 09:13:44 +00:00
veego f4139556c1 The Ariadne manpage is no longer needed (/usr/share/man/cat4/amiga/ae.0) 1997-03-28 10:53:58 +00:00
mikel 3188b7933b add ktrace(2) and shmdt(2) 1997-03-27 02:42:36 +00:00
perry 852b0f3606 Add a couple of missing zoneinfo files. 1997-03-25 02:58:56 +00:00
perry 740c418b30 add mop* man pages (should be in section 8!) and arp*.9 man pages 1997-03-25 02:56:35 +00:00
perry bd94b26fd7 add /usr/sbin/mop* and resort 1997-03-25 02:50:48 +00:00
perry 4545fe75b6 Update for recent arp changes. 1997-03-25 02:45:50 +00:00
thorpej 7118724a3d Sync with reality. 1997-03-14 02:34:24 +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 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
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
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
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
thorpej d93dec3be3 Update to reflect current reality. 1997-01-08 08:54:54 +00:00
pk b8d8c821a2 rdconfig => mdconfig; rdsetimage => mdsetimage 1997-01-02 21:49:32 +00:00
pk fb27e166b1 Add ttyaction.0,cpu_switch.0,ctxsw.0,mi_switch.0 1996-12-09 22:13:54 +00:00
pk ab575b49ea Add fdio.h,ttyaction.0 1996-12-09 22:12:22 +00:00
pk b31d950e31 add kcore.h,kvm_dump*.0 1996-12-09 22:11:39 +00:00
jonathan 7ae23da383 Add shared-lib files: ld.so and lib*.so.*. 1996-12-07 08:01:21 +00:00
jonathan e92aad9d20 Add elf-to-ecoff kernel conversion tool.
Add binutils-2.6 ld.old for linking kernels (2.7 doesn't work)
1996-12-07 08:00:05 +00:00