Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | No need to pull in vm/vm_param.h in any of these files. | 2001-11-05 | 14 | -37/+23 | ||
| | ||||||
* | sparc64 bits. Not tested yet. | 2001-08-28 | 1 | -0/+232 | ||
| | | | | From NetBSD, modified to fit our libkvm. | |||||
* | o) We always close .Bl and .Bd tags; | 2001-08-06 | 1 | -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.h | 2001-06-27 | 2 | -6/+4 | ||
| | ||||||
* | UVM is no longer an option | 2001-06-27 | 2 | -204/+3 | ||
| | ||||||
* | Use symbolic names for MMU flavours, and correctly handle 68060 | 2001-06-21 | 1 | -3/+4 | ||
| | | | | in _kvm_kvatop(). | |||||
* | oops | 2001-05-19 | 3 | -9/+9 | ||
| | ||||||
* | Make this actually compile | 2001-05-19 | 1 | -3/+3 | ||
| | ||||||
* | Convert lseek/{read,write} pairs into pread and pwrite. | 2001-05-18 | 10 | -178/+126 | ||
| | | | | from my todo list, work by Jonathon Fletcher <jonathon.fletcher@pobox.com>. | |||||
* | Repair a fprintf message lacking one parameter. | 2001-05-17 | 1 | -3/+3 | ||
| | | | | | Found by having a look at the recent TPE patches, which fixes libkvm but not libkvm.old... | |||||
* | Document KERN_PROC_KTHREAD | 2001-05-05 | 1 | -2/+4 | ||
| | ||||||
* | add a _kvm_pa2off() for vax | 2001-03-16 | 1 | -1/+13 | ||
| | ||||||
* | move utmp to large format, usernames to 32 chars; downsj | 2001-01-31 | 1 | -2/+2 | ||
| | ||||||
* | PAGE_SHIFT can be a define, avoid double-define. | 2001-01-22 | 1 | -1/+3 | ||
| | ||||||
* | spelling | 2001-01-04 | 1 | -3/+3 | ||
| | ||||||
* | adjust for changes to kcore, and dynamically compute page shift. | 2000-11-08 | 1 | -8/+45 | ||
| | | | | | from NetBSD. art@ OK | |||||
* | various savecore/kvm fixes; gluk@ptci.ru, PR#1461 | 2000-10-25 | 1 | -9/+10 | ||
| | ||||||
* | Format string paranoia; deraadt@ ok | 2000-10-23 | 1 | -3/+3 | ||
| | ||||||
* | Repair two typos; caught by gluk@ptci.ru. | 2000-10-19 | 1 | -3/+3 | ||
| | ||||||
* | Boring... Add :L modifier to all tweakable variables tests. | 2000-09-03 | 1 | -2/+2 | ||
| | | | | Closes PR 1246 | |||||
* | Mark kernel threads as system processes. Make ps hide them by default, | 2000-06-18 | 1 | -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 code | 2000-06-09 | 1 | -2/+1 | ||
| | ||||||
* | from: gluk@ptci.ru | 2000-04-16 | 1 | -16/+12 | ||
| | | | | | | make it grok current core dumps. seem to work now. also millert@ took a look. | |||||
* | Mostly punctuation fixes. | 2000-04-15 | 1 | -2/+2 | ||
| | ||||||
* | Various cleanups and mdoc'ing. | 2000-03-04 | 9 | -72/+109 | ||
| | ||||||
* | typo; peter@freebsd | 2000-02-19 | 1 | -3/+3 | ||
| | ||||||
* | update header requirements; bde | 2000-01-05 | 1 | -1/+2 | ||
| | ||||||
* | - remove all trailing whitespace | 1999-07-09 | 5 | -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 knows | 1999-07-07 | 4 | -8/+8 | ||
| | | | | it's not supposed to be a hyphen/dash | |||||
* | remove redundant .Pp macros | 1999-07-02 | 2 | -5/+5 | ||
| | ||||||
* | do it right this time | 1999-06-22 | 1 | -3/+3 | ||
| | ||||||
* | UVM support + some cleanup | 1999-06-22 | 2 | -32/+141 | ||
| | ||||||
* | capitalize the acronym ID | 1999-06-05 | 1 | -6/+8 | ||
| | ||||||
* | Cleanup xrefs under SEE ALSO. Specifically: | 1999-05-16 | 2 | -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 no | 1998-10-28 | 1 | -3/+3 | ||
| | | | | crash dump exists | |||||
* | Add a dummy '_kvm_pa2off()' so it can be used instead of libkvm.old. | 1998-08-31 | 1 | -2/+11 | ||
| | | | | Dumps need to be worked on... | |||||
* | mention _PATH_KSYMS | 1998-08-24 | 1 | -2/+5 | ||
| | ||||||
* | minor fixup to make this work. i386 still uses libkvm.old but it probably doesn't need to. | 1998-08-24 | 1 | -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. | 1998-08-24 | 1 | -14/+24 | ||
| | ||||||
* | don't print 'unknown dbopen() error' when kvm_bsd.db doesn't exist | 1998-08-19 | 1 | -2/+5 | ||
| | ||||||
* | there is no <sys/kinfo.h> | 1998-08-06 | 1 | -2/+1 | ||
| | ||||||
* | indent | 1998-07-11 | 1 | -25/+19 | ||
| | ||||||
* | Fix a couple of error return values that I shouldn't have changed, | 1998-06-29 | 1 | -5/+27 | ||
| | | | | add some more verbose error messages. | |||||
* | Missed one; The problem was reported by msaitoh@spa.is.uec.ac.jp, whom | 1998-06-29 | 1 | -3/+3 | ||
| | | | | I forgot to credit in my other commits. | |||||
* | Do the right thing with error return values. | 1998-06-29 | 1 | -11/+11 | ||
| | ||||||
* | /var/db/kvm_bsd.db not /var/db/kvm_openbsd.db | 1997-09-09 | 1 | -3/+3 | ||
| | ||||||
* | #if __STDC__ --> #ifdef __STDC__ | 1997-07-25 | 1 | -6/+6 | ||
| | ||||||
* | more error messages | 1997-06-18 | 1 | -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. | 1997-06-11 | 2 | -281/+144 | ||
| | ||||||
* | Man page claims O_WRONLY is allowed. Why not? | 1997-06-02 | 1 | -3/+3 | ||
| |