Commit Graph

1859 Commits

Author SHA1 Message Date
bouyer a17071efea Sync with .eng versions. 1999-04-08 12:54:52 +00:00
fair c67241f483 Create an ex(4) man page from a little driver reading. Very bare bones;
needs to have the diagnostic list explained, and the media support
list filled out before it gets pulled up to the 1.4 branch.

However, it's here to answer PR#6870
1999-04-07 21:48:52 +00:00
minoura 957dabcbcd Forgotten from last commit. 1999-04-07 15:28:01 +00:00
minoura ce03570956 Do not remove netbsd.INSTALL and netbsd.INSTALL.gz. 1999-04-07 14:30:52 +00:00
simonb 1c15941926 Remove any leading '/'s in the pathname component of the FTP URL.
When the complete URL is constructed, and '/' is inserted between
the hostname and the pathname components.
1999-04-07 13:09:55 +00:00
cgd 884b75e9f3 adjust for changes in alpha /usr/mdec files. 1999-04-07 06:47:49 +00:00
simonb f04624dfbf Remove single quotes from the ftp URL and remove the comment about
"protecting the URL from the shell."  run_prog() now breaks up it's
argument and calls execvp() directly, so there's no shell to be wary
off...
1999-04-07 05:18:49 +00:00
cgd d7f2b03827 update for changed alpha boot blocks and manual pages 1999-04-07 00:44:02 +00:00
minoura bfb9b83441 Fill the x68k-specific portion. 1999-04-06 14:49:01 +00:00
leo 8ea4699fac First round of corrections for the atari. 1999-04-06 12:33:38 +00:00
tsubai b8f166d4da Fix menu item number. 1999-04-06 09:31:40 +00:00
lukem 5010389530 regen 1999-04-06 03:59:11 +00:00
simonb e8f5904d9e Move prototype for disp_cur_part() from defs.h to mbr.h. 1999-04-05 06:59:36 +00:00
simonb 277c24dc4c Don't include <sys/disklabel.h> - "defs.h" does this us with the
right #defines so that we get the filesystem type names.
s/fstype/fstypenames/
1999-04-05 06:24:17 +00:00
simonb 39813aa161 Build an ELF kernel called netbsd instead of an a.out kernel called
netbsd.aout.
1999-04-05 06:17:44 +00:00
simonb 63dd859cad Add pax, cpio.
Remove installboot.
Add ptys to MAKEDEV command line.
1999-04-05 06:15:30 +00:00
simonb 56ff27242a Add cpio link to pax. 1999-04-05 06:14:18 +00:00
perry 0f2eecb8c3 add aculog 1999-04-05 00:22:47 +00:00
is fc78f9d619 /usr/include/amiga/ieee.h added 1999-04-04 20:17:54 +00:00
explorer 6249482be9 Install if_sppp.h in include/net/ 1999-04-04 06:08:40 +00:00
fvdl 2eef6a3ee1 Make sure to get the magic MBR number right (i.e. use u_int16_t). 1999-04-03 22:56:22 +00:00
minoura ffe85a263c Typo. 1999-04-03 14:20:57 +00:00
minoura fe17a5f264 Update to fit with the current status.
- Increse required disk space.
 - Note newly introduced utility loadbsd.x.
