summaryrefslogtreecommitdiff
path: root/lib/libkvm
AgeCommit message (Collapse)Author
2002-05-01o) start new sentence on a new line;Mike Pechkin
o) always close .Bl tags; o) fix usage of .Xr; millert@ ok
2002-03-05call open() with 3 args, for the heck of itTheo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-12-13Reorder new includes. art@ says ok.Hugh Graham
2001-12-05Include more machdep headers. (paranoia)Artur Grabowski
2001-12-05Must include machine/pmap.h and machine/vmparam.h here nowArtur Grabowski
that uvm headers won't do that for us.
2001-11-21Use the address of the symbol, do not overwrite the address with 0, beforeDale Rahn
calling pwrite. Fix from dlucq. ok millert.
2001-11-08use uvm headers there as well...Miod Vallat
2001-11-06Adapt to new uvm/ includes.Artur Grabowski
2001-11-05Leftovers...Miod Vallat
2001-11-05No need to pull in vm/vm_param.h in any of these files.Artur Grabowski
2001-08-28sparc64 bits. Not tested yet.Artur Grabowski
From NetBSD, modified to fit our libkvm.
2001-08-06o) We always close .Bl and .Bd tags;Mike Pechkin
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
2001-06-27no more vm/swap_pager.hTheo de Raadt
2001-06-27UVM is no longer an optionArtur Grabowski
2001-06-21Use symbolic names for MMU flavours, and correctly handle 68060Miod Vallat
in _kvm_kvatop().
2001-05-19oopsArtur Grabowski
2001-05-19Make this actually compileTodd C. Miller
2001-05-18Convert lseek/{read,write} pairs into pread and pwrite.Artur Grabowski
from my todo list, work by Jonathon Fletcher <jonathon.fletcher@pobox.com>.
2001-05-17Repair 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-05Document KERN_PROC_KTHREADAngelos D. Keromytis
2001-03-16add a _kvm_pa2off() for vaxBrandon Creighton
2001-01-31move utmp to large format, usernames to 32 chars; downsjTheo de Raadt
2001-01-22PAGE_SHIFT can be a define, avoid double-define.Artur Grabowski
2001-01-04spellingTodd T. Fries
2000-11-08adjust for changes to kcore, and dynamically compute page shift.Eric Jackson
from NetBSD. art@ OK
2000-10-25various savecore/kvm fixes; gluk@ptci.ru, PR#1461Theo de Raadt
2000-10-23Format string paranoia; deraadt@ okAaron Campbell
2000-10-19Repair two typos; caught by gluk@ptci.ru.Aaron Campbell
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
Closes PR 1246
2000-06-18Mark 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-09remove unused codeEric Jackson
2000-04-16from: gluk@ptci.ruMichael Shalayeff
make it grok current core dumps. seem to work now. also millert@ took a look.
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-03-04Various cleanups and mdoc'ing.Aaron Campbell
2000-02-19typo; peter@freebsdTheo de Raadt
2000-01-05update header requirements; bdeTheo de Raadt
1999-07-09- remove all trailing whitespaceAaron 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-07when using `-' as a negative sign, escape it with a backslash so troff knowsAaron Campbell
it's not supposed to be a hyphen/dash
1999-07-02remove redundant .Pp macrosAaron Campbell
1999-06-22do it right this timeArtur Grabowski
1999-06-22UVM support + some cleanupArtur Grabowski
1999-06-05capitalize the acronym IDAaron Campbell
1999-05-16Cleanup 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-28Don't return error trying to make a dump header when noMarco S Hyman
crash dump exists
1998-08-31Add a dummy '_kvm_pa2off()' so it can be used instead of libkvm.old.Per Fogelstrom
Dumps need to be worked on...
1998-08-24mention _PATH_KSYMSTodd C. Miller
1998-08-24minor fixup to make this work. i386 still uses libkvm.old but it probably ↵Todd C. Miller
doesn't need to.