Commit Graph

15923 Commits

Author SHA1 Message Date
chopps eab73b27b1 fix wrong arg to strncpy 1995-09-29 13:11:21 +00:00
pk a9c6e6dfa1 Make `make depend' work. For this, it was necessary to remove ${.ALLSRC}
from the build rules; it has been replaced with `${.CURDIR}/${SRCS}'.
Also, avoid "a.out" like <mk/bsd.lib.mk>.
1995-09-29 11:23:15 +00:00
cgd ae1d1592ec copy boot program to / from /usr/mdec 1995-09-29 07:22:43 +00:00
jtc b12a0162d9 Fixed example. The "-o -b" flags aren't needed unless the arguments
(directory and uniondir) are swapped.  (PR #1469).
1995-09-29 06:44:02 +00:00
thorpej 4a15671a68 Fix the declaration of compat_43_wait() (int * -> register_t *), pointed
out by Chris Demetriou.
1995-09-29 05:18:41 +00:00
cgd c178576bae add hack-ish support for ecoff nlists (used only on the Alpha).
It's hack-ish, but it appears to work well enough for all/most
programs that use libkvm, e.g. ps, w, netstat, dmesg, etc.
1995-09-29 04:19:59 +00:00
phil c9836835f4 Make it as lean as possible. 1995-09-29 04:16:48 +00:00
phil 2847cc6eda Forgot to include pwd_mkdb in clean. 1995-09-29 04:00:18 +00:00
cgd 46d2a53848 reminder to not forget k0seg translations. (nothing done here yet, though.) 1995-09-29 03:57:48 +00:00
phil 4c43b99084 Changes in the way we build inject.fs including copying master.passwd
from src/etc instead of /etc and then using a static linked version
of pwd_mkdb to build etc/passwd and /etc/*pwd.db via chroot.
1995-09-29 03:55:35 +00:00
phil 475a548732 Move a #include to outside the #ifdef INET so it will compile without
INET defined.
1995-09-29 03:37:43 +00:00
cgd f676bc478a need <string.h> for strlen() protos. can't just add it to "string.h",
since not all files that need the proto include that.
CVS ----------------------------------------------------------------------
1995-09-29 00:44:02 +00:00
cgd b3658dd411 need string.h for protos. 1995-09-29 00:32:14 +00:00
cgd ce713b1483 change #ifdef unix's to also accept __NetBSD__. After 1.1 (per a
decision made a long time ago), 'unix' will no longer be defined, and
is not currently defined on some architectures.
1995-09-29 00:27:51 +00:00
jonathan b543578236 Add a missing "nop" in a delay slot in the floating-point exception
handler.  Gradual underflow and fp emulation now work correctly.
Proper denorms also fix strtod() inaccuracies and Gcc's "enquire" program.
1995-09-28 20:02:50 +00:00
tls 5a955f3527 Sync with 4.4BSD-Lite2 1995-09-28 10:33:55 +00:00
tls fcf22abfe3 imported from 44lite2 1995-09-28 09:06:06 +00:00
tls 0ca9b9e38e Add 'rs' from 4.4BSD-Lite2 1995-09-28 08:57:17 +00:00
tls 4e4ff4e98c imported from 44lite2 1995-09-28 08:55:50 +00:00
tls bd18663016 Sync with 4.4BSD-Lite2 1995-09-28 08:49:37 +00:00
phil d7992eb61f Update to correct load address. 1995-09-28 08:13:29 +00:00
perry 20cc106064 Sync with 4.4BSD-Lite2 1995-09-28 08:05:40 +00:00
jtc e0f80afea3 sync with tzdata95i 1995-09-28 07:35:41 +00:00
perry 26727e4c01 Merge and Sync with 4.4BSD-Lite2
Mostly looks like the previous NetBSD version, actually -- only minimal
Lite2 stigmata preserved although I started with Lite2. Mostly the changes
were things like index->strchr and the rest was NetBSD code.
1995-09-28 07:34:35 +00:00
tls 546f6b1705 Sync with 4.4BSD-Lite2 1995-09-28 07:18:20 +00:00
phil a2784ea2fb Changed to write the first 1k bytes that includes the disklabel and
the boot image information.  For some reason, a lseek and write of
just the image information scrambled the disklabel.  Since we have
a copy of the entire first 1k, just write it.
1995-09-28 07:08:49 +00:00
tls c276504da8 Sync with 4.4BSD-Lite2 1995-09-28 06:57:37 +00:00
perry 10b7bf0260 Add RCS ID 1995-09-28 06:24:35 +00:00
jtc 4d8e53d69f Change formatting so that columns line up; PR #1473 + several duplicates 1995-09-28 06:22:54 +00:00
tls 0d3d818683 Sync with 4.4BSD-Lite2 1995-09-28 06:22:18 +00:00
perry f04c0f5743 Sync with 4.4BSD-Lite2 1995-09-28 06:19:55 +00:00
tls 7f429c3306 Sync with 4.4BSD-Lite2 1995-09-28 06:05:11 +00:00
tls 5b36a1959d imported from 44lite2 1995-09-28 05:41:29 +00:00
tls 8ddb734554 Sync with 4.4BSD-Lite2 1995-09-28 05:37:28 +00:00
perry 8ba38ce684 Sync with 4.4BSD-Lite2 1995-09-28 05:15:05 +00:00
tls 9bfb075f7c imported from 44lite2 1995-09-28 04:33:36 +00:00
briggs d73008fe8b Always announce it when loading miniroot. 1995-09-28 04:17:24 +00:00
briggs b1d771eeb5 Simplify nubus interrupt routines a bit. 1995-09-28 04:11:18 +00:00
briggs a9f0a2f9c4 Fix PR 1514 from Walter Ruetten. 1995-09-28 03:15:54 +00:00
pk de4e651542 Careful with initializers. 1995-09-27 23:14:57 +00:00
jtc 6fbb9d434b Update version number to match reality 1995-09-27 22:49:28 +00:00
jtc ffef8fa9dd Removed SEE ALSO section, we don't have yyfix; PR #1517 1995-09-27 21:37:54 +00:00
jtc 772e08ba5e Remove libdbm DPADD 1995-09-27 21:30:10 +00:00
thorpej fbbf585f72 Remove spurious (and incorrect) prototype for swapon(), pointed out
by Chris Demetriou.
1995-09-27 20:30:17 +00:00
thorpej 42c10934c1 Fix typo in declaration of exit(), pointed out by Chris Demetriou. 1995-09-27 20:26:51 +00:00
jtc d538b54279 comment out HISTORY section, as it appears to be garbage; PR #1530 1995-09-27 19:49:25 +00:00
jtc 1bd0165884 iostat is in section 8; PR #1533 1995-09-27 19:46:12 +00:00
jtc 14381bce93 vmstat is in section 8; PR #1532 1995-09-27 19:45:07 +00:00
jtc 519b2df4b4 iostat is in section 8; PR #1533 1995-09-27 19:43:28 +00:00
jtc 8ba230d554 vmstat is in section 8; PR #1532 1995-09-27 19:20:24 +00:00