1999-04-03 14:15:00 +00:00
lukem d5f7c8fa09 since everyone else gets a plug for their bit, highlight that i did nsswitch :) 1999-04-03 03:16:39 +00:00
lukem 43e2ab965f regen 1999-04-03 03:12:46 +00:00
lukem d74fb9d392 regen 1999-04-03 03:04:02 +00:00
perry c64d5ce454 sync 1999-04-02 23:37:27 +00:00
minoura fa2cb59e90 SMALL kernel is not included in kern.tgz. 1999-04-02 15:46:34 +00:00
simonb 770f65cee6 Delete {device,swap,vnode}_pager.h 1999-04-02 03:50:54 +00:00
kim 96139333c2 Added myself, fixed sorting. 1999-04-01 18:44:37 +00:00
dbj 2b950ad26f Add next68k makefile, so "make obj", etc. doesn't fail. 1999-04-01 17:10:35 +00:00
minoura 105016caa8 Update. 1999-04-01 14:10:04 +00:00
minoura 6b6fc8e666 Add ethernet setup procedure. 1999-04-01 14:09:49 +00:00
minoura 2cfb5d30f1 Increase required diskspace. 1999-04-01 14:09:22 +00:00
minoura 4a6980672f Corp -> Inc 1999-04-01 14:08:21 +00:00
minoura 08d5492f03 Note the location of dti.ad.jp. 1999-04-01 14:07:35 +00:00
fvdl 793f57a4e6 Adapt setting of active partition to newer MBR handling. 1999-04-01 11:33:02 +00:00
is 34812462c1 revert last change, it was bogus 1999-03-31 19:22:56 +00:00
is c49b6be6b4 synchronize 1999-03-31 19:06:34 +00:00
jonb 1c77e14aab I am unable to find anything or anyone using /usr/include/ns32k,
and its presence makes pax unhappy.
1999-03-31 13:15:09 +00:00
bouyer c8b2b59bcc According to Bill Paul <wpaul@ctr.columbia.edu>, only the baseboard variant
of the Compaq NetFlex 3/P uses a Thunerlan TNETE100 chip. The PCI variant
use some other PCI chip the ThunderLAN driver can't handle yet.
Also, correct SYNOPSYS.
1999-03-31 12:19:57 +00:00
fvdl a5d73e00eb Rework the MBR code, and some of the labelling code.
* Use structures, not 2-dimensional arrays..
	* Use the DIOCGDEFLABEL ioctl to get the disk information,
	  to avoid confusion with (older) labels.
	* Don't ever call fdisk for partitioning. This was the
	  source of much confusion.
	* For the i386, use the BIOS geometry information passed by
	  the bootblocks.

