summaryrefslogtreecommitdiffstats
path: root/lib/libkvm (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* No need to pull in vm/vm_param.h in any of these files.art2001-11-0514-37/+23
|
* sparc64 bits. Not tested yet.art2001-08-281-0/+232
| | | | From NetBSD, modified to fit our libkvm.
* o) We always close .Bl and .Bd tags;mpech2001-08-061-2/+3
| | | | | | | | | | o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok
* no more vm/swap_pager.hderaadt2001-06-272-6/+4
|
* UVM is no longer an optionart2001-06-272-204/+3
|
* Use symbolic names for MMU flavours, and correctly handle 68060miod2001-06-211-3/+4
| | | | in _kvm_kvatop().
* oopsart2001-05-193-9/+9
|
* Make this actually compilemillert2001-05-191-3/+3
|
* Convert lseek/{read,write} pairs into pread and pwrite.art2001-05-1810-178/+126
| | | | from my todo list, work by Jonathon Fletcher <jonathon.fletcher@pobox.com>.
* Repair a fprintf message lacking one parameter.miod2001-05-171-3/+3
| | | | | Found by having a look at the recent TPE patches, which fixes libkvm but not libkvm.old...
* Document KERN_PROC_KTHREADangelos2001-05-051-2/+4
|
* add a _kvm_pa2off() for vaxbjc2001-03-161-1/+13
|
* move utmp to large format, usernames to 32 chars; downsjderaadt2001-01-311-2/+2
|
* PAGE_SHIFT can be a define, avoid double-define.art2001-01-221-1/+3
|
* spellingtodd2001-01-041-3/+3
|
* adjust for changes to kcore, and dynamically compute page shift.ericj2000-11-081-8/+45
| | | | | from NetBSD. art@ OK
* various savecore/kvm fixes; gluk@ptci.ru, PR#1461deraadt2000-10-251-9/+10
|
* Format string paranoia; deraadt@ okaaron2000-10-231-3/+3
|
* Repair two typos; caught by gluk@ptci.ru.aaron2000-10-191-3/+3
|
* Boring... Add :L modifier to all tweakable variables tests.espie2000-09-031-2/+2
| | | | Closes PR 1246
* Mark kernel threads as system processes. Make ps hide them by default,niklas2000-06-181-2/+7
| | | | | | show them with -k. Do not try to show RSS based values for them as they mess up column alignment. vmstat -f now shows kernel threads separately from rforks too.
* remove unused codeericj2000-06-091-2/+1
|
* from: gluk@ptci.rumickey2000-04-161-16/+12
| | | | | | make it grok current core dumps. seem to work now. also millert@ took a look.
* Mostly punctuation fixes.aaron2000-04-151-2/+2
|
* Various cleanups and mdoc'ing.aaron2000-03-049-72/+109
|
* typo; peter@freebsdderaadt2000-02-191-3/+3
|
* update header requirements; bdederaadt2000-01-051-1/+2
|
* - remove all trailing whitespaceaaron1999-07-095-31/+31
| | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
* when using `-' as a negative sign, escape it with a backslash so troff knowsaaron1999-07-074-8/+8
| | | | it's not supposed to be a hyphen/dash
* remove redundant .Pp macrosaaron1999-07-022-5/+5
|
* do it right this timeart1999-06-221-3/+3
|
* UVM support + some cleanupart1999-06-222-32/+141
|
* capitalize the acronym IDaaron1999-06-051-6/+8
|
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-162-8/+8
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* Don't return error trying to make a dump header when nomarc1998-10-281-3/+3
| | | | crash dump exists
* Add a dummy '_kvm_pa2off()' so it can be used instead of libkvm.old.pefo1998-08-311-2/+11
| | | | Dumps need to be worked on...
* mention _PATH_KSYMSmillert1998-08-241-2/+5
|
* minor fixup to make this work. i386 still uses libkvm.old but it probably doesn't need to.millert1998-08-241-9/+20
|
* In kvm_open, if no file is specified, try /dev/ksyms and fall back to /bsd. Also, if a file is specified, try the .db version of that file if it exists.millert1998-08-241-14/+24
|
* don't print 'unknown dbopen() error' when kvm_bsd.db doesn't existmillert1998-08-191-2/+5
|
* there is no <sys/kinfo.h>kstailey1998-08-061-2/+1
|
* indentderaadt1998-07-111-25/+19
|
* Fix a couple of error return values that I shouldn't have changed,angelos1998-06-291-5/+27
| | | | add some more verbose error messages.
* Missed one; The problem was reported by msaitoh@spa.is.uec.ac.jp, whomangelos1998-06-291-3/+3
| | | | I forgot to credit in my other commits.
* Do the right thing with error return values.angelos1998-06-291-11/+11
|
* /var/db/kvm_bsd.db not /var/db/kvm_openbsd.dbmillert1997-09-091-3/+3
|
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-6/+6
|
* more error messageskstailey1997-06-181-5/+11
|
* import some cleanup for libkvm/kvm.c from netbsd, udpate libkvm so that sparc can use libkvm vs. libkvm.old and update sparc pmap.c and machdep.c to make dumps compatible with the new libkvm's notions.grr1997-06-112-281/+144
|
* Man page claims O_WRONLY is allowed. Why not?dm1997-06-021-3/+3
|