| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Clean up -Wunused warnings. | gpalmer | 1996-06-12 | 1 | -3/+2 |
* | Removed unnecessary #includes from <sys/imgact.h> so that it is | bde | 1996-05-01 | 1 | -1/+4 |
* | Remove references to MAP_FILE.. That is now "default" and is only | peter | 1996-03-12 | 1 | -4/+4 |
* | Tweak the data/bss segment page count. The last version worked | peter | 1996-03-10 | 1 | -4/+3 |
* | Fix some rounding problems.. In some (fairly rare) situtaions it mapped | peter | 1996-03-10 | 1 | -12/+22 |
* | First attempt at FreeBSD & Linux ELF support. | sos | 1996-03-10 | 1 | -0/+705 |