summaryrefslogtreecommitdiffstats
path: root/lib/libkvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix va -> pa decode. 'by all means' deraadt@marc2004-05-051-5/+5
* Include db.h, not ndbm.h since this uses db routines and not ndbm.millert2004-04-281-3/+3
* remove dup file kvm_amd64 should be used.marc2004-04-281-209/+0
* Rename kvm_mvme88k so that luna88k can build libkvm.miod2004-04-211-1/+1
* change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyderaadt2004-02-271-0/+209
* more explicitly check against -1 for pread/pwrite error returns; millert okderaadt2004-02-231-5/+5
* strlcpy is nicer. ok deraadt@ millert@tedu2004-02-181-4/+4
* Stub this out, copied from other archs with this stubbed out.drahn2004-02-091-0/+78
* the rest of the libs stuff; from art@ againmickey2004-01-281-0/+209
* Initialize procbase2 to 0 in _kvm_open(); Dan Harnettmillert2004-01-091-2/+3
* Add MLINKs for kvm_getproc2() and friends.millert2004-01-081-1/+3
* Sync PTRTOINT64 w/ kernel version and remove some unused vars.millert2004-01-071-5/+3
* Implement kvm_getproc2(), kvm_getargv2() and kvm_getenvv2() that usemillert2004-01-074-46/+383
* Zero nlist array before using; fixes a bug in the error conditionmillert2003-11-171-3/+4
* Remove some double semicolons (hmm, do two semis equal a maxi?).millert2003-08-061-3/+3
* add missing includesdavid2003-07-181-2/+3
* protosderaadt2003-06-261-3/+6
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0218-115/+43
* Relax licence by removing the 3rd clause on all files whereI was stillmiod2003-06-021-3/+1
* section reorder;jmc2003-06-026-46/+46
* crashdump/crash-dump -> crash dump;jmc2003-05-162-7/+7
* amiga and sun3 turned out to not be y2k+3 compliant here. Remove them, asmiod2002-12-311-169/+0
* Crank all library major numbers. Needed due to the fact that wemillert2002-12-031-1/+1
* inconsistant spelling; torh@bogus.netderaadt2002-11-291-3/+3
* indentderaadt2002-09-171-5/+8
* Set close on exec flag for file descriptors opened by kvm_open().millert2002-09-171-3/+23
* hppa stub, from miodmickey2002-08-031-0/+82
* Redo the logic in kvm_arg_sysctl for resizing the buffer.art2002-06-201-24/+22
* If possible get arg and env information with sysctl.art2002-06-081-2/+54
* Add a flag - KVM_NO_FILES which tells kvm_openfiles to notart2002-06-083-5/+18
* o) start new sentence on a new line;mpech2002-05-011-3/+3
* call open() with 3 args, for the heck of itderaadt2002-03-051-9/+9
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-50/+5
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-172-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.millert2002-02-164-26/+26
* Reorder new includes. art@ says ok.hugh2001-12-131-3/+3
* Include more machdep headers. (paranoia)art2001-12-057-10/+23
* Must include machine/pmap.h and machine/vmparam.h here nowart2001-12-051-2/+4
* Use the address of the symbol, do not overwrite the address with 0, beforedrahn2001-11-211-5/+5
* use uvm headers there as well...miod2001-11-081-1/+2
* Adapt to new uvm/ includes.art2001-11-069-27/+21
* Leftovers...miod2001-11-053-563/+0
* No need to pull in vm/vm_param.h in any of these files.art2001-11-0514-37/+23
* sparc64 bits. Not tested yet.art2001-08-281-0/+232
* o) We always close .Bl and .Bd tags;mpech2001-08-061-2/+3
* no more vm/swap_pager.hderaadt2001-06-272-6/+4
* UVM is no longer an optionart2001-06-272-204/+3
* Use symbolic names for MMU flavours, and correctly handle 68060miod2001-06-211-3/+4
* oopsart2001-05-193-9/+9
* Make this actually compilemillert2001-05-191-3/+3