| Age | Commit message (Expand) | Author | Files | Lines |
| 2001-09-25 | Slight cleanup on ld.so tests, link with rpath built in, so that running |  drahn | 2 | -4/+3 |
| 2001-09-25 | Duh! if we go through the hassle of looking up a symbol it might |  art | 1 | -1/+3 |
| 2001-09-25 | Borrow a big chunk of code from the NetBSD ld.elf_so to do all the |  art | 1 | -71/+223 |
| 2001-09-25 | Cleaner hash bucket init and some KNF. |  art | 1 | -24/+28 |
| 2001-09-25 | Zero out dl_data before populating it. |  art | 1 | -10/+12 |
| 2001-09-25 | Do mmap the right way. |  art | 3 | -9/+18 |
| 2001-09-25 | Another attempt at getting this right. This time, play safe. |  art | 1 | -9/+10 |
| 2001-09-24 | Some cleanup. |  art | 1 | -8/+4 |
| 2001-09-24 | Some voodoo for bootstrapping sparc64. |  art | 1 | -7/+8 |
| 2001-09-24 | Get the bootstrapping right. |  art | 1 | -6/+12 |
| 2001-09-24 | Proper RELOC_RELA for bootstrap. |  art | 1 | -19/+7 |
| 2001-09-24 | sparc64 needs slightly different flags. |  art | 1 | -3/+3 |
| 2001-09-24 | Adapt to _dl_boot_bind change. |  art | 1 | -5/+5 |
| 2001-09-24 | API change between asm code and _dl_boot_bind(). Simply and |  drahn | 2 | -17/+14 |
| 2001-09-24 | dl_data is at the start of the stack, not after env. load loff. |  art | 1 | -8/+6 |
| 2001-09-23 | pass appropriate compilation flags for sparc64. needs to be compiled PIC. |  drahn | 1 | -1/+5 |
| 2001-09-23 | add munmap syscall |  drahn | 3 | -21/+278 |
| 2001-09-22 | Upon futher contemplation, the notion of unmaphints is just wrong. |  drahn | 2 | -14/+4 |
| 2001-09-22 | Do not check for ':' twice, otherwise the rpath loses the first character |  drahn | 1 | -4/+1 |
| 2001-09-22 | The unmaphints routine should not destroy the hint mapping. |  drahn | 1 | -4/+4 |
| 2001-09-21 | Drop privs to named group, not group with same name as user. |  beck | 1 | -2/+2 |
| 2001-09-21 | partially done... committing so other folks don't have to repeat some of the work |  jason | 1 | -0/+151 |
| 2001-09-21 | Stolen from alpha. |  jason | 1 | -0/+80 |
| 2001-09-21 | first whack at ldasm.S... this will not work yet (partially based on NetBSD, |  jason | 1 | -0/+369 |
| 2001-09-19 | some signal race whacking |  deraadt | 1 | -19/+19 |
| 2001-09-19 | occured->occurred |  mpech | 2 | -4/+4 |
| 2001-09-15 | Some cleanup in loader.c, initialize the symbol pointer with NULL, |  drahn | 2 | -11/+25 |
| 2001-09-15 | IPv6 support from Ryan McBride (mcbride@countersiege.com) |  frantzen | 1 | -4/+6 |
| 2001-09-11 | krb5 before krb4 to please the linker |  jason | 1 | -5/+5 |
| 2001-09-06 | Initial idea from aaron@: Last char of .Xr group in SEE ALSO section should |  mpech | 2 | -4/+4 |
| 2001-09-05 | make sure that va_start() has matching va_end() |  deraadt | 2 | -4/+6 |
| 2001-09-05 | -Make ftp-proxy drop privs to user "proxy" by default. |  beck | 3 | -12/+15 |
| 2001-09-05 | Add SIGPIPE to the list of signals we catch and unlock/exit on. |  millert | 1 | -2/+3 |
| 2001-09-05 | s/pf_natlook/pfioc_natlook (ioctl parameter struct) |  dhartmei | 1 | -2/+2 |
| 2001-09-04 | Use merr() not err() since due to function name change in mail.local/locking.c |  millert | 1 | -4/+4 |
| 2001-08-28 | remove unneeded code (this is done later) |  beck | 1 | -10/+1 |
| 2001-08-28 | oh, some cleanups etc etc |  deraadt | 4 | -100/+76 |
| 2001-08-27 | header order |  deraadt | 1 | -3/+3 |
| 2001-08-23 | recieve -> receive |  aaron | 7 | -14/+14 |
| 2001-08-22 | missing space |  beck | 1 | -2/+2 |
| 2001-08-22 | oops |  beck | 1 | -3/+3 |
| 2001-08-22 | See also ftp-proxy |  beck | 1 | -2/+3 |
| 2001-08-22 | Fixes for my worst abuses of nroff from mpech@ |  beck | 1 | -30/+42 |
| 2001-08-22 | Duh. |  beck | 1 | -8/+10 |
| 2001-08-22 | -Functionify some of the main loop, so it isn't so horrificly deep and is |  beck | 2 | -232/+324 |
| 2001-08-21 | Fix up comment to indicate order that libraries in which the |  drahn | 1 | -4/+5 |
| 2001-08-20 | Powered by @mantoya. |  mpech | 3 | -9/+6 |
| 2001-08-20 | Powered by @mantoya. |  mpech | 1 | -2/+2 |
| 2001-08-19 | unsmokecrack - thanks millert |  beck | 1 | -22/+20 |
| 2001-08-19 | decruftify with prejudice |  beck | 1 | -37/+25 |