Commit Graph

2853 Commits

Author SHA1 Message Date
fvdl a1ccc336af Note support for more Adaptec SCSI cards. 2000-03-15 02:28:42 +00:00
fvdl 97965ecea8 Convert ask_sizemult to take an argument, so that MBR using ports can
actually call it with the right sectors per cylinder size during
MBR partitioning.
2000-03-14 22:42:48 +00:00
shin e8da1c58bf sync with reality. 2000-03-14 09:06:50 +00:00
shin 17fe2b89c8 add /etc/rc.d. 2000-03-14 08:49:50 +00:00
shin 405564cecb fix DAEMON,LOGIN,SERVERS,sshd in /etc/rc.d. 2000-03-14 08:49:22 +00:00
shin c992820a4d add /usr/include/dev/hpc/hpcfbio.h 2000-03-14 08:44:54 +00:00
shin c40db3fc1b fix set sizes. 2000-03-14 01:58:34 +00:00
shin a992c45b8e increase STDNEEDMB value. 2000-03-14 01:57:59 +00:00
soren fe277f0e79 Fix doubled 'the'. 2000-03-13 22:45:46 +00:00
soren 874c2bbe49 Fix doubled 'the's. 2000-03-13 22:37:10 +00:00
itojun 8ab75e23f4 hide shouldn't-be-exported symbols from the outside.
don't compile pfkey*, since we expect tons of changes in the near future.

bump shlib major (due to less exported APIs than before - am I correct here?).
2000-03-13 21:23:55 +00:00
tsutsui d8a503fec5 Try to make the install floppy work on 4MB machines:
- reduce memory disk size
- use x_dd, x_ifconfig and x_route
- use libhack.o (sync with i386)
- don't use mfs as /tmp

