| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add the options MAP_PREFAULT and MAP_PREFAULT_PARTIAL to vm_map_find/insert, | alc | 1999-05-17 | 1 | -14/+3 |
* | Simplify vm_map_find/insert's interface: remove the MAP_COPY_NEEDED option. | alc | 1999-05-14 | 1 | -3/+3 |
* | Fix a couple of warnings and some bitrot in comments. | peter | 1999-05-09 | 1 | -3/+1 |
* | If you merge this into -stable, please increment __FreeBSD_version | jdp | 1999-02-20 | 1 | -28/+38 |
* | Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This | luoqi | 1999-02-19 | 1 | -2/+2 |
* | Change the load address of the ELF dynamic linker from "2L*MAXDSIZ" | jdp | 1999-02-07 | 1 | -2/+2 |
* | Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used to | dillon | 1999-02-07 | 1 | -2/+2 |
* | Correct an "&" operator which should have been "&&". | jdp | 1999-02-05 | 1 | -2/+2 |
* | Additional note on last rev: The rationale for this is to allow you | newton | 1999-02-05 | 1 | -1/+1 |
* | Created sysctl kern.fallback_elf_brand. Defaults to "none", which will | newton | 1999-02-05 | 1 | -1/+25 |
* | Provide elf_brand_inuse() as a method an emulator can use to find out | newton | 1999-02-04 | 1 | -1/+14 |
* | *_execsw static structures cannot be const due to the way they interact | dillon | 1999-01-29 | 1 | -2/+2 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -14/+14 |
* | Enable Linux threads support by default. | julian | 1999-01-26 | 1 | -5/+1 |
* | Reviewed by: Luoqi Chen, Jordan Hubbard | julian | 1998-12-19 | 1 | -1/+5 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 1 | -3/+3 |
* | Nitpicking and dusting performed on a train. Removes trivial warnings | phk | 1998-10-25 | 1 | -4/+2 |
* | Some cleanups and optimizations: | peter | 1998-10-18 | 1 | -163/+108 |
* | *gulp*. Jordan specifically OK'ed this.. | peter | 1998-10-16 | 1 | -2/+2 |
* | Don't frob the user stack directly, use suword instead. This fixes the | dfr | 1998-10-15 | 1 | -2/+2 |
* | Fixed two potentially serious classes of bugs: | dg | 1998-10-13 | 1 | -4/+4 |
* | If an ELF executable has a recognized brand, then believe it. | jdp | 1998-10-11 | 1 | -59/+48 |