Commit Graph

3180 Commits

Author SHA1 Message Date
soren
df9f4f3541 sup.no is no more. 2000-07-10 23:41:46 +00:00
jeffs
9614613391 Add myself to the developers list. 2000-07-10 16:25:44 +00:00
joda
135bc4a5e7 don't cause failures in mv -f to abort build 2000-07-10 09:50:48 +00:00
fvdl
73683a9450 If the PAD variable is defined, pad the floppy image to its maximum size.
Use this in bootfloppy-big. mkisofs likes to have images fullsize nowadays.
Also, insert a file called "USTAR.volsize.<blocksize_in_octal>" if the
size of the ustar image is not the 1.44M default. This stops bootfloppy-big
from asking for a second diskette.
2000-07-09 12:09:01 +00:00
shin
854ee3f4c8 add /usr/X11R6/lib/X11/rgb.db 2000-07-09 05:28:56 +00:00
kleink
cb17c4c493 Add fseeko(3) and ftello(3) links. 2000-07-08 14:17:46 +00:00
kleink
1a4d443770 Sync libc minor. 2000-07-08 13:47:34 +00:00
pk
79e78efd1c /kern can go since dmesg now uses sysctl() to get the kernel's msgbuf. 2000-07-08 11:32:05 +00:00
enami
bf53880ad5 Create link to lchflags.[02]. 2000-07-08 00:53:39 +00:00
itojun
b596a9b104 rename securepath.3 into secure_path.3, as the function is named secure_path().
it is too hard to guess...
2000-07-07 11:05:06 +00:00
bouyer
4097e6af1e Note promise Ultra/100 support. 2000-07-07 09:53:28 +00:00
imp
7753949047 Cleanup english usage in places.
Spell Windows CE with a space always.
Add Vr4181 to list of supported processors
Change VR to Vr since that's how it is typically represented in datasheets.

Changes approved by: Jun Ebihara-san
2000-07-07 01:39:26 +00:00
mjl
c31ef53b64 Bump libskey version. 2000-07-06 22:33:50 +00:00
jhawk
f893f0e7e2 Use msg_clear() + msg_table_add() instead of msg_display() when showing
the ftpsource message, so that the short lines are not paragraph-filled.
2000-07-06 20:25:26 +00:00
dmcmahill
a837227ef1 Add ofwboot.xcf 2000-07-06 19:46:15 +00:00
jhawk
5b7f59e5d1 For all filesytem image building targets, build ${IMAGE}.tmp and
move it to ${IMAGE} when done, to ensure that an interrupted
build does not leave a broken non-functional target. (This can occur,
for instance, if one types 'make' as a non-root user and the vnconfig
fails, and then a subsequent 'make' will not rebuild the filesystem
image, using the all-zeroes image created by dd.)
2000-07-06 18:16:35 +00:00
thorpej
ad560c44c2 Allow BOOTCODE to be set by the file which includes this one. 2000-07-06 17:17:54 +00:00
thorpej
8a967a7bdf Don't truncate the image if it fits on a single floppy. 2000-07-06 17:17:15 +00:00
ad
8a82d4a86e Bump libutil minor (pw_getconf()). 2000-07-06 11:26:23 +00:00
ad
2fb062082f Add passwd.conf.5. 2000-07-06 11:24:03 +00:00
ad
9500f6c8db This product contains software developed by Niels Provos. 2000-07-06 11:09:54 +00:00
ad
489f880428 Add rmd160.h. 2000-07-06 10:58:56 +00:00
minoura
4557a2e890 Reduce ramdisk size (again!). 2000-07-05 16:13:28 +00:00
veego
1b45532bcc Bump the minor version, because RIPEMD-160 was added to libc. 2000-07-05 16:08:28 +00:00
minoura
74704eb9e4 Support INET6. 2000-07-05 16:07:49 +00:00
minoura
a5b1f99a17 Missing ;;. 2000-07-04 14:07:43 +00:00
itojun
0bfeec5234 sync sendmail default configuration file with GENERIC kernel setting.
was: sendmail-IPv6.cf(v4/v6) + sendmail.cf(v4)
now: sendmail-IPv4only.cf(v4) + sendmail.cf(v4/v6)

