Commit Graph

2564 Commits

Author SHA1 Message Date
thorpej 40a83c5329 Add kttcp device. Fix systrace major number. 2002-06-30 23:31:59 +00:00
tsutsui a3a42ea084 Fix typo in rev 1.10. 2002-06-30 02:57:05 +00:00
lukem 7a3ba9ecb7 revert previous; the user is supposed to be able to change /etc/wscons.conf
from the default shipped one, and the rest of the test in do_wscons()
is to detect obsolete wscons.conf(5) directives on systems with a
wscons.conf from an older release / source tree.
2002-06-29 22:25:23 +00:00
itojun cd584a155b make 'fix wscons" work. 2002-06-29 19:47:02 +00:00
matt d81b00466f Add kttcp 2002-06-29 19:29:11 +00:00
itojun c589b132db dig /etc/systrace 2002-06-29 17:27:42 +00:00
grant 490569127e add wsmoused. 2002-06-29 04:07:08 +00:00
thorpej 7f2925365c Add the kttcp device. 2002-06-28 23:29:26 +00:00
skrll 16d1e38bf6 No need for an installation/misc directory.
Add hooks for iso image creation.
2002-06-28 12:40:10 +00:00
lukem 827e6e33a7 - do_makedev(): if the compare_dir() fails, return immediately
- if SRC_DIR or DEST_DIR == /, set to "" so that various pathnames
  don't end up with a leading "//".  when specifically printing just
  the xxx_DIR variable, use ${xxx_DIR:-/} to DTRT
- cosmetic coding tweaks
2002-06-28 09:35:23 +00:00
wiz 7571c41c61 Add comments for ws* devices.
Please, don't forget to add comment lines when adding/enabling device
nodes.
2002-06-27 23:11:29 +00:00
wiz 236267aac4 Add comment for audio device.
Please, don't forget to add comment lines when adding/enabling device
nodes.
2002-06-27 23:06:41 +00:00
ross 686a24e882 add bktr 2002-06-27 18:34:32 +00:00
tsutsui daf88b8ce1 - remove redundant wscons devices in target "all"
- add wsmux devices
- make correct md devices
2002-06-27 16:22:35 +00:00
christos e2eb1d43c0 add a line about wsmoused commented out. 2002-06-27 15:10:32 +00:00
christos 7f89b13752 Add wsmoused 2002-06-27 15:08:55 +00:00
christos 1cbe550fe4 create /dev/ttyEstat 2002-06-27 15:08:12 +00:00
itojun 8e021f72ae add "makedev" target. 2002-06-27 02:26:39 +00:00
abs 77f731d1d6 The shark has a builtin audio device - create /dev/audio and friends 2002-06-26 18:26:46 +00:00
simonb 71b6692166 Build the MALTA kernel. 2002-06-26 00:40:33 +00:00
itojun 7f0b7d43b9 build GENERIC kernel 2002-06-26 00:11:16 +00:00
cyber e749cf34ed Framework for release bits
Specifically, build and gzip the kernel.
2002-06-25 22:55:56 +00:00
wiz 05f4b3dd11 Sync "sh $0.local all" lines. 2002-06-19 15:08:40 +00:00
wiz 6bb56fb9e2 Document that usb devices are generated by default. 2002-06-19 15:02:08 +00:00
wiz 9034f4fdf1 By default, make ugen0 in the usbs target too, as i386 and x86_64 already did. 2002-06-19 15:00:03 +00:00
wiz 6ff28e9bbf Update comment on how to generate MAKEDEV(8). 2002-06-19 09:30:35 +00:00
wiz 44b5cee1bf Add x86_64 cat8/man8/html8. 2002-06-19 09:23:52 +00:00
thorpej cd1a49324a Add the smmsp uid and gid. 2002-06-18 22:58:30 +00:00
itojun 74377e4ab2 md5/bcrypt password starts with $[12], so use ^ in regex 2002-06-18 22:43:53 +00:00
itojun b9d4a3192a recognize md5/bcrypt password. noted by: Eric Jacoboni <jaco@teaser.fr> 2002-06-18 22:21:43 +00:00
fvdl 60b70ca095 etc files for x86_64 2002-06-18 20:30:41 +00:00
lukem da820a3387 Build the list of names to check for $XXX_chrootdir support from
`rcorder -k chrootdir` rather than hardcoding "named ntpd".
Based on [misc/16884] from Jarle Greipsland <jarle@uninett.no>
2002-06-18 14:35:38 +00:00
wiz c39e9e2714 Sort clockctl entry, and use standard formatting (tab before and after),
needed by MAKEDEV(8)-script.
2002-06-18 13:58:36 +00:00
wiz 4549742eba Add note about how to make MAKEDEV(8). 2002-06-18 13:54:40 +00:00
wiz c12525ff19 Add comments so that the autogenerated MAKEDEV(8) has some contents. 2002-06-18 13:54:26 +00:00
wiz b097765198 Update comment on how to regenerate MAKEDEV(8) after changing the
MAKEDEV script. Not that anybody acts on it, but it's nicer if it's correct.
2002-06-18 13:40:14 +00:00
wiz 4dcfef17f0 Use standard names for isdn devices (not i4b any longer...). 2002-06-18 13:37:44 +00:00
wiz 03e60642a7 Add some more cat8/man8/html8 dirs (cesfic, evbmips, hp700, hpcarm, sbmips) 2002-06-18 13:22:25 +00:00
itojun 7dd411b55d userland access to apm emulation. 2002-06-18 05:24:44 +00:00
itojun f72547931b no apm support 2002-06-18 05:01:55 +00:00
itojun 19a306b9bd no apm device on mmeye 2002-06-18 05:01:09 +00:00
christos 4bef4356c3 Add device creation support for systrace. 2002-06-17 16:21:03 +00:00
fredette 82e3b21cfd When making devices for the ramdisk, instead of making character
devices for CD-ROMs, which aren't useful on the ramdisk, make
block devices instead.  This makes it easier to boot a CD-ROM
and install a miniroot from same.
2002-06-17 13:30:39 +00:00
drochner fbb91339a2 make the port more complete 2002-06-17 10:50:01 +00:00
lukem 56dc20a9f6 ntpd_chrootdir needs /dev/clockctl as well 2002-06-17 06:47:58 +00:00
lukem 4f0cd76133 Add clockctl device (at major # 55). 2002-06-17 06:27:26 +00:00
isaki d963ce0235 Reduce number of ptys for install image. 2002-06-15 11:16:45 +00:00
isaki 55beb4983c Delete sd7 2002-06-15 11:12:28 +00:00
lukem 3da8227a70 $ntpd_chroot requires "pseudo-device clockctl" in the kernel 2002-06-15 01:55:44 +00:00
wiz a638908be5 Make tabbing consistent. From misc/17255 by Julio Merino. 2002-06-14 09:59:08 +00:00