| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove __P. | alfred | 2002-03-19 | 1 | -19/+18 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -1/+1 |
* | Remove whitespace at end of line. | mp | 2001-12-16 | 1 | -1/+1 |
* | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | ps | 2001-10-10 | 1 | -2/+0 |
* | Make uio_yield() a global. Call uio_yield() between chunks | dillon | 2001-09-26 | 1 | -2/+2 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -13/+19 |
* | This brings in a Yahoo coredump patch from Paul, with additional mods by | dillon | 2001-09-08 | 1 | -4/+5 |
* | For ia64, set the default elf brand to be FreeBSD. This is temporarily | peter | 2001-09-02 | 1 | -0/+4 |
* | OR M_WAITOK with M_ZERO in malloc()s args for clarity. | brian | 2001-08-28 | 1 | -1/+1 |
* | Unbreak linux compatibility by providing the correct length of the buffer. | mp | 2001-08-18 | 1 | -1/+1 |
* | Don't explicitly null-terminate. The buffer we are copying into is | peter | 2001-08-16 | 1 | -1/+0 |
* | Reduce stack allocation (stack-fast?). | mp | 2001-08-16 | 1 | -40/+65 |
* | Use explicit sizes for the prpsinfo command length string so that | peter | 2001-08-16 | 1 | -1/+2 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -13/+4 |
* | Lock the VM while twiddling the vmspace. | jhb | 2001-05-23 | 1 | -1/+2 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -3/+18 |
* | Convert the allproc and proctree locks from lockmgr locks to sx locks. | jhb | 2001-03-28 | 1 | -3/+3 |
* | Catch up to header include changes: | jhb | 2001-03-28 | 1 | -0/+1 |
* | Do not set a default ELF syscall ABI fallback. | obrien | 2001-03-04 | 1 | -6/+5 |
* | MFS: bring the consistent `compat_3_brand' support into -CURRENT | obrien | 2001-02-24 | 1 | -8/+12 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -2/+2 |
* | Back out proc locking to protect p_ucred for obtaining additional | jhb | 2001-01-27 | 1 | -6/+1 |
* | Proc locking. | jhb | 2001-01-24 | 1 | -1/+6 |
* | - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead | jake | 2000-12-13 | 1 | -2/+2 |
* | Protect the following with a lockmgr lock: | jake | 2000-11-22 | 1 | -3/+8 |
* | Make MINSIGSTKSZ machine dependent, and have the sigaltstack | marcel | 2000-11-09 | 1 | -1/+3 |
* | ELF kernels should use an ELF sysvec. This allows us to move a.out | obrien | 2000-11-05 | 1 | -1/+1 |
* | Catch up to moving headers: | jhb | 2000-10-20 | 1 | -1/+1 |
* | Convert lockmgr locks from using simple locks to using mutexes. | jasone | 2000-10-04 | 1 | -2/+3 |
* | Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT. | bp | 2000-09-12 | 1 | -1/+1 |
* | Move the include of <sys/systm.h> so that KTR gets a declaration for | dfr | 2000-09-10 | 1 | -1/+1 |
* | Using an atomic operation here won't help if nobody else uses them (for | green | 2000-07-23 | 1 | -2/+3 |
* | Solve the problem where it is possible to get the kernel stuck in | green | 2000-07-23 | 1 | -3/+31 |
* | Remove unneeded #include <vm/vm_zone.h> | phk | 2000-04-30 | 1 | -1/+0 |
* | Change our ELF binary branding to something more acceptable to the Binutils | obrien | 2000-04-18 | 1 | -29/+26 |
* | Update a comment in elf_coredump to reflect that if you madvise | ps | 2000-02-28 | 1 | -2/+3 |
* | Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2). | ps | 2000-02-28 | 1 | -0/+7 |
* | Changed the type used to represent the user stack pointer from `long *' | bde | 1999-12-27 | 1 | -3/+3 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 1 | -1/+2 |
* | s/p_cred->pc_ucred/p_ucred/g | phk | 1999-11-21 | 1 | -1/+1 |
* | Vnode was left referenced in the case if ELF image is broken. | bp | 1999-11-20 | 1 | -1/+3 |
* | This is a partial commit of the patch from PR 14914: | phk | 1999-11-16 | 1 | -1/+1 |
* | useracc() the prequel: | phk | 1999-10-29 | 1 | -1/+0 |
* | Trim unused options (or #ifdef for undoc options). | peter | 1999-10-11 | 1 | -1/+0 |
* | General cleanup of core-dumping code. | julian | 1999-09-01 | 1 | -44/+8 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Don't follow symlinks on coredumps. | dima | 1999-08-26 | 1 | -3/+3 |
* | Fix the previous warning a different way since the emul_path exposure was | peter | 1999-07-09 | 1 | -7/+5 |
* | Minor tweak - don't cause a warning. | peter | 1999-07-09 | 1 | -2/+3 |
* | Also try to load the interpreter without prepending "emul_path". This allows | marcel | 1999-07-05 | 1 | -7/+11 |