Commit Graph

4430 Commits

Author SHA1 Message Date
jmc 26b0861d8f Make everything fit once again.
Remove restore from the ramdisk as this is building a bootfloppy for
installing and this simply won't fit anymore. If repair images are desired
this should go the x86 route and build separate floppies for different
purposes.

Change sh to use the x_sh from distrib/utils and move some items around
in the list so they happen earlier (making the pw file).
2001-11-11 07:46:46 +00:00
wiz 588034584f Add MAKEDEV(8) for evbarm and the necessary dirs. 2001-11-10 23:04:04 +00:00
gmcgarry d6b3cc6311 Add compile_et(1) manpage. Placed in category 'krb5' since compile_et
is specified as such, but it isn't necessarily specific to krb5.
2001-11-10 07:58:32 +00:00
gmcgarry 2c116fc47d Add i386_set_mtrr(2), i386_pmc_info(2). 2001-11-10 06:46:04 +00:00
gmcgarry a9fc514e6d Add skey(3) pages. 2001-11-10 06:24:47 +00:00
gmcgarry c010276a1e man3 -> cat3 fixups, resort 2001-11-10 06:23:01 +00:00
tsutsui 67c466f89d Use ${VND} (not ${VND_DEV}) for vnconfig in unconfig target. 2001-11-09 21:00:04 +00:00
tsutsui 14f6bfa64d Use "vnd0" instead of "/dev/vnd0c" as argument for "vnconfig" because it
is more portable and works with the latest "vnconfig".

XXX news68k (and alpha) use /dev/vnd0c to installboot vnd images..
2001-11-09 20:52:18 +00:00
joda ad8a74803b ...but the preformatted pages should be labelled as -catman 2001-11-09 15:57:26 +00:00
joda 24e81c59a8 add a bunch of MLINK's 2001-11-09 15:44:31 +00:00
reinoud 411b3e63cf Update it again *sigh* ... still trouble with my snapshot's ELF in building
the ramdisc but eventually the all-ELF ramdisc got build by an a.out
system...
2001-11-09 01:42:14 +00:00
reinoud a706224d9e Fix bootdisk lossage .... 2001-11-08 22:18:49 +00:00
gmcgarry 9a9f44d50b Install krb5.3 2001-11-08 19:47:59 +00:00
tron 34d8f65b19 Use "vnd0" instead of "/dev/vnd0c" as argument for "vnconfig" because it
is more portable and works with the latest "vnconfig".
2001-11-08 16:52:20 +00:00
jmc 3d866aff42 Add netsmb and smbfs dirs under include 2001-11-08 09:15:08 +00:00
jmc 17742578ef Add trm.4 and makefs.8 2001-11-08 09:14:18 +00:00
jmc 0807cb719b Add makefs 2001-11-08 09:14:02 +00:00
jmc 9cc2cb211f Turn back on all floppies. They all build once again with both new and old
toolchains
2001-11-08 07:41:03 +00:00
jmc c79e9118a0 Nuke chio and chroot to make some room. Also twiddle with inode size on newfs.
Makes everything build once again.
2001-11-08 07:40:01 +00:00
jmc fbc66d002f Bump inode size up to get some space. Very few inodes actually get used here 2001-11-08 07:37:39 +00:00
tron ae4a0efaaa Fix oversight in last commit. 2001-11-08 07:30:00 +00:00
tron d6302e0641 Use the block device when invoking "vndconfig" because the character
device isn't accepted any longer.
2001-11-08 07:29:45 +00:00
christos 6e43164c91 1. delete all instances of /dev/{r,}vnd0d. Use vnconfig vnd0 and disklabel
vnd0 and let opendisk(3) DTRT.
2. resize some of the images since we've gotten an average of 5K more
   with the new toolchain.
3. comment out the rescue disks, since they don't fit anymore.

