| Commit message (Expand) | Author | Age | Files | Lines |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -15/+18 |
| * | Remove the MPSAFE keyword from the parser for syscalls.master. | Matthew Dillon | 2001-08-30 | 1 | -0/+10 |
| * | o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx(). | Robert Watson | 2001-07-05 | 1 | -16/+6 |
| * | o Merge contents of struct pcred into struct ucred. Specifically, add the | Robert Watson | 2001-05-25 | 1 | -8/+8 |
| * | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -1/+2 |
| * | Change the pfind() and zpfind() functions to lock the process that they | John Baldwin | 2001-04-24 | 1 | -0/+1 |
| * | Convert the allproc and proctree locks from lockmgr locks to sx locks. | John Baldwin | 2001-03-28 | 1 | -6/+7 |
| * | o Move per-process jail pointer (p->pr_prison) to inside of the subject | Robert Watson | 2001-02-21 | 1 | -1/+3 |
| * | Don't use SCARG. | Alfred Perlstein | 2001-01-08 | 1 | -2/+1 |
| * | Limit size of passed in data for utrace function. | Alfred Perlstein | 2001-01-06 | 1 | -0/+3 |
| * | Protect proc.p_pptr and proc.p_children/p_sibling with the | Jake Burkholder | 2000-12-23 | 1 | -2/+4 |
| * | - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead | Jake Burkholder | 2000-12-13 | 1 | -4/+4 |
| * | Protect the following with a lockmgr lock: | Jake Burkholder | 2000-11-22 | 1 | -0/+4 |
| * | Convert all users of fldoff() to offsetof(). fldoff() is bad | Poul-Henning Kamp | 2000-10-27 | 1 | -3/+0 |
| * | Add KTR, a facility that logs kernel events in order to to facilitate | Jason Evans | 2000-09-07 | 1 | -8/+8 |
| * | o Centralize inter-process access control, introducing: | Robert Watson | 2000-08-30 | 1 | -0/+2 |
| * | Add snapshots to the fast filesystem. Most of the changes support | Kirk McKusick | 2000-07-11 | 1 | -1/+4 |
| * | Change that &@!$# UIO_READ to be UIO_WRITE. I tested the ktrace stuff, | Brian Feldman | 2000-07-07 | 1 | -1/+1 |
| * | Move the truncation code out of vn_open and into the open system call | Kirk McKusick | 2000-07-04 | 1 | -2/+3 |
| * | Modify ktrace's general I/O tracing, ktrgenio(), to use a struct uio * | Brian Feldman | 2000-07-02 | 1 | -35/+29 |
| * | Remove unneeded #include <vm/vm_zone.h> | Poul-Henning Kamp | 2000-04-30 | 1 | -1/+0 |
| * | Introduce NDFREE (and remove VOP_ABORTOP) | Eivind Eklund | 1999-12-15 | 1 | -0/+3 |
| * | This is a partial commit of the patch from PR 14914: | Poul-Henning Kamp | 1999-11-16 | 1 | -7/+7 |
| * | Fix style bug. | Marcel Moolenaar | 1999-10-04 | 1 | -1/+2 |
| * | sigset_t change (part 2 of 5) | Marcel Moolenaar | 1999-09-29 | 1 | -3/+3 |
| * | Kill some spammage that seems to have gotten in through diffs from marcel's | Brian Feldman | 1999-09-21 | 1 | -3/+3 |
| * | When bcopying the program name into the ktrace header, make sure we include | Marcel Moolenaar | 1999-09-20 | 1 | -4/+4 |
| * | ktrace should not follow symlinks either. | Dima Ruban | 1999-08-30 | 1 | -2/+2 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Make sure syscall arguments properly aligned in ktrace records. | Dmitrij Tejblum | 1999-06-16 | 1 | -6/+12 |
| * | This Implements the mumbled about "Jail" feature. | Poul-Henning Kamp | 1999-04-28 | 1 | -1/+3 |
| * | In ktrwrite, use uio_procp = curproc vs 0 | Robert V. Baron | 1998-12-10 | 1 | -2/+2 |
| * | add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE() | Peter Wemm | 1998-11-10 | 1 | -1/+2 |
| * | Don't depend on "implicit int". | Bruce Evans | 1998-02-20 | 1 | -2/+2 |
| * | Don't include <sys/lock.h> in headers when only `struct simplelock' is | Bruce Evans | 1997-12-05 | 1 | -1/+2 |
| * | Move the "retval" (3rd) parameter from all syscall functions and put | Poul-Henning Kamp | 1997-11-06 | 1 | -5/+3 |
| * | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | Poul-Henning Kamp | 1997-10-12 | 1 | -2/+2 |
| * | Distribute and statizice a lot of the malloc M_* types. | Poul-Henning Kamp | 1997-10-11 | 1 | -1/+3 |
| * | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | Bruce Evans | 1997-03-23 | 1 | -2/+2 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | This is the kernel Lite/2 commit. There are some requisite userland | John Dyson | 1997-02-10 | 1 | -3/+3 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Remove the extra length field from the utrace entries. It's redundant. | Poul-Henning Kamp | 1996-09-22 | 1 | -9/+5 |
| * | Add the utrace(caddr_t addr,size_t len) syscall, that will store the | Poul-Henning Kamp | 1996-09-19 | 1 | -1/+40 |
| * | Add separate kmalloc classes for BIO buffers and Ktrace info. | Poul-Henning Kamp | 1996-08-04 | 1 | -12/+12 |
| * | From Lite2: proc LIST changes. | Jeffrey Hsu | 1996-03-11 | 1 | -13/+9 |
| * | Converted two options over to the new scheme: USER_LDT and KTRACE. | Garrett Wollman | 1996-01-03 | 1 | -3/+10 |
| * | A Major staticize sweep. Generates a couple of warnings that I'll deal | Poul-Henning Kamp | 1995-12-14 | 1 | -7/+12 |
| * | Completed function declarations and/or added prototypes. | Bruce Evans | 1995-12-02 | 1 | -1/+3 |
| * | Included <sys/sysproto.h> to get central declarations for syscall args | Bruce Evans | 1995-11-12 | 1 | -1/+4 |