do we need etc/obsolete.mi?
2000-07-04 12:21:02 +00:00
gmcgarry
76405ae56d audioamd(4) man page. 2000-07-04 07:59:12 +00:00
sommerfeld
76827b3e8f Install netbsd.ram.gz into release area so it can be used to start a netinstall
on systems which can use boot_big.net
2000-07-03 02:17:56 +00:00
assar
91c3839d0a add man-pages for kf and kfd 2000-07-02 16:40:14 +00:00
itojun
2d3b669a75 ping ff02::2 instead of ff02::9. ff02::9 indicates RIPng capable interface,
which does not necessarily visible.  ff02::2 indicates routers.
2000-07-02 15:07:52 +00:00
thorpej
8b1b3bc680 gifconfig(8) is obsolete. 2000-06-30 18:07:16 +00:00
wiz
dd3a57931e leave curses before rebooting (as seen in menus.mi.fr) 2000-06-29 16:47:09 +00:00
mrg
128b39502d * sys/vm is dead.
- obsolete <vm/vm.h>
- put ./usr/include/uvm in base not comp (like everything else).
- remove ./usr/include/vm
2000-06-29 12:03:08 +00:00
mhitch
dead2ce832 add <m68k/endian_machdep.h> 2000-06-28 19:53:14 +00:00
ur
1fca26e9c7 Add myself to developer list. 2000-06-28 07:06:46 +00:00
scw
ce868d7546 Back up one more level to get etc/netconfig 2000-06-27 20:47:49 +00:00
mrg
88adda1288 more vm header file changes:
<vm/vm_extern.h> merged into <uvm/uvm_extern.h>
	<vm/vm_page.h> merged into <uvm/uvm_page.h>
	<vm/pmap.h> has become <uvm/uvm_pmap.h>

this leaves just <vm/vm.h> in NetBSD.
2000-06-27 09:00:14 +00:00
mrg
d1039325e4 <vm/pmap.h> -> <uvm/uvm_pmap.h> 2000-06-27 07:18:07 +00:00
gmcgarry
ee16625999 Add lock(9) entries. 2000-06-26 21:55:25 +00:00
jdolecek
dbda17aa53 note experimental MCA support
add [m] flag and use it for devices supported by MCA-enabled kernels
2000-06-26 20:53:01 +00:00
mrg
2def7838c4 add removed vm headers; from veego. 2000-06-26 16:47:58 +00:00
kleink
f4314449b5 Add <machine/int_types.h>. 2000-06-26 15:49:42 +00:00
mrg
7665599771 <vm/vm_map.h> gets merged into <uvm/uvm_map.h> 2000-06-26 15:32:23 +00:00
mrg
4c698e84f6 <vm/vm_param.h> -> <uvm/uvm_param.h> 2000-06-26 14:58:58 +00:00
mrg
2f159a1bac remove/move more mach vm header files:
<vm/pglist.h> -> <uvm/uvm_pglist.h>
	<vm/vm_inherit.h> -> <uvm/uvm_inherit.h>
	<vm/vm_kern.h> -> into <uvm/uvm_extern.h>
	<vm/vm_object.h> -> nothing
	<vm/vm_pager.h> -> into <uvm/uvm_pager.h>

also includes a bunch of <vm/vm_page.h> include removals (due to redudancy
with <vm/vm.h>), and a scattering of other similar headers.
2000-06-26 14:20:25 +00:00
briggs
379713ee71 Define SMALL. 2000-06-26 12:34:05 +00:00
bouyer
6a452adcf5 Note PCI0648/0649 support. 2000-06-26 10:12:14 +00:00
soren
dbed2b99d1 Reflect reality. 2000-06-25 17:00:08 +00:00
mrg
53be5b215c <vm/vm_pageout.h> is already empty; kill it totally. 2000-06-25 13:49:33 +00:00
mrg
f5f84f80c5 <vm/vm_prot.h> becomes <uvm/uvm_prot.h> 2000-06-25 13:37:51 +00:00
soren
5f5263355b Add sgimips. 2000-06-24 11:12:55 +00:00
matt
e13db8434d Export boot.fs 2000-06-23 17:59:03 +00:00
matt
e8065169a7 lie about the geometry and get an extra 16 blocks back. 2000-06-22 17:32:22 +00:00
matt
182fce9675 Switch to x_ftp 2000-06-22 17:07:40 +00:00
matt
43c75b3d03 Add dmesg to prog. 2000-06-22 16:00:45 +00:00
minoura
f4876c3dff Use more and zlib version of gzip-clone, and reduce ramdisk size.
Still work in progress...
2000-06-22 14:24:09 +00:00
minoura
3c32824e8a Use newdisk(8) instead of built-in version. 2000-06-22 14:22:41 +00:00
thorpej
53eb5923da libcrypto.so.0.1 and libdes.so.5.1 2000-06-21 19:50:51 +00:00
thorpej
b4ee6fb6cc First sweep of fixing up set lists after crypto integration. 2000-06-21 06:27:55 +00:00
thorpej
e7d6b96938 Merge a bunch of things from crypto-us and crypto-intl into basesrc,
adding support for Heimdal/KTH Kerberos where easy to do so.  Eliminate
bsd.crypto.mk.

