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
perry
ba7b5f16ff
add -DPMAP_NEW if PMAP_NEW is on in mk.conf
1998-02-18 03:54:58 +00:00
augustss
d379dadee2
Add MAP_PRIVATE|MAP_FILE to mmap() call.
1998-02-17 17:45:55 +00:00
augustss
170f7ea829
Add MAP_FILE as well.
1998-02-17 17:44:55 +00:00
augustss
f9cd93c874
Make sure mmap() uses MAP_PRIVATE instead of 0.
1998-02-17 17:40:59 +00:00
kleink
3b80d582e2
Include <sys/time.h>, which is the canonical location of the select()
...
prototype and assorted data type definitions.
1998-02-17 11:38:26 +00:00
kleink
fd709cbde8
Add an `-r' flag (which is a no-op) to meet XPG4.2 requirements.
1998-02-15 17:08:17 +00:00
thorpej
2ca4a3f1c2
Add support for listing and dumping UVM history buffers.
1998-02-13 05:10:32 +00:00
ross
f288e985a1
abs() numeric parameters to allow portable invocations in scripts.
1998-02-12 21:11:00 +00:00
lukem
d3fed48809
revert; we can't break the existing ABI and API
1998-02-12 03:52:12 +00:00
lukem
423e29d2ec
revert; we can't break the existing ABI and API
1998-02-11 23:01:22 +00:00
cgd
c62f53ae70
allocate temporary storage for directory list, rather than clobbering
...
argv (yuck!).
1998-02-10 21:52:51 +00:00
lukem
54305d4d11
use %d instead of %ld
1998-02-10 07:15:34 +00:00
lukem
caf41deb2a
output explicit types (int16_t, int32_t, etc) rather than (short, long, ...)
1998-02-10 05:10:19 +00:00
mrg
7afa0335b4
change tty settings "now" when switching to/from raw mode
1998-02-10 03:53:39 +00:00
cjs
4d03919ab5
Add -F option to follow files though rotations and truncations.
1998-02-09 22:39:41 +00:00
mrg
45eb2a7d5d
clean up memory totals in UVM case.
1998-02-09 15:29:52 +00:00
mrg
7bd27d00fd
make "systat vmstat" much much much more UVM friendly.
1998-02-09 14:14:43 +00:00
mrg
4e8c1720a8
print almost all of uvmexp with -s. do pagein/pageout counts correctly.
...
also include freed pages count (that was missing from mach vm, but present
in the "output" but hard coded to 0 in vmstat.c.
1998-02-09 13:11:26 +00:00
mrg
279ce528ce
add -DUVM to CPPFLAGS if defined(UVM)
1998-02-09 06:25:15 +00:00
lukem
79da0bed76
minor whitespace fixup
1998-02-08 13:39:09 +00:00
mrg
52bb2f5ba0
print out the contents of uvmexp for "vmstat -s"
1998-02-07 16:50:59 +00:00
mrg
3ff646f56e
flesh out standard vmstat output with UVM.
1998-02-07 16:18:14 +00:00
mrg
a705b928fd
GC old old old "NEWVM". make run under UVM, if not report everything yet..
1998-02-07 15:42:32 +00:00
mrg
e42b5e70e3
build and run with -DUVM. this isn't yet finished but it does run and partially work.
1998-02-07 14:08:23 +00:00
mikel
fe49cec369
syslog(3) cleanup: don't append \n, use %m instead of %s & strerror(3)
1998-02-07 07:06:24 +00:00
perry
34a98169f0
macroize BSD, NetBSD, FreeBSD and misc cleanup
1998-02-06 05:54:12 +00:00
hubertf
5dd9482e0e
Word Perfect "magic" entries, submitted by ksulliva@psc.edu in PR 4940.
1998-02-06 02:47:26 +00:00
christos
cb47578732
Use -ltermcap instead of -ltermlib
1998-02-05 12:15:51 +00:00
thorpej
1ed9f7e142
Always include <string.h> for string prototypes.
1998-02-04 21:32:23 +00:00
christos
9032c78379
Don't hardcode 1900
1998-02-04 15:23:54 +00:00