tsutsui
ac992d6bf7
Remove pwd_mkdb stuff since /etc/passwd file is not needed for install media.
...
Pointed out by lukem.
2002-03-18 15:30:55 +00:00
yamt
bce8f1fcdb
bump libc minor to 83.
2002-03-18 10:02:50 +00:00
tshiozak
8e7efd7c05
add manpages for mb*/wc* functions.
2002-03-18 08:27:53 +00:00
lukem
a92372d6b7
add empty image_md_post rule so ports that don't provide one won't barf
2002-03-18 04:08:47 +00:00
lukem
71a6f6b575
If we're going to use DISTRIB(REV|VER) in generated files, have those files
...
depend upon osrelease.sh. Issue raised by Havard Eidnes.
2002-03-17 22:30:31 +00:00
tshiozak
dc7d18ff88
refine i18n stuffs.
...
- add libc/citrus directory.
this directory contains the common stuffs not only for locale
but also other facilities relating to i18n (e.g. iconv).
- To keep the binary compatibility for the ctype modules easily,
the interface between libc and the modules is simplified.
- For the future integrated extension, module pool is renamed
from "/usr/lib/runemodule" to "/usr/lib/i18n".
In the future, this directory will contain the modules for "iconv",
"collation", etc.
- some cosmetic changes.
- Bug fix for runetype.h; __attribute__((__packed__)) is placed at
the wrong position and it is invalid unintentionally.
But, the all members of the structures seem well-aligned. Thus,
this bug causes no problem, hopefully.
HEADS UP:
- /usr/lib/rumemodule is obsoleted. If you use the multibyte locales,
you need to install /usr/lib/i18n/* from sys/lib/i18n_module .
- The binary compatibility of /usr/share/locale/*/LC_CTYPE is probably kept.
Perhaps, the bug fix about __packed__ mentioned above breaks the
compatibility... Be careful especially on 64bit platforms.
2002-03-17 22:14:05 +00:00
scw
48be531fcb
Add an empty (for now) `image_md_post'.
2002-03-17 21:37:25 +00:00
lukem
1c4e12fe15
deprecate Makefile.inc in favor of including ../../Makefile.inc directly
2002-03-17 21:34:37 +00:00
lukem
aa82eb53b0
add missing backslash. noted by Havard Eidnes
2002-03-17 21:33:45 +00:00
wiz
fb38ff8c32
Add audiocs, ebus catted man pages.
2002-03-17 10:57:14 +00:00
wiz
51d6e9c915
Add utmpx.h
2002-03-17 10:56:05 +00:00
wiz
4d8cca5f16
ispppcontrol -> ipppctl
2002-03-17 10:55:02 +00:00
tsutsui
5e4fbddec6
Remove obsolete stuff.
2002-03-17 07:41:50 +00:00
gmcgarry
13b3d79b16
Install HP-IB.geometry as part of the release.
2002-03-17 05:41:58 +00:00
gmcgarry
5b10661ba6
Warn than the INSTALL kernel has been installed.
2002-03-17 05:41:10 +00:00
gmcgarry
ec44419ac0
Use the INSTALL kernel, rather than GENERIC kernel
2002-03-17 05:39:59 +00:00
gmcgarry
e111c9550d
Allow a complete cylinder for the boot code.
2002-03-17 05:38:11 +00:00
lukem
2bee23dd09
remove now-unused cruft
2002-03-17 05:20:23 +00:00
tsutsui
70f4b738b4
Remove test(1), which is sh(1) builtin.
2002-03-17 01:56:06 +00:00
martin
2f5bc7e4b4
ISDN devices renamed, sort, add missing third column for nqmgr.
2002-03-16 17:31:23 +00:00
tsutsui
fd7bd6f395
Handle a.out -> ELF library upgrade in md_update().
...
XXX No French message for emulbackup?
2002-03-16 17:26:55 +00:00
tsutsui
ba21baeee2
- Use new common ramdisk build method.
...
- Add sysinst, and remove some binaries from list (for now).
2002-03-16 15:54:08 +00:00
tsutsui
010ec39dbb
First cut at sysinst for newsmips. Mostly copied from news68k.
2002-03-16 15:47:56 +00:00
tsutsui
9948034261
Use distrib/utils/x_ed, and remove -lcrypt from libs.
2002-03-16 09:35:55 +00:00
tsutsui
b322db6bea
s/macppc/news68k/ in comments. (Oops)
2002-03-16 08:51:07 +00:00
tsutsui
1cdefcf3a6
Fix toggle_getit() args for md_set_no_x().
...
XXX It seems this should be handled without magic numbers..
2002-03-16 08:42:52 +00:00
tsutsui
72fc77e730
Fix typo in toggle_getit() arg.
2002-03-16 08:40:12 +00:00
tsutsui
fd0eb9f1bd
- Use common sysinst/bsddisklabel.c for md_make_bsd_partitions()
...
- Prepare md_cleanup_install() (XXX not tested)
2002-03-16 08:25:00 +00:00
tsutsui
79d84eddd3
Switch to the new common ramdisk build infrastructure.
2002-03-16 07:27:09 +00:00
lukem
c7ab75bebc
need to pass DISTRIBREV and DISTRIBVER to parselist as well
2002-03-16 01:32:21 +00:00
gmcgarry
4681a321e2
.WAIT between targets.
2002-03-15 06:40:42 +00:00
gmcgarry
b5dfc7ec7b
Replace inappropriate comment about floppy with warning about failure
...
on low-memory machines.
2002-03-15 05:26:37 +00:00
gmcgarry
923c2a794d
Remove debugging goo
2002-03-15 05:24:31 +00:00
gmcgarry
68616a4ba3
Increase number of inodes
2002-03-14 23:17:00 +00:00
lukem
deffb66504
parselist.awk
...
- improve comments
- provide a general purpose variable replacement; replace contents of ${FOO}
with ENVIRON["FOO"].
- deprecate @MACHINE@ and @MACHINE_ARCH@ in favour of using ${MACHINE}
and ${MACHINE_ARCH} instead
- add errx() function; like err(), but doesn't print the line number
- invoke this script with various variables defined via PARSELISTENV
*/Makefile*
- use PARSELISTENV instead of POPULATEENV, and add variables like DESTDIR
- other minor tweaks
*/list*
- replace @MACHINE@ with ${MACHINE}
2002-03-14 22:26:08 +00:00
uebayasi
7c2860c21f
Add myself.
...
(And sort while I'm here.)
2002-03-14 13:19:15 +00:00
uwe
8307c93fb8
Add audiocs(4) and ebus(4).
2002-03-14 12:19:55 +00:00
simonb
b7d5e86b60
Add the /etc/ssh directory.
2002-03-14 06:48:28 +00:00
gmcgarry
56a097150f
Use INSTALL kernel in miniroot; add image_md_post target
2002-03-14 04:51:20 +00:00
simonb
fe523d7ec2
The forms library's manual pages are also installed as form.3.
2002-03-14 04:06:11 +00:00
lukem
cd5cc87679
in COPYDIR, don't run the find's if the cd failed
2002-03-14 01:24:35 +00:00
lukem
1a1a1a5721
cosmetic tweaks: sort some variable lists, improve descriptions, [...]
2002-03-14 01:07:27 +00:00
reinoud
a89c6bc776
Only select the RPC_WSCONS as default to prevent confusion and ending up
...
with an NC_WSCONS kernel (ahum)
2002-03-12 19:35:55 +00:00
reinoud
4a02810f4c
Some extra comments
2002-03-12 19:33:54 +00:00
reinoud
04a3a4cd64
Add a comment about the unpacking and settyping of the archive.
2002-03-12 19:20:10 +00:00
reinoud
fc9881cf50
Created RAM discs are not versioned anymore ....
2002-03-12 14:28:27 +00:00
reinoud
86c61262b7
Remove the -p flag ... not interesting for install media
2002-03-12 12:53:08 +00:00
lukem
2383085e6e
cosmetic consistency tweak
2002-03-12 12:52:52 +00:00
lukem
50fa8390ff
tweak the size from 4500k to 4480k, which is on a cyl group boundary
2002-03-12 12:51:57 +00:00
reinoud
f671f099d7
Update the ramdisk building procedure after tips/hints of luke.
2002-03-12 12:44:19 +00:00