Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-21 | Use symbolic names for MMU flavours, and correctly handle 68060 | Miod Vallat | |
in _kvm_kvatop(). | |||
2001-05-19 | oops | Artur Grabowski | |
2001-05-19 | Make this actually compile | Todd C. Miller | |
2001-05-18 | Convert lseek/{read,write} pairs into pread and pwrite. | Artur Grabowski | |
from my todo list, work by Jonathon Fletcher <jonathon.fletcher@pobox.com>. | |||
2001-05-17 | Repair a fprintf message lacking one parameter. | Miod Vallat | |
Found by having a look at the recent TPE patches, which fixes libkvm but not libkvm.old... | |||
2001-05-05 | Document KERN_PROC_KTHREAD | Angelos D. Keromytis | |
2001-03-16 | add a _kvm_pa2off() for vax | Brandon Creighton | |
2001-01-31 | move utmp to large format, usernames to 32 chars; downsj | Theo de Raadt | |
2001-01-22 | PAGE_SHIFT can be a define, avoid double-define. | Artur Grabowski | |
2001-01-04 | spelling | Todd T. Fries | |
2000-11-08 | adjust for changes to kcore, and dynamically compute page shift. | Eric Jackson | |
from NetBSD. art@ OK | |||
2000-10-25 | various savecore/kvm fixes; gluk@ptci.ru, PR#1461 | Theo de Raadt | |
2000-10-23 | Format string paranoia; deraadt@ ok | Aaron Campbell | |
2000-10-19 | Repair two typos; caught by gluk@ptci.ru. | Aaron Campbell | |
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie | |
Closes PR 1246 | |||
2000-06-18 | Mark kernel threads as system processes. Make ps hide them by default, | Niklas Hallqvist | |
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. | |||
2000-06-09 | remove unused code | Eric Jackson | |
2000-04-16 | from: gluk@ptci.ru | Michael Shalayeff | |
make it grok current core dumps. seem to work now. also millert@ took a look. | |||
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-03-04 | Various cleanups and mdoc'ing. | Aaron Campbell | |
2000-02-19 | typo; peter@freebsd | Theo de Raadt | |
2000-01-05 | update header requirements; bde | Theo de Raadt | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* 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... | |||
1999-07-07 | when using `-' as a negative sign, escape it with a backslash so troff knows | Aaron Campbell | |
it's not supposed to be a hyphen/dash | |||
1999-07-02 | remove redundant .Pp macros | Aaron Campbell | |
1999-06-22 | do it right this time | Artur Grabowski | |
1999-06-22 | UVM support + some cleanup | Artur Grabowski | |
1999-06-05 | capitalize the acronym ID | Aaron Campbell | |
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
1998-10-28 | Don't return error trying to make a dump header when no | Marco S Hyman | |
crash dump exists | |||
1998-08-31 | Add a dummy '_kvm_pa2off()' so it can be used instead of libkvm.old. | Per Fogelstrom | |
Dumps need to be worked on... | |||
1998-08-24 | mention _PATH_KSYMS | Todd C. Miller | |
1998-08-24 | minor fixup to make this work. i386 still uses libkvm.old but it probably ↵ | Todd C. Miller | |
doesn't need to. | |||
1998-08-24 | In kvm_open, if no file is specified, try /dev/ksyms and fall back to /bsd. ↵ | Todd C. Miller | |
Also, if a file is specified, try the .db version of that file if it exists. | |||
1998-08-19 | don't print 'unknown dbopen() error' when kvm_bsd.db doesn't exist | Todd C. Miller | |
1998-08-06 | there is no <sys/kinfo.h> | kstailey | |
1998-07-11 | indent | Theo de Raadt | |
1998-06-29 | Fix a couple of error return values that I shouldn't have changed, | Angelos D. Keromytis | |
add some more verbose error messages. | |||
1998-06-29 | Missed one; The problem was reported by msaitoh@spa.is.uec.ac.jp, whom | Angelos D. Keromytis | |
I forgot to credit in my other commits. | |||
1998-06-29 | Do the right thing with error return values. | Angelos D. Keromytis | |
1997-09-09 | /var/db/kvm_bsd.db not /var/db/kvm_openbsd.db | Todd C. Miller | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-06-18 | more error messages | kstailey | |
1997-06-11 | import some cleanup for libkvm/kvm.c from netbsd, udpate libkvm so that ↵ | grr | |
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-02 | Man page claims O_WRONLY is allowed. Why not? | dm | |
1997-03-25 | Ok here is the mvme88k userland, minus a few important pieces. | Dale S. Rahn | |
as, ld change need to be merged. It is known that shared libraries and C++ do not work. If anyone wants to step forward and take over the mvme88k port please do. It was dumped on me when the original developer, Nivas, left his previous job and started a new one. I am trying to get the port in a shape that someone could take over. | |||
1997-02-26 | Switch alpha from libkvm.old to libkvm with code from NetBSD. | Niklas Hallqvist | |
%x -> %lx format fixes from me. | |||
1997-01-17 | r?index -> strr?chr | Todd C. Miller | |
1997-01-02 | correct title; frueauf@ira.uka.de | Theo de Raadt | |
1996-12-21 | Check-in of powerpc library support. | Dale S. Rahn | |
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF. This is not currently enough changes, MACHINE_MID pieces are not yet commited. |