aboutsummaryrefslogtreecommitdiff
path: root/lib/libkvm
Commit message (Expand)AuthorAgeFilesLines
* 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
* The list of queued signals is not, can not, and will not be exported to theJuli Mallett2002-09-301-1/+7
* Fixed messes involving $FreeBSD$ starting with one left in the copyrightBruce Evans2002-09-161-21/+5
* Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.Julian Elischer2002-09-151-12/+45
* In kvm_openfiles/kvm_open, mark the file descriptors as close-on-exec.Jacques Vidrine2002-09-111-0/+12
* Completely redo thread states.Julian Elischer2002-09-111-21/+24
* Hopefully unbreak world. ke_slptime is gone. It should really have beenPeter Wemm2002-08-301-1/+1
* Allow one to grab the definition of struct ucred by defining _WANT_UCREDAlfred Perlstein2002-08-281-2/+1
* &x is not a format stringKris Kennaway2002-08-241-1/+1
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-7/+7
* Hide 'struct ucred' behind '#ifdef _KERNEL', this should stop userlandAlfred Perlstein2002-08-161-0/+3
* Auto size available kernel virtual address space based on phsyical memoryJake Burkholder2002-08-101-4/+11
* Don't even read in the thread if it is a zombie process.Julian Elischer2002-06-301-7/+10
* grow a brain and do this right.Julian Elischer2002-06-301-5/+7
* Don't follow non existant thread pointers (e.g. for zombies)Julian Elischer2002-06-301-33/+35
* Part 1 of KSE-IIIJulian Elischer2002-06-291-2/+19
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-281-26/+0
* Catch up to tte.h changes.Jake Burkholder2002-05-211-2/+2
* Stub out _kvm_mdopen, we don't the same constants as NetBSDDavid E. O'Brien2002-05-151-0/+2
* Add a PowerPC machdep for kvm.David E. O'Brien2002-05-151-0/+101
* Fix (for the second time) kvm_getprocs() for the case where noDima Dorfman2002-04-071-0/+26
* Remove multi-line __P() usage.David E. O'Brien2002-03-221-3/+4
* Remove __P() usage.David E. O'Brien2002-03-213-22/+22
* Remove 'register' keyword.David E. O'Brien2002-03-214-46/+46
* Also blindly attempt to fix broken world with respect to proc.p_runtimeBrian Feldman2002-02-221-1/+3
* I THINK this fixes 'make world'Julian Elischer2002-02-131-1/+4
* pre-emptively fix a KSE/M3 problem.Julian Elischer2002-02-071-7/+14
* Finish cleanup in kvm.c revisions 1.10 and 1.11 -- mark sf (swapfile)Ruslan Ermilov2002-01-222-6/+4
* Adapt to new kernel tsb structure.Jake Burkholder2001-12-291-16/+9
* s/processes/files/ inherited from kvm_getprocs(3).Ruslan Ermilov2001-11-241-1/+1
* Include sys/param.h instead of sys/types.h to get the definition of theJohn Baldwin2001-11-201-1/+1
* o Cleanup of includes: user.h may be a catch-all, but that's notRobert Watson2001-11-191-4/+3
* #include <sys/user.h> rather than individually including a plethoraRobert Watson2001-11-191-4/+1
* libkvm for sparc64. Only works for kernel memory so far.Jake Burkholder2001-11-181-0/+157
* kern.ps_arg_max_cache is a long, not an int. I believe this is half ofPeter Wemm2001-11-081-1/+1