Commit Graph

245646 Commits

Author SHA1 Message Date
nate
28938b8198 Don't echo anything when doing null args, since not doing anything is
more like the standard behavior.
1993-07-06 18:36:50 +00:00
nate
8070683509 #ifdef out an unecessary function prototype that conflicted with the
system prototype. (Needed for gcc1)
1993-07-06 18:00:18 +00:00
nate
b2b980b0d9 Fixed netstart to have a hard-coded localhost address.
This fixes situations where you don't have a correct localhost in
your nameserver or no name-server.
1993-07-05 21:43:35 +00:00
root
a0b680d9d9 Increased default data size (DFLDSIZ) to 16MB. Need to rebuild libutil,
kernel, ps and w for this to work!
1993-07-03 21:21:35 +00:00
root
7048cfb1c8 Added ${COPY} knob to the install commands 1993-07-03 00:21:21 +00:00
root
c14f660fa9 New manual page system 1993-07-02 06:44:07 +00:00
alm
ffd56febcd Consolidate mark code - no functional changes or fixes. 1993-07-02 06:16:28 +00:00
root
20c65c6730 New manual page system 1993-07-02 06:10:31 +00:00
root
64fa45ecd0 New manual page system 1993-07-02 05:48:19 +00:00
root
8f0189751c New manual page system 1993-07-02 04:54:10 +00:00
root
bce6cf20b1 New manual page system 1993-07-02 04:32:41 +00:00
root
aa99538e13 New manual page system 1993-07-02 04:22:44 +00:00
nate
d35a5142fa Bruce Evans:
The enclosed diffs implement printing of the floating point state for
the version of gdb-3.5 in 386BSD-0.0.  I don't have gdb for 386BSD-0.1
but I've been told that it is also missing this feature.

The changes are small.  Code to read the FP state from the kernel was
#ifdef'ed out, but it essentially works.  Code to change the FP regs
is still #ifdef'ed out.  It is close to working too.  Printing of the
FP regs was broken because hard reg numbers were confused with stack
offsets.

4. The emulator does not handle FP errors right, and it does not
   communicate the emulated FP state to the rest of the kernel, so
   "info float" shows garbage.
1993-07-01 00:17:55 +00:00
nate
be449bcfcc Added (protection) around negative constants, in case a program wants
to use the negative of that constant.

#define NEG_NUM -3
#define SAFE_NEG_NUM (-3)

i = -NEG_NUM;		/* Error --3 */
j = -SAFE_NEG_NUM	/* Okay -(-3) */
1993-06-30 22:59:18 +00:00
nate
4bbfb3867b Setting up for updated (usable) FPE atof/vfprintf/vfscanf fixes 1993-06-29 13:34:33 +00:00
nate
05148176c2 Fixed a missing letter that causes an error when formatting the document 1993-06-29 10:17:35 +00:00
nate
f9404ce93c ld is moved to src/gnu 1993-06-29 09:58:20 +00:00
nate
f7bd8bcf61 Added gdb/gas/ld to GNU makefiles
Changed the default install directory to be /usr/bin, instead of the
non-standard /usr/gnu/bin.  Until we fix the rest of the tree, it
breaks things.
1993-06-29 09:54:26 +00:00
nate
8ae31b813c Added the new gas directory 1993-06-29 09:51:23 +00:00
nate
3d05155a65 Added GNU gdb to src/gnu 1993-06-29 09:48:26 +00:00
nate
76b8039b4b Added diff/diff3 to the Makefile 1993-06-29 08:38:38 +00:00
nate
0ca877b4a3 GNU3 Diff 2.3 1993-06-29 08:19:28 +00:00
nate
ed7e77d831 This commit was generated by cvs2svn to compensate for changes in r70,
which included commits to RCS files with non-trunk default branches.
1993-06-29 08:19:28 +00:00
nate
aee35757e3 GNU Diff 2.3 1993-06-29 08:13:44 +00:00
nate
9a538aa5b7 This commit was generated by cvs2svn to compensate for changes in r67,
which included commits to RCS files with non-trunk default branches.
1993-06-29 08:13:44 +00:00
nate
082327a9ef Added fgrep to Makefile 1993-06-29 06:30:52 +00:00
nate
856e67877b Ugh, whoever did the port made a mess, I cleaned up the Makefile and
deleted un-necessary stuff
1993-06-29 06:19:29 +00:00
nate
2776ebd870 Added entries for egrep and grep 1993-06-29 06:15:27 +00:00
nate
ecf0e2f6a5 Gnu e?grep 1.6 1993-06-29 06:04:45 +00:00
nate
a7ff3658f6 Gnu e?grep 1.6 1993-06-29 06:04:45 +00:00
nate
c8aa5f4706 This commit was generated by cvs2svn to compensate for changes in r61,
which included commits to RCS files with non-trunk default branches.
1993-06-29 06:04:45 +00:00
nate
efd588fe5a Added sort to Makefile 1993-06-29 05:36:16 +00:00
nate
f8ac4df002 GNU Textutils-1.6 1993-06-29 05:21:43 +00:00
nate
0c92f380d0 GNU Textutils-1.6 1993-06-29 05:21:43 +00:00
nate
8fa4794c73 This commit was generated by cvs2svn to compensate for changes in r57,
which included commits to RCS files with non-trunk default branches.
1993-06-29 05:21:43 +00:00
nate
6bc7b76e5c Added pr to the Makefile 1993-06-29 05:05:01 +00:00
nate
4cd0974375 Added a CLEANFILES entry for getdate.c (it's created by yacc) 1993-06-29 05:02:59 +00:00
nate
d72ea4f45c From Textutils-1.6 1993-06-29 04:58:06 +00:00
nate
cb9aec9dcd This commit was generated by cvs2svn to compensate for changes in r53,
which included commits to RCS files with non-trunk default branches.
1993-06-29 04:58:06 +00:00
nate
6d87a8d940 Added some support the new err(3) routines need
(Copied directly from NetBSD verbatim)
1993-06-29 04:34:12 +00:00
nate
eb376b1704 Added Chris Demetriou's FSYNC_ALL option which causes all writes to be
flushed immediately.  (In case of a crash in the middle of CVS/RCS commits
1993-06-28 19:13:10 +00:00
dg
16da259a04 fixed bugs in the probe routine uncovered by the previous fix. 1993-06-27 10:28:28 +00:00
alm
3ee56e1af8 fixed undo within a global command (would corrupt the buffer)
changed move within a global to behave as in SunOS
added a couple error messages
1993-06-26 06:47:21 +00:00
dg
c1b03d1c9c fixed bug in probe that causes it to complain about 'Invalid irq configuration'
if the interface isn't present in the system.
1993-06-26 02:32:26 +00:00
nate
4dd0bd2197 Fixed up CVS like RCS to allow obj or no obj directory. 1993-06-25 19:39:48 +00:00
nate
240373ae0a Fixed cvs to work with/without object directories and added missing rcslean
directory to top level makefile.
1993-06-25 18:51:05 +00:00
jkh
697d2a5b20 One small change to make the code clearer in update. 1993-06-25 00:13:53 +00:00
jkh
683ac3d341 Changes to allow simple symlink handling 1993-06-24 23:55:44 +00:00
dg
f58e2612b9 Second beta release of device driver for SMC/WD 80x3 ethernet boards +
some additional comments.
1993-06-23 16:22:04 +00:00
dg
5387edd7b5 Second beta release of device driver for WD/SMC 80x3 and 3c503 ethernet boards 1993-06-22 12:10:07 +00:00