Commit Graph

1659 Commits

Author SHA1 Message Date
explorer
00933138c8 Allocate space for 'ipcs -m' correctly; this floated across a FreeBSD
mailing list, and seems correct
1996-07-19 23:58:33 +00:00
thorpej
3aab4f7d4f RCS id police. 1996-07-12 00:46:18 +00:00
thorpej
cf0afdf885 From Christos: kill the last bits of sprintf(), and use regcomp/regexec
rather than re_comp/re_exec.  (I committed my sprintf sweep-up before
I realized that Christos had already done it...)
1996-07-12 00:38:50 +00:00
thorpej
336eeb5f1c Use snprintf() whenever feasible. 1996-07-12 00:06:32 +00:00
thorpej
145e30f8dd Fix typo/thinko in last change: an occurrence of "while" should have
been a "for".
1996-07-03 23:17:51 +00:00
mrg
a2c61dd4d4 fix lossage caused by compress' usage of /dev/stdout and /dev/stdin
combined with the (broken?) versions of these files provided with
the fdesc mount.  fixes PR#774 & PR#957.
1996-06-30 12:41:44 +00:00
christos
ca282f350d Fix minor nits that prevented this to compile with a non ansi compiler. 1996-06-28 17:07:39 +00:00
mrg
779746748d KNF. 1996-06-23 11:21:48 +00:00
mrg
00333c9e38 fix incorrect (dated?) comment. 1996-06-23 11:16:39 +00:00
mrg
c7ac10f4db Deal with the case where `$TERM/<baudrate>' exceeds 1024 chars. 1996-06-23 11:09:32 +00:00
mrg
c9e514192e look for USD.doc in the right place. 1996-06-23 05:59:51 +00:00
mrg
adc186a9c0 delete this file ONCE MORE. SIGH! 1996-06-23 05:51:30 +00:00
mrg
922d5cf939 delete these files ONCE MORE. SIGH! 1996-06-23 05:48:55 +00:00
mrg
62d4acd78d snprintf() adds the last nul for us 1996-06-19 08:17:49 +00:00
mrg
08847f7836 use strncat/snprintf 1996-06-19 06:02:24 +00:00
cgd
418b1071e0 include bsd.own.mk at the top, so checks of EXPORTABLE_SYSTEM work as
intended.
1996-06-14 17:22:05 +00:00
christos
d89b74b288 Fix PR/2546: For non canonical input processing set VMIN=1,VTIME=0. Otherwise
things might not work if these are not set properly in the
	     current tty.
1996-06-13 19:59:31 +00:00
mrg
050b6cd211 pull in core-dump fix from bostic (part of nvi 1.67) 1996-06-10 12:39:47 +00:00
mrg
2a28f67a41 make "ex -s" work. massaged by bostic from pr#2518 1996-06-10 12:37:00 +00:00
mrg
19b430625c fix bug in wrapsearch/command line args. from bostic. 1996-06-10 12:28:53 +00:00
jtk
bfd87b38e4 merge fix from 1.2 branch: pr#2438 on tn3270/libtelnet build fixes for domestic libtelnet 1996-06-09 16:09:56 +00:00
christos
88b833a7cd - Fix PR/105: Implement dot locking protocol and check return value of flock.
- Fix PR/2247: Don't call unknown users "ubluit". Issue an error message.
- Fix/add prototypes.
- Fix warnings.
- Use POSIX signal mask calls.
- RCSid police.
1996-06-08 19:48:09 +00:00
thorpej
5db2537ade Fix missing `)' in the sideways view of interfaces (i.e. netstat -w 1).
Bug pointed out by Chris G. Demetriou.
1996-06-07 21:43:26 +00:00
thorpej
8baabb16e5 RCS id police. 1996-06-07 01:39:10 +00:00
thorpej
2a295146f3 Discard setgid privileges if not reading the running kernel as suggested
by Mike Grupenhoff <ashmir@umiacs.umd.edu> in PR #2485.
1996-06-07 01:36:39 +00:00
thorpej
cb237a9633 Discard setgid privileges if not reading the running kernel as suggested
by Mike Grupenhoff <kashmir@umiacs.umd.edu> in PR #2485.

