| Commit message (Expand) | Author | Age | Files | Lines |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 7 | -23/+46 |
* | Markup, grammar, punctuation. | ru | 2004-07-01 | 1 | -14/+14 |
* | Fix a test of bit-flag "P_SA" by adding parenthesis around the expression. | gad | 2004-06-23 | 1 | -1/+1 |
* | Replace a call to strncpy() with a call to strlcpy() | gad | 2004-06-23 | 1 | -4/+2 |
* | Fill in the some new fields 'struct kinfo_proc', namely ki_childstime, | gad | 2004-06-19 | 1 | -5/+29 |
* | Second half of the dev_t cleanup. | phk | 2004-06-17 | 1 | -1/+1 |
* | This library has to change whenever the kernel process structure changes. | julian | 2004-06-16 | 1 | -1/+1 |
* | Avoid assignments to cast expressions. | stefanf | 2004-06-08 | 1 | -3/+3 |
* | Implement crashdump decoding for AMD64 as well, now that I have finally | peter | 2004-05-19 | 1 | -28/+63 |
* | Import libkvm MD file for arm. | cognet | 2004-05-14 | 1 | -0/+103 |
* | Fix a warning: compare u_long ps_strings to 0 instead of NULL. | schweikh | 2004-03-28 | 1 | -1/+1 |
* | Document that kvm_open(3) also accepts "/dev/null" as a special | ru | 2004-03-26 | 1 | -4/+15 |
* | Document that libkvm also uses /dev/kmem, to access KVM. | ru | 2004-03-26 | 1 | -3/+7 |
* | Update man page to reflect additional flag to allow selection of threads. | deischen | 2004-02-22 | 1 | -0/+3 |
* | Teach kvm_getprocs() to recognize a sysctl flag for including threads. | deischen | 2004-02-22 | 1 | -5/+8 |
* | Allow to specify a character special device as a core file. | simokawa | 2003-10-29 | 1 | -21/+18 |
* | Fixed some style bugs in the removal of __P(()). Blind removal of | bde | 2003-10-13 | 1 | -3/+3 |
* | Document KERN_PROC_PROC, update KERN_PROC_ALL description. | tjr | 2003-09-27 | 1 | -2/+4 |
* | Use the 3-component version of the KERN_PROC_PROC sysctl. | tjr | 2003-09-27 | 1 | -2/+4 |
* | style.Makefile(5) | obrien | 2003-08-18 | 1 | -1/+1 |
* | Stage 3 of dynamic root support. Make all the libraries needed to run | gordon | 2003-08-17 | 1 | -0/+1 |
* | Remove unnecssary <vm/swap_pager.h> includes. | phk | 2003-07-31 | 3 | -3/+0 |
* | Remove various unused variables, prototypes and local variables. | phk | 2003-07-31 | 1 | -25/+0 |
* | Disable and lobotomize the kvm image reading swapinfo code, the kernel | phk | 2003-07-31 | 1 | -125/+1 |
* | Retire the SWIF_DUMP_TREE code, this is in the way for a rework of | phk | 2003-07-31 | 2 | -191/+0 |
* | Unifdef -UDEBUG_SWAPINFO The kernel data structures are about to change. | phk | 2003-07-31 | 1 | -79/+0 |
* | P_THREADED was renamed to P_SA, follow up. | davidxu | 2003-06-15 | 1 | -2/+2 |
* | Revamp of the syscall path, exception and context handling. The | marcel | 2003-05-16 | 1 | -1/+1 |
* | s/procsig/sigacts/ to catch up to procsig and sigacts changes in the kernel. | jhb | 2003-05-14 | 1 | -10/+6 |
* | Bandaid for world. jhb gets the pointy hat here and he needs to look at | peter | 2003-05-14 | 1 | -0/+4 |
* | AMD64 support; repocopied from i386 | peter | 2003-04-30 | 1 | -3/+3 |
* | Add sys/user.h to the list of includes. Without it you lack a definition of | trhodes | 2003-04-26 | 1 | -0/+1 |
* | Catch up with the kernel. Move the current cpu indicator to the thread. | julian | 2003-04-10 | 1 | -3/+1 |
* | - Spell SIGSETOR correctly. | jeff | 2003-04-01 | 1 | -1/+1 |
* | - Catch up with kernel signal changes. | jeff | 2003-03-31 | 1 | -1/+2 |
* | The .Fn function | charnier | 2003-03-24 | 5 | -13/+23 |
* | Catch up to p_tracep -> p_tracevp rename to unbreak world. | jhb | 2003-03-13 | 1 | -1/+1 |
* | Change the process flags P_KSES to be P_THREADED. | julian | 2003-02-27 | 1 | -2/+2 |
* | Remove all use of the LOG2() macro/inline, undoing some non-optimal cruft | dillon | 2003-01-11 | 1 | -2/+2 |
* | Make struct swblock kernel only, to make vm/swap_pager.h userland includable. | phk | 2003-01-03 | 1 | -1/+1 |
* | Teach libkvm to deal with direct mapped addresses. | jake | 2002-12-27 | 1 | -9/+14 |
* | mdoc(7) police: Deal with self-xrefs. | ru | 2002-12-24 | 1 | -1/+1 |
* | Consistently mark std(in|out|err) with .Dv, because that's how they | ru | 2002-12-04 | 2 | -2/+6 |
* | Implement working on ELF corefiles. Use kvm_read() when reading | marcel | 2002-10-21 | 1 | -122/+135 |
* | Adapt to handle the new sparc64 core dump format correctly. | tmm | 2002-10-20 | 1 | -32/+95 |
* | Catch up to SMTX -> SLOCK changes. | jhb | 2002-10-02 | 1 | -7/+7 |
* | Ressurect libkvm use of the bitmasked signal list in the kernel, now that | jmallett | 2002-10-01 | 1 | -7/+1 |
* | Fix typo, should zero the kinfo_proc's siglist, not the real one's - the real | jmallett | 2002-10-01 | 1 | -1/+1 |
* | The list of queued signals is not, can not, and will not be exported to the | jmallett | 2002-09-30 | 1 | -1/+7 |
* | Fixed messes involving $FreeBSD$ starting with one left in the copyright | bde | 2002-09-16 | 1 | -21/+5 |