| Commit message (Expand) | Author | Age | Files | Lines |
* | Sort sections. | Ruslan Ermilov | 2005-01-20 | 4 | -29/+29 |
* | In preparation to remove U areas, don't refer to p_uarea in libkvm. | David Schultz | 2004-11-20 | 1 | -1/+1 |
* | Remove un-needed call to close(2). The fd that close is being | Christian S.J. Peron | 2004-11-13 | 1 | -1/+0 |
* | Document the fact that kvm_getenvv(3) requires procfs to be mounted | Christian S.J. Peron | 2004-11-13 | 1 | -0/+7 |
* | Belatedly catch up with the dev_t/cdev changes from a few months back. | Peter Wemm | 2004-10-11 | 1 | -1/+11 |
* | - Fix the compile to chase the p_rux changes. | John Baldwin | 2004-10-06 | 1 | -1/+7 |
* | Redefine a PTE as a 64-bit integral type instead of a struct of | Marcel Moolenaar | 2004-09-23 | 1 | -2/+2 |
* | The offset argument to mmap(2) is not a pointer. Use 0 instead of NULL. | Marcel Moolenaar | 2004-09-22 | 1 | -1/+1 |
* | Refactor a bunch of scheduler code to give basically the same behaviour | Julian Elischer | 2004-09-05 | 1 | -1/+8 |
* | Expand the license referenced indirectly inline. | Warner Losh | 2004-07-31 | 2 | -6/+40 |
* | Remove stale code protected by #ifdef sparc. GCC 3.4.x adds sparc to | Alexander Kabaev | 2004-07-28 | 1 | -9/+0 |
* | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 7 | -23/+46 |
* | Markup, grammar, punctuation. | Ruslan Ermilov | 2004-07-01 | 1 | -14/+14 |
* | Fix a test of bit-flag "P_SA" by adding parenthesis around the expression. | Garance A Drosehn | 2004-06-23 | 1 | -1/+1 |
* | Replace a call to strncpy() with a call to strlcpy() | Garance A Drosehn | 2004-06-23 | 1 | -4/+2 |
* | Fill in the some new fields 'struct kinfo_proc', namely ki_childstime, | Garance A Drosehn | 2004-06-19 | 1 | -5/+29 |
* | Second half of the dev_t cleanup. | Poul-Henning Kamp | 2004-06-17 | 1 | -1/+1 |
* | This library has to change whenever the kernel process structure changes. | Julian Elischer | 2004-06-16 | 1 | -1/+1 |
* | Avoid assignments to cast expressions. | Stefan Farfeleder | 2004-06-08 | 1 | -3/+3 |
* | Implement crashdump decoding for AMD64 as well, now that I have finally | Peter Wemm | 2004-05-19 | 1 | -28/+63 |
* | Import libkvm MD file for arm. | Olivier Houchard | 2004-05-14 | 1 | -0/+103 |
* | Fix a warning: compare u_long ps_strings to 0 instead of NULL. | Jens Schweikhardt | 2004-03-28 | 1 | -1/+1 |
* | Document that kvm_open(3) also accepts "/dev/null" as a special | Ruslan Ermilov | 2004-03-26 | 1 | -4/+15 |
* | Document that libkvm also uses /dev/kmem, to access KVM. | Ruslan Ermilov | 2004-03-26 | 1 | -3/+7 |
* | Update man page to reflect additional flag to allow selection of threads. | Daniel Eischen | 2004-02-22 | 1 | -0/+3 |
* | Teach kvm_getprocs() to recognize a sysctl flag for including threads. | Daniel Eischen | 2004-02-22 | 1 | -5/+8 |
* | Allow to specify a character special device as a core file. | Hidetoshi Shimokawa | 2003-10-29 | 1 | -21/+18 |
* | Fixed some style bugs in the removal of __P(()). Blind removal of | Bruce Evans | 2003-10-13 | 1 | -3/+3 |
* | Document KERN_PROC_PROC, update KERN_PROC_ALL description. | Tim J. Robbins | 2003-09-27 | 1 | -2/+4 |
* | Use the 3-component version of the KERN_PROC_PROC sysctl. | Tim J. Robbins | 2003-09-27 | 1 | -2/+4 |
* | style.Makefile(5) | David E. O'Brien | 2003-08-18 | 1 | -1/+1 |
* | Stage 3 of dynamic root support. Make all the libraries needed to run | Gordon Tetlow | 2003-08-17 | 1 | -0/+1 |
* | Remove unnecssary <vm/swap_pager.h> includes. | Poul-Henning Kamp | 2003-07-31 | 3 | -3/+0 |
* | Remove various unused variables, prototypes and local variables. | Poul-Henning Kamp | 2003-07-31 | 1 | -25/+0 |
* | Disable and lobotomize the kvm image reading swapinfo code, the kernel | Poul-Henning Kamp | 2003-07-31 | 1 | -125/+1 |
* | Retire the SWIF_DUMP_TREE code, this is in the way for a rework of | Poul-Henning Kamp | 2003-07-31 | 2 | -191/+0 |
* | Unifdef -UDEBUG_SWAPINFO The kernel data structures are about to change. | Poul-Henning Kamp | 2003-07-31 | 1 | -79/+0 |
* | P_THREADED was renamed to P_SA, follow up. | David Xu | 2003-06-15 | 1 | -2/+2 |
* | Revamp of the syscall path, exception and context handling. The | Marcel Moolenaar | 2003-05-16 | 1 | -1/+1 |
* | s/procsig/sigacts/ to catch up to procsig and sigacts changes in the kernel. | John Baldwin | 2003-05-14 | 1 | -10/+6 |
* | Bandaid for world. jhb gets the pointy hat here and he needs to look at | Peter Wemm | 2003-05-14 | 1 | -0/+4 |
* | AMD64 support; repocopied from i386 | Peter Wemm | 2003-04-30 | 1 | -3/+3 |
* | Add sys/user.h to the list of includes. Without it you lack a definition of | Tom Rhodes | 2003-04-26 | 1 | -0/+1 |
* | Catch up with the kernel. Move the current cpu indicator to the thread. | Julian Elischer | 2003-04-10 | 1 | -3/+1 |
* | - Spell SIGSETOR correctly. | Jeff Roberson | 2003-04-01 | 1 | -1/+1 |
* | - Catch up with kernel signal changes. | Jeff Roberson | 2003-03-31 | 1 | -1/+2 |
* | The .Fn function | Philippe Charnier | 2003-03-24 | 5 | -13/+23 |
* | Catch up to p_tracep -> p_tracevp rename to unbreak world. | John Baldwin | 2003-03-13 | 1 | -1/+1 |
* | Change the process flags P_KSES to be P_THREADED. | Julian Elischer | 2003-02-27 | 1 | -2/+2 |
* | Remove all use of the LOG2() macro/inline, undoing some non-optimal cruft | Matthew Dillon | 2003-01-11 | 1 | -2/+2 |