aboutsummaryrefslogtreecommitdiff
path: root/lib/libkvm
Commit message (Expand)AuthorAgeFilesLines
* Expand the license referenced indirectly inline.Warner Losh2004-07-312-6/+40
* Remove stale code protected by #ifdef sparc. GCC 3.4.x adds sparc toAlexander Kabaev2004-07-281-9/+0
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-027-23/+46
* Markup, grammar, punctuation.Ruslan Ermilov2004-07-011-14/+14
* Fix a test of bit-flag "P_SA" by adding parenthesis around the expression.Garance A Drosehn2004-06-231-1/+1
* Replace a call to strncpy() with a call to strlcpy()Garance A Drosehn2004-06-231-4/+2
* Fill in the some new fields 'struct kinfo_proc', namely ki_childstime,Garance A Drosehn2004-06-191-5/+29
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-1/+1
* This library has to change whenever the kernel process structure changes.Julian Elischer2004-06-161-1/+1
* Avoid assignments to cast expressions.Stefan Farfeleder2004-06-081-3/+3
* Implement crashdump decoding for AMD64 as well, now that I have finallyPeter Wemm2004-05-191-28/+63
* Import libkvm MD file for arm.Olivier Houchard2004-05-141-0/+103
* Fix a warning: compare u_long ps_strings to 0 instead of NULL.Jens Schweikhardt2004-03-281-1/+1
* Document that kvm_open(3) also accepts "/dev/null" as a specialRuslan Ermilov2004-03-261-4/+15
* Document that libkvm also uses /dev/kmem, to access KVM.Ruslan Ermilov2004-03-261-3/+7
* Update man page to reflect additional flag to allow selection of threads.Daniel Eischen2004-02-221-0/+3
* Teach kvm_getprocs() to recognize a sysctl flag for including threads.Daniel Eischen2004-02-221-5/+8
* Allow to specify a character special device as a core file.Hidetoshi Shimokawa2003-10-291-21/+18
* Fixed some style bugs in the removal of __P(()). Blind removal ofBruce Evans2003-10-131-3/+3
* Document KERN_PROC_PROC, update KERN_PROC_ALL description.Tim J. Robbins2003-09-271-2/+4
* Use the 3-component version of the KERN_PROC_PROC sysctl.Tim J. Robbins2003-09-271-2/+4
* style.Makefile(5)David E. O'Brien2003-08-181-1/+1
* Stage 3 of dynamic root support. Make all the libraries needed to runGordon Tetlow2003-08-171-0/+1
* Remove unnecssary <vm/swap_pager.h> includes.Poul-Henning Kamp2003-07-313-3/+0
* Remove various unused variables, prototypes and local variables.Poul-Henning Kamp2003-07-311-25/+0
* Disable and lobotomize the kvm image reading swapinfo code, the kernelPoul-Henning Kamp2003-07-311-125/+1
* Retire the SWIF_DUMP_TREE code, this is in the way for a rework ofPoul-Henning Kamp2003-07-312-191/+0
* Unifdef -UDEBUG_SWAPINFO The kernel data structures are about to change.Poul-Henning Kamp2003-07-311-79/+0
* P_THREADED was renamed to P_SA, follow up.David Xu2003-06-151-2/+2
* Revamp of the syscall path, exception and context handling. TheMarcel Moolenaar2003-05-161-1/+1
* s/procsig/sigacts/ to catch up to procsig and sigacts changes in the kernel.John Baldwin2003-05-141-10/+6
* Bandaid for world. jhb gets the pointy hat here and he needs to look atPeter Wemm2003-05-141-0/+4
* AMD64 support; repocopied from i386Peter Wemm2003-04-301-3/+3
* Add sys/user.h to the list of includes. Without it you lack a definition ofTom Rhodes2003-04-261-0/+1
* Catch up with the kernel. Move the current cpu indicator to the thread.Julian Elischer2003-04-101-3/+1
* - Spell SIGSETOR correctly.Jeff Roberson2003-04-011-1/+1
* - Catch up with kernel signal changes.Jeff Roberson2003-03-311-1/+2
* The .Fn functionPhilippe Charnier2003-03-245-13/+23
* Catch up to p_tracep -> p_tracevp rename to unbreak world.John Baldwin2003-03-131-1/+1
* Change the process flags P_KSES to be P_THREADED.Julian Elischer2003-02-271-2/+2
* Remove all use of the LOG2() macro/inline, undoing some non-optimal cruftMatthew Dillon2003-01-111-2/+2
* Make struct swblock kernel only, to make vm/swap_pager.h userland includable.Poul-Henning Kamp2003-01-031-1/+1
* Teach libkvm to deal with direct mapped addresses.Jake Burkholder2002-12-271-9/+14
* mdoc(7) police: Deal with self-xrefs.Ruslan Ermilov2002-12-241-1/+1
* Consistently mark std(in|out|err) with .Dv, because that's how theyRuslan Ermilov2002-12-042-2/+6
* Implement working on ELF corefiles. Use kvm_read() when readingMarcel Moolenaar2002-10-211-122/+135
* Adapt to handle the new sparc64 core dump format correctly.Thomas Moestl2002-10-201-32/+95
* Catch up to SMTX -> SLOCK changes.John Baldwin2002-10-021-7/+7
* Ressurect libkvm use of the bitmasked signal list in the kernel, now thatJuli Mallett2002-10-011-7/+1
* Fix typo, should zero the kinfo_proc's siglist, not the real one's - the realJuli Mallett2002-10-011-1/+1