Commit Graph

492 Commits

Author SHA1 Message Date
pk
48dcd4eff7 * ftp setup: don't echo password
* network interface configuration:
	- use new ifconfig(8) capabilities
	- adapt to changed ifconfig(8) output
	- use new config files (ifconfig.xxn)
1997-05-01 13:26:54 +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
cgd
1c176a94c4 rcs id cleanups 1997-04-18 18:05:24 +00:00
cgd
16e1561afb add a script which can be used ot build a distribution image 1997-04-18 18:02:09 +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
is
e934bd737e Some corrections (mostly typos) by Thorsten Frueauf (PR 3315). 1997-04-07 17:47:50 +00:00
leo
3a66d25aaf Add 'wd[0-9]*' as a possible disk device. 1997-04-04 20:57:23 +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
thorpej
1dad4ef8c6 Add the following individuals for their dontations of money and/or
equipment to the NetBSD Project:

	David Brownlee
	Ralph Campbell
	Christopher G. Demetriou
	Scott Ellis
	Perry E. Metzger
1997-03-25 18:40:07 +00:00
perry
4deb4b43b7 Update to describe new upgrade floppy system 1997-03-25 06:35:04 +00:00
perry
29128f0d7e fix silly typo 1997-03-25 06:25:04 +00:00
perry
4deae47f44 add information on kern set 1997-03-25 06:20:56 +00:00
perry
508181ed7a describe "kern" set. 1997-03-25 06:16:24 +00:00
perry
80067d7a43 Update for the new ramdisk based install, with the installed kernel
implicitly moved into the kern??? set.
1997-03-25 06:09:06 +00:00
perry
fe395da669 Update to the new set of ramdisk based installs, etc. 1997-03-25 06:04:23 +00:00
perry
83e59afff5 Update. In particular, remove refernces to the kcoth/kcadp split (we
no longer have split kernels) and remove references to "kernel copy"
floppies since we are now using ramdisk boot kernels.
1997-03-25 05:01:51 +00:00
perry
c9d61d5cd3 Partial upgrade of document to describe the interim SSTO floppies. I
haven't renamed 1.2 to 1.2D everywhere since thats transient anyway...
1997-03-25 04:50:06 +00:00
perry
76b7132eeb Update to add Matthias Drochner and yours truly. 1997-03-25 04:21:07 +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
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