1528 Commits

Author SHA1 Message Date
ghudson
bd8bd7340f Don't rely on select() not to modify the timeval argument. Also,
simplify the code by passing in NULL rather than an empty fd_set to
indicate no file descriptors.
1996-02-13 16:49:10 +00:00
mycroft
b4a40b06a9 Make ww_index and related variables explicitly unsigned. 1996-02-08 21:48:51 +00:00
mycroft
c5f36c1ce7 Compress struct ww somewhat. 1996-02-08 21:07:57 +00:00
mycroft
486a2f1ade Minor cleanup for 8-bit cleanliness. From der Mouse, PR 1322.
Eliminate the use of char variables for holding booleans.
1996-02-08 20:44:57 +00:00
mycroft
1a97a35609 Fix off-by-one error in checking field numbers. From der Mouse, PR 1356. 1996-02-08 18:24:16 +00:00
thorpej
fb02474c1f In ParseDoInclude(), make a temporary copy of the current file name
while searching for ""-type include files, since the current file name
might not be a writeable string.
1996-02-07 23:04:04 +00:00
christos
8862d696fa fix pr/1421 and pr/1997 1996-02-04 22:20:27 +00:00
christos
b941a324f5 Support SVR4 style archives. 1996-02-04 20:34:41 +00:00
mrg
dc8adb9e7c don't warn about missing files with -s. POSIX doesn't define a specific
action, and, most other implimentations use this (sane) method.  (from jtc).
1996-02-01 03:32:41 +00:00
jtc
0366d49b2d Fixed to use ffs instead of ufs; See PR #1790, etc. 1996-02-01 02:33:52 +00:00
jtc
dd05bd5124 Rename struct timespec fields to conform to POSIX.1b 1996-02-01 00:04:52 +00:00
mycroft
d4b276c3d5 Update to match kernel. 1996-01-31 04:01:48 +00:00
thorpej
9ceb2e3fc2 Disks now share a common interface for "unlock" and "eject". Teach
eject(1) how to use it.  There is now a single eject_disk() rather
than eject_floppy(), eject_cdrom(), etc.
1996-01-30 18:35:47 +00:00
mrg
b8842d3846 don't emit ti/te sequences where they will cause lossage 1996-01-22 20:36:07 +00:00
mrg
74c88ac929 alter description for -d to match reality 1996-01-22 20:36:02 +00:00
mrg
a6fe8f7e38 more is less.
less is more.
QED.
1996-01-22 10:08:31 +00:00
mrg
9b6032417d finished implimentation of more's -d switch 1996-01-22 05:38:24 +00:00
mrg
0048551bc4 more -> less 1996-01-22 04:07:22 +00:00
mrg
b53f5a6212 initial import of less290 1996-01-22 03:14:17 +00:00
mycroft
4b28075484 Add a `-q' option, to be quiet about cycles. From der Mouse, PR 1204. 1996-01-17 20:37:49 +00:00
pk
ca1b8e8285 Add capability to read archives (from Thomas Eberhardt; PR#497). 1996-01-14 23:07:11 +00:00
pk
16060cce1f Use err() & warn(). 1996-01-14 23:04:03 +00:00
thorpej
b62a077e9a Document the -follow option, per David Brownlee <abs@mono.city.ac.uk>
in PR #1113.
1996-01-14 03:52:44 +00:00
pk
e09468dc31 Handle multichar comment and quote delimiters (up to 5 characters, per the
manual page). Takes care of PR#485.
1996-01-13 23:25:23 +00:00
pk
9151edd345 Fetch `-p' documentation from a previous version of the man page. 1996-01-09 22:36:19 +00:00
pk
94f289c7bb Fix formatting of timestamp (Mike Grupenhoff; PR#1906). 1996-01-07 00:48:24 +00:00
tls
5a03ea3e48 contrary to unpopular opinion, 'help' is a perfectly valid hostname. 1996-01-05 04:19:30 +00:00
tls
a3e32ad737 and once more, courtesy of CVS being weird. 1996-01-04 22:32:15 +00:00
tls
e0dccd2ef1 oops, accidentally commited krb version on last change -- delete what isn't supposed to be there any more 1996-01-04 22:28:21 +00:00
tls
aaffe4da8f typo in last commit 1996-01-04 22:25:50 +00:00
jtc
76450a80cf merge in change accidently made to release branch 1996-01-04 18:25:47 +00:00
tls
f53c6669e7 fix incorrect prototypes for krb functions. I think some of the fixing is ultimately going to have to be done in the functions themselves again -- the Young libdes thinks some functions take *C_Block where the MIT one just takes C_Block. 1996-01-04 17:19:43 +00:00
thorpej
4e1c709e0c Make tn3270 compile again, from Lennart Augustsson <augustss@cs.chalmers.se>
in PR #1873.
1996-01-01 02:16:34 +00:00
jonathan
c82a4ed224 Update Makefiles for usr.bin/systat and usr.sbin/iostat to be
consistent with usr.bin/vmstat/Makefile wrt CLFAGS and -I, since
all three compile vmstat/names.c.  (Now compiles on a pmax.)
1995-12-22 08:04:24 +00:00
mycroft
7c55315acb We don't need non-blocking mode without SIGIO. 1995-12-21 11:05:58 +00:00
mycroft
0c627dfad5 Eliminate the use of SIGIO, and some other cleanup. 1995-12-21 10:45:28 +00:00
mycroft
02fedf5cab Use POSIX signals. Always set FNONBLOCK on the tty. 1995-12-21 08:39:50 +00:00
mycroft
52b61da0eb Our VMIN works fine. 1995-12-21 05:24:49 +00:00
jonathan
bdb182a2cc Change xinstall to work with strip from GNU binutils, for mips and alpha ports.
When using a strip that uses a temp file and moves that to the target,
unlinking the original, install would set the modes of the
original (now unlinked) file, not the new stripped one.
Fixed by re-opening the fd used for fchown/chmod after stripping.
1995-12-20 10:25:17 +00:00
cgd
3beadd2412 don't forget to remove the _symbol_ temp file. 1995-12-20 04:45:11 +00:00
jonathan
3716ffd555 Use GNU-binutils friendly lorder script on mips as well as alpha. 1995-12-18 07:59:12 +00:00
jonathan
39890661ee Eliminate separate invocation of nm for each .o file on command line.
Add check for dependencies introduced by symbol types 'G' (mips gp-relative
constant pool) and 'R' (readonly data).
1995-12-18 07:45:17 +00:00
jonathan
96d023c99d Fix pmax read_names() to compile with updated (release 1.1) names for
pmax device-driver structures.
1995-12-17 05:30:05 +00:00
jonathan
9b69a8f7e5 Add PTRDIFF_IS_LONG and SIZEOF_IS_ULONG config entries for (32-bit) mips. 1995-12-17 02:53:11 +00:00
christos
f0874be2f5 - Added .WAIT to synchronize between sources like other pmake variants.
- Updated documentation to include .ORDER .PARALLEL .NO_PARALLEL .NONPARALLEL
1995-12-16 05:03:09 +00:00
cgd
ff5fc3cf84 delete bogus declaration of abort() and include stdlib.h, so that this
compiles w/o warning.
1995-12-11 23:22:09 +00:00
jtc
0076a482bb fix typo 1995-12-05 03:33:39 +00:00
jtc
7439a63b22 Rename uuencode.format(5) to uuencode(5) as recommended by PR #1786 1995-12-05 03:02:31 +00:00
jtc
aa84d55d99 environmental -> environment 1995-12-05 02:55:55 +00:00
tls
fff3137419 this probably needs to be a syscall to work with our new core format, per pk 1995-12-04 09:57:13 +00:00