Now the whole directory compiles and works with the in-tree toolchain,
but does not work still with USETOOLS.
2001-11-08 02:10:25 +00:00
shin e056338509 use raw device name for vnconfig. 2001-11-07 08:02:54 +00:00
enami 396974c426 %s/vn_marktext/vn_markexec/
Pointed by ishii@sm.sony.co.jp.
2001-11-07 05:27:14 +00:00
christos 9dda7754d1 Use the raw device for vnconfig. 2001-11-07 03:54:13 +00:00
christos 18e3ce40a8 Use the raw device for vnconfig and disklabel. 2001-11-07 02:50:22 +00:00
enami d4f33cda47 Minor version of libtermcap/termlib is bumped to 5.
Pointed by ishii@sm.sony.co.jp.
2001-11-06 05:43:08 +00:00
hubertf 58164365b3 Install kafs.3
XXX There's still a big lack of documentation on the big number of
    kerberos related libraries!
2001-11-05 15:05:55 +00:00
wdk cb516564d4 Remove duplicate .include 2001-11-04 06:18:26 +00:00
jhawk 0016013e96 Clarify the disk2 confusion about .tgz files (grammar correction). 2001-11-04 06:00:03 +00:00
tv 1129ed4afe Improve readability and reduce redundant redundancy in share/mk; add some
descriptive comments.  The guts of hostprog, lib, and prog are mostly
unchanged; this will be done in another pass.

Make several things work properly with UNPRIVILEGED set, and make the
install-time "cmp" logic work for MANZ.  Also reimplement INCS{DIR,NAME}_foo
(requested by wiz) in a backwards compatible way.

Reviewed by christos.
2001-11-02 05:21:47 +00:00
reinoud 1ee1d4a7ad Use the -F writing to a normal file feature of newfs to avoid problems with
rewriting the disklabel. The newfs is moved up in the sequence after the
creation of the file and the disklabel is written after it.
2001-10-31 22:30:47 +00:00
gmcgarry 1d6a2b23b9 vn_marktext.9 becomes vn_markexec.9 2001-10-31 19:57:18 +00:00
jdolecek 76dc75c365 svr4 compat LKMs work on i386 2001-10-31 18:30:18 +00:00
skrll 0a9eeb6303 Add a man page for ld.elf_so. 2001-10-31 18:26:23 +00:00
jmc b13224ff44 This file doesn't belong...No need for it and direct obj dirs can/will pick it up and do the wrong thing 2001-10-30 04:58:08 +00:00
augustss 9019bcca8d Add moused. 2001-10-29 23:29:11 +00:00
chs 5855efa8d8 add a warning about the sun3 firmware not being able to access
more than 1 GB of the disk.
2001-10-27 22:38:09 +00:00
jdolecek 4d0bc92582 add FreeBSD compat LKMs: compat_freebsd.o, exec_freebsd_elf.o,
exec_freebsd_aout.o
2001-10-27 12:15:12 +00:00
jmc ed879354c5 Add clockctl.0 2001-10-27 06:29:42 +00:00
jmc e4760b340c Add farber fortune files 2001-10-27 06:29:00 +00:00
briggs 7bd7e68996 First cut at sysinst for sandpoint. 2001-10-24 19:43:40 +00:00
briggs 308f381263 Initial cut at installation instructions for sandpoint. 2001-10-24 18:30:34 +00:00
nonaka ea626a3168 Fix cross-compile failure. 2001-10-24 15:30:47 +00:00
enami 4644bbe41d s/fnctl/fcntl/ 2001-10-24 09:01:47 +00:00
scw ecaaa69b6d miniroot.gz -> miniroot.fs.gz
Reported by Ken Seefried.
2001-10-23 22:13:35 +00:00
tv 4adbe6d1df .include <bsd.subdir.mk> in order to inherit no-op standard targets like
the other Makefiles here do.  This really isn't the Right way to do it in
the long run (better to use <bsd.prog.mk> with NOPROG), but it works.
2001-10-23 16:30:35 +00:00
gmcgarry ec7180252d fnctl -> fcntl 2001-10-22 19:22:42 +00:00
kleink 34d9b38549 libc.so.12.80. 2001-10-22 18:11:43 +00:00