phk
fba4fb2dda
Pass correct length OID to kernel for KERN_PROC_ALL.
1996-06-06 17:16:52 +00:00
phk
32e6520ae7
NBPG -> PAGE_SIZE
1996-05-02 09:23:36 +00:00
hsu
198573b62b
From Lite2: proc and file LIST changes
1996-03-11 05:34:46 +00:00
peter
a87630bdaf
If the two recently added sysctl variables exist, use those rather than
...
the statically compiled PS_STRINGS and USRSTACK variables. This prevents
programs using setproctitle from coredumping if the kernel VM is increased,
and stops libkvm users (w, ps, etc) from needing to be recompiled if only
the VM layout changes.
1996-02-24 14:37:30 +00:00
mpp
1e4a679a26
Add some missing MLINKS, correct some cross references, correct some
...
file locations and some minor formatting/style problems.
1996-02-09 16:20:10 +00:00
mpp
b56c7090ff
Another round of spelling fixes.
1996-01-30 18:13:11 +00:00
peter
48bfdde0e0
Extract the login name when doing a ps on a dead kernel.
1996-01-01 17:08:17 +00:00
peter
1164bf6c74
Cosmetic cleanup and documentation of kvm_argv.. Hopefully the flow of
...
the routine can be much more easily understood now... :-)
1995-12-16 09:25:17 +00:00
peter
640c658316
phkmalloc strikes again! :-) Another use of un-cleared returns from
...
malloc squashed...
1995-12-09 04:45:50 +00:00
peter
a1e82d1d70
Updates to read the extra indirection in ps_strings. Note that any
...
static executables that depend on this will need to be relinked (ie: do
this before 'ps'), but the dynamic linked stuff should be OK (ie: 'w')
Obtained from: NetBSD (not much point reinventing the wheel.. :-)
1995-12-09 04:42:51 +00:00
bde
c0c9ccd517
Removed unnecessary include of <sys/tty.h>. tty.h apparently once had
...
some user interfaces in it. It no longer does.
1995-10-22 18:52:23 +00:00
bde
a60c922aa0
41 headers must be implicitly included and one more (<sys/param.h>) must
...
be explicitly included before kvm_getprocs() can be used.
1995-06-25 03:35:49 +00:00
joerg
372fa91a52
Update the man page for kvm_getprocs.3 to reflect our sysctl-based
...
kvm mechanism.
Submitted by: (Vic Abell) <abe@cc.purdue.edu>
1995-06-24 18:53:09 +00:00
rgrimes
1c444a9f7e
Remove trailing whitespace.
1995-05-30 05:51:47 +00:00
rgrimes
55fd768f2e
Comment out declaration of kvm_uread until it can be fixed correctly.
1995-03-20 16:35:11 +00:00
rgrimes
63c189a743
Change u_long to unsigned long to be consistent.
1995-03-20 16:17:50 +00:00
joerg
8a76bd6237
libkvm exports kvm_uread(), so do declare it in the header file.
...
Got apparent by Philippe's -Wall patch for /usr/bin.
1995-03-19 13:36:49 +00:00
joerg
1e23314df2
Cast the offset of one call to lseek() to off_t, as it's already done
...
in all other places here.
This is a hack, the interface should be changed to use off_t's
everywhere around, but this will require to update all the programs
that happen to use libkvm.
1995-03-19 13:33:05 +00:00
bde
717f58d46e
Fix previous fix to agree with the man page - don't report errors in
...
kvm_open() if errstr is NULL.
1995-02-25 16:44:01 +00:00
phk
afc9c60caa
Remove some unused variables and fix two blatant core dump triggers.
1995-02-24 08:15:27 +00:00
phk
32c6962fe3
A semicolon was lost.
1994-11-07 19:54:55 +00:00
jkh
55d31de697
From: "gj%pcs.dec.com@inet-gw-1.pa.dec.com" <garyj@rks32.pcs.dec.com>
...
Given the right circumstances, a call to kvm_open can result in a core
dump.
The diff belows fixes this (note that this change is already in the
NetBSD code). Could somebody apply this?
Gary J.
Submitted by: gj
1994-11-07 09:42:24 +00:00
dg
32181cd6a2
Fix from Gary Jennejohn - use 'cp' not 'buf' in read call. Oops.
1994-11-02 16:38:51 +00:00
sos
7fb01e22dc
Added spare space on the usr stack. Used in ibcs2 emulation.
1994-10-09 22:03:58 +00:00
dg
6eb62341ed
Don't include sys/exec.h.
1994-09-25 21:11:36 +00:00
wollman
0df0b6cca0
Get rid of _PATH_UNIX completely; use getbootfile(3) instead.
...
DANGER WILL ROBINSON!
_PATH_UNIX is currently defined as the literal string "don't use this".
I am of two minds about this myself, but wanted to get something into the
tree as quickly as possible.
1994-09-24 00:08:43 +00:00
dg
fcf8611de4
Made kvm routines use procfs to get out process data such as argument
...
strings.
1994-08-11 13:38:23 +00:00
dg
17e7606224
Converted 'vmunix' to 'kernel'.
1994-08-05 09:14:37 +00:00
wollman
0930efaf59
Make it work with our make macros.
1994-08-05 01:42:04 +00:00
rgrimes
d520158db4
Fix kvm_i386.c just enough to make it compile and return lots of errors
...
when called. Noop out swapread in kvm_proc.c as our vm system is
different.
1994-05-28 05:48:30 +00:00
rgrimes
bede59afb8
This is a COPY of kvm_hp300.c, soon to be patched to sorta work with
...
the i386 port.
1994-05-28 04:34:59 +00:00
rgrimes
412cfd3425
This commit was generated by cvs2svn to compensate for changes in r1573,
...
which included commits to RCS files with non-trunk default branches.
1994-05-27 05:00:24 +00:00
rgrimes
be22b15ae2
BSD 4.4 Lite Lib Sources
1994-05-27 05:00:24 +00:00
rgrimes
7fb4da3221
BSD 4.4 Lite Include Sources
1994-05-24 09:57:34 +00:00