| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Don't even read in the thread if it is a zombie process. | Julian Elischer | 2002-06-30 | 1 | -7/+10 |
| * | grow a brain and do this right. | Julian Elischer | 2002-06-30 | 1 | -5/+7 |
| * | Don't follow non existant thread pointers (e.g. for zombies) | Julian Elischer | 2002-06-30 | 1 | -33/+35 |
| * | Part 1 of KSE-III | Julian Elischer | 2002-06-29 | 1 | -2/+19 |
| * | Assume __STDC__, remove non-__STDC__ code. | Alfred Perlstein | 2002-05-28 | 1 | -26/+0 |
| * | Catch up to tte.h changes. | Jake Burkholder | 2002-05-21 | 1 | -2/+2 |
| * | Stub out _kvm_mdopen, we don't the same constants as NetBSD | David E. O'Brien | 2002-05-15 | 1 | -0/+2 |
| * | Add a PowerPC machdep for kvm. | David E. O'Brien | 2002-05-15 | 1 | -0/+101 |
| * | Fix (for the second time) kvm_getprocs() for the case where no | Dima Dorfman | 2002-04-07 | 1 | -0/+26 |
| * | Remove multi-line __P() usage. | David E. O'Brien | 2002-03-22 | 1 | -3/+4 |
| * | Remove __P() usage. | David E. O'Brien | 2002-03-21 | 3 | -22/+22 |
| * | Remove 'register' keyword. | David E. O'Brien | 2002-03-21 | 4 | -46/+46 |
| * | Also blindly attempt to fix broken world with respect to proc.p_runtime | Brian Feldman | 2002-02-22 | 1 | -1/+3 |
| * | I THINK this fixes 'make world' | Julian Elischer | 2002-02-13 | 1 | -1/+4 |
| * | pre-emptively fix a KSE/M3 problem. | Julian Elischer | 2002-02-07 | 1 | -7/+14 |
| * | Finish cleanup in kvm.c revisions 1.10 and 1.11 -- mark sf (swapfile) | Ruslan Ermilov | 2002-01-22 | 2 | -6/+4 |
| * | Adapt to new kernel tsb structure. | Jake Burkholder | 2001-12-29 | 1 | -16/+9 |