summaryrefslogtreecommitdiff
path: root/lib/libkvm
AgeCommit message (Expand)Author
2002-12-03Crank all library major numbers. Needed due to the fact that weTodd C. Miller
2002-11-29inconsistant spelling; torh@bogus.netTheo de Raadt
2002-09-17indentTheo de Raadt
2002-09-17Set close on exec flag for file descriptors opened by kvm_open().Todd C. Miller
2002-08-03hppa stub, from miodMichael Shalayeff
2002-06-20Redo the logic in kvm_arg_sysctl for resizing the buffer.Artur Grabowski
2002-06-08If possible get arg and env information with sysctl.Artur Grabowski
2002-06-08Add a flag - KVM_NO_FILES which tells kvm_openfiles to notArtur Grabowski
2002-05-01o) start new sentence on a new line;Mike Pechkin
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 o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
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
2001-11-21Use the address of the symbol, do not overwrite the address with 0, beforeDale Rahn
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
2001-08-06o) We always close .Bl and .Bd tags;Mike Pechkin
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
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
2001-05-17Repair a fprintf message lacking one parameter.Miod Vallat
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
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
2000-06-18Mark kernel threads as system processes. Make ps hide them by default,Niklas Hallqvist
2000-06-09remove unused codeEric Jackson
2000-04-16from: gluk@ptci.ruMichael Shalayeff
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
1999-07-07when using `-' as a negative sign, escape it with a backslash so troff knowsAaron Campbell
1999-07-02remove redundant .Pp macrosAaron Campbell