Commit Graph

19 Commits

Author SHA1 Message Date
lukem
644e7f4b92 use CPPFLAGS instead of CFLAGS 1997-10-23 02:28:37 +00:00
lukem
5542a7ca43 - define WARNS?=1 in the top-level Makefile.inc, and don't define
anywhere else.
- for now, override WARNS=0 in librpcsvc and libwrap, until they're
  cleaned up
- rcsid police

lib is now clean (except for librpcsvc and libwrap) on the i386, and
this should motivate the other ports to fix any other minor problems
that their compilers pick up that the i386 version doesn't.
1997-10-09 14:36:17 +00:00
mikel
73c3bd6bd3 set WARNS?=1 for the i386 only 1997-08-15 02:39:13 +00:00
mikel
09d28fdbb7 use <sys/cdefs.h> __RCSID() macro 1997-08-15 02:07:39 +00:00
gwr
c094e45b13 Add _kvm_mdopen() 1997-08-14 15:59:45 +00:00
gwr
f7e570b6de Call _kvm_mdopen(kd) to do machine-dependent initialization. 1997-08-14 15:57:42 +00:00
gwr
22a1d6ba8b Declare _kvm_mdopen() 1997-08-14 15:56:48 +00:00
kleink
d655ff9c15 Sync with libkvm changes: add members usrstack, min_uva and max_uva to
struct __kvm.
1997-08-13 20:10:30 +00:00
mrg
0553741950 move man pages into share/man. 1997-06-23 04:51:16 +00:00
mikel
81fe6cd23a don't forget to put the program name in the error message! 1997-06-20 04:33:25 +00:00
mrg
9cd5492c02 - convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.
1997-01-23 14:01:45 +00:00
cgd
e79d25e2e9 Don't use a kernel database based on the file name, use only
/var/db/kvm.db, and only use that if no kernel namelist file
is named.  Update the documentation to describe this.
1996-10-12 00:50:11 +00:00
cgd
2af2958a7d add code so that if kvm_nlist() failed because __fdnlist() failed,
kvm_geterr() actually provides useful information rather than just an
empty string.
1996-10-01 18:56:11 +00:00
scottr
d04c0cce16 Fix typo in last change 1996-05-14 21:59:57 +00:00
thorpej
c66799ff11 RCS id police. 1996-05-13 02:30:20 +00:00
pk
42822c16d6 Make sure we include the correct headers. 1996-05-09 12:41:38 +00:00
cgd
c27f2fa69f delete redundant files; pull them in via .PATH to avoid inconsistencies.
Changes which would be made here are also quite likely to apply to
"new" libkvm code, as well.  No point in having to do them twice, or
letting them get lost.
1996-04-01 19:28:03 +00:00
pk
60188b5bd2 Catch up with system PMAP. 1996-04-01 06:27:54 +00:00
leo
15d00de6ec old kvmlib - do not update 1996-03-16 10:05:24 +00:00