tsutsui
f03e8cf780
Add Makefile to build bootfs.
2001-02-01 06:09:38 +00:00
tsutsui
54ba9312c1
Remove mount -t kernfs
2001-02-01 06:08:00 +00:00
tsutsui
f4d61195b4
- Remove mount_kernfs and rcp
...
- Add dmesg
2001-02-01 06:07:22 +00:00
tsutsui
6d5a9315b0
Remove /kern.
2001-02-01 06:05:46 +00:00
tsutsui
281108ad68
Shrink ramdiskbin:
...
- Remove mount_kernfs and rcp
- Use x_ed, x_ftp, x_sh, x_umount and libhack.o
- Add x_dmesg
2001-02-01 06:05:14 +00:00
tsutsui
cc69b6930f
Use libhack.o. (save ~20kbytes)
2001-02-01 05:57:29 +00:00
tsutsui
6cbf8eaac7
Remove "COPTS= -Os". It is now specified in util/libhack/Makefile.inc.
2001-01-31 20:58:31 +00:00
tsutsui
b5a9f7605f
Add x_umount to SUBDIR.
2001-01-31 20:48:11 +00:00
itojun
2486582227
move /usr/lib/runemodule/*.a from base to comp.
...
change package name to {base,comp}-rune-lib.
2001-01-31 17:53:23 +00:00
augustss
edf1fa21c4
Add umidi(4).
2001-01-31 04:32:18 +00:00
itojun
9320fcb7d7
add /usr/lib/runemodule/*.a for completeness.
...
From: wormey@eskimo.com (Space Case)
XXX pkg name correct?
2001-01-30 10:10:45 +00:00
jwise
a141a9a2f6
Catch a few more stragglers from an older change.
2001-01-30 03:18:04 +00:00
dent
83aa5ab74a
Fix typo.
2001-01-29 03:50:20 +00:00
jwise
b23f161bc0
Change two package names for consistency with base and man.
2001-01-29 01:23:22 +00:00
jwise
ae13a53f0d
Fix one misplaced file.
2001-01-28 07:55:44 +00:00
jwise
7c3186489e
Finish adding pkg names to this file. That makes all non-X11 sets.
...
Systems Package build system will be imported next, X11 sets after that is
in and working.
2001-01-28 07:51:08 +00:00
jwise
63f9c5b617
bootselect.0 got lost in last commit re-add.
2001-01-28 07:11:38 +00:00
jwise
87c684c4d0
Section 9 man pages belong in comp. Catch a few stragglers.
2001-01-28 06:09:27 +00:00
jwise
46496ef27e
Another batch of pkg names.
2001-01-28 05:55:02 +00:00
jwise
66855ba100
Move vgrinddefs.db to base-groff-share.
...
Now that our db(3) can do byte-swapping, should this be in misc?
2001-01-28 04:33:47 +00:00
nathanw
053b9ae1c7
Add isabeep(4).
2001-01-28 01:43:02 +00:00
jdolecek
8881c0b414
build and install filecorefs LKM same way as other VFS LKMs
2001-01-27 23:48:32 +00:00
jmc
d264c53a1d
Add support for installing serial bootblocks. If biosboot_com0.sym exists
...
on the ramdisk image then ask which set of bootblocks to install (normal or
serial). If it doesn't exist, just install the normal ones. (small/tiny
images).
2001-01-27 07:34:39 +00:00
jwise
262fb25790
Change a package name.
2001-01-26 07:20:22 +00:00
jwise
dbac7f9760
First big chunk of pkg names for this file.
2001-01-26 05:43:52 +00:00
jwise
574a75f36a
Move two files (whois is -netutil-, not -util-, gencat is -locale-bin, not
...
-util-bin)
2001-01-26 05:28:00 +00:00
jwise
196d6f3b1f
Change rune module pkg names so that users can install some rune sets without
...
installing others.
The corresponding pkg creation code (src/distrib/pkg) will be imported this
week. It would be a big win if people could drop me a note before creating
new pkg names until then. (and possibly after, until things are shaken out some more)
OTOH, many thanks to all who have included pkg names in new files added to
these lists :-)
2001-01-26 03:05:40 +00:00
jwise
3a7c0a99b2
Remove `comp-miscutil-*' pkgs. Make `comp-cvs-*' pkgs for CVS, and put
...
other files from comp-miscutil-* in appropriate places among comp-debug-*,
comp-util-*, and comp-c-*.
2001-01-26 02:04:22 +00:00
jwise
b3845dd211
Add pkg names.
2001-01-26 01:39:16 +00:00
jwise
eb1f4a000c
Add pkg names for remaining files in `base'.
2001-01-26 01:37:19 +00:00
jwise
3e7af94fd9
Fix placement of /sbin/ldconfig
2001-01-26 01:34:21 +00:00
jwise
3c214ab8b3
Fix a few typos which had crept in.
2001-01-26 01:33:17 +00:00
wiz
8981ae3b2f
Add some dirs, libform headers and libs, esm man pages, isdn examples.
2001-01-25 09:49:53 +00:00
itojun
4481e2ca0d
build multibyte locale modules. installed into /usr/lib/runemodule and
...
dynamically loaded at runtime.
2001-01-25 09:16:38 +00:00
jwise
47e565f6e6
One more (add pkg names)
2001-01-25 08:33:56 +00:00
jwise
4d062ebd28
Add package names to a bunch more architectures
2001-01-25 08:29:19 +00:00
jdolecek
4581cb1397
build & install string2key manpage, too
2001-01-24 23:09:30 +00:00
jmc
5b7e142d78
Only put std devices onto the image's /dev.
...
Then once booted mount mfs onto /dev and make a full device tree. This gets
around the silliness of running out of either space/inodes all the time when
building the floppy images. Tested this on all combinations of floppies.
2001-01-24 18:18:57 +00:00
jmc
0c549828e0
Change inode allocation to 5000 since we don't need nearly as many inodes now and do need the space they take up.
2001-01-24 18:18:56 +00:00
jmc
bcdff193d6
Only put std devices onto the image's /dev.
...
Then once booted mount mfs onto /dev and make a full device tree. This gets
around the silliness of running out of either space/inodes all the time when
building the floppy images. Tested this on all combinations of floppies.
2001-01-24 18:18:56 +00:00
jmc
26563cce4d
Trim down /dev entries to only things that are configured in INSTALL_TINY
...
kernels (which doesn't include sd, ld, etc). Tested on a 4M constrained
machine.
2001-01-24 18:16:43 +00:00
jwise
4851656610
More pkg names. Other machines in the morning.
2001-01-24 09:39:37 +00:00
garbled
566ab1972e
Add the new sushi forms to this setlist
2001-01-24 09:38:26 +00:00
jwise
04a97c8909
Finish adding package names to this file.
2001-01-24 09:28:27 +00:00
jwise
a7bbbe24e4
More changes for consistency with base set pkgs.
2001-01-24 08:47:06 +00:00
jwise
afc97cc057
Merge ipf examples into misc-netutil-examples, as the ipf binaries are
...
installe by base-netutil-bin
2001-01-24 08:22:13 +00:00
jwise
11786427d0
rename misc-net-examples -> misc-netutil-examples, for consistency with base set
...
pkgs.
2001-01-24 08:17:53 +00:00
jwise
054e5998ff
Move rtadvd.conf example file to `misc-router-examples'
...
Previous was not wrong, but if other software from `base-router-*' has
examples later, they can be together in this package.
2001-01-24 07:59:06 +00:00
jwise
77398f85cb
First half of package names for this file.
2001-01-24 07:56:20 +00:00
jmc
0b45809568
Change inode allocation numbers to get everything to fit.
2001-01-24 06:11:40 +00:00