| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |