Commit Graph

103 Commits

Author SHA1 Message Date
matthias
47eca6f41b usr/mdec/zboot.o is no longer existing. 1997-11-26 20:58:24 +00:00
veego
f1b5a13b25 Add ipresend(1). 1997-11-23 23:18:01 +00:00
pk
d670200ef2 Update. 1997-11-23 17:51:08 +00:00
veego
bc97256555 Sync with the reality of the trunk. 1997-11-17 16:25:43 +00:00
veego
5846c8699a - s/samples\/ipf/examples\/ipf/ and remove the ./usr/share/samples entry
- Move the /usr/share/examples 'files' to the misc set
1997-11-13 09:44:51 +00:00
thorpej
7ef7ed7c0b Add ./usr/share/examples/... 1997-11-13 03:30:08 +00:00
mikel
ff1bdcd3f8 back out last change 1997-11-07 05:34:07 +00:00
mikel
ff0c290972 remove libossaudio.so.0.0 1997-11-01 05:25:54 +00:00
veego
6df80f64c6 Remove the entries of /usr/obj and /usr/obj because they are now marked
optional in mtree/NetBSD.dist.
While I am here move the files in /usr/share/sendmail to the misc set.
1997-10-27 18:25:04 +00:00
mikel
24e5d9da11 update; from Steve Allen in PR misc/4345, with some additions by myself. 1997-10-26 03:32:18 +00:00
jonathan
bc8e181331 Re-sync with 1.3 release tree, pass 0: nuke missing references
* step shared libc version to 12.20
 * pick up move of com(4), lpt(4) headers from dev/isa to dev/ic
 * remove imp.4  (Arpanet 1822)  manpage.

For now, leave manpage references to syscalls that are still emulated
in libc dangling.
1997-10-23 22:07:53 +00:00
is
5379dca61e /etc/magic -> /usr/share/misc/magic 1997-09-30 17:00:30 +00:00
jeremy
449baf4d93 The sun3x distribution list. (Almost identical to sun3, will be merged
someday.)
1997-09-24 08:17:26 +00:00
veego
77a3c0b696 Sync. 1997-09-22 08:28:15 +00:00
chopps
4cc7bf4619 bring up to date 1997-09-21 18:36:19 +00:00
perry
99d9add0bf update to reality 1997-08-15 18:55:37 +00:00
veego
777676aa51 Sync. 1997-07-31 12:08:37 +00:00
mark
93ddb28afe Added shared libraries, lkm's and fdformat to the arm32 list. 1997-07-17 00:00:10 +00:00
phil
8c0dc30324 Add files for /usr/share/sendmail to base mi list. 1997-07-16 23:56:38 +00:00
leo
9dd14536bd Sync. 1997-07-10 13:47:42 +00:00
veego
34915ccca5 Sync. 1997-07-08 17:20:30 +00:00
pk
b51e34014d /usr/sbin/installboot => /usr/mdec 1997-07-04 22:28:35 +00:00
ragge
d55ff0e1b9 MD vax distribution files. 1997-06-30 19:34:46 +00:00
veego
b413c79c1c Add ./usr/sbin/ntptime, ./usr/share/man/cat1/{atari,i386,x68k},
./usr/share/man/{cat3,cat5}/i386, ./usr/share/man/cat8/{mvme68k,sun3x},
 ./usr/share/man/man1/{atari,i386,x68k}, ./usr/share/man/{man3.man5}/i386,
 ./usr/share/man/man8/{mvme68k,sun3x}
1997-06-24 19:50:16 +00:00
is
cadf1d32d2 fdboot is too big again. leave it out. 1997-06-23 20:44:49 +00:00
veego
2fa14056f8 Sync for dumpfs, dumplfs and quotacheck. 1997-06-21 19:36:16 +00:00
veego
c346252c6b Sync. 1997-06-20 20:22:59 +00:00
perry
10b278aa32 sync with reality 1997-06-16 22:20:07 +00:00
veego
e1af84cc37 sync to reality. 1997-06-05 20:50:24 +00:00
perry
fb7dc23a39 sync to reality 1997-06-04 18:22:07 +00:00
veego
31c759562c Add ./bin/rcmd 1997-05-29 21:08:12 +00:00
is
29a25de5db installboot belongs into /usr/mdec 1997-05-28 23:51:44 +00:00
kleink
7fd669bfe6 Add libposix. 1997-05-18 20:48:38 +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
jonathan
f7e792279e Move mountd, nfsd, nfsiod to /usr/sbin 1997-04-01 17:38:56 +00:00
is
5f3ff121fb Mention installboot, the bootblocks and screenblank. 1997-03-30 09:13:44 +00:00
perry
852b0f3606 Add a couple of missing zoneinfo files. 1997-03-25 02:58:56 +00:00
perry
bd94b26fd7 add /usr/sbin/mop* and resort 1997-03-25 02:50:48 +00:00
thorpej
7118724a3d Sync with reality. 1997-03-14 02:34:24 +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
scottr
4ce568ed93 Final update to sync with reality, pointed out by checkflist 1997-02-18 07:29:02 +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
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
jonathan
7ae23da383 Add shared-lib files: ld.so and lib*.so.*. 1996-12-07 08:01:21 +00:00