Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-05 | fix va -> pa decode. 'by all means' deraadt@ | Marco S Hyman | |
2004-04-28 | Include db.h, not ndbm.h since this uses db routines and not ndbm. | Todd C. Miller | |
2004-04-28 | remove dup file kvm_amd64 should be used. | Marco S Hyman | |
OK deraadt@ | |||
2004-04-21 | Rename kvm_mvme88k so that luna88k can build libkvm. | Miod Vallat | |
2004-02-27 | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | Theo de Raadt | |
reasons for this, quite a few of them technical, and not all of them in response to Intel's broken ia32e crud. The gcc toolchain stays at x86_64 for now. | |||
2004-02-23 | more explicitly check against -1 for pread/pwrite error returns; millert ok | Theo de Raadt | |
2004-02-18 | strlcpy is nicer. ok deraadt@ millert@ | Ted Unangst | |
2004-02-09 | Stub this out, copied from other archs with this stubbed out. | Dale Rahn | |
2004-01-28 | the rest of the libs stuff; from art@ again | Michael Shalayeff | |
2004-01-09 | Initialize procbase2 to 0 in _kvm_open(); Dan Harnett | Todd C. Miller | |
2004-01-08 | Add MLINKs for kvm_getproc2() and friends. | Todd C. Miller | |
2004-01-07 | Sync PTRTOINT64 w/ kernel version and remove some unused vars. | Todd C. Miller | |
2004-01-07 | Implement kvm_getproc2(), kvm_getargv2() and kvm_getenvv2() that use | Todd C. Miller | |
the KERN_PROC2 sysctl. Based on changes from NetBSD but uses our own kvm_arg_sysctl(). | |||
2003-11-17 | Zero nlist array before using; fixes a bug in the error condition | Todd C. Miller | |
when the corefile is not a valid executable. otto@ OK | |||
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller | |
I've skipped the GNU stuff for now. From Patrick Latifi. | |||
2003-07-18 | add missing includes | David Krause | |
ok tedu@ | |||
2003-06-26 | protos | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-02 | Relax licence by removing the 3rd clause on all files whereI was still | Miod Vallat | |
using a 3 clause licence. | |||
2003-06-02 | section reorder; | Jason McIntyre | |
2003-05-16 | crashdump/crash-dump -> crash dump; | Jason McIntyre | |
this fits in with the rest of our docs. | |||
2002-12-31 | amiga and sun3 turned out to not be y2k+3 compliant here. Remove them, as | Miod Vallat | |
well as the few userland tools which were only used on these platforms. | |||
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | Todd C. Miller | |
now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@ | |||
2002-11-29 | inconsistant spelling; torh@bogus.net | Theo de Raadt | |
2002-09-17 | indent | Theo de Raadt | |
2002-09-17 | Set close on exec flag for file descriptors opened by kvm_open(). | Todd C. Miller | |
Inspired by NetBSD. deraadt@ and myself. | |||
2002-08-03 | hppa stub, from miod | Michael Shalayeff | |
2002-06-20 | Redo the logic in kvm_arg_sysctl for resizing the buffer. | Artur Grabowski | |
- actually use the value we've just reallocated. - Don't return success just because the error wasn't ENOMEM (doh!). | |||
2002-06-08 | If possible get arg and env information with sysctl. | Artur Grabowski | |
2002-06-08 | Add a flag - KVM_NO_FILES which tells kvm_openfiles to not | Artur Grabowski | |
open any files, just return an kvm handle that we can use to some of the functions. | |||
2002-05-01 | o) start new sentence on a new line; | Mike Pechkin | |
o) always close .Bl tags; o) fix usage of .Xr; millert@ ok | |||
2002-03-05 | call open() with 3 args, for the heck of it | Theo de Raadt | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part 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-13 | Reorder new includes. art@ says ok. | Hugh Graham | |
2001-12-05 | Include more machdep headers. (paranoia) | Artur Grabowski | |
2001-12-05 | Must include machine/pmap.h and machine/vmparam.h here now | Artur Grabowski | |
that uvm headers won't do that for us. | |||
2001-11-21 | Use the address of the symbol, do not overwrite the address with 0, before | Dale Rahn | |
calling pwrite. Fix from dlucq. ok millert. | |||
2001-11-08 | use uvm headers there as well... | Miod Vallat | |
2001-11-06 | Adapt to new uvm/ includes. | Artur Grabowski | |
2001-11-05 | Leftovers... | Miod Vallat | |
2001-11-05 | No need to pull in vm/vm_param.h in any of these files. | Artur Grabowski | |
2001-08-28 | sparc64 bits. Not tested yet. | Artur Grabowski | |
From NetBSD, modified to fit our libkvm. | |||
2001-08-06 | o) 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-27 | no more vm/swap_pager.h | Theo de Raadt | |
2001-06-27 | UVM is no longer an option | Artur Grabowski | |
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 | |