Commit Graph

1313 Commits

Author SHA1 Message Date
mycroft
6480692679 Print out interrupt CPU time. 1995-05-17 15:51:47 +00:00
mycroft
4a07259331 Always turn off ISIG and IEXTEN. 1995-05-17 13:35:50 +00:00
jtc
c61d94462f Do not emit ti and te sequences. This loses for terminals with termcap
entries that switch to and from an alternate text page.  When viewing a
file with fewer lines than the screen length, more would switch to the
alt screen, display the file, and then switch back.
1995-05-16 22:18:33 +00:00
ws
de7fa9654c Sort keyword table correctly, so binary search really works 1995-05-15 13:10:10 +00:00
cgd
2ef674b932 print out number of malformed fragments dropped 1995-05-14 08:20:16 +00:00
cgd
e36baaae46 add two flags:
-D to specify a "root" from which relative source dir paths
		are assumed to begin, and
	-L to specify the library path for included libs.
1995-05-12 21:13:13 +00:00
cgd
dd6987cafa don't get syscalls.c with an absolute path 1995-05-11 22:29:04 +00:00
mycroft
3d28649ed9 uname(2) --> uname(3) 1995-05-08 09:30:09 +00:00
cgd
1b397d5648 fix up RCS ids 1995-05-07 22:16:23 +00:00
cgd
8aa3aa9d93 always add sys/arch to include path 1995-05-07 22:15:57 +00:00
jtc
535f5e4053 Small change to allow 8 bit characters in file names. Inspired by
patch enclosed in PR #987.
1995-05-06 06:39:33 +00:00
jtc
86f36c2670 Print error message and exit if TERM is not set.
From PR #1015.
1995-05-06 06:25:07 +00:00
jtc
852707219e Upgrade to Flex version 2.5.2 1995-05-05 05:35:08 +00:00
mycroft
0e3d3efb27 Change the interface to stop(). 1995-05-03 07:36:59 +00:00
mycroft
a5c76fd34c Use POSIX tty semantics. 1995-05-03 07:13:51 +00:00
jtc
d08e2815ca None of the functions in util.c are needed by NetBSD, so don't
bother to compile it.
1995-05-03 05:09:14 +00:00
mycroft
66f0c16f14 Use POSIX tty semantics. 1995-05-02 01:40:14 +00:00
mycroft
bd23a1002f Use POSIX tty semantics and err*(3)/warn*(3). 1995-05-02 01:22:58 +00:00
christos
60fe6da7c1 Kill gcc -Wall warnings 1995-04-30 19:39:37 +00:00
cgd
7dc11a1202 kill an apparently-bogus ampersand. it made a char ** into a char ***,
which was an incompatible pointer type for the usage.
This is either a bug, or it should have been cast and explained.
1995-04-30 03:28:14 +00:00
christos
67c2aabd6c Fix small typo; from Chris Torek 1995-04-29 17:05:08 +00:00
cgd
096459aaec cast pointers to longs, not ints. 1995-04-29 05:59:11 +00:00
cgd
7a9112fdf0 XXX casts of LONG_MAX. this is wrong, and is marked as such. 1995-04-29 05:58:27 +00:00
cgd
2e659538b6 string.h, and clean up signal handler-related warnings. 1995-04-29 05:56:57 +00:00
cgd
7d9d6e9faf needs string.h 1995-04-29 05:55:25 +00:00
cgd
5cac5e9c7c various includes, casts, and cleanups... 1995-04-29 05:54:42 +00:00
christos
0bb1fbddb3 Integrated file-3.17 1995-04-28 19:23:38 +00:00
jtc
1486dd44d2 fix formatting bug 1995-04-27 18:24:00 +00:00
jtc
d7bb47b09d vmunix -> netbsd 1995-04-27 18:22:55 +00:00
cgd
87eebf70fe oops; used ifdef instead of if. 1995-04-26 01:21:08 +00:00
cgd
cea85ff73b oops; forgot to remove the first ranlib. 1995-04-26 01:17:45 +00:00
cgd
648c33c399 gah; forgot missing close-paren 1995-04-25 21:26:37 +00:00
cgd
8e7f92fee8 add stub read_names() for the alpha 1995-04-24 07:43:17 +00:00
cgd
5d7f8262d4 cast a few pointers to clean up warnings. Bostic said that this
should be fixed differently, when i pointed it out to him a while ago,
but was planning to completely rework the code for a later version so
didn't bother.
1995-04-24 07:42:19 +00:00
cgd
2f100f9270 define 'unix' 1995-04-24 07:39:57 +00:00
cgd
4a83a3c060 align allocations to pointer size. 1995-04-24 07:39:42 +00:00
cgd
b74ff41786 treat __NetBSD__ like 'unix' 1995-04-24 07:39:28 +00:00
cgd
ac78a644f2 install special version (for GNU nm) on the alpha 1995-04-24 07:39:04 +00:00
cgd
63f109153f delete extra comment line 1995-04-24 07:38:52 +00:00
cgd
8cb862359e don't use standard tool chain on the alpha 1995-04-24 07:38:09 +00:00
cgd
d83cfe9a96 kill extra blank comment line. 1995-04-21 03:01:41 +00:00
mycroft
c79429853d Pay attention to the section number, even if MANPATH or -M is specified. 1995-04-20 04:09:32 +00:00
cgd
2e53911b4d add alpha support files. 1995-04-19 07:24:19 +00:00
cgd
ca971e3467 add -D${MACHINE_ARCH} to cflags; machines with new cpp predefs need it. 1995-04-19 07:24:08 +00:00
cgd
a1dacc2457 alphabetize machine includes, add alpha 1995-04-19 07:22:59 +00:00
cgd
37302d79a6 clean up RCS ids 1995-04-19 07:15:50 +00:00
ragge
e1a75f1fbc VAX machine dependent defs removed. 1995-04-17 00:00:27 +00:00
cgd
0f189ac2ed use correct RCS Ids 1995-04-15 02:31:13 +00:00
cgd
1eb63df179 some copyright updates requested by Thorsten Lockert <tholo@SigmaSoft.COM> 1995-04-15 02:22:37 +00:00
mycroft
a5381ee7f4 There were several places where m4 did not conform to the specification
in `The M4 Macro Processor', by Kernighan and Ritchie.

* `|' and `||' are both logical or.  There is no binary or.
* `&' and `&&' are both logical and.  There is no binary and.
* `!' has a much higher precedence.
* The equal and relation operators have the same precedence.
* `**' is implemented, and `^' is for exponentation (not xor).
* Unary `+' in implemented.

I've coded exponentiation to return what appears to be the same results
that other versions of m4 return.
1995-04-14 23:10:25 +00:00
cgd
5d58f7faee clean up RCS Ids, etc. 1995-04-09 06:00:15 +00:00
cgd
b83d704e42 a /usr/bin/banner clone, written by Simon J. Gerraty 1995-04-09 05:53:04 +00:00
hpeyerl
db2ac90d67 Fix minor -Ibooboo 1995-03-31 05:49:37 +00:00
glass
c6afbf395d Merged with 4.4lite 1995-03-28 17:50:08 +00:00
jtc
ae0b9c2010 KERNEL -> _KERNEL 1995-03-28 17:18:59 +00:00
glass
53bfc2ac1f Merged with 4.4Lite 1995-03-28 16:50:08 +00:00
cgd
81cef407d8 fix annoying number consistency bug. 1995-03-28 12:48:45 +00:00
christos
707488220c Close PR/913. Magic path in magic.5 was incorrect. 1995-03-27 16:16:28 +00:00
glass
e5a8e93b12 points lost 1995-03-27 15:54:30 +00:00
glass
e9d0e83acb merged with 4.4Lite. 1995-03-27 08:46:11 +00:00
glass
843a1dd6bf Merged with 4.4Lite 1995-03-26 20:51:24 +00:00
glass
b6f5f9f2ce Merge with 4.4Lite 1995-03-26 20:14:02 +00:00
jtc
d5a6ad4fdc The return value of printf is less than 0, not necessarily EOF, on failure. 1995-03-26 20:12:13 +00:00
glass
4815485ee6 Import from 4.4Lite 1995-03-26 19:59:38 +00:00
glass
4ab05d0471 rcsid 1995-03-26 19:54:37 +00:00
glass
7025c9c2f2 new rcsid format. what is the format for shell scripts 1995-03-26 09:44:29 +00:00
glass
244eb8b5c5 merged with 4.4Lite 1995-03-26 09:25:49 +00:00
glass
5678a97782 merge with 4.4Lite 1995-03-26 09:08:27 +00:00
glass
af74bd6cfd merge with 4.4Lite and err(3)ify 1995-03-26 09:03:59 +00:00
glass
e0703aba8b rcsid consistency 1995-03-26 08:49:20 +00:00
cgd
8c6e0cd884 update for the new data stored in ktrace files:
(1) use argsize rather than nargs
	(2) print long-sized (assumed == register_t-sized; XXX) items
		rather than int-sized ones.
1995-03-26 07:56:27 +00:00
glass
282052c7a8 merged with 4.4Lite 1995-03-26 05:25:51 +00:00
glass
4c5b39eb10 import from 4.4Lite 1995-03-26 05:21:04 +00:00
glass
7659edad1f merged with 4.4Lite 1995-03-26 04:55:22 +00:00
glass
bc9ccaef17 Import from 4.4Lite 1995-03-26 04:19:16 +00:00
glass
e91ed1746e merged with 4.4 lite 1995-03-26 04:10:08 +00:00
glass
c27cdc6057 new rcsid format 1995-03-26 03:59:33 +00:00
hpeyerl
fdecad7de9 Fix for verbal dayname parsing and support for CALENDAR_DIR
environment variable.  Also take out a superfluous word in the
manpage.
1995-03-26 03:59:07 +00:00
glass
019a83ba3a consistency..bleh 1995-03-26 03:27:37 +00:00
glass
2db3772ce4 merged with 4.4Lite 1995-03-26 03:10:21 +00:00
glass
b7327c7cf6 merge with 4.4Lite and err(3)ify 1995-03-26 02:34:19 +00:00
glass
9929c0629e consistency 1995-03-26 02:25:05 +00:00
glass
daca2c10b4 oops 1995-03-26 02:22:13 +00:00
christos
7e99ebc790 Updated to file-3.16; fixes PR867 1995-03-25 22:35:28 +00:00
glass
82c5b89eb1 new rcsid format 1995-03-25 18:17:38 +00:00
glass
5c84ea4df9 new rcsid format 1995-03-25 18:04:51 +00:00
glass
8ed94ea337 update rcsid format 1995-03-25 06:39:33 +00:00
glass
0a334e76e7 cleanup old import 1995-03-25 04:36:52 +00:00
glass
f0dbf5d4fb cleaned up old import 1995-03-25 03:38:16 +00:00
mycroft
67e80f483c Alphabetize. 1995-03-22 15:26:42 +00:00
mycroft
05fc3892b3 Use err*(3)/warn*(3). 1995-03-22 15:25:56 +00:00
mycroft
73ab328b89 Don't core dump on an illegal display type. Display a more specific error
message for an ambiguous type.
1995-03-22 15:20:31 +00:00
mycroft
feec0fc0c1 Make two variables non-static. 1995-03-21 14:22:38 +00:00
mycroft
e60255f2bc Update to use timer{add,sub}(). 1995-03-21 14:16:23 +00:00
cgd
af7bf810f5 clean up import. 1995-03-21 07:58:28 +00:00
cgd
0e535da105 usr.bin/rlogin from Lite 1995-03-21 07:48:23 +00:00
mycroft
75cf3d0500 Better-looking patch for a problem already fixed. 1995-03-20 23:50:43 +00:00
mycroft
451c744306 If we get an EOF on stdin, close the write side of the TCP connection, but
wait for the remote host to close the connection before exiting.
1995-03-17 18:03:06 +00:00
mycroft
23f31f5bcd The `D' command should only input a new line if the pattern space becomes empty. 1995-03-15 12:12:16 +00:00
mycroft
c92e174d74 Fix the P command, and optimize D slightly. 1995-03-15 11:25:10 +00:00