| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvs | cvs2svn | 2004-11-04 | 25 | -25/+25 |
| * | MFC of: | Julian Elischer | 2004-09-09 | 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 |
| * | Make struct swblock kernel only, to make vm/swap_pager.h userland includable. | Poul-Henning Kamp | 2003-01-03 | 1 | -1/+1 |
| * | Teach libkvm to deal with direct mapped addresses. | Jake Burkholder | 2002-12-27 | 1 | -9/+14 |
| * | mdoc(7) police: Deal with self-xrefs. | Ruslan Ermilov | 2002-12-24 | 1 | -1/+1 |
| * | Consistently mark std(in|out|err) with .Dv, because that's how they | Ruslan Ermilov | 2002-12-04 | 2 | -2/+6 |
| * | Implement working on ELF corefiles. Use kvm_read() when reading | Marcel Moolenaar | 2002-10-21 | 1 | -122/+135 |
| * | Adapt to handle the new sparc64 core dump format correctly. | Thomas Moestl | 2002-10-20 | 1 | -32/+95 |
| * | Catch up to SMTX -> SLOCK changes. | John Baldwin | 2002-10-02 | 1 | -7/+7 |