| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix a bug which caused the dynamic linker pathname in the PT_INTERP | jdp | 1998-10-03 | 1 | -11/+7 |
* | Restore the core-dumping of all writable segments for ELF executables, | jdp | 1998-09-16 | 1 | -80/+188 |
* | Erk. Revert back to 1.31, dumping only data and stack to the core | jdp | 1998-09-15 | 1 | -200/+68 |
* | When choosing segments to write to the core file, don't assume that | jdp | 1998-09-15 | 1 | -2/+3 |
* | Instead of just the data and stack segments, include all writable | jdp | 1998-09-15 | 1 | -68/+199 |
* | Viola! The kernel now generates standard ELF core dumps for ELF | jdp | 1998-09-14 | 1 | -16/+280 |
* | Add provisions for variant core dump file formats, depending on the | jdp | 1998-09-14 | 1 | -2/+11 |
* | Default to FreeBSD if no brand detected. This makes life easier when | dfr | 1998-07-29 | 1 | -5/+12 |
* | Cast u_longs to uintptr_t before casting them to pointers. Don't | bde | 1998-07-15 | 1 | -3/+3 |
* | Fixed printf format errors. | bde | 1998-07-11 | 1 | -5/+5 |
* | Fix a typo which prevented i386 elf from working at all (including Linux | dfr | 1998-06-08 | 1 | -2/+2 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -22/+50 |
* | Translate T_PROTFLT to SIGSEGV instead of SIGBUS when running under | eivind | 1998-04-28 | 1 | -1/+2 |
* | Removed unused #includes. | bde | 1998-03-28 | 1 | -3/+1 |
* | Update the ELF image activator to use some of the exec resources rather | peter | 1998-03-02 | 1 | -150/+49 |
* | Staticize. | eivind | 1998-02-09 | 1 | -3/+3 |
* | We were (I think) missing a vrele() on the vnode for the object loaded | peter | 1997-09-21 | 1 | -6/+5 |
* | Fully implement vfork. Vfork is now much much faster than even our | dyson | 1997-04-13 | 1 | -2/+4 |
* | Use OID_AUTO instead of magic number for old sysctl debug.elf_trace. The | bde | 1997-04-01 | 1 | -8/+4 |
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | bde | 1997-03-23 | 1 | -2/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -2/+2 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Make DFLDSIZ and MAXDSIZ fully-supported options. | joerg | 1996-12-22 | 1 | -1/+3 |
* | Added a missing break, so all static bins would be missed :( | sos | 1996-10-24 | 1 | -1/+2 |
* | Oops forgot to remove a debug printf. | sos | 1996-10-16 | 1 | -2/+2 |
* | Prepare kernel to take advantage of "branded" ELF binaries. | sos | 1996-10-16 | 1 | -47/+76 |
* | Drop an unused param to unmap_pages(). | peter | 1996-10-03 | 1 | -7/+7 |
* | Fixed the easy cases of const poisoning in the kernel. Cosmetic. | bde | 1996-08-31 | 1 | -7/+7 |
* | Clean-up the new VM map procfs code, and also add support for executable | dyson | 1996-06-18 | 1 | -1/+2 |