| Commit message (Expand) | Author | Age | Files | Lines |
* | Back out proc locking to protect p_ucred for obtaining additional | jhb | 2001-01-27 | 6 | -84/+18 |
* | - Back out over-aggressive locking of p->p_cred. | jhb | 2001-01-26 | 1 | -12/+3 |
* | Use queue macros. | jhb | 2001-01-24 | 1 | -1/+1 |
* | - Proc locking. | jhb | 2001-01-23 | 3 | -27/+73 |
* | Argh, atomic_store_rel -> atomic_store_rel_int. | jhb | 2001-01-23 | 1 | -1/+1 |
* | Woops, add in missing headers. | jhb | 2001-01-23 | 1 | -1/+3 |
* | Proc locking. | jhb | 2001-01-23 | 5 | -17/+63 |
* | Use queue macros. | jhb | 2001-01-23 | 1 | -5/+4 |
* | - Add proc locking. | jhb | 2001-01-23 | 1 | -35/+104 |
* | - Use proper atomic operations to make the run time initialization | jhb | 2001-01-23 | 1 | -10/+20 |
* | FreeBSD doesn't have p_emuldata, and our stackgap_init() doesn't take an | jhb | 2001-01-23 | 1 | -3/+3 |
* | Use proc lock to safely obtain references to p_ucred before vnode | jhb | 2001-01-23 | 1 | -3/+13 |
* | Protect calcru() with sched_lock. | jhb | 2001-01-23 | 1 | -0/+2 |
* | Map BSS section in PECOFF executable. | takawata | 2001-01-23 | 1 | -1/+1 |
* | Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code. | wollman | 2001-01-20 | 1 | -1/+0 |
* | Instead of hard coding the major numbers for IDE and SCSI disks | joe | 2001-01-14 | 1 | -10/+17 |
* | Protect proc.p_pptr with the proctree lock. | jake | 2001-01-10 | 2 | -4/+20 |
* | Take 10 seconds to actually fix the chgproccnt rather than just make it | green | 2001-01-09 | 1 | -2/+1 |
* | With some trepidation, add a `#error' directive to this module. It was | wollman | 2001-01-09 | 1 | -0/+1 |
* | Map FreeBSD character device hard disks to Linux block device hard disks. | paul | 2000-12-29 | 1 | -0/+14 |
* | Protect proc.p_pptr and proc.p_children/p_sibling with the | jake | 2000-12-23 | 1 | -8/+16 |
* | Add PECOFF (WIN32 Execution file format) support. | takawata | 2000-12-20 | 2 | -0/+783 |
* | translate the flags in recvfrom and recvmsg from linux to bsd ones | assar | 2000-12-19 | 2 | -2/+121 |
* | Lock access to proc members. | jhb | 2000-12-15 | 4 | -18/+51 |
* | Use kinfo_proc instead of eproc (which Kirk deep-sixed earlier this week) | des | 2000-12-13 | 2 | -216/+260 |
* | Add dependency on linux, which is needed for proc/version. | des | 2000-12-13 | 1 | -0/+1 |
* | Lock the allproc list. | jake | 2000-12-13 | 1 | -1/+4 |
* | - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead | jake | 2000-12-13 | 1 | -3/+8 |
* | Point #includes at compat/linprocfs instead of i386/linux/linprocfs. | des | 2000-12-12 | 5 | -5/+5 |
* | Add proc/<pid>/cmdline. | des | 2000-12-09 | 3 | -1/+9 |
* | Add a dependency on procfs. | des | 2000-12-09 | 1 | -0/+1 |
* | A bunch of fixes that have been rotting in my tree for a month or two | des | 2000-12-09 | 2 | -142/+182 |
* | Remove call to bzero after MALLOC and instead add M_ZERO | marcel | 2000-12-05 | 1 | -2/+1 |
* | Include machine/cpu.h for cpu_getstack(). | marcel | 2000-12-03 | 1 | -0/+2 |
* | Don't auto-generate the syscalls. | marcel | 2000-12-03 | 7 | -28/+0 |
* | Protect access to p_stat with sched_lock. | jhb | 2000-12-01 | 2 | -0/+4 |
* | Don't use p->p_sigstk.ss_flags to keep state of whether the | marcel | 2000-11-30 | 1 | -1/+1 |
* | Use callout_reset instead of timeout(9). Most callouts are statically | jake | 2000-11-27 | 1 | -2/+2 |
* | Add bogomips to cpuinfo (set it equal to the CPU frequency, which is bogus | des | 2000-11-27 | 2 | -14/+20 |
* | Forgot to patch this file in file descriptor race fix commit | dillon | 2000-11-23 | 1 | -7/+17 |
* | Use the linux_connect() on alpha rather than passing directly through | gallatin | 2000-11-16 | 1 | -1/+9 |
* | Fix F_SETOWN on pipes. Linux returns EINVAL while we send a SIGIO | marcel | 2000-11-13 | 1 | -5/+19 |
* | Revert auto-generation. The Alpha port is broken. | marcel | 2000-11-10 | 7 | -0/+28 |
* | Make MINSIGSTKSZ machine dependent, and have the sigaltstack | marcel | 2000-11-09 | 2 | -1/+5 |
* | Sync with Alpha: | marcel | 2000-11-09 | 7 | -28/+0 |
* | Check that p->p_pptr is not NULL - kernel processes have no parents! | des | 2000-11-06 | 2 | -4/+4 |
* | Fix getdents syscall. | marcel | 2000-11-05 | 1 | -1/+4 |
* | zap a stray include that snuck in with rev 1.56 | gallatin | 2000-11-02 | 1 | -1/+0 |
* | fix a comment that was inadvertantly changed by a cvs merge | gallatin | 2000-11-02 | 1 | -1/+1 |
* | Fix linux_ustat syscall. We only have cdevs now, so looking | marcel | 2000-11-02 | 1 | -2/+2 |