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
christos
d59123b39b
- Makefile cleanups
1997-03-24 22:15:37 +00:00
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
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
mikel
fa952b9bd6
add libwrap manpage
1996-12-04 06:49:24 +00:00
mikel
84277461bd
add libwrap manpages.
1996-12-04 06:45:36 +00:00
mikel
4b0f959ea9
add libwrap, fix libz.
1996-12-04 06:38:56 +00:00
mikel
61aa9da2f7
add libwrap.so and libz.so.
1996-12-04 06:28:35 +00:00
lukem
f355fafa1d
AUTHPRIV syslog messages go to /var/log/authlog instead of /var/log/secure
...
(in line with other systems)
1996-12-04 05:10:42 +00:00
pk
6bc9cd56b2
exit: exec.h; enter: {aout,elf}_machdep.h
1996-12-03 20:29:21 +00:00
pk
c131794b0c
update to -current
1996-12-03 20:27:24 +00:00
pk
11e28a9fb3
Add librmt.
1996-12-01 21:51:53 +00:00
pk
0ba2269c4e
Drop in a note about the old-style `sd(c,u,p)' boot syntax.
1996-11-29 23:21:52 +00:00
jtk
7e682fdcab
add fdformat, its man pages, and fdc(4) page
1996-11-29 16:35:29 +00:00
cgd
4978d83570
when checking the built file systems, force the check (use -f), and make
...
sure fsck is trying to check ffs file systems (use -t ffs) because it's
not smart enough to figure that out on its own.
1996-11-27 01:42:07 +00:00
pk
cbb3972943
Update and clarifications (addresses PR#2933).
1996-11-23 21:39:23 +00:00
lukem
a84bcf1d4b
add /var/log/secure
1996-11-20 04:29:49 +00:00
briggs
15c3f794e5
Updates from Steve Allen <wormey@eskimo.com> to match the current world.
1996-11-16 16:36:11 +00:00
gwr
a56800e144
The sources over in ../../../sbin/route/ now do what this wants,
...
so use those instead of the versions that were copied here.
1996-11-15 19:18:39 +00:00
thorpej
ec942d8d0b
Sync up INSTALL and supporting cast WWW page, adding some missing names.
1996-11-15 04:39:58 +00:00
leo
888c05f09b
Add a description about how HDX should be used when preparing a NetBSD-bootable
...
disk using AHDI partitioning. (From Udo Erdelhoff).
1996-11-05 09:57:44 +00:00
leo
cca19823c9
Fix some typo's (From Rainer Brandt).
1996-10-29 13:56:48 +00:00
perry
c99082b87b
Bump to 1.2B. We really need to centralize this.
1996-10-26 19:03:47 +00:00
perry
31ea8a8bb2
Bump to 1.2B. We really need to centralize this.
1996-10-25 23:28:44 +00:00
perry
179ea08328
add lots of shared libraries and _pic.a files
1996-10-18 20:01:03 +00:00
perry
1f1e73e82c
add telnet, tn3270, man pages for bdes and libcrypt
1996-10-18 19:39:55 +00:00
perry
d7e3f85045
remove obsolete doc/smm/01.setup/{vax,tahoe}.
1996-10-18 07:04:24 +00:00
perry
8ab353aa45
removed tahoe references
1996-10-17 04:27:00 +00:00
perry
ee84c148d6
removed most tahoe references
1996-10-17 04:26:08 +00:00
pk
359edad4af
Pullup changes from 1.2 branch.
1996-10-15 23:29:40 +00:00
fvdl
52d51015e3
Add APM to supported hardware and 1.2 -> 1.2A
1996-10-15 10:52:38 +00:00
perry
df3c9c2934
Bump revision number to 1.2A so that snapshots of -current will have
...
decent version numbers in them. This should really, really be in a
single file so in the future it only has to be changed in one place
for all distributions and documentation.
1996-10-15 04:39:33 +00:00
is
4f8689c804
- increase the / and /usr recommended partition sizes by 5 MB for
...
crash dumps and the increased kernel source size, respectively
- mention the newly available IBM (720/1440k) floppy encoding and the
floppy driver write-protect bug.
1996-10-14 18:20:37 +00:00
leo
67384150c2
Merge the netbsd-1-2 branch into the mainline.
1996-10-11 20:30:33 +00:00
thorpej
21526da6c8
Merge the netbsd-1-2 branch back into the mainline.
1996-10-11 18:13:03 +00:00
gwr
1533d5c679
All usr/include/machine/* files belong in md.*
1996-10-10 21:49:47 +00:00
gwr
10dceb0171
Merge the netbsd-1-2 branch back into the mainline.
1996-10-10 21:30:18 +00:00
gwr
165cf39d2a
Merge the netbsd-1-2 branch back into the mainline.
1996-10-10 19:58:32 +00:00
scottr
d9add485a7
Updated booter information.
1996-10-10 16:43:47 +00:00
perry
f9af6f1e41
Changed *.ccore to *.core. "make clean" now works right again.
1996-10-09 19:16:10 +00:00
jtc
34d9f1513d
merge in 1.2 branch
1996-10-09 00:13:36 +00:00
is
36000223be
Mention 4 graphics boards which we forgot. (Twice Mea Culpa --- I
...
integrated the drivers long time ago, and I was supposed to check the
INSTALL few days ago)
1996-10-08 17:00:50 +00:00
jonathan
c6721d4b48
Commit skeleton pmax installation notes, pointing at the web page.
...
(the installation process has not yet been documented in fixed-font format.)
1996-10-01 00:16:16 +00:00
chopps
625ec85615
update notes from release branch and clean up a little
1996-09-29 03:13:39 +00:00
chopps
d0b7447162
update to match current release
1996-09-28 18:05:57 +00:00
chopps
8cf0211749
add missing files
1996-09-28 17:50:11 +00:00
scottr
9bec0da45b
Second pass cleanup
1996-09-26 19:22:42 +00:00
briggs
ba1a770fcd
Make a pass for 1.2.
1996-09-24 23:04:41 +00:00
gwr
a8791ca150
The hack to keep out deflate.c and related stuff belongs better here,
...
because that allows zlib to stay closer to the distributed version.
1996-09-24 20:40:10 +00:00
thorpej
84378055a8
Add the Free Hardware Foundation.
1996-09-21 06:39:12 +00:00
jonathan
8214ac7d58
Remove bogus reference to "testme.h", once used for regression-testing
...
merged mips1/mips3 (r[23]k,r4k) header files.
1996-09-16 23:45:48 +00:00
jonathan
1112d46296
Fix 1.1->1.2 references as in pr#2745, and other typos.
1996-09-15 19:06:40 +00:00
cgd
eb8541778b
note new CKSUMS file
1996-09-14 04:39:54 +00:00
gwr
713bf81a5b
lob off some more libc code
1996-09-13 18:57:38 +00:00
gwr
815a4d2d55
These files should be merged into src/sbin/route after the 1.2 release.
...
For now they can live here, so the sun3 ramdisk can use them.
1996-09-13 18:21:25 +00:00
perry
f16e62fc51
Add missing i386 include files, etc.
1996-09-13 15:25:43 +00:00
perry
514aa13c4b
Bump minor version number of libi386.so
1996-09-13 15:18:26 +00:00
gwr
a42e3b4603
This is a minimal zcat for installation media.
1996-09-12 20:24:00 +00:00
jonathan
4813c310c4
* Fix supported-system list to refer to supported DECstations, not Sparc
...
systems.
* Reorder unsupported systems by model name.
* Correct reference to "sun keyboard and mouse".
* Fix typo on unsupported hardware list.
1996-09-08 10:38:53 +00:00
gwr
5c4ec6aa7e
quiet down cvs update
1996-09-05 17:11:55 +00:00
thorpej
52110e02f0
RCS id police.
1996-08-30 20:03:54 +00:00
thorpej
f7af6b8627
RCS id police
1996-08-30 17:37:26 +00:00
thorpej
c7a5193440
RCS id police.
1996-08-30 17:32:23 +00:00
veego
a107442de9
added ./usr/include/machine/conf.h
1996-08-26 21:48:53 +00:00
gwr
7ea45d9109
Add this on the main branch too.
1996-08-26 16:04:54 +00:00
thorpej
25507ee843
Pull md_install_sets() changes down from release branch.
1996-08-26 02:34:37 +00:00
jtk
b86b695240
add Advanced Power Management driver
...
Includes bootstrap support from FreeBSD (Tatsumi HOSOKAWA and <ukai>)
1996-08-25 23:38:57 +00:00
pk
f8b994ef5b
sync with 1.2 branch
1996-08-25 14:59:00 +00:00
pk
3644c8dbbd
Pull up fstab changes from 1.2 branch.
1996-08-25 14:49:06 +00:00
thorpej
c4dce4a8fa
Sync up wtih WWW pages.
1996-08-24 22:59:10 +00:00
thorpej
1effb21638
Acknowledge a donation from James Chacon.
1996-08-24 22:08:07 +00:00
thorpej
eb233a57af
Note that Frank van der Linden is co-maintainer of port-i386, and add
...
Karl Schilke (rAT) to "Supporting Cast".
1996-08-24 22:05:44 +00:00
mrg
30e14d6861
Makefile to build xbin, xman, and xinc
1996-08-22 03:32:21 +00:00
mrg
682e5d1a57
do md_install_sets.
1996-08-22 03:24:15 +00:00
mrg
d6a8947874
update a bit for 1.2
1996-08-19 02:44:32 +00:00
oki
b57279a974
update.
1996-08-15 09:15:06 +00:00
jonathan
c376af9abb
Create (most of) pmax release docs:
...
contents hardware prep upgrade whatis xfer
1996-08-13 09:05:01 +00:00
leo
2ee7b67a98
Some small fixes suggested by David Brownlee
1996-08-12 14:06:11 +00:00
oki
8aaf3f915b
revision is up to 1.2.
1996-08-11 15:38:43 +00:00
leo
00f3b26b64
Final(?) update of the 1.2 install docs
1996-08-02 08:33:41 +00:00
leo
a8ea317ed4
keymap -> keymaps
1996-07-15 06:24:07 +00:00
oki
d09eed0a24
Sync with release branch.
1996-07-08 19:36:21 +00:00
oki
fcfd492fd6
- VERSION is up to 1.2
...
- fixed to write bootstrap code correctly.
- x68k has only fake disklabel, cannot use disklabel -r. remove -r.
1996-07-08 19:33:40 +00:00
chopps
63d996d871
change more to less and make link from less to more
1996-07-07 07:02:29 +00:00
thorpej
d0fa21650e
Sync with WWW server.
1996-07-07 02:28:44 +00:00
leo
6d97198ea1
First steps in getting the installation docs up to date.
1996-07-06 19:45:43 +00:00
leo
1cc9cc4d59
Re-arrange install_disk() a bit. The code to mount a disk is pulled out
...
so it can also be used from other functions.
1996-07-04 06:57:21 +00:00
leo
04b67d2caa
Check for $DESTDIR being set. This prevents you from accidently ending up
...
with a miniroot that contains your local passwd files.
1996-07-04 06:53:12 +00:00
leo
ed96a4bc28
- Conditionally install the boot block.
...
- Add a way to copy /netbsd from disk or floppy.
1996-07-04 06:41:00 +00:00
leo
5592f8b22b
Add the binpatch & boot_atari manuals.
1996-07-04 06:28:46 +00:00
leo
23b9899ecf
Add binpatch, loadkmap & the keyboard maps.
1996-07-04 06:23:24 +00:00
leo
296b6800e5
- Catch up with Jason's disklabel changes.
...
- Add md_get_partition_range() (I'm sure it has been there before!?)
- some minor nits.
1996-06-28 22:08:42 +00:00
pk
bd6d9d2e89
Deal with install sets in `install_from_mounted_fs()' differently.
...
The sets are passed around in a global variable.
Remember installed sets across loads from different media.
1996-06-27 13:45:45 +00:00
pk
f838b18224
Do the disklabel song and dance.
1996-06-26 21:35:32 +00:00
thorpej
a3c63c03ac
Add md_copy_kernel().
...
(I have the feeling that a cvs merge botched at some point...)
1996-06-26 21:11:07 +00:00
pk
4e06e7b166
Pull up from 1.2 release branch: We need installboot, sysctl, getopt.
1996-06-26 19:26:39 +00:00
pk
b11425523d
Do not present previously skipped sets as default again.
1996-06-26 19:09:31 +00:00
pk
512a95af8e
Pull up changes from release branch (rename `install_common_cdrom_nfs').
1996-06-26 19:07:29 +00:00
thorpej
fb6584df4d
The x68k port poffd(8) source lives in sys/arch/x68k/usr.sbin/..., so
...
ports like the hp300 (or i386, or ...) will never get a chance to
build or install the manual page. For this reason, the page belongs in
the x68k machine-dependent list, not the "shared machine-dependent" pages.
1996-06-26 06:37:56 +00:00
thorpej
b3b461a5a2
Fix a couple of typos.
1996-06-25 07:36:54 +00:00
thorpej
7f3ca3ca65
Move all disklabel handling into install.md. Even the error messages
...
can be machine-dependent.
1996-06-25 07:35:20 +00:00
thorpej
647f309e62
We're 1.2A, I promise.
1996-06-25 05:33:14 +00:00
jonathan
38e30038fb
Add pmax header files created since the 1.1 release.
...
Add all of /usr/include/mips header files.
1996-06-23 19:01:13 +00:00
oki
f606ce425b
fixed typo
1996-06-23 15:24:08 +00:00
leo
d306a384e2
Add keyboardmap stuff.
1996-06-23 14:04:54 +00:00
leo
294d82f240
Add /usr/share/keymap/atari
1996-06-23 13:58:59 +00:00
mark
adade817c8
arm32 dependent set lists.
1996-06-22 21:51:40 +00:00
pk
187edb5fa8
Insert pause after disklabel blurb.
...
Remove `-v' from binstall.
1996-06-19 14:18:40 +00:00
pk
0719964575
Typos I thought I killed before.
1996-06-19 14:16:25 +00:00
pk
ca95e90fca
Insert filesystem type in munge_fstab.
...
Don't `ifconfig down' an active network interface (bad for diskless setup);
but use it to cull default IP address and netmask.
1996-06-18 12:50:56 +00:00
oki
f0367c0602
first commit of x68k related document.
1996-06-17 11:26:04 +00:00
oki
fc865832f6
method of kernel-copy floppy
1996-06-17 04:14:15 +00:00
oki
cc7e048040
fixed to make image file correctly
1996-06-17 04:12:16 +00:00
oki
6644de1c12
x68k dependent set lists.
1996-06-16 16:42:19 +00:00
oki
b30c13bd83
added man files for x68k
1996-06-16 15:41:47 +00:00
cgd
066cc0d79c
pull down from branch:
...
>add a little hack, to replace /etc/rc on the distribution disk image,
>to make life a little bit easier for people just starting out.
>(remounts root read-write, mounts /usr, etc.) includes instructions
>on how to get 'normal' /etc/rc as the default. does _not_ appear
>in the tar files.
1996-06-15 04:04:26 +00:00
cgd
69db9501d4
we don't ship netbsd_nfs{,.gdb}.gz any more.
1996-06-13 20:50:33 +00:00
thorpej
72548ecec1
Adapt to the slightly different content of the MD `list' file on the
...
trunk.
1996-06-11 09:53:25 +00:00
thorpej
5e55ec3674
Oops, missed this file:
...
Remove the hp300-specific installation tools and use the MI minroot
tools.
1996-06-11 09:50:30 +00:00
thorpej
f4529b230f
The file is no longer needed; we don't go down subdirectories anymore.
1996-06-11 09:09:14 +00:00
thorpej
f965d026f3
Remove the hp300-specific installation tools and use the MI minroot
...
tools.
1996-06-11 08:30:11 +00:00
cgd
8edcc13f8e
add note about the 'ported-software' directory of pub/NetBSD/arch/alpha.
1996-06-06 19:20:46 +00:00
cgd
9175e2b707
Be more tolerant of changes in the GNU (Cygnus) cpp binary's location
...
due to NetBSD and Cygnus release number/date changes.
1996-05-31 00:54:39 +00:00
leo
a2df203f71
Nuke use of more.
1996-05-30 07:09:20 +00:00
leo
cff5efa2ad
Add more&less. They are no longer in the MI-list.
1996-05-30 07:00:45 +00:00
leo
76285e652b
* Edit VERSION into install.sub while copying instead of using a
...
VERSION file.
* Set the EDITOR variable in install.sub, so it will be set in both
upgrade & install.
* Make the checks on the presence of installation sets on the local
disks on upgrade more precise.
* Remove more&less from the list of standard binaries (I need more space!)
* When building an fstab from the users' fstab, drop lines starting with
a '#' and lines with an fstype that is not supported on the miniroot.
1996-05-30 06:57:12 +00:00
pk
728c3fbcb2
Change extra directory for vi to `vi/build'
1996-05-28 21:51:31 +00:00
leo
ad65f50c1f
CURDIR -> ARCHDIR
1996-05-27 15:53:39 +00:00
leo
ef84477f6d
Forgotten in previous commit.
1996-05-27 15:50:53 +00:00
leo
b058af8711
Remove leftover from atari (floppybt -> miniroot)
1996-05-27 15:46:41 +00:00
pk
5d525ce079
Two small optimizations: no need for sed to convert fstab.
1996-05-27 13:32:01 +00:00
leo
bacafe6a9f
Sync with MI-miniroot code.
1996-05-27 12:49:49 +00:00
leo
05574183dd
Sync with changes in MI-miniroot
1996-05-27 12:41:54 +00:00
leo
e2202ab208
Sync atari miniroot & mi-miniroot
1996-05-27 12:39:01 +00:00
pk
344a892d31
sync
1996-05-27 01:06:14 +00:00
pk
ac453ee7ed
sync
1996-05-27 00:41:51 +00:00
pk
abfbc398e7
sync
1996-05-27 00:28:07 +00:00
leo
ce463ad2e1
* Merge with mi miniroot changes (== use Paul's functions + define EDITOR)
...
* Make RELDIR useful when updating
* add md_copy_kernel()
* some minor fixes
1996-05-25 22:13:07 +00:00
pk
caf88110f1
sync.
1996-05-25 00:33:35 +00:00
pk
cf6887780f
Include machine-specific makefile so the default values of various
...
things can be overridden.
1996-05-24 23:36:38 +00:00
pk
b4e023b86a
Move disklabel(8) calls into `md_prep_label()'.
1996-05-21 18:54:40 +00:00
pk
819ce802e7
Add a `install_disk' option (copied from Atari miniroot).
...
Make editor configurable (variable EDITOR, also usable by disklabel(8)).
Move disklabel(8) calls into `md_prep_label()'.
Eliminate two uses of `sed'.
Eliminate `awk' in upgrade.sh.
1996-05-21 18:53:54 +00:00
pk
9954d351bb
kill some more awks
1996-05-21 00:10:57 +00:00
gwr
7bb94b7bdf
More portable versions of makeflist and maketars that can be used to
...
cross-make a distribution. Also avoid duplicating makeflist logic.
1996-05-20 19:10:28 +00:00
leo
e73f0ea043
Get them closer to reality.
1996-05-20 09:26:27 +00:00
pk
5d2a8bbf21
There's life after awk. Replace awk scripts with shell function equivalents
...
(inspired by Leo's atari scripts).
1996-05-20 00:32:24 +00:00
leo
38f440b74a
Miniroot iplementation for the atari. XXX: Merge with MI miniroot ASAP!
1996-05-19 19:43:36 +00:00
veego
23c94bca8e
updated for fsck -> fsck_ffs
1996-05-19 09:01:38 +00:00
oki
91584e9199
x68k distribution floppy for upgrade protocol.
1996-05-18 01:51:44 +00:00
oki
c6376213e3
vnd0a --> vnd0c
1996-05-18 01:42:22 +00:00
oki
7c916549ba
distribution "floppies" for x68k
1996-05-17 12:25:36 +00:00
mark
4132013e71
Initial commit of the code for building installation and upgrade
...
floppies for the arm32 port.
1996-05-16 19:58:49 +00:00
christos
4d77d4f9e8
Fix typo: $ -> #
1996-05-14 21:51:41 +00:00
thorpej
e755357545
Update, and correct a couple of entries.
1996-05-12 16:12:48 +00:00
thorpej
8bdf3233c6
RCS id police.
1996-05-07 18:45:18 +00:00
pk
33819c6ee2
Change format of `LINK' and `SYMLINK' lines to accept multiple program
...
names. As before the first program name (field 3) is the one "with source".
The remaining entries specify just filesystem links.
Additional keywords processed by makeconf.awk:
ARGVLINK: used to specify additional link directives for crunchgen(1); no
filesystem links appear for these.
SRCDIRS: crunchgen `srcdirs' directive
CRUNCHSPECIAL: crunchgen `special' directive
1996-05-04 15:45:30 +00:00
pk
a1edfa1874
Apply `topdir' prefix to relative paths in `special srcdir <prog> <path>'
...
lines.
1996-05-04 14:37:23 +00:00
cgd
c917cba930
update to note that fsck no longer exists, that fsck_ffs should be used,
...
and that fsck should be a link to fsck_ffs.
1996-05-02 23:16:57 +00:00
scottr
398c6ae4a4
Sync with reality with regard to EtherExpress 16
1996-04-26 01:10:12 +00:00
cgd
898dcb24ad
update for new X, toolchain source locations, and for the new
...
location of the toolchain's cpp (caused by the change in 'uname -r' caused
by the merge with the master sources).
1996-04-25 13:20:05 +00:00
cgd
807030aab7
clean up a bit, note that some source files will no longer be
...
appearing, and note where alpha-specific sources should be installed.
1996-04-25 13:09:31 +00:00
phil
c30121eed7
Update for new IEEE FP support.
1996-04-03 08:36:12 +00:00
scottr
ea8086b766
Replace BSDSRCDIR use with relative paths.
1996-03-27 04:48:28 +00:00
mrg
f88f31de89
update all of these to reality (at least, for the sparc). changes
...
include:
libg++, bind, less, zoneinfo, lots of headers, and a pc532 man page.
1996-03-25 07:35:59 +00:00
is
ad32891e83
State explicitly that the install kernel needs the root and swap
...
partition on the same disk.
1996-03-23 15:21:39 +00:00
is
381d40e063
Fix (critical) typos in installation document.
...
Closes PR 2230 by Thorsten Fruehauf.
1996-03-21 20:25:26 +00:00
jtc
ffdb8fb7c8
nsquery and nstest are no longer part of bind (or NetBSD)
1996-03-21 19:52:40 +00:00
perry
ff483dae6a
Ooops. Fixed the less problem slightly differently. This time it
...
works. It seems the order of the srcdirs line is important. Ought to
find out why.
1996-03-12 04:55:21 +00:00
perry
981bb65cf9
crunchgen list still specified "more" and not "less"; we no longer
...
have a /usr/src/usr.bin/more. Fixed.
1996-03-12 00:40:51 +00:00
is
2409161b0e
We don't support 68060 cpu's yet, so explicitly talk about 020+030+040.
1996-03-01 20:06:49 +00:00
leo
502d20c723
Fix minor typo.
1996-02-28 10:06:40 +00:00
thorpej
0ffa7d7b3c
Copyright assigned to The NetBSD Foundation.
1996-02-28 00:47:42 +00:00
thorpej
c676fe1e46
Copyright assigned to NetBSD Foundation.
1996-02-28 00:44:01 +00:00
jtc
1ceffcf267
Add script I used to make the 1.1 source distribution
1996-02-12 21:58:46 +00:00
neil
425d3e951b
Fixed typo. Closes PR #2000 .
1996-02-11 16:03:04 +00:00
briggs
7183574717
Updates from Steve Allen <wormey@eskimo.com> -- mainly Kerberos.
1996-01-25 04:37:32 +00:00
briggs
b70a143516
Updates from Steve Allen <wormey@eskimo.com>
1996-01-25 04:33:47 +00:00
briggs
4155658d9c
Updates from Steve Allen <wormey@eskimo.com>
1996-01-25 04:22:06 +00:00
briggs
c7887f2293
Ooops. Sort.
1996-01-25 04:19:49 +00:00
briggs
130176327c
Updates from Steve Allen <wormey@eskimo.com>
1996-01-25 04:16:56 +00:00
pk
6f94427590
MI install and upgrade scripts.
1996-01-06 22:45:13 +00:00
pk
61a0733f9d
Use MI install script.
1996-01-06 22:42:13 +00:00
pk
856ea688d7
update clean target
1996-01-06 22:40:58 +00:00
thorpej
8311d1eed8
Update "core" list and fix a couple of minor typos.
1995-12-30 19:17:20 +00:00
thorpej
a97de97280
Add a section called "Using online NetBSD documentation" from
...
Scott Reynolds <scottr@plexus.com> (PR #974 ), with the intent of making
it easier for new-comers to UN*X go get up-to-speed.
1995-12-30 19:07:42 +00:00
chopps
33033862c7
fix option and add info on disable sync. fixes pr#1802
1995-12-27 07:01:56 +00:00
jonathan
1b040f98a1
Remove entries for gcc-2.6.4, now NetBSD/pmax uses gcc 2.7.2 from the NetBSD
...
source tree.
1995-12-23 04:51:07 +00:00
cgd
58b27d5fbe
repoint libexec/cpp link to the right place. grn.
1995-12-21 14:22:25 +00:00
cgd
4fe3e795ba
clean up a bit, add description for README_FIRST
1995-12-21 02:40:49 +00:00
cgd
3cfda5ee4e
note that /boot isn't in bin.tar.gz
1995-12-21 01:04:14 +00:00
pk
f9cb846528
Add separate list of `argv[0]' aliases.
...
Add some more links.
1995-12-19 00:54:07 +00:00
pk
aa1a5a63a4
sparc MD miniroot config files.
1995-12-18 22:54:43 +00:00
pk
c71d8c144e
Attempt at a MI miniroot build environment, converted from hp300 version.
...
Note:
- `list' was more-or-less arbitrarily split into MD & MI parts.
- the `crunch' configuration file is generated from `list's
with the `makeconf' awk-script.
- Makefile assumes there's a `../<arch>/miniroot' directory with
MI configuration files.
1995-12-18 22:47:26 +00:00
cgd
0289832ea9
add missing . to libexec/cpp symlink, as pointed out by John Birrell
1995-12-09 05:27:22 +00:00
jtc
f9db0b0e81
Added spanish language libc message catalog
1995-12-07 10:24:00 +00:00
chopps
9b64dd253e
update trunk with recent change that fixes mount_ados mistake.
1995-12-01 21:09:54 +00:00