While I'm here, update for modern libkvm interfaces, and be more
careful to check for error conditions reported by kvm_read(3).
1996-06-07 01:26:38 +00:00
cgd
cbeadd1248 the kernel 'boottime' variable is a timeval. copy it out of kernel
memory as such (not as a time_t).
1996-06-05 00:18:58 +00:00
cgd
207dfda94d bump MAXIF (the maximum number of interfaces for which information is kept,
for 'netstat -w <delay>') to 100, from 10.  10 was definitely not sufficient
for many hosts; 100 should be for most if not all.  This code really should
dynamically allocate the information structures, based on the number of
interfaces in the kernel, account for interfaces that are added or removed,
etc., but given its current structure that would require substantial changes.
1996-06-04 20:22:23 +00:00
cgd
525c9d6e37 if doing 'netstat -I <intf> -w <delay>', and netstat can't find an
interface of the given name, print an error message and exit.
This whole section of code needs to be re-thought, if interfaces
can be dynamically added or removed.
1996-06-04 20:09:03 +00:00
christos
15d37e3539 Recognize SVR4 style long filename entries in archives. 1996-06-02 21:09:33 +00:00
mrg
988867d90a we use /usr/sbin/sendmail 1996-06-02 04:53:40 +00:00
mrg
60b63d67e8 we do not want generated files. 1996-06-02 04:46:12 +00:00
mrg
89b7050608 oops, forgot to remove this. 1996-06-02 04:41:52 +00:00
thorpej
7a26f6a8ac Pull down yp/xdr fixes from release branch. 1996-05-29 20:00:52 +00:00
christos
62be8b7e25 Fix bug where make will always exit with 0, even when one or more parallel
jobs failed. (Only affects parallel make code)
1996-05-29 15:28:05 +00:00
christos
5c1983c016 - Move -D flags from Makefile to config.h and explain what they do. Add
-Wall -Wno-unused to CFLAGS. Add new define SYSVVARSUB to enable SysV
  style variable substitutions and enable them.
- Add SunOS style command substitutions via SUNSHCMD
- Fix core dump with '{variable = value'
1996-05-28 23:34:35 +00:00
pk
9ea738a4b4 Install `catalog' files into ${DESTDIR}. 1996-05-26 22:57:49 +00:00
mycroft
445ad1968f Make this work again. 1996-05-24 11:57:16 +00:00
mrg
e8f046f42e patch from keith; fixes a core dump. 1996-05-21 22:52:06 +00:00
mrg
6b86dc1440 use == not =. pr#2449 (aaron) 1996-05-21 22:07:04 +00:00
mrg
4b88cc7b60 add support for whiteouts. pr#2394 (Mike Long <mike.long@analog.com>) 1996-05-21 13:43:50 +00:00
mrg
0272dd3aaf print 1day not 1days. pr#2259 1996-05-21 13:21:07 +00:00
mrg
bd664fdbdb in recvf() initialise the fd to -1 so that we can not close it later
if it was never used (for e.g., with symlinks).  pr#1822.
1996-05-21 12:11:54 +00:00
mrg
cb6b56f884 oops, this got missed in the import somehow. 1996-05-20 18:45:49 +00:00
mrg
095b103c63 these files are either deleted (in nvi) or not necessary 1996-05-20 09:02:48 +00:00
mrg
aa26de9899 disable mmap(). 1996-05-20 06:23:31 +00:00
mrg
c5a3d99868 don't need these. 1996-05-20 05:25:19 +00:00
mrg
7195e9a699 don't create /usr/share/vi/catalog here 1996-05-20 05:01:36 +00:00
cgd
90d6b3a054 a better (more careful) fix for problem fixed by rev 1.9 (the
rolled-forward patch to fix a 'comparison can never be true due to
limited range...' compiler warning).
1996-05-20 04:49:48 +00:00
mrg
3c0a0f8698 merge in fix lost in upgrade. 1996-05-20 04:31:56 +00:00