| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Allocate KSEs and KSEGRPs separatly and remove them from the proc structure. | julian | 2002-09-15 | 1 | -12/+45 |
* | In kvm_openfiles/kvm_open, mark the file descriptors as close-on-exec. | nectar | 2002-09-11 | 1 | -0/+12 |
* | Completely redo thread states. | julian | 2002-09-11 | 1 | -21/+24 |
* | Hopefully unbreak world. ke_slptime is gone. It should really have been | peter | 2002-08-30 | 1 | -1/+1 |
* | Allow one to grab the definition of struct ucred by defining _WANT_UCRED | alfred | 2002-08-28 | 1 | -2/+1 |
* | &x is not a format string | kris | 2002-08-24 | 1 | -1/+1 |
* | o Merge <machine/ansi.h> and <machine/types.h> into a new header | mike | 2002-08-21 | 1 | -7/+7 |
* | Hide 'struct ucred' behind '#ifdef _KERNEL', this should stop userland | alfred | 2002-08-16 | 1 | -0/+3 |
* | Auto size available kernel virtual address space based on phsyical memory | jake | 2002-08-10 | 1 | -4/+11 |
* | Don't even read in the thread if it is a zombie process. | julian | 2002-06-30 | 1 | -7/+10 |
* | grow a brain and do this right. | julian | 2002-06-30 | 1 | -5/+7 |
* | Don't follow non existant thread pointers (e.g. for zombies) | julian | 2002-06-30 | 1 | -33/+35 |
* | Part 1 of KSE-III | julian | 2002-06-29 | 1 | -2/+19 |
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 1 | -26/+0 |
* | Catch up to tte.h changes. | jake | 2002-05-21 | 1 | -2/+2 |
* | Stub out _kvm_mdopen, we don't the same constants as NetBSD | obrien | 2002-05-15 | 1 | -0/+2 |
* | Add a PowerPC machdep for kvm. | obrien | 2002-05-15 | 1 | -0/+101 |
* | Fix (for the second time) kvm_getprocs() for the case where no | dd | 2002-04-07 | 1 | -0/+26 |
* | Remove multi-line __P() usage. | obrien | 2002-03-22 | 1 | -3/+4 |