| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | -121/+134 |
| * | 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 |
| * | Ressurect libkvm use of the bitmasked signal list in the kernel, now that | Juli Mallett | 2002-10-01 | 1 | -7/+1 |
| * | Fix typo, should zero the kinfo_proc's siglist, not the real one's - the real | Juli Mallett | 2002-10-01 | 1 | -1/+1 |
| * | The list of queued signals is not, can not, and will not be exported to the | Juli Mallett | 2002-09-30 | 1 | -1/+7 |
| * | Fixed messes involving $FreeBSD$ starting with one left in the copyright | Bruce Evans | 2002-09-16 | 1 | -21/+5 |
| * | Allocate KSEs and KSEGRPs separatly and remove them from the proc structure. | Julian Elischer | 2002-09-15 | 1 | -12/+45 |
| * | In kvm_openfiles/kvm_open, mark the file descriptors as close-on-exec. | Jacques Vidrine | 2002-09-11 | 1 | -0/+12 |
| * | Completely redo thread states. | Julian Elischer | 2002-09-11 | 1 | -21/+24 |
| * | Hopefully unbreak world. ke_slptime is gone. It should really have been | Peter Wemm | 2002-08-30 | 1 | -1/+1 |
| * | Allow one to grab the definition of struct ucred by defining _WANT_UCRED | Alfred Perlstein | 2002-08-28 | 1 | -2/+1 |
| * | &x is not a format string | Kris Kennaway | 2002-08-24 | 1 | -1/+1 |
| * | o Merge <machine/ansi.h> and <machine/types.h> into a new header | Mike Barcroft | 2002-08-21 | 1 | -7/+7 |
| * | Hide 'struct ucred' behind '#ifdef _KERNEL', this should stop userland | Alfred Perlstein | 2002-08-16 | 1 | -0/+3 |
| * | Auto size available kernel virtual address space based on phsyical memory | Jake Burkholder | 2002-08-10 | 1 | -4/+11 |