There is still a bunch more work to do, but crypto is now more-or-less
fully merged into the base NetBSD distribution.
2000-06-20 06:00:24 +00:00
enami
ff4f7d0056 Sync with reality; netconfig.4 is moved to section 5. rpc.4 is removed. 2000-06-20 04:31:45 +00:00
matt
6f65b2f744 Nuke mount_kernfs and add the new small dmesg. 2000-06-20 04:30:16 +00:00
simonb
ec2eacc1f6 Add a -DSMALL dmesg that uses sysctls only. 2000-06-20 01:52:11 +00:00
minoura
860baf4491 Sort. 2000-06-20 01:28:36 +00:00
tsutsui
b703642129 Rename netbsd-RAMDISK{,3X}.gz -> netbsd.RAMDISK{,3X}.gz for consistency.
etc/Makefile uses ${KERNEL}.${CONFIGFILE}.gz.
2000-06-19 23:46:08 +00:00
tsutsui
db1b5537b4 Rename netbsd-RAMDISK{,3X}.gz -> netbsd.RAMDISK{,3X}.gz for consistency.
etc/Makefile uses ${KERNEL}.${CONFIGFILE}.gz.
2000-06-19 23:46:06 +00:00
tsutsui
01397a64b5 Add etc/netconfig to lists. 2000-06-19 14:55:20 +00:00
tsutsui
c72204655e mkdir -p ${RELEASEDIR}/installation/miniroot on "make release". 2000-06-19 14:39:24 +00:00
matt
bf54f490b3 fix typo. 2000-06-19 01:14:34 +00:00
cyber
4f6b2833f7 dhclient support added 2000-06-18 23:57:32 +00:00
cyber
cbefbdefce dhclient support added
only invoked if dhclient is present on install image
2000-06-18 23:50:02 +00:00
abs
2e1a21aab4 Fix netboot link - noted by ADAM Sulmicki 2000-06-18 19:36:20 +00:00
hubertf
2c8ac0d812 don't worry about non-existing files when deleting obsolete files
in the upgrade-case. just skip them silently.
2000-06-18 13:40:41 +00:00
minoura
bdb99fed93 Reduce the size to fit with a single floppy.
Still too large by 20KB.  ...give up IPv6?
2000-06-18 10:33:18 +00:00
tsutsui
f185c9ff49 Include bsd.subdir.mk first to pull in /etc/mk.conf (via bsd.own.mk).
Otherwise, ".ifndef RELEASEDIR" fails if RELEASEDIR is defined in mk.conf.
2000-06-17 18:37:43 +00:00
hubertf
570a88792c s/cause cause/cause/ 2000-06-17 17:40:32 +00:00
martin
823b565eba Fixed typo. 2000-06-17 15:05:26 +00:00
soda
7c71d119cd legal notice for William F. Jolitz and TeleMuse. 2000-06-17 09:31:17 +00:00
soda
9b59eb4406 backout previous my change (move legal notice of wjolitz from i386 to common),
since
 - it broke context of sentence in i386 port.
 - it seems to better to have port specific legal notice in
   port specific place from maintenance point of view.
