Commit Graph

27 Commits

Author SHA1 Message Date
cgd 53dde5bc1c fix config.new's hardcoded partition number problems (read maxpartitions
in from a required keyword, and use it everywhere that's necessary), and
also (slightly) clean up the MACHINE_ARCH config file's inclusion.
1995-01-25 20:44:39 +00:00
cgd 2ba7143838 allow swapping on pseudo-devices (!) assuming:
(1) they have a major number assigned, and
	(2) the minor you're swapping to is a possible minor, given config
		file's specification of count for that pdev.
1995-01-25 03:58:57 +00:00
cgd 2f3eefda19 be more careful with types. necessary header inclusion. 1994-12-23 16:25:43 +00:00
cgd d8806814a6 specify man pages the new way. 1994-12-22 11:32:57 +00:00
mycroft b8e6ab9578 Add explicit BINDIR definitions, since these directories are distributed
separately.
1994-12-11 22:29:40 +00:00
deraadt e468e90afd allow hex numbers to be unsigned 1994-08-08 19:24:54 +00:00
pk 2a0d9344f2 makedev(255,255) no longer equals NODEV 1994-07-01 09:15:49 +00:00
pk c8afd889d5 Do NFS root/swap specs differently, allowing eg.:
`config netbsd root on nfs swap on nfs and sd0'
1994-06-22 11:39:05 +00:00
pk 7b93180ea2 sync with 4.4-lite 1994-06-22 10:44:04 +00:00
pk 80f01fa592 ufs_mountroot -> ffs_mountroot 1994-06-10 13:08:34 +00:00
deraadt ba14c47289 declare mountroot here. best we can do until we
figure out how to do nfs mounts better.
1994-02-01 07:03:19 +00:00
cgd 7bda3068c7 allow machine architecture (e.g. "m68k") to be specified in std.${MACHINE}.
it's specified by adding a second arg to the "machine" specification.
the second arg is the machine architecture.  specifying an architecture
causes that architecture's files.${MACHINE_ARCH}.newconf to be read in.
1994-01-08 18:19:01 +00:00
davidb 677c8d93a8 s/config/config.new/, changed references to compile directory. 1993-12-20 22:42:55 +00:00
mycroft a16c5edd97 Clean up deleted files. 1993-12-04 06:06:29 +00:00
cgd 080d1bc548 delete now-bogus cdefs.h, and add rcs id's to everything 1993-12-04 06:05:53 +00:00
mycroft 7f2cf51c4e ALIGNBYTES and ALIGN() are now defined in machine/param.h. Their (fairly
bogus) definitions here are no longer needed.
1993-12-03 09:25:39 +00:00
mycroft c66568a290 I don't want to know why there was a reimplementation of strerror() here, but
it's toast.
1993-12-03 09:20:53 +00:00
deraadt 45af4741ad let quoted strings contain "\"" and "\n"
also let strings be "", ie. empty (is this a good change?)
1993-12-03 04:58:22 +00:00
jtc f51f0a515d All programs that use lex must link with -ll. 1993-12-02 18:18:02 +00:00
mycroft ce9288836b Clean up deleted files. 1993-08-31 13:48:48 +00:00
deraadt 0f874c8bdd ensure config.new is installed as config.new, and not over top of the
other config program
1993-08-31 13:48:46 +00:00
glass 144656cf78 back to torek's Makefile 1993-08-30 07:01:01 +00:00
glass 8a49818de4 snapshot. starts nfsmountroot but doesn't seem to emit any packets 1993-08-24 20:26:48 +00:00
glass 8ff8fa8046 runs up to and including configure().
todo: exceptions, interrupt support, make isrs affect vector table
kernel/user stacks
1993-08-15 23:01:58 +00:00
glass 3fd5c19105 further integration of torek's config with our modified
tree structure, basically problems resulting from the 'arch' change
1993-08-13 13:22:08 +00:00
glass 88513525ef compiles in our environment 1993-08-13 00:53:38 +00:00
glass ed0b381274 torek's config sources before modification 1993-08-13 00:49:58 +00:00