Lots of things left to do, but it's a start.
1999-03-31 00:44:48 +00:00
soda 4f63fe16c9 regdef.h is back 1999-03-30 18:50:01 +00:00
dbj cd79d7d899 move pwd_mkdb earlier to avoid bumping our head on disk image size. 1999-03-30 08:03:42 +00:00
ross 5983cb1994 Edit alpha installation section. 1999-03-30 07:46:10 +00:00
gwr 3d29b3aabe Add sysctl 1999-03-30 06:19:54 +00:00
gwr ef04c9d6d8 In md_copy_kernel(), copy /netbsd.$karch to /mnt/netbsd 1999-03-30 06:17:55 +00:00
simonb f6e1172813 Add some section 4 manpages; sort. 1999-03-30 02:32:43 +00:00
simonb 90542f345f Add circleq_head_initializer(3) man page link. 1999-03-30 02:29:35 +00:00
simonb 004b0f345d Add another ipf example. 1999-03-30 02:22:10 +00:00
simonb 99298a0bd3 Add a few missing include files. 1999-03-30 02:20:06 +00:00
simonb 623f0ecbe8 Add /etc/wscons.conf 1999-03-30 02:10:31 +00:00
simonb 017205bf4d Add fsck_lfs. 1999-03-30 01:57:32 +00:00
perry 36ad5eb24b note that we support the 3c905B now. 1999-03-30 01:07:26 +00:00
hwr 1527a35844 Add ipip.[04] to set. 1999-03-29 20:44:07 +00:00
tsubai 7bd441a637 iteioct.h is deleted. 1999-03-29 12:45:22 +00:00
kleink 45d2f3615b UUCP texinfo documentation. 1999-03-29 11:48:01 +00:00
simonb 9a1e96788a Use TERM=rcons, not sun or pc3. 1999-03-29 07:19:47 +00:00
scottr c52bdfb427 Add a mac68k-specific lkm. (sigh) 1999-03-29 04:39:02 +00:00
simonb 4b0e81db29 Add elf2{aout,ecoff} manpages. 1999-03-29 03:11:58 +00:00
simonb e4e4004fe9 Put ./usr/libexec/ld.so back - it's used for backwards compatibility
with early ELF binaries.
1999-03-29 03:10:08 +00:00
simonb cfdfe887c9 Resurect from attic, and add ./etc/fstab.rz 1999-03-29 02:53:45 +00:00
simonb 999bb46bfa Remove /usr/include/mips/conf.h, and old non-ELF crt* gunk. 1999-03-29 01:59:41 +00:00
simonb 1ffc056ded Convert mipse[lb] to mips _after_ processing command line arguments. 1999-03-29 01:20:42 +00:00
simonb 31ce71a13a machine/tc_machdep.h isn't installed in /usr/include anymore. 1999-03-28 22:05:19 +00:00
is 3945730dbc Update: CS MK III/PPC scsi, ATAPI; mention no-Xserver for Retina Z2 and
A2410.
1999-03-28 21:33:38 +00:00
kleink 270c5e6806 Typo. 1999-03-28 17:12:12 +00:00
simonb 6e438f3735 Add second stage bootblock. 1999-03-27 15:50:57 +00:00
minoura 8db0486dd7 Add pax. Remove tar. 1999-03-27 14:07:08 +00:00
kleink a2026beda9 tzdata1999c 1999-03-27 11:27:22 +00:00
tron ca8cab1d19 Add "named.conf" manual page. 1999-03-26 23:52:57 +00:00
kim 45402fd3fc Install dig, dnsquery, host, nslookup, nsupdate and pawd in /usr/bin. 1999-03-26 20:04:50 +00:00
mrg 31f93decc6 add audioplay/audiorecord. 1999-03-26 13:55:49 +00:00
sommerfe 90844f84d6 Install send-pr.el (emacs-lisp front-end to send-pr) into /usr/share/gnats 1999-03-26 13:12:43 +00:00
minoura 632ad8cde6 Use pax(1) instead of tar(1).
MD parts already have this change.  /usr/bin/tar can be removed from
the miniroot.
1999-03-26 09:24:27 +00:00
mark 2319fcb044 Pull in ../common/upgrade. 1999-03-26 09:22:52 +00:00
mark 8ee35faca3 Bring these files up to date. 1999-03-26 09:10:48 +00:00
ender c32aac7964 Uncomment some file copies now that the files actually exist. 1999-03-26 08:52:44 +00:00
ender e83f28e8f9 NetBSD/mac68k installation kernel for use with sysinst.
Based on NetBSD/alpha instkernel.
1999-03-26 08:34:36 +00:00
mark f7644e2429 Allow various X11 sets to be installed. 1999-03-26 03:03:37 +00:00
mark 1f8be737e2 Pull in cgd's improved filecore bootblock checksumming code from
sys/arch/arm32/arm32/disksubr_acorn.c
1999-03-26 03:02:45 +00:00
explorer fa943f9ee6 add sbin/lmcctl 1999-03-25 22:04:57 +00:00
ross c122afdfb4 Stomp on those blank-line-inserting .ne requests, like Charles did
for -mdoc.
1999-03-25 21:19:08 +00:00
ross f566063401 Describe all six ways of loading the installer. 1999-03-25 21:13:04 +00:00
leo abc002ac94 Fixup atari set sizes. 1999-03-25 20:56:01 +00:00
ross 64b5377f3c Describe GENERIC.fs. 1999-03-25 19:58:37 +00:00
is 059e654914 Split off /etc/mailer.conf manual page from mailwrapper manual page. 1999-03-25 16:40:17 +00:00
leo 6d588fca56 - Move the pwd.db & spwd.db files into the list-files of the ports who need
them.
- Use x_dd & x_ifconfig.
1999-03-25 15:51:01 +00:00
pk d00a3a4467 Add `gnu/usr.bin/grep' as a source directory. 1999-03-25 13:14:42 +00:00
ross c17c3ad1aa Elaborate, and describe the vanilla instkernel, too. 1999-03-25 13:09:20 +00:00
pk 9c64be7f41 newlsf => newfs_lfs 1999-03-25 12:58:33 +00:00
pk fab472e8c9 Fill in sparc distribution set sizes. 1999-03-25 12:08:57 +00:00
dante 6dc68c9bd8 Add a supported AdvanSys SCSI adapter. 1999-03-25 10:39:14 +00:00
explorer de3a9322bb Add info for LMC cards 1999-03-25 03:50:18 +00:00
explorer 606ef37ce4 add copyright info for LMC, and myself (which I missed before) 1999-03-25 03:49:51 +00:00
mrg eb6b33ee3f add lessecho 1999-03-25 01:00:18 +00:00
minoura 511a8fd293 Mostly imported from netbsd-1-3 branch (1.3.3 and 1.3.4)
- Set ${driveunits} correctly.
 - swapon on small memory machines.
1999-03-24 15:54:45 +00:00
dante a0d8143219 Add AdvanSys SCSI host adapters to the supported hardware 1999-03-24 12:42:47 +00:00
perry 1adf543079 update the date. 1999-03-23 21:19:58 +00:00
perry 23433d74a4 more updates. It appears, unfortunately, that the whole "gotchas while
upgrading" section is going to need a rewrite.
1999-03-23 21:17:44 +00:00