Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix va -> pa decode. 'by all means' deraadt@ | 2004-05-05 | 1 | -5/+5 | |
| | |||||
* | Include db.h, not ndbm.h since this uses db routines and not ndbm. | 2004-04-28 | 1 | -3/+3 | |
| | |||||
* | remove dup file kvm_amd64 should be used. | 2004-04-28 | 1 | -209/+0 | |
| | | | | OK deraadt@ | ||||
* | Rename kvm_mvme88k so that luna88k can build libkvm. | 2004-04-21 | 1 | -1/+1 | |
| | |||||
* | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | 2004-02-27 | 1 | -0/+209 | |
| | | | | | | 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. | ||||
* | more explicitly check against -1 for pread/pwrite error returns; millert ok | 2004-02-23 | 1 | -5/+5 | |
| | |||||
* | strlcpy is nicer. ok deraadt@ millert@ | 2004-02-18 | 1 | -4/+4 | |
| | |||||
* | Stub this out, copied from other archs with this stubbed out. | 2004-02-09 | 1 | -0/+78 | |
| | |||||
* | the rest of the libs stuff; from art@ again | 2004-01-28 | 1 | -0/+209 | |
| | |||||
* | Initialize procbase2 to 0 in _kvm_open(); Dan Harnett | 2004-01-09 | 1 | -2/+3 | |
| | |||||
* | Add MLINKs for kvm_getproc2() and friends. | 2004-01-08 | 1 | -1/+3 | |
| | |||||
* | Sync PTRTOINT64 w/ kernel version and remove some unused vars. | 2004-01-07 | 1 | -5/+3 | |
| | |||||
* | Implement kvm_getproc2(), kvm_getargv2() and kvm_getenvv2() that use | 2004-01-07 | 4 | -46/+383 | |
| | | | | | the KERN_PROC2 sysctl. Based on changes from NetBSD but uses our own kvm_arg_sysctl(). | ||||
* | Zero nlist array before using; fixes a bug in the error condition | 2003-11-17 | 1 | -3/+4 | |
| | | | | when the corefile is not a valid executable. otto@ OK | ||||
* | Remove some double semicolons (hmm, do two semis equal a maxi?). | 2003-08-06 | 1 | -3/+3 | |
| | | | | I've skipped the GNU stuff for now. From Patrick Latifi. | ||||
* | add missing includes | 2003-07-18 | 1 | -2/+3 | |
| | | | | ok tedu@ | ||||
* | protos | 2003-06-26 | 1 | -3/+6 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 18 | -115/+43 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | Relax licence by removing the 3rd clause on all files whereI was still | 2003-06-02 | 1 | -3/+1 | |
| | | | | using a 3 clause licence. | ||||
* | section reorder; | 2003-06-02 | 6 | -46/+46 | |
| | |||||
* | crashdump/crash-dump -> crash dump; | 2003-05-16 | 2 | -7/+7 | |
| | | | | this fits in with the rest of our docs. | ||||
* | amiga and sun3 turned out to not be y2k+3 compliant here. Remove them, as | 2002-12-31 | 1 | -169/+0 | |
| | | | | well as the few userland tools which were only used on these platforms. | ||||
* | Crank all library major numbers. Needed due to the fact that we | 2002-12-03 | 1 | -1/+1 | |
| | | | | | | | | 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@ | ||||
* | inconsistant spelling; torh@bogus.net | 2002-11-29 | 1 | -3/+3 | |
| | |||||
* | indent | 2002-09-17 | 1 | -5/+8 | |
| | |||||
* | Set close on exec flag for file descriptors opened by kvm_open(). | 2002-09-17 | 1 | -3/+23 | |
| | | | | Inspired by NetBSD. deraadt@ and myself. | ||||
* | hppa stub, from miod | 2002-08-03 | 1 | -0/+82 | |
| | |||||
* | Redo the logic in kvm_arg_sysctl for resizing the buffer. | 2002-06-20 | 1 | -24/+22 | |
| | | | | | - actually use the value we've just reallocated. - Don't return success just because the error wasn't ENOMEM (doh!). | ||||
* | If possible get arg and env information with sysctl. | 2002-06-08 | 1 | -2/+54 | |
| | |||||
* | Add a flag - KVM_NO_FILES which tells kvm_openfiles to not | 2002-06-08 | 3 | -5/+18 | |
| | | | | | open any files, just return an kvm handle that we can use to some of the functions. | ||||
* | o) start new sentence on a new line; | 2002-05-01 | 1 | -3/+3 | |
| | | | | | | | o) always close .Bl tags; o) fix usage of .Xr; millert@ ok | ||||
* | call open() with 3 args, for the heck of it | 2002-03-05 | 1 | -9/+9 | |
| | |||||
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | 2002-02-19 | 1 | -50/+5 | |
| | |||||
* | Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) | 2002-02-17 | 2 | -14/+12 | |
| | |||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 4 | -26/+26 | |
| | |||||
* | Reorder new includes. art@ says ok. | 2001-12-13 | 1 | -3/+3 | |
| | |||||
* | Include more machdep headers. (paranoia) | 2001-12-05 | 7 | -10/+23 | |
| | |||||
* | Must include machine/pmap.h and machine/vmparam.h here now | 2001-12-05 | 1 | -2/+4 | |
| | | | | that uvm headers won't do that for us. | ||||
* | Use the address of the symbol, do not overwrite the address with 0, before | 2001-11-21 | 1 | -5/+5 | |
| | | | | calling pwrite. Fix from dlucq. ok millert. | ||||
* | use uvm headers there as well... | 2001-11-08 | 1 | -1/+2 | |
| | |||||
* | Adapt to new uvm/ includes. | 2001-11-06 | 9 | -27/+21 | |
| | |||||
* | Leftovers... | 2001-11-05 | 3 | -563/+0 | |
| | |||||
* | No need to pull in vm/vm_param.h in any of these files. | 2001-11-05 | 14 | -37/+23 | |
| | |||||
* | sparc64 bits. Not tested yet. | 2001-08-28 | 1 | -0/+232 | |
| | | | | From NetBSD, modified to fit our libkvm. | ||||
* | o) We always close .Bl and .Bd tags; | 2001-08-06 | 1 | -2/+3 | |
| | | | | | | | | | | 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 | ||||
* | no more vm/swap_pager.h | 2001-06-27 | 2 | -6/+4 | |
| | |||||
* | UVM is no longer an option | 2001-06-27 | 2 | -204/+3 | |
| | |||||
* | Use symbolic names for MMU flavours, and correctly handle 68060 | 2001-06-21 | 1 | -3/+4 | |
| | | | | in _kvm_kvatop(). | ||||
* | oops | 2001-05-19 | 3 | -9/+9 | |
| | |||||
* | Make this actually compile | 2001-05-19 | 1 | -3/+3 | |
| |