Tested by Luigi Filippini <filippini@tiscali.it> and me.
2000-03-13 13:16:54 +00:00
jlam dff1e64aad Add /etc/rc.d scripts. 2000-03-12 21:47:16 +00:00
martin 29ca614469 Added myself. 2000-03-12 19:18:50 +00:00
shin 745a0cd2a9 enlarge ramdisk size. 2000-03-11 09:12:34 +00:00
groo 38cfdfd8fc Add envstat(8) for displaying sensor readings from any envsys(4)
compatible device.
2000-03-10 05:51:56 +00:00
onoe 2ec94d1a53 add myself to developpers. 2000-03-10 01:59:06 +00:00
cjs e4d280c038 Update minor version of libc so that those installing a snapshot actually
get a libc with it. (Someone's been naughty!)
2000-03-09 23:32:03 +00:00
cjs 727677837e Include bsd.own.mk so we use /etc/mk.conf. 2000-03-08 21:58:10 +00:00
cjs 81999926fe Include bsd.obj.mk so we can have RELEASEDIR in /etc/mk.conf. 2000-03-08 15:39:48 +00:00
cjs 365f78431b Fix typo. 2000-03-08 14:28:54 +00:00
cjs a195a52b81 Include bsd.own.mk so we use /etc/mk.conf, which may well have RELEASEDIR
in it.
2000-03-08 13:34:58 +00:00
hubertf 9aea0d6d08 Make setting of pcic_isa_intr_alloc_mask via DDB a bit clearer.
Suggested in PR 9568 by sanpei@sanpei.org
2000-03-08 13:09:00 +00:00
cjs 3ec9dae179 1800k is not big enough, so make it 1920k. (Though I'm not sure that making
this larger is the solution we're looking for.) And make it actually work
with a larger size, rather not using the extra space we've allocated due
to not changing the geometry we disklabel it with. Do we even need to give
this a disk-like geometry, especially if it's a `floppy' with more tracks
than a real floppy has?
2000-03-08 06:08:37 +00:00
veego 70b32a2849 Remove unused libahdi.
It will be replaced in the future with a more generic libdisklabel.
2000-03-07 20:54:57 +00:00
jun d26f8fbcde Warner Losh reports to port-hpcmips,port-hpcmips-ja@jp.netbsd.org
Everex A-10
	    main memory 4M  too tight for living
	    main memory20M  live in peace
2000-03-07 14:24:59 +00:00
pk 20bea9cdbc Bump image size by 1MB. 2000-03-07 08:41:35 +00:00
imp 64d1b1dbe8 Add Everex Freestyle A-10 to the supported list. Mine now boots. 2000-03-07 03:03:29 +00:00
is cb9a71b69b Make sure the miniroot distribution directory exists.
Compute the checksums.
2000-03-06 21:43:36 +00:00
kleink 8f7fc2b56a Add some more. 2000-03-06 18:41:59 +00:00
hubertf 312d50585a This product includes software developed by Hubert Feyrer for
the NetBSD Project.
2000-03-06 04:55:33 +00:00
tsubai 2b584a4f04 newsmips install floppy. 2000-03-04 19:27:01 +00:00
ragge 7676251b2f Update to reality, from Todd Whitesel. 2000-03-04 16:32:11 +00:00
ragge 2f460bfad3 Patches to update to reality, from Todd Whitesel. 2000-03-04 16:06:41 +00:00
ragge b61115b2b4 Update to reality; patches by Todd Whitesel. 2000-03-04 15:05:19 +00:00
soda e548437425 to make binary snapshot 2000-03-03 16:31:21 +00:00
itojun 2dc247fc34 make CMSG_ALIGN always synchronize with kernel's idea of ALIGNBYTES.
ancillary data alignment will be ALIGNBYTES, not sizeof(long) - 1, from now.

CMSG_xx will NOT resolve into constant.  if you use CMSG_xx to allocate
arrays, you'll lose.

bump shlib minor for libc.

NOTE: if you are on top of arch with ALIGNBYTES != sizeof(long) - 1,
you need to recompile IPv6-related binaries.  there is no way to guarantee
backward compat in this aspect.  sorry for this.  this should be the last
backward compat breakage for IPv6-related ancillary data manipulation.
(we still have PR 9516 for unix-domain sockets...)
2000-03-02 07:41:49 +00:00
itojun ca7ee807d5 change filename for IPv6 loopback address (::1).
many found it ugly, and I found that I've made a mistake in old name.
there needs to be 4 more "0"s!

this commit renames
etc/namedb/0000:0000:0000:0000:0000:0000:000 into etc/namedb/loopback.v6.
(based on recent discussion I did not use cvsmove)
2000-03-01 11:06:27 +00:00
ross b4dbebce1a alpha port is now ross + jason 2000-03-01 02:08:28 +00:00
jwise e7adfd2136 Add missing pkg name 2000-02-28 16:31:08 +00:00
jun 162999a809 add comments:
NetBSD/hpcmips kernel with sysinst costs 6MB WinCE memory area.
allocate more WinCE memory,if heap memory has exhausted on system startup.
2000-02-28 05:57:43 +00:00
jun 788c0236ac IPv6 option enable. 2000-02-28 05:17:50 +00:00
mycroft 634ca7294e Sync. 2000-02-27 23:46:01 +00:00
mycroft d128de6bc6 Change miniroot size to 3072. 2000-02-27 20:26:07 +00:00
augustss b4cec2ce4c Add pcibios(4). 2000-02-27 17:20:02 +00:00
shin 0efd796943 add RCS Id 2000-02-27 12:17:00 +00:00
wiz 24d8e4f798 added share/locale/pt_BR/LC_MESSAGES for grep 2.4 2000-02-27 01:27:48 +00:00
groo de848247fc add lm.4 and envsys.4 2000-02-27 01:19:54 +00:00
mycroft 3db2f50e04 Sync. 2000-02-26 20:47:02 +00:00
itojun 04e493cfbf add /usr/include/ifaddrs.h (sorry for the delay) 2000-02-26 15:46:02 +00:00
tsutsui 742f365d33 Remove unnecessary entries. (from macppc) 2000-02-26 05:46:22 +00:00
mbw 68a1983326 added mbw to list of contributors 2000-02-26 03:02:14 +00:00
jun bc3e15eda9 add support machines
NEC MC-CS12/13
	(CASIO E-55/for DoCoMo)
2000-02-25 17:27:05 +00:00
shin 212d70806a add mount_msdos 2000-02-25 11:33:45 +00:00
assar 75720845de add heimdal.info and heimdal section 3 man pages 2000-02-25 02:52:11 +00:00
ad 9744286599 Note DPT ISA support. 2000-02-24 18:51:51 +00:00
itojun 30230fed96 add getifaddrs.3 and freeifaddrs.3. sorry for the delay.
From: Bernd Ernesti <netbsd@arresum.inka.de>
2000-02-24 03:00:10 +00:00
ad 509ce66ed5 Add folks that have given me stuff. 2000-02-23 17:58:20 +00:00
nonaka e1c9f9e96d Add myself 2000-02-23 14:00:51 +00:00
groo 4cf20c4fe6 Added myself. 2000-02-23 07:51:53 +00:00
itojun 2397ac761e increase shlib minor of libc, for addition of getifaddrs(3). 2000-02-23 07:00:54 +00:00
tsutsui fea38fee6b Remove update. 2000-02-22 15:00:43 +00:00
dent b7b0fe0dd0 Addition of myself. 2000-02-22 13:06:48 +00:00
jun 99821867ca update for current snapshot 2000-02-22 05:01:40 +00:00
pk 3bd0cd4733 Select `boot.700000' as the second-stage boot program. 2000-02-21 14:52:01 +00:00
shin 74857849d3 comment out IPv6 support (not tested). 2000-02-21 13:28:30 +00:00
shin 437bbdf838 fix storage requirement. 2000-02-21 13:23:17 +00:00
is f031593c55 Initial Amiga support for sysinst by Bernardo Innocenti. 2000-02-20 20:34:57 +00:00
jun 3a97e5ecd9 add notes for hpcmips. 2000-02-20 15:45:33 +00:00
mycroft 3c2d991568 Move libbfd to comp. 2000-02-20 07:02:48 +00:00
mycroft a658cda71d Move addr2line, size and strings to comp. 2000-02-20 06:58:47 +00:00
mycroft a7de353efb Move c++filt, gcov, nm, objdump, tsort, unifdef to comp. 2000-02-20 06:19:37 +00:00
mycroft e324e8e8a0 Sync. 2000-02-20 03:31:06 +00:00
mycroft 5be6cd460d Sync. 2000-02-20 03:26:10 +00:00
jwise efc017e61a Add Eric and Rosemary Spahr, who have donated some NeXT equipment which
will go to the build lab.
2000-02-20 03:24:17 +00:00
mrg f2c5f2ab2c add an option to disable the -v flag to pax, that a SPARC framebuffer console user might very much like. 2000-02-20 00:23:10 +00:00
veego dead0f0287 Add /usr/share/misc/getopt 2000-02-18 10:10:29 +00:00
veego 1db61e2a1a Add rtpphy(4) and usbd(8) and add the missing unformated manpages (hi Manuel). 2000-02-18 10:05:41 +00:00
veego 7ff0f82bff Add <dev/microcode/isp/asm_pci.h>, <dev/microcode/isp/asm_sbus.h>,
<dev/microcode/isp>, <dev/pci/if_fxpreg.h>, <dev/pci/if_fxpvar.h>,
<sys/dmap.h>.
2000-02-18 09:40:56 +00:00
enami 5d16084a1d Don't try to remove old /boot after new one is installed.
Actually, we don't need to remove it since we are using fresh image.
2000-02-18 02:50:17 +00:00
tsutsui ce0bacce6a Move names of nisimura, soda and me to the portmaster's list,
and reorder some entries.
2000-02-16 10:48:13 +00:00
shin e9c7fb4c36 change ramdisk size. 2000-02-12 13:48:46 +00:00
fair ceefe43a8f add pcic.4 tcic.4 and pcmcom.4 2000-02-12 11:17:26 +00:00
fair 44e5e9098f add the links from le.4: bicc.4 depca.4 and nele.4 2000-02-12 09:23:37 +00:00
fair e88e08c98d add new man pages from PR 7603:
adv.4 ai.4 ate.4 cs.4 ef.4 epic.4 fmv.4 ix.4 lmc.4
2000-02-11 12:41:22 +00:00
fair 2d61cf6371 Add de.4 2000-02-11 09:30:31 +00:00
fair 65949191fb Make arrangements for the removal of the old MD le.4 man pages because
there is now an MI le.4, per PR 9376
2000-02-10 22:17:18 +00:00
drochner 3cef7bca12 added ti(4) 2000-02-09 14:22:14 +00:00
itojun ed74ec1491 add missing manpage, gethostbyname2(3). 2000-02-09 12:23:55 +00:00
tron f44711bc53 Put "sendmail" license terms in same set as the binary. 2000-02-09 08:18:19 +00:00
tron db6d31cac3 Add "usr/share/sendmail/LICENSE". 2000-02-08 16:54:41 +00:00
tron 98806601bd Add new "sendmail" 8.9.3 configuration files. 2000-02-08 14:01:49 +00:00
tsubai 0a3c98dd5d Delete unnecessary entries. 2000-02-08 12:17:43 +00:00
tsubai 9b4a65a211 Strip kernel to fit floppy. 2000-02-08 12:04:27 +00:00
bouyer 7b45cdf11f Add a note for RealTek 8129/8139, and remove the '[*] [+]' for the rhine, it's
now on the boot floppy.
2000-02-07 18:04:04 +00:00
bouyer 3d1a91ac28 Add rl.4 and vr.4 2000-02-07 18:01:02 +00:00
pk e4bc211d81 Remove update(8); move sysctl to /sbin 2000-02-07 11:10:29 +00:00
pk ec625e3683 remove update(8). 2000-02-07 11:09:59 +00:00
pk 0f18db9e9a clean .cro files. 2000-02-07 11:09:35 +00:00
pk cd055bb539 sysctl is now in /sbin 2000-02-07 11:07:19 +00:00
hubertf 7df83fe628 Sync with the INSTALL kernel config file.
XXX This file should be generated automatically...
2000-02-07 03:09:01 +00:00
assar f75ab3d4cb add krb5/krb5-types.h 2000-02-06 17:02:32 +00:00
jdc abdc13564f Add libahdi entries. 2000-02-05 20:59:05 +00:00
pk 28017b2956 get_localdir: fix variable use in error message (PR#8913)
+ clarify expected input.
2000-02-04 15:28:28 +00:00
dante 0576ea6a40 Add AdvanSys U2W boards support 2000-02-04 13:11:58 +00:00
veego 55eb03baa3 Don't install the idea, rc5 and rsa headers from openssl. 2000-02-04 10:44:24 +00:00
veego dee4121dae Update to reflect the recent changes, excluding:
./usr/bin/pfrom
./usr/bin/push
./usr/bin/tcp_client
./usr/bin/uu_client
./usr/libexec/popper
./usr/libexec/tcp_server
./usr/libexec/uu_server
./usr/sbin/scriptdump
./usr/share/man/cat8/popper.0
./usr/share/man/cat8/push.0
./usr/share/man/man8/popper.8
./usr/share/man/man8/push.8
2000-02-04 10:35:21 +00:00
veego 52ffcd8aa2 Ups, s/ahw/adw/ 2000-02-04 09:44:17 +00:00
veego 00aed46d8f Add adw.4 and remove ioat.4.
ioat.4 seems to be there but is not installed and the manpage needs some
changes to reflects the change from ioat66 -> ioat.
2000-02-04 09:31:36 +00:00
itojun b20e217bb8 use x_ping for ping, remove reference to -lipsec.
(sorry if you have specific need for "real" ping)
2000-02-03 19:25:16 +00:00
kleink 2aacbd21fd Add va_copy(3) links. 2000-02-03 16:20:53 +00:00
jwise bd5dc99ea0 Add package names. Later tonight or tomorrow AM, I will post a writeup of
this to tech-{pkg,install}.  In short, the pkg names in (new) second
field will be used by the build process under basesrc/src/dist/pkg to
generate PLISTs.  The package divisions here may be two finely or coarsely
grained, although I think they're a happy medium -- I will give more
detail/justification in the writeup.
2000-02-03 05:27:57 +00:00
he 91fc7e2be4 Also install preformatted dpt(4) man page. 2000-02-02 22:57:33 +00:00
agc 46fef1e3c2 First cut at a shell script to convert a distrib-style list into a
pkgsrc-style PLIST.
2000-02-02 12:11:47 +00:00
tsutsui a9d4a72b25 Revert STRIPPROG -> STRIP 2000-02-01 05:02:31 +00:00
itojun e5e6464767 upgrade libipsec to the latest.
- parser now uses yacc/lex (there'll be no symbol conflict).
- outbound policy and inbound policy is now separate
- policy specification for tunnel SA is improved
- api changed, bump shlib major

XXX some of programs will become not buildable - will commit shortly
2000-01-31 14:15:30 +00:00
itojun e38f0bc373 add pim6sd: PIMv6 sparse mode daemon. (from KAME) 2000-01-28 19:32:43 +00:00
itojun e0df61eefa increase libc's shlib minor for rcmd_* changes. sorry to be late.
Suggested by: Klaus Klein
2000-01-28 17:40:41 +00:00
fair 5d393eb4ca added ./etc/ntp.conf per PR 4312 2000-01-28 06:53:33 +00:00
itojun 5b1aaa939e add IPv6 support to rcmd() and friends.
rcmd() and iruserok(): unchanged
	ruserok(): became address family independent
	rcmd_af(), iruesrok_sa(): address family independent
2000-01-27 05:33:06 +00:00
itojun 6e5a5cc306 add reverse lookup table for IPv6 loopback (::1).
ugly...
2000-01-27 05:17:12 +00:00
itojun 5a38b81b42 implement bindresvport_sa(), which is necessary for IPv6 support in certain
programs (like rshd or rlogind).

bindresvport() and bindresvport_sa() exhibits exactly the same functionality,
with different function prototype (sockaddr_in * and sockaddr *).

The behavior and prototype was discussed and agreed among shin@kame.net
(who is doing freebsd-current kame merge), deraadt@openbsd.org, and
Jean-Luc.Richier@imag.fr (INRIA IPv6/IPv6 RPC support).  so it will be
portable across *bsd.
2000-01-26 13:20:24 +00:00
augustss b29a1709da Add a line about USB Ethernet adapters. 2000-01-25 12:15:32 +00:00
augustss 6cd67182f5 Add ucom(4) man page. 2000-01-25 08:45:24 +00:00
mcr 4efc8f6b33 install notes for ioat66 device 2000-01-24 23:15:50 +00:00
mcr 7b42e3b65c man page for ioat66 device 2000-01-24 20:19:06 +00:00
augustss df8590ff36 Back out last change. The if_ieee80211.h file was already there. 2000-01-24 18:53:53 +00:00
mycroft 9cd2b045d3 Make these work again. 2000-01-24 17:52:24 +00:00
ad 66c5e62a89 Install dpt(4). 2000-01-24 15:33:12 +00:00
augustss b39bfbcc51 Add ray(4). 2000-01-24 15:15:21 +00:00
augustss c1b8e93168 Add ./usr/include/net/if_ieee80211.h 2000-01-24 15:05:34 +00:00
he 5b26c39aa4 Remove local declaration of errno, rely on <errno.h> instead. 2000-01-24 10:40:56 +00:00
mycroft 063624ef20 Sync. 2000-01-24 07:25:01 +00:00
jwise f2cc32c633 Compatible upgrade to set list behavior -- any (whitespace separated) fields
after the first in each line of a set list are ignored.  This introduces
no change in current set list behavior, but will need to be revisited if
we wish to distribute files with spaces in their names -- in this case we can
move to tab separated fields or some other behavior.

Current set lists work exactly as before, but in the future set lists may
have additional fields for use in a system packaging script.

I will post a detailed work plan for the system package system which uses
this to tech-pkg and tech-install in the next day or so.
2000-01-23 20:31:17 +00:00
drochner 3683ac880b speaker(4) is MI 2000-01-23 14:29:12 +00:00
shin 391a6bca4e add some '#ifdef's to clarify the difference between i386 and hpcmips. 2000-01-22 02:59:59 +00:00
mycroft 94753c3793 Sync. 2000-01-21 16:49:30 +00:00
tsutsui 1bf52b391d rename (revert) memory disk filename /dev/mdX -> /dev/mdXa 2000-01-21 12:32:54 +00:00
shin b6e56aa759 oops, forgot to commit this file. 2000-01-21 11:27:52 +00:00
shin f81f1e9333 first cut of sysinst for hpcmips.
based on i386 version.
2000-01-21 11:25:58 +00:00
shin 823e065f6f fix format string in message. ('%' -> '%d') 2000-01-21 11:23:01 +00:00
wrstuden 4d9bcc23d6 Add overlay.h, mount_overlay, and mount_overlay.[08] to lists. 2000-01-20 19:26:43 +00:00
tsutsui bdfb1f79c9 STRIP -> STRIPPROG 2000-01-19 16:40:10 +00:00
itojun 85a3a12c88 /usr/sbin/sysctl does not exist any more (now /sbin/sysctl) 2000-01-19 14:16:58 +00:00
mycroft 4fe7833802 Fix display problems:
* Use endwin() strategically so that the child does not corrupt the display
  when suspending or exiting.
* Handle backspace.
* Only do one refresh per buffer-full.
* Eliminate redundant code.
2000-01-19 09:44:01 +00:00
mycroft 03d845d8cf Fix display glitch when suspending and resuming. 2000-01-19 08:46:26 +00:00
itojun 5e54c56a6d add manpage, rip6query(8). 2000-01-19 06:35:22 +00:00
mycroft 1a161495c3 Sync. 2000-01-19 06:10:10 +00:00
is d02bc7577d .em->.Em 2000-01-17 21:57:14 +00:00
kleink abe336bfe1 Add <machine/math.h>. 2000-01-17 16:31:34 +00:00
abs 8033b76e4e Mention you usually do not need to enter terminal type on login 2000-01-17 15:14:19 +00:00
itojun 82070bab0c note sysctl(8) pathname change into "1.4 -> 1.4x changes" section. 2000-01-17 05:33:14 +00:00
itojun fc838249f5 don't install /usr/sbin/sysctl (backward compat symlink) 2000-01-17 04:22:59 +00:00
itojun 3ea807c958 move sysctl to /sbin/sysctl. symlink from /usr/sbin/sysctl
is supplied for backward compatibility.

add /sbin/sysctl to base/mi (does not remove /usr/sbin/sysctl
as we have a symlink)
2000-01-17 02:36:31 +00:00
augustss 5e2dc3d256 Add aue, cue, and kue man pages. 2000-01-16 10:46:56 +00:00
cgd 9a222ad604 remove .cvsignore files; if the tree doesn't clean completely, that's a bug 2000-01-16 08:27:40 +00:00
bouyer 810869b939 Translate recently-added messages. 2000-01-15 15:55:20 +00:00
pk e42055a6de Deal with name space issues after libc/net updates. 2000-01-14 13:52:13 +00:00
pk ce40e68a20 Zip it real good. 2000-01-14 13:47:27 +00:00
pk 6d238dc726 Expand md filesystem to 1.8MB. 2000-01-14 13:46:06 +00:00
pk 0244320ed2 Sync with arch/sparc/include/makefile 2000-01-14 13:40:32 +00:00
mycroft c82f5a6009 In command execution displays, only draw a single line between the status
display and the output window, not a whole box.  This looks better, and it
works much better on terminals.
2000-01-13 18:52:21 +00:00
mjl 142f369443 Add necessary support routines for login.conf. 2000-01-12 05:02:10 +00:00
soren d16fa2828e Add Thomas Klausner. 2000-01-12 04:49:56 +00:00
tron ffe5337f67 Update for XFree86 3.3.6. 2000-01-11 14:20:44 +00:00
kleink d2d11dfd70 <null.h> -> <sys/null.h> 2000-01-10 17:18:04 +00:00
pk f1feb4e600 Remove version number from boot image files. 2000-01-10 15:17:30 +00:00
tsutsui e6824489b4 Fix root device name md0a -> md0 2000-01-10 05:03:24 +00:00
mark 3f33a8ec6c Fix libraries we link with. 2000-01-10 00:25:01 +00:00
mark befe1184d3 Remove extraneous .. in makeobsolete path. 2000-01-10 00:24:43 +00:00
joda 08b94cc72f add more legal MJ 2000-01-09 17:25:42 +00:00
lukem dd36bfd608 add usr/share/examples/ftpd/ftpusers 2000-01-08 13:32:43 +00:00
kleink c173bd9c30 Obsolete vsunlock.[09], too. 2000-01-07 23:01:02 +00:00
kleink 7e85ffa276 Obsolete vslock.[09]. 2000-01-07 22:58:57 +00:00
ad c61960c8b3 Note that xserver.tgz also contains Xprt. 2000-01-07 14:46:03 +00:00
abs 10ba04cb2e Update to closer to current reality - from Todd Whitesel 2000-01-07 11:55:46 +00:00
jeremy c85fda06d1 Added error checking to log and script file creation functions.
Prevents sysinst from coredumping should the root filesystem be accidentally
mounted read-only.
2000-01-07 02:02:05 +00:00
abs a741a4a72b Allow -u and -c to set diff style (from Todd Whitesel <toddpw@best.com>) 2000-01-06 21:03:34 +00:00
simonb b0ad38ac3d Match current reality, but not used at the moment. 2000-01-06 03:53:47 +00:00
simonb 67d216b128 Tidy up a little and make work.
Now uses like disktab files for disk labels.
2000-01-06 03:47:55 +00:00
simonb 1f105bb824 Clean this up a little, use links instead of symlinks. 2000-01-06 01:43:30 +00:00
simonb 1ee9b20834 Small disktab entries for the ramdisk and miniroot disk images. 2000-01-06 00:24:48 +00:00
itojun 524c5db85b fix non-inet6 compilation 2000-01-05 01:50:45 +00:00
chopps 1208b794f5 add ntwoc man pages 2000-01-05 00:27:25 +00:00
itojun 1c5b5f62fc enable IPv6 support in sysinst. integration of work by ichiro@ichiro.org.
- IPv6 autoconfiguration
- IPv6 nameserver
TODO: french messages, dhcp

add -DINET6 into x_ifconfig.
2000-01-04 08:33:51 +00:00
itojun 8cb34890e1 bring in ping6 and rtsol into boot floppy image. 2000-01-04 08:30:24 +00:00
itojun a177ed9712 ping6 without IPsec. 2000-01-04 08:14:12 +00:00
simonb 9ddfe68532 Add installboot. 2000-01-04 01:23:56 +00:00
simonb cd6ed6cd73 Split long line. 2000-01-04 01:20:23 +00:00
simonb b7743949e7 Store new installboot-style bootblocks in ramdisk /usr/mdec. 2000-01-03 22:07:11 +00:00
simonb 78ce8ea77d s/boot/boot.pmax/ 2000-01-03 21:59:12 +00:00
itojun f69863cf45 sync with reality. cnw(4) and awi(4) are not in INSTALL kernel. 2000-01-02 18:44:07 +00:00
itojun bf9e30f3c1 sync text with reality. unified-ipv6 effort (KAME+INRIA+NRL)
resulted into single tree (KAME).
2000-01-02 18:39:03 +00:00
itojun 6aa45a8fe1 use mtree -U, not mtree -u.
re-enable error code check (remove "-" magic from makefile).

From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
Message-ID: <Pine.GSO.4.05.10001020308490.20750-100000@rfhs8036>
2000-01-02 13:59:34 +00:00
msaitoh 4d15e8e01a list file for etc/ 2000-01-02 09:52:15 +00:00
msaitoh b552de8bdc list files for sh3 2000-01-02 09:48:32 +00:00
itojun ba694ff21c i'm not sure why, but without ignoring mtree error (error code 2)
i can't build floppy at all.  hope this is not my pilot error.
1999-12-31 18:34:04 +00:00
itojun 1d729cc2a3 avoid libipsec.a by using x_ping instead of ping. 1999-12-31 18:33:25 +00:00
tsutsui a7a5c8f2f4 Use utils/x_ping. 1999-12-31 10:00:24 +00:00
jonb fb98025cac Make things link again. Thanks for the hints Simon and itojun... 1999-12-30 15:59:31 +00:00
hubertf cabb78b63e Add share/examples/apm/script, an example script to put into
/etc/apm/{line,battery,standby,...}
1999-12-29 04:16:21 +00:00
simonb 2a69a62828 Use /usr/mdec/installboot to install new bootblocks. 1999-12-28 11:05:48 +00:00
simonb 082034a93d Use the "echoimage" target.
Install the ecoff install kernel in the release directory.
1999-12-28 10:56:54 +00:00
simonb 552638f765 Don't do the disklabel dance - just newfs the vnode.
Add an "echoimage" target.
1999-12-28 10:54:20 +00:00
simonb 57d1fda0d9 Add /usr/mdec/installboot. 1999-12-28 10:46:55 +00:00
jlam b6b1a9e6b8 man/man8/i386/apmd.8 was moved 1999-12-27 22:53:15 +00:00
jlam 893014097a s/libm386/libm387/ 1999-12-27 22:50:36 +00:00
garbled d2fb9c48f8 Change MENUC= and MSGC= to ?= to aid in cross-compiling sysinst. 1999-12-27 20:31:32 +00:00
soren e163c6b37e Add new developers. 1999-12-27 11:52:36 +00:00
minoura af973bb6ea Look at KERNOBJDIR. 1999-12-25 14:30:24 +00:00
minoura 2bf0d1c859 Now that we have od and fully-functional dd, the special version of
installboot is no longer necessary.
1999-12-25 14:27:22 +00:00
minoura 70f2f2558a Update to refrect reality. 1999-12-25 14:22:37 +00:00
minoura 58b3ac77bd Give up support of 4MB RAM machines for standard sysinst-based installer.
Restricted small installer must be used on those machines.
1999-12-24 17:02:13 +00:00
minoura d5f45f9c85 Add newdisk(8). 1999-12-24 16:53:45 +00:00
agc be25932666 Add userinfo(8) and groupinfo(8) 1999-12-24 09:14:57 +00:00
agc 6dc398cdad Add userinfo and groupinfo 1999-12-24 09:12:55 +00:00
abs f22226d64a Fixes from Todd Whitesel 1999-12-23 14:38:10 +00:00
kleink 5937554bad Sync libc minor. 1999-12-23 10:23:34 +00:00
kleink 7c44f1f73e Add <machine/math.h>. 1999-12-23 10:22:59 +00:00
kleink f412aea7dc Add <null.h>. 1999-12-23 10:22:41 +00:00
frueauf 60332c17b5 As per Chris G. Demetriou <cgd@netbsd.org> don't install
loadfile_machdep.h into /usr/include/hp300/, instead create a
link for machine and hp300 in ${.OBJDIR} like
sys/arch/alpha/stand/Makefile.buildboot does for alpha.
1999-12-21 21:06:26 +00:00
fair 0ce579a4d0 add gencat(1) 1999-12-21 09:27:43 +00:00
fair dff1f241b0 le.4 is now MI 1999-12-21 08:09:43 +00:00
frueauf 57f1c5ca28 Add missing loadfile_machdep.h to the list. 1999-12-20 20:58:08 +00:00
itojun 2d80f721a9 add ip6(4) and icmp6(4). 1999-12-20 05:50:47 +00:00
pooka f437f07cd4 add me 1999-12-18 22:59:24 +00:00
is 3fb775ddcb Mention initial support of X-surf boards (Ethernet port). 1999-12-17 21:55:11 +00:00
fredb f96ec528a4 Changes to mac68k instkernel
- - Don't descend into miniroot. This permits "make clean" and "make obj"
    from within /usr/src/distrib to succeed.
- - Don't strip the install kernel--I need this to boot.
- - Add release target, for use by "make release" in top level src dir.
- - Ramdisk now builds in "notes" dir before reaching into it.
- - Ramdisk unconfigures vnd when make is interrupted, by Ctl-C, for example.
    It would be nice to unconfigure the vnd device if the make fails for any
    reason, but I can't figure out how to do that.
1999-12-17 20:48:06 +00:00
garbled 715f20eee9 Add tadpolectl.8 1999-12-17 05:37:46 +00:00
garbled 70b4403234 add tadpolectl(8) 1999-12-17 05:35:52 +00:00
blymn fa1d903d0b Updated libmenu minor number. 1999-12-16 12:11:12 +00:00
lukem a2add3ca49 add ftpchroot(5) 1999-12-16 07:08:10 +00:00
lukem e9bbfca96b add ftpusers(5) 1999-12-16 02:27:40 +00:00
garbled 311a4ab9ba Add apmd 1999-12-15 20:41:12 +00:00
garbled 1b613cf156 Fix manpage locations for apmd.8 1999-12-15 20:38:41 +00:00
ws 6173e579bf The powerpc port was renamed to ofppc quite a while ago. 1999-12-15 18:50:01 +00:00
augustss 2d4e30bda8 Add usbdi(9) man page. 1999-12-15 11:30:45 +00:00
abs 6d7e7dccc7 Fix a type (propperly -> properly), plus expand section on pkgsrc 1999-12-13 15:32:46 +00:00
itojun 1501f61891 bring in latest KAME get{addr,name}info(3).
getnameinfo(3) globs ai_socktype and ai_protocol correctly.
KAME scopeid extension is implemented.
(draft-ietf-ipngwg-scopedaddr-format-00.txt)

bump up shlib minor
(may not be necessary, but rather big difference in behavior - especially
ai_flags)
1999-12-13 14:18:31 +00:00
christos 2cdac25d04 add libm387.* 1999-12-13 10:45:31 +00:00
itojun 60860abcb8 be more pedant. remove unused vars and such.
don't use s6_addr{8,16,32} directly, they are not in standard.
hide not-supposed-to-be-visible functions as static.

increase shlib minor.
1999-12-13 01:44:30 +00:00
fredb 7b6a72860d Back out last commit. 1999-12-12 16:20:53 +00:00
fredb 7b866ceafa Install the notes under ${RELEASEDIR}. 1999-12-12 15:21:27 +00:00
augustss bda79132b3 Update for latest man page additions. 1999-12-12 11:37:17 +00:00
itojun a57d497906 add manpage for inet6_{option,rthdr}_*. 1999-12-12 11:20:03 +00:00
jlam c684aa3cd1 adduser, user*, group* manpages all go in man8/cat8, not man1/cat1 1999-12-10 23:31:11 +00:00
jlam d2eb933997 powerhook_[dis]establish.9, no .0, are stored in /usr/share/man/man9 1999-12-10 23:23:01 +00:00
tsutsui a109943094 Initial import of news68k port. 1999-12-09 14:53:00 +00:00
ad dbb6eeec4c Add newsyslog.conf.5. 1999-12-08 10:04:17 +00:00
soren d8c5b99f2c Add user(8) binaries. 1999-12-08 09:47:45 +00:00