2000-06-17 09:28:25 +00:00
soda
9be7e873e1 move legal notice of William F. Jolitz and TeleMuse from i386 to common,
since this is now referred from arc port, too.
2000-06-17 09:14:15 +00:00
soda
abd83a7d2c add legal notice of OpenBSD, Per Fogelstrom and Opsycon AB. 2000-06-17 09:12:42 +00:00
matt
5274ffa9e2 Add dev/dec/dec_boot.h / remove pmax/dec_boot.h 2000-06-17 06:07:53 +00:00
matt
948f64e88f .include <bsd.own.mk> for BSDSRCDIR 2000-06-17 03:16:54 +00:00
matt
d877c43bc4 quiet this when boot.fs doesn't exist 2000-06-17 03:10:23 +00:00
matt
9317210f75 Add bsd.own.mk so BSDSRCDIR is defined. 2000-06-16 19:28:26 +00:00
minoura
fbf88e897c Include <bsd.kernobj.mk> and <bsd.own.mk> for ${KERNOBJDIR}. 2000-06-16 16:07:09 +00:00
itojun
13f3f0e53d remove /usr/sbin/setkey, since it is now in /sbin .
From: "Akira KUBO" <punio@BALTIMORE.CO.JP>
2000-06-15 04:11:18 +00:00
cgd
c85d2eb42b sweep of my licenses for consistency. (no functional changes) These
files have copyright held by people in addition to myself.  (I did the
original work, they copied it, enhanced it, and added their copyright
to the derivative work.)  Their approval has been given re: the license
change.
2000-06-14 22:52:37 +00:00
cgd
db755e7c76 sweep of my licenses (userland files w/o only my copyright) for
consistency.  (no functional changes)
2000-06-14 17:24:02 +00:00
thorpej
9079663531 Put test(1) back, and give myself 20 lashings for nothing thinking
about that one more carefully.
2000-06-14 17:20:56 +00:00
assar
66ac6d517e obsolete list from crypto stuff 2000-06-14 15:33:58 +00:00
assar
7aa55bcadf update so that it's more in-line with reality 2000-06-14 15:24:08 +00:00
tsutsui
289fd8c28e The first cut of news68k install notes. Needs more enhancement.
XXX How can we sync "contents" files on all ports?
2000-06-14 10:34:29 +00:00
tsutsui
09e4bbfffd Change directory name (floppies -> floppy) like other ports. 2000-06-14 10:24:24 +00:00
cgd
d220ca5ba3 fix up NetBSD RCS Ids to match the standard, and the leading comment as
to match as well.  No functional changes.
2000-06-14 06:48:47 +00:00
cgd
c3d57dd767 move RCS Id, and fix bogus comment start (# instead of # ?!?!) 2000-06-14 06:35:19 +00:00
cgd
ba7e40e619 trim some irrelevant gunk 2000-06-14 06:32:31 +00:00
shin
0750878997 note that Xhpc is EXPERIMENTAL. 2000-06-14 03:33:11 +00:00
itojun
00ded2c64e add rc.d/ipsec for ipsec configuration. when enabled, it will inject
/etc/ipsec.conf into "setkey -f".  PR 9609.
2000-06-13 16:29:53 +00:00
itojun
11a42bf1f4 move setkey(8) from usr.sbin to sbin, to enable us to initialize
IPsec manual key before /usr mount..
(based on "don't use cvsmove" discussion i have seen, I did not use cvsmove)
2000-06-13 15:15:21 +00:00
shin
1168e0d779 make it up to date. 2000-06-13 12:56:59 +00:00
shin
7a28f08c92 add some supported hardwares. 2000-06-13 12:56:13 +00:00
itojun
f271a2cc0d do not install /usr/sbin/scriptdump, a helper perl script for setkey(8).
makes no sense when we have no perl in base system.
2000-06-13 05:35:45 +00:00
mycroft
4fcafab072 Oops; nuke a file that really should be gone. 2000-06-13 03:12:44 +00:00
wiz
e5fae83b0b add mvme68k/le.{0,4}, too. 2000-06-13 01:54:28 +00:00
wiz
3249547159 oops, awictl.h was in dev/ic, not dev/isa 2000-06-13 01:53:48 +00:00
wiz
ad144540cf add /usr/share/postfix 2000-06-13 01:02:31 +00:00
wiz
16764c07a1 add awictl.h, espvar.h, some ntfs/*.h, vm/vm_{conf,swap}.h and
svc_getreg{,set}.{0,3}
2000-06-13 01:00:17 +00:00
wiz
f0abc226bd for consistency with other obsolete.*: remove leading '.' 2000-06-13 00:58:33 +00:00
wiz
632e153699 add bin/rcorder, portmap, usr/sbin/smrsh, update;
also add atari/ahdi* man pages, and fix a pasto for nfsiod.8
2000-06-13 00:57:22 +00:00
wiz
827edfa76c move pcvt files and devices to obsolete lists 2000-06-13 00:54:21 +00:00
matt
0e1c354b40 Install XCOFF ofwboot into installation area. 2000-06-12 23:02:45 +00:00
gmcgarry
0e85a3b273 Add Gregory McGarry <gmcgarry@netbsd.org> to list of developers. 2000-06-12 22:47:17 +00:00
bouyer
5df54cd1f2 Note HPT366 support. 2000-06-12 21:27:12 +00:00
mycroft
5f61ae5a02 Whee. Catchup time again. 2000-06-12 19:49:17 +00:00
he
561186c423 Oops, need to descend into ramdisk-tiny now too. 2000-06-12 18:53:01 +00:00
he
5ebb61c202 Fix the previous in another way:
o Wave goodbye to INSTALL_SMALL-based boot image (it was originally
   built for 5.25" media, but isn't anymore).
 o Make a separate ramdisk image for the INSTALL_TINY image,
   using the old script-based installer (not fixed/checked at the moment).
   However, at least tweak the profile scripts to start it instead of sysinst.
   Also remove ping6 and rtsol from ramdisk compared to original; the
   INSTALL_TINY image doesn't have INET6.
 o Add dump/restore back into both ramdisk images.
 o Add scsictl and chio to the normal ramdisk image (INSTALL-based fdset)
 o With dump/restore reinstated, remove the rescue-* and ramdisk-rescue
   directories.

So, we're now back to having the recovery tools on the same image as
the boot media images.
2000-06-12 18:51:14 +00:00
shin
9816e4fe55 install installation kernel and helper program (pbsdboot.exe). 2000-06-12 12:39:20 +00:00
ad
96efe00076 Fix a botch. 2000-06-12 11:05:35 +00:00
jtk
8a4c44eac9 Fix up to reflect source changes in dhclient 2000-06-12 02:36:18 +00:00
tsubai
8df877fc1c Add powerpc/{endian_machdep.h,hid_601.h}.
Create obsolete.powerpc.
2000-06-11 14:13:00 +00:00
tsutsui
f3534d3bec - Build an INSTALL kernel on the separate directory.
- Install an INSTALL kernel and boot.fs image to RELEASEDIR.
2000-06-11 11:35:18 +00:00
fredb
0a7043068f Expand NOTESOBJDIR only once. 2000-06-11 11:06:24 +00:00
he
ceaccf4ae5 Add construction of three types of "rescue" images, based on the
boot images.

The difference compared to the boot images is that these do not contain
sysinst, but do on the other hand contain dump/rdump, restore/rrestore,
scsictl and chio in addition to the other stuff already on the install
floppies.

The images built are
	rescue1.fs
	rescue2.fs	Based on the full INSTALL kernel, on two floppies
	rescue-sm.fs	Based on INSTALL_SMALL
	rescue-ti.fs	Based on INSTALL_TINY
2000-06-10 18:56:47 +00:00
matt
4a6f6fd467 nuke slattach and restore/rrestore to get back space taken by new rpc code 2000-06-10 04:56:12 +00:00
matt
d619f5e86e Remove update since it doesn't exist anymore 2000-06-10 04:29:31 +00:00
tsutsui
1fae0a9ed1 Make fd0 device files. 2000-06-10 04:05:49 +00:00
tsutsui
1b49850675 Sync with etc/etc.sun3/MAKEDEV. 2000-06-10 04:04:45 +00:00
tsutsui
46b2cf55f2 Ramdisk kernels have been renamed. 2000-06-10 03:04:43 +00:00
tsutsui
42f4262fbb Pass ${DESTDIR} to RunList.sh. 2000-06-10 03:02:14 +00:00
tsutsui
2175a56cb7 - Pass ${DESTDIR} to RunList.sh.
- Remove *.cro and *.c on make clean.
2000-06-10 03:01:14 +00:00
tsutsui
294d8d9c41 sysctl(8) was moved from /usr/sbin to /sbin. 2000-06-10 02:57:25 +00:00
tsutsui
7d1f42b466 Remove include bsd.own.mk. It is included by bsd.subdir.mk. 2000-06-10 02:50:34 +00:00
tsutsui
75c6529048 Remove unused ${GEOM}. 2000-06-09 16:45:31 +00:00
tsutsui
a3a4a93eab Pass ${DESTDIR} to runlist.sh. 2000-06-09 15:18:55 +00:00
tsutsui
c6083562ce - Use vnd instead of sd1b to build ramdisk image.
- Adjust ramdisk size.
- Switch to MI mdsetimage(8) from home-grown rdsetroot.
2000-06-09 15:03:34 +00:00
tsutsui
b3e031a6db Use vnd rather than sd1b to make miniroot image. 2000-06-09 14:58:32 +00:00
tsutsui
3efda7f3c0 - Update shlib versions. (XXX They should be taken from shl.mi)
- Remove strings and libgnumalloc.
2000-06-09 12:55:40 +00:00
onoe
d875086bb3 /usr/include/dev/ic/awictl.h is removed due to awictl interface has been
replaced by wiconfig(8)
2000-06-09 05:59:43 +00:00
tsutsui
b8883b183d Use also x_ftp and x_sh. 2000-06-08 23:39:43 +00:00
tsutsui
b0d54f368a Add "COPTS= -Os" for building libhack.o. 2000-06-08 23:39:07 +00:00
matt
238972e741 Add make release support so automake snapshots 2000-06-08 17:39:44 +00:00
tsutsui
8e84cf560d Add Makefile for building SUBDIR. 2000-06-08 13:55:46 +00:00
itojun
9537caed22 add 1.13 -> 1.14 again (obsolete IPv6 headers). it would be better
if we can smoothly upgrade from 1.4[A-Z] to 1.5 (like Comdex snapshot).
2000-06-08 01:24:38 +00:00
marc
064ca03436 prevent unecessary rebuilds of ${IMAGE} 2000-06-07 22:15:31 +00:00
thorpej
5dd5a4e083 Remove restore(8). It doens't belong on install media, and if we
want to provide that functionality, we can do it some other way.
2000-06-07 21:13:12 +00:00
thorpej
9e01451f4c test is a shell built-in; don't need a separate binary. 2000-06-07 21:00:03 +00:00
thorpej
2304ada2b0 Need /etc/netconfig. 2000-06-07 20:43:11 +00:00
thorpej
765e8772d7 Need /etc/netconfig. 2000-06-07 20:42:19 +00:00
thorpej
ceff2dc6bc Need /etc/netconfig. 2000-06-07 20:32:06 +00:00
thorpej
b871a87cc8 Need /etc/netconfig. 2000-06-07 20:23:19 +00:00
matt
a83202e259 Add netconfig 2000-06-07 20:08:12 +00:00
thorpej
464b4e3de0 Need /etc/netconfig. 2000-06-07 19:54:50 +00:00
thorpej
eef8b653bc Need /etc/netconfig. 2000-06-07 19:42:23 +00:00
thorpej
afb5621bab Add another `cylinder' to the ramdisk. 2000-06-07 19:41:47 +00:00
matt
a0cdedfb34 add netconfig 2000-06-07 19:38:00 +00:00
tsutsui
c49a328d6f Turn off xserver and xfonts sets on default. 2000-06-07 13:07:41 +00:00
thorpej
4b4411fe04 Update for reality. 2000-06-07 01:31:37 +00:00
matt
3d4cc8a161 Needed so that obj directories are created properly. 2000-06-06 21:00:31 +00:00
gmcgarry
3129070fd6 New driver for Xircom CreditCard PCMCIA Ethernet. Replaces xe driver which
didn't work.  Renamed to avoid clash with next68k network driver.
2000-06-05 23:14:22 +00:00
thorpej
60a5fb3613 alpha/intrcnt.h is obsolete. 2000-06-05 21:55:29 +00:00
simonb
57301eb879 Add xntp 3.5 programs, libraries and doco to the obsolete list 2000-06-05 03:17:23 +00:00
cgd
cffb580806 Implement the more flexiable `evcnt' interface as discussed (briefly) on
tech-kern and now documented in evcnt(9).
2000-06-04 19:14:14 +00:00
itojun
eed37fdd23 we have never shipped IPv6/IPsec in official releases, so we don't
need to register files that are gone.  From: bernd ernesti
2000-06-04 12:25:25 +00:00
itojun
d586fbe2be register removed IPv6/IPsec include files (nonstandard file paths). 2000-06-04 11:58:25 +00:00
itojun
93b2b4e693 remove include files in nonstandard path
(has been #error for couple of months).
2000-06-04 11:52:06 +00:00
itojun
e56538278d add sys/ansi.h 2000-06-04 08:53:58 +00:00
matt
04a2da60cb add some missing files. 2000-06-03 05:36:56 +00:00
matt
da9fca7cc8 va-ppc.h and vmparam.h are no longer existant in /usr/include/powerpc 2000-06-03 05:31:23 +00:00
matt
d5ae57122b need bsd.own.mk 2000-06-01 06:56:55 +00:00
matt
b0eda434e1 need bsd.own.mk for BSD*DIR 2000-06-01 06:56:12 +00:00
matt
8b35a1a9be need bsd.own.mk for KERNOBJDIR 2000-06-01 06:54:57 +00:00
matt
6efd6747ac need bsd.own.mk 2000-06-01 06:53:55 +00:00
matt
3586ef00b3 make snap_md_post do the right thing. 2000-05-31 21:51:27 +00:00
matt
5d41eae943 Need <bsd.own.mk> to get BSDSRCDIR 2000-05-31 20:28:27 +00:00
matt
559fadb14a To pick up KERNOBJDIR, we need to include bsd.own.mk before the loop. 2000-05-31 17:14:01 +00:00
enami
48f28a68be There is no formatted man pages under man9. 2000-05-31 08:02:45 +00:00
cgd
016962c8ae add softintr-related pages 2000-05-31 00:43:17 +00:00
matt
f43d715728 Make the path relative instead of using BSDSRCDIR 2000-05-29 05:37:06 +00:00
matt
cd116b1569 Add fddi.c 2000-05-29 03:13:24 +00:00
augustss
5036bc4fc0 Add mca(4). 2000-05-28 22:38:54 +00:00
ragge
db2af6e8dc Place vsio.h in obsolete list. 2000-05-28 19:49:50 +00:00
blymn
ef06522539 Bump minor lib version of libtermcap & libtermlib 2000-05-28 09:59:48 +00:00
fvdl
902ae34ae6 When converting from relsecs to chs, if the value exceeds the maxmimum
that can be specified with CHS, truncate it to the maximum values that
the BIOS provided, not 1023*255*63. Some BIOSs get awfully cranky when
you do that.
2000-05-27 18:41:36 +00:00
simonb
3ecaf10108 Bump libkvm minor. 2000-05-26 02:44:33 +00:00
shin
1498143bfa add lfs_ manpages. 2000-05-25 04:20:46 +00:00
matt
2b6f5625e6 Fix a new nits. we never the dev entries for cd0 or cd1. opps. be
consistent with terminal types.
2000-05-24 23:20:46 +00:00
matt
5d64a08f5f add ramdisk-kernel. 2000-05-23 18:36:04 +00:00
matt
76a7f5856a Build the INSTALL ramdisk kernel 2000-05-23 18:34:58 +00:00
shin
7b961f3147 fix disk usage. 2000-05-23 12:38:39 +00:00
blymn
dd22c41749 Bumped minor of libtermcap. 2000-05-20 13:57:28 +00:00
wiz
c4c0300d19 We don't need to fsck -f filesystems, plain fsck is good enough.
Define DEBUG_SETS to fsck -f by default instead.
2000-05-20 00:45:45 +00:00
kleink
793557dfb6 Sync. 2000-05-18 12:09:52 +00:00
shin
6eb7daf256 sync with reality. 2000-05-18 07:22:57 +00:00
shin
15a4223c42 add <mips/endian_machdep.h>. 2000-05-18 07:02:00 +00:00
matt
9d53129465 Updagte the VAX bits so they actually work. Use the common method of building
miniroots.  Fix the ramdisk bits.  Use the INSTALL kernel.  This stuff has
really suffered from bitrot.
2000-05-18 02:12:43 +00:00
matt
594a6a1750 Link sysinst -static too. 2000-05-18 01:10:58 +00:00
matt
9b64288b04 Part II. Link everything -static since that's what want for crunchgen
later on.
2000-05-18 01:10:22 +00:00
matt
e123fd0f5a Compile things with -Os. I wonder if compiling -Mno-pic for mips and vax
would shrink them even more?
2000-05-18 00:43:05 +00:00