mrg
71f20d7c82
use static int instead of static
1998-03-30 02:25:33 +00:00
mrg
76071c4765
remove register
1998-03-30 02:24:59 +00:00
mrg
e37e81a273
remove unused extern.
1998-03-30 02:19:45 +00:00
mrg
3f7e264c37
use static int instead of static
1998-03-30 02:19:02 +00:00
christos
d611392726
PR/5225: Jason Thorpe: make with -j 4 and subdirs core-dumps.
...
This revealed another long standing problem with pmake's port to bsd.
.MAKE was not set as the manual page states. Set it and remove another
typo in my last commit.
1998-03-28 22:29:04 +00:00
hubertf
babf21e12e
Update usage string for [-cs]; pointed out by Soren S. Jorvang <soren@t.dk>
1998-03-27 02:40:38 +00:00
christos
f46f2d693e
PR/5210: Hauke Fath: make core dumps with .SHELL
...
Unfortunately this revealed a deeper problem with the brk_string code.
To fix it:
- remove sharing of the buffer between brk_string invocations
- change the semantics of brk_string so that the argument array
starts with 0, and return the buffer where the strings are
stored
1998-03-26 19:20:36 +00:00
hubertf
b52322199c
Choose only client/server statistics via -s/-c.
1998-03-25 19:54:20 +00:00
sommerfe
bf7d5c8de3
Add -d option, so lint can be used safely when we're not building "in
...
place" (e.g., when DESTDIR is set). This causes the lint driver to
pass -nostdinc -idirafter <dir> to cpp, causing it to ignore
/usr/include and look somewhere else instead..
1998-03-24 23:25:31 +00:00
fair
78f41cb540
patch from PR#3573 to rename a variable "main" to "mainList"
1998-03-23 08:52:48 +00:00
kml
9433195784
Add support for a '-b' option to provide byte counts in and out,
...
instead of just packet counts. On the byte screens, errors and
collisions are not shown, since they are more packet count related.
1998-03-19 02:42:57 +00:00
mikel
80f08d107b
capitalize title of Morris&Thompson paper, use .Ev for EDITOR
1998-03-18 06:05:10 +00:00
mrg
91f31df469
avoid extraneous gcc warnings.
1998-03-15 17:14:51 +00:00
thorpej
f96aa26b70
Fix types lossage on the Alpha.
1998-03-11 16:49:19 +00:00
thorpej
a4bb51f3d2
Fix some type lossage on the Alpha.
1998-03-11 09:00:00 +00:00
christos
64c0f1d1f2
Remove declaration of htons
1998-03-10 13:49:55 +00:00
kleink
00bacf2e91
Attempt to restore a file's flags using chflags() only if the original file
...
ad any flags set (that is, st_flags is non-zero); this avoids a warning when
(un-)compressing a file on a file-system that does not support flags. Fixes
PR bin/4981.
1998-03-10 12:45:44 +00:00
enami
aaa7acea7c
Fix typo; s/TMPFunc.out/TMPfunc.out/
1998-03-10 09:52:41 +00:00
christos
e06bafa12e
make mkhits before making depend.
1998-03-10 08:28:21 +00:00
christos
861d065b3a
Forgot to commit this one?!?!
1998-03-09 21:34:13 +00:00
christos
384f305f13
Fix a debugging macro
1998-03-06 18:11:53 +00:00
thorpej
e0008f3a90
Avoid GCC warning on m68k.
1998-03-05 08:10:06 +00:00
mrg
4c67898a4f
use the uvmexp.pageins member for "pi".
1998-03-05 02:47:05 +00:00
mycroft
2c9f4ad53a
fstat(1) also depends on UVM and PMAP_NEW.
1998-03-04 18:07:29 +00:00
christos
346d9496c8
Adjust for tn3270 cleanup.
1998-03-04 13:51:57 +00:00
christos
eae55ce3e5
oops... tyop
1998-03-04 13:44:48 +00:00
christos
2dbdac9937
- WARNSify
...
- add missing programs (mkmake, prt3270)
1998-03-04 13:16:04 +00:00
christos
a4fe7ad4f6
Move them via repository copy to their own directories.
1998-03-04 13:05:00 +00:00
thorpej
292d795f97
Add a cast to make the compiler happy on the Alpha.
1998-03-03 07:32:46 +00:00
thorpej
b936691cf7
Cast off_t to long long for printing with %qd.
1998-03-03 02:22:40 +00:00
cgd
8aaf609a0a
allow LDSTATIC definition to be overridden by bsd.own.mk/mk.conf
1998-03-02 19:42:25 +00:00
veego
c541a8e0d7
Add CPPFLAGS+=-I${.CURDIR}/../../../lib for libtelnet/misc.h.
1998-02-28 12:38:58 +00:00
enami
ff4977ead8
Fix compile error of tn3270/tn3270; getpgrp() takes no argument.
1998-02-28 12:36:20 +00:00
enami
d4e6742e26
Include unistd.h to import declaration of getopt(3).
1998-02-28 12:16:56 +00:00
christos
434ea11b22
WARNSify and fix problems passing int * -> long *
1998-02-27 10:44:12 +00:00
hubertf
51dc9a9405
Fix typos from PR 5055 by NAKAJIMA Yoshihiro <nakayosh@kcn.or.jp>.
1998-02-24 18:34:31 +00:00
jonathan
5e0e8cec39
More table-driven changes for different toolchains:
...
* new bsd.own.mk variable OBJECT_FMT with values "a.out" or "ELF".
* use OBJECT_FMT in Makefile tests that depend on toolchain.
* Add new bsd.own.mk variable NOSHLIB that, if set indicates a given
port doesnt yet do shared libraries. Set on powerpc.
* Document new feature-test variables in src/share/mk/bsd.README.
Tested on i386, mips, fakedup Alpha environment.
1998-02-23 10:09:31 +00:00
jonathan
90ba84a41a
Remove WARNS= 0 from HEAD.
1998-02-23 01:04:08 +00:00
jonathan
f0409ef098
Descend into gprof on all ports to build doc/psd/18.gprof.
...
Don't define PROG in gprof on ELF or powerpc.
Put back WARNS= 0 for compatibility with 1.3.1.
1998-02-23 01:03:25 +00:00
christos
a06495e3c4
WARNSify
1998-02-22 15:40:39 +00:00
christos
c727065ddd
WARNSify
1998-02-22 14:57:28 +00:00
christos
795e0608f6
WARNSify
1998-02-22 12:55:44 +00:00
christos
3404312dcc
This has been WARNSified..
1998-02-22 12:17:24 +00:00
christos
b4cc7532f2
WARNSify
1998-02-22 12:08:33 +00:00
christos
9a80b4fa85
Simplify the function calling code and warnsify.
1998-02-21 22:47:20 +00:00
jeremy
757abd14c5
Added -C option for hexadecimal+ASCII display. [PR/5017]
...
Fixed minor inconsistency in option descriptions in the man page.
1998-02-20 23:45:27 +00:00
mycroft
4462053ab3
Fill in missing (default) mmap(2) flags.
1998-02-20 09:27:18 +00:00
mycroft
f49407ea34
Nit: Use MAP_SHARED for read-only mappings where appropriate.
1998-02-20 09:26:00 +00:00
mycroft
8f2250049f
Use MAP_SHARED, not MAP_PRIVATE.
1998-02-20 07:34:59 +00:00
jtc
9a0063c6d6
Simply include -lcurses instead of -lcurses -ltermcap
1998-02-18 22:47:41 +00:00