Commit Graph

55 Commits

Author SHA1 Message Date
ad 652f0f8841 Back out previous 1999-10-18 22:41:23 +00:00
ad 993ac32fff Final chown user.group -> chown user:group changes. 1999-10-06 22:26:14 +00:00
ad 0cb212b1fe More user.group -> user:group pedantry (these are the loose ends). 1999-10-06 22:05:25 +00:00
hubertf 018c7b4f42 Tidy up comments a bit, to make the manpages generated from the a bit
nicer. Also, add a comment on how to re-generate the manpages if the
MAKEDEV file was changed.
1999-09-18 00:23:35 +00:00
gwr 93720b922f Define our own snap_kern target that builds all the kernels, but
does not install the un-patched ramdisk kernels.  The snap_md_post
target builds the installation ramdisk image, patches that into the
ramdisk kernels, and installs them.  Also the miniroot.
Automated snapshot build works now.
1999-05-21 04:02:02 +00:00
gwr a9233886c4 Increase ramdisk size 1999-05-18 07:51:34 +00:00
gwr f2a23c575b updates for the 1.4 release 1999-05-17 03:35:55 +00:00
cjs 7d1e96cc2f Update all this crap so that `make snapshot' makes snapshots in release(7)
format, rather than in some unknown format. Also clean up the code a bit,
remove some code duplication, and add documentation to the Makefile.
1999-02-05 03:01:49 +00:00
abs a6e0ab6a8c On platforms that have GENERIC kernels containing 'bpfilter 8' or greater,
create at least eight bpf dev entries. (All except atari).
1999-01-16 01:40:27 +00:00
oster 8bfd722a35 Added RAID devices for everyone! 1998-11-13 04:49:01 +00:00
thorpej 7490553d67 Add /dev/scsibus* device nodes. 1998-10-15 21:22:51 +00:00
itohy 03cde6e019 Use "${MAKE}" instead of "make" for cross compilation. 1998-10-09 10:40:59 +00:00
fair 75f8e74b32 These commits do two things:
1. Provide a consistent and extensible framework for compiling
kernels for the "make snapshot" target.

2. Add OBJDIR support for the "make snapshot" target, in the form
of three new make variables: KERNOBJDIR, KERNSRCDIR, and KERNCONFDIR.
Default values are in the Makefile.inc, and for OBJDIR they should
be defined in /etc/mk.conf as

	KERNSRCDIR=${BSDSRCDIR}/sys
	KERNOBJDIR=${BSDOBJDIR}/sys/arch/${MACHINE}/compile

The next step is to make a new target in the src/etc/Makefile for "release"
(or something like that) to make release(7) format files.
1998-06-28 09:38:40 +00:00
fair b2a68fe9de OBJDIR support for "make snapshot" 1998-06-25 17:54:05 +00:00
gwr a3e7f95941 Add fd0 1998-02-11 19:33:56 +00:00
gwr 1a78005b10 Build both sun3 and sun3x kernels 1998-02-11 19:19:53 +00:00
perry 31a32e5502 RCS Id Police. 1998-01-09 06:09:38 +00:00
gwr 07534ce1f9 Add BIN3+=etc.sun3/ttyaction 1997-12-20 01:56:51 +00:00
gwr c0ab21db55 Run getty on the actual devices (not /dev/console) so that
/etc/ttyaction does its thing for /dev/kd but not /dev/ttya
1997-12-15 03:28:32 +00:00
gwr dc6d631270 MAKEDEV all will make lkm 1997-12-09 21:22:16 +00:00
tv 60ac257eb3 Fixes PR #3858: /dev/fd uniformly updated in MAKEDEV to make directory
(and file nodes) owned by root.wheel, and /dev/fd directory mode 755.  Now
it matches mtree (and the rest of the system's permissions/owner layout).
1997-11-26 03:09:23 +00:00
fair ffa1ced6be add appropriate entry to make "random" as documented in rnd(4).
add "random" entry to "all".
1997-11-20 05:57:38 +00:00
gwr 58ec6c7794 Add u?random (also use the mk function a couple more places). 1997-11-04 22:16:16 +00:00
jeremy bb2b303079 Added lkm [PR/4421]. <nathanw@mit.edu> 1997-11-04 15:21:00 +00:00
mikel 3e3f02a092 don't try to copy nonexistent README, & RCSid police 1997-09-20 03:05:39 +00:00
lukem 96f44170dc * use $0 instead of MAKEDEV
* use $((...)) instead of `eval ...`
* st* and md* are now root.operator 640
* reset the umask after running MAKEDEV.local
1997-08-22 15:02:12 +00:00
lukem e9aa93e046 obsolete stuff that's be superceeded by /usr/src/distrib/... 1997-08-22 12:27:46 +00:00
leo b9906e7600 Use DISKUNIT macro to encode md's unit in the minor number. 1997-08-01 19:38:30 +00:00
perry 07a71fdfd0 Make MAKEDEV and MAKEDEV.local mutually consistant. Reported in
pr #2596 by Tatoku Ogaito, but my fix is different from his.
This is purely an aesthetic change.
1997-07-31 04:08:15 +00:00
phil ffde90f14b Make all tty??/pty?? pairs that can be opened by openpty().
Remove use of awk for generating names.
Make all consistent as possible.
Closes PR 3420.
1997-07-23 01:29:36 +00:00
phil 840d172649 Make all MAKEDEVs make fd/* similar. No need for awk or expr.
Inspired by PR 3420.  Some MAKEDEVS had the fd separated out
of std and fd added to std.
1997-07-22 23:13:05 +00:00
gwr 538bd898e9 add /dev/leds 1997-05-06 18:42:27 +00:00
pk 4bb3612c55 Device rename: `rd' => `md' 1997-01-01 23:46:17 +00:00
jtc 9df6319a29 merge in 1.2 branch 1996-10-09 00:40:33 +00:00
thorpej 9029778d04 RCS id police. 1996-03-03 16:54:17 +00:00
jtc c0a76e479c Add fd to all; stdin, stdout, and stderr to std 1996-02-13 23:55:09 +00:00
gwr 2721787282 ufs => ffs 1995-11-21 20:59:39 +00:00
gwr a660932f64 miniroot is now 8MB 1995-11-21 20:58:33 +00:00
gwr 43ac37fed9 allow any unit on st 1995-11-21 20:57:39 +00:00
gwr 03cd2cc0b3 New stuff used during installation. 1995-10-08 23:26:03 +00:00
gwr b48599491a Run gettys on: /dev/ttya, /dev/kd
Do not run it on /dev/console
(Only init should open /dev/console for input.)
1995-10-08 23:25:24 +00:00
gwr 424cb06090 Add rd* 1995-10-08 23:23:30 +00:00
thorpej 7b8694c512 Add entries for the ccd. 1995-08-17 18:02:27 +00:00
gwr 5fb3d760b1 No more zupdate 1995-08-08 21:16:10 +00:00
gwr d55fe8955f Include kernels GENERIC, DISKLESS in binary snapshots. 1995-07-07 16:05:20 +00:00
gwr 80a58e1c17 Add the options ...,-r=1024,-w=1024 to this example. 1995-07-07 15:55:12 +00:00
gwr cd5d48d667 Bring this up-to-date. 1995-07-07 15:49:01 +00:00
gwr d1979fbe53 Add cg*, st* 1995-07-07 15:46:44 +00:00
gwr bd462fd567 Add vnd 1995-01-26 23:28:11 +00:00
gwr d961845e16 Lots of new stuff. 1994-12-30 05:07:27 +00:00