summaryrefslogtreecommitdiffstats
path: root/lib/libkvm
Commit message (Expand)AuthorAgeFilesLines
* Update man page to reflect additional flag to allow selection of threads.deischen2004-02-221-0/+3
* Teach kvm_getprocs() to recognize a sysctl flag for including threads.deischen2004-02-221-5/+8
* Allow to specify a character special device as a core file.simokawa2003-10-291-21/+18
* Fixed some style bugs in the removal of __P(()). Blind removal ofbde2003-10-131-3/+3
* Document KERN_PROC_PROC, update KERN_PROC_ALL description.tjr2003-09-271-2/+4
* Use the 3-component version of the KERN_PROC_PROC sysctl.tjr2003-09-271-2/+4
* style.Makefile(5)obrien2003-08-181-1/+1
* Stage 3 of dynamic root support. Make all the libraries needed to rungordon2003-08-171-0/+1
* Remove unnecssary <vm/swap_pager.h> includes.phk2003-07-313-3/+0
* Remove various unused variables, prototypes and local variables.phk2003-07-311-25/+0
* Disable and lobotomize the kvm image reading swapinfo code, the kernelphk2003-07-311-125/+1
* Retire the SWIF_DUMP_TREE code, this is in the way for a rework ofphk2003-07-312-191/+0
* Unifdef -UDEBUG_SWAPINFO The kernel data structures are about to change.phk2003-07-311-79/+0
* P_THREADED was renamed to P_SA, follow up.davidxu2003-06-151-2/+2
* Revamp of the syscall path, exception and context handling. Themarcel2003-05-161-1/+1
* s/procsig/sigacts/ to catch up to procsig and sigacts changes in the kernel.jhb2003-05-141-10/+6
* Bandaid for world. jhb gets the pointy hat here and he needs to look atpeter2003-05-141-0/+4
* AMD64 support; repocopied from i386peter2003-04-301-3/+3
* Add sys/user.h to the list of includes. Without it you lack a definition oftrhodes2003-04-261-0/+1
* Catch up with the kernel. Move the current cpu indicator to the thread.julian2003-04-101-3/+1
* - Spell SIGSETOR correctly.jeff2003-04-011-1/+1
* - Catch up with kernel signal changes.jeff2003-03-311-1/+2
* The .Fn functioncharnier2003-03-245-13/+23
* Catch up to p_tracep -> p_tracevp rename to unbreak world.jhb2003-03-131-1/+1
* Change the process flags P_KSES to be P_THREADED.julian2003-02-271-2/+2
* Remove all use of the LOG2() macro/inline, undoing some non-optimal cruftdillon2003-01-111-2/+2
* Make struct swblock kernel only, to make vm/swap_pager.h userland includable.phk2003-01-031-1/+1
* Teach libkvm to deal with direct mapped addresses.jake2002-12-271-9/+14
* mdoc(7) police: Deal with self-xrefs.ru2002-12-241-1/+1
* Consistently mark std(in|out|err) with .Dv, because that's how theyru2002-12-042-2/+6
* Implement working on ELF corefiles. Use kvm_read() when readingmarcel2002-10-211-122/+135
* Adapt to handle the new sparc64 core dump format correctly.tmm2002-10-201-32/+95
* Catch up to SMTX -> SLOCK changes.jhb2002-10-021-7/+7
* Ressurect libkvm use of the bitmasked signal list in the kernel, now thatjmallett2002-10-011-7/+1
* Fix typo, should zero the kinfo_proc's siglist, not the real one's - the realjmallett2002-10-011-1/+1
* The list of queued signals is not, can not, and will not be exported to thejmallett2002-09-301-1/+7
* Fixed messes involving $FreeBSD$ starting with one left in the copyrightbde2002-09-161-21/+5
* Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.julian2002-09-151-12/+45
* In kvm_openfiles/kvm_open, mark the file descriptors as close-on-exec.nectar2002-09-111-0/+12
* Completely redo thread states.julian2002-09-111-21/+24
* Hopefully unbreak world. ke_slptime is gone. It should really have beenpeter2002-08-301-1/+1
* Allow one to grab the definition of struct ucred by defining _WANT_UCREDalfred2002-08-281-2/+1
* &x is not a format stringkris2002-08-241-1/+1
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-211-7/+7
* Hide 'struct ucred' behind '#ifdef _KERNEL', this should stop userlandalfred2002-08-161-0/+3
* Auto size available kernel virtual address space based on phsyical memoryjake2002-08-101-4/+11
* Don't even read in the thread if it is a zombie process.julian2002-06-301-7/+10
* grow a brain and do this right.julian2002-06-301-5/+7
* Don't follow non existant thread pointers (e.g. for zombies)julian2002-06-301-33/+35
* Part 1 of KSE-IIIjulian2002-06-291-2/+19
OpenPOWER on IntegriCloud