summaryrefslogtreecommitdiff
path: root/lib/libkvm
AgeCommit message (Expand)Author
2003-11-17Zero nlist array before using; fixes a bug in the error conditionTodd C. Miller
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2003-07-18add missing includesDavid Krause
2003-06-26protosTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-02Relax licence by removing the 3rd clause on all files whereI was stillMiod Vallat
2003-06-02section reorder;Jason McIntyre
2003-05-16crashdump/crash-dump -> crash dump;Jason McIntyre
2002-12-31amiga and sun3 turned out to not be y2k+3 compliant here. Remove them, asMiod Vallat
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