| Age | Commit message (Expand) | Author | Files | Lines |
| 2001-06-23 | Small nits from pjanzen. |  hin | 2 | -4/+4 |
| 2001-06-23 | Don't lie about Kerberos and encryption. |  hin | 2 | -11/+20 |
| 2001-06-23 | Replace our telnetd with the one from heimdal-0.3f, with the following changes: |  hin | 16 | -6366/+4813 |
| 2001-06-23 | Update for heimdal-0.3f |  hin | 1 | -3/+3 |
| 2001-06-22 | Fix krb5 linking. |  hin | 1 | -2/+2 |
| 2001-06-20 | Add an alarm to implement as timeout on the locked record. |  millert | 1 | -4/+24 |
| 2001-06-19 | Make gcc shut up about unused rcsids. |  millert | 1 | -2/+2 |
| 2001-06-13 | more va_start/end fixes, ok deraadt@ |  markus | 1 | -2/+9 |
| 2001-06-13 | print the name |  deraadt | 1 | -1/+3 |
| 2001-06-13 | Build ld.so on alpha. |  art | 1 | -2/+2 |
| 2001-06-13 | Add support for lazy binding. |  art | 1 | -7/+44 |
| 2001-06-13 | Lazy binding entry point. From NetBSD with some help from FreeBSD. |  art | 1 | -1/+113 |
| 2001-06-13 | Don't do plt relocations here, move that to md code that might choose |  art | 1 | -8/+4 |
| 2001-06-11 | strncpy vs strlcpy, some strlen missuse. |  mickey | 9 | -74/+58 |
| 2001-06-08 | Cleanup. |  art | 1 | -4/+5 |
| 2001-06-08 | No more need to pull in strlen from libc. |  art | 1 | -2/+2 |
| 2001-06-08 | Be consistent. If we have inveted our of strlen, use it everywhere. |  art | 2 | -5/+9 |
| 2001-06-08 | style |  art | 1 | -15/+13 |
| 2001-06-08 | KNF |  deraadt | 1 | -3/+3 |
| 2001-06-07 | It started with trying to write code to avoid running static binaries, |  art | 1 | -208/+116 |
| 2001-06-06 | more cleaning |  art | 1 | -40/+41 |
| 2001-06-06 | cleaning |  art | 1 | -32/+7 |
| 2001-06-06 | Replace all 'if (_dl_debug) _dl_printf(...)' with a macro. |  art | 3 | -20/+14 |
| 2001-06-06 | No need to extern _dl_debug here. |  art | 1 | -2/+1 |
| 2001-06-06 | more cleanup |  art | 1 | -27/+22 |
| 2001-06-06 | Cleanup. |  art | 1 | -205/+95 |
| 2001-06-05 | gcc generates a lot of unaligned RELATIVE relocations for c++ exception handlers. |  art | 1 | -2/+18 |
| 2001-06-01 | whoohoo! New license for tcpwrappers, worked out over the phone with Wietse.x= |  deraadt | 1 | -4/+4 |
| 2001-06-01 | - Allocate space for the finishing NUL in the name of ld.so. |  art | 1 | -3/+4 |
| 2001-05-31 | Apparently GLOB_DAT needs r_addend. |  art | 1 | -2/+2 |
| 2001-05-31 | Some cleanups. |  art | 1 | -67/+6 |
| 2001-05-31 | unsigned long, not u_int32_t |  art | 1 | -3/+3 |
| 2001-05-31 | If we can't find atexit (because we linked against libc.a), |  art | 1 | -2/+5 |
| 2001-05-31 | alpha needs JMPREL relocations. |  art | 1 | -9/+9 |
| 2001-05-31 | Remove write protection from some memory segments when |  art | 1 | -2/+29 |
| 2001-05-31 | random indentation fixes (needs much more work). |  art | 1 | -4/+3 |
| 2001-05-31 | Correctly implement most linking for alpha. |  art | 2 | -263/+53 |
| 2001-05-31 | When opening the hints file, check for error return < 0, not -1. |  art | 1 | -2/+2 |
| 2001-05-30 | do not access the database after tokendb_close() is called; ok millert@ |  markus | 1 | -3/+4 |
| 2001-05-29 | Call auth_checknologin() and auth_approval() as appropriate for BSD |  millert | 3 | -27/+44 |
| 2001-05-29 | use BSD authentication |  millert | 3 | -160/+191 |
| 2001-05-29 | build login scripts for BSD authentication |  millert | 1 | -1/+3 |
| 2001-05-29 | Check for error on open. |  art | 1 | -1/+4 |
| 2001-05-28 | Commonize csu code for elf systems, powerpc now no longer has it's own |  drahn | 2 | -3/+48 |
| 2001-05-25 | KerberosV support from Heimdal. |  hin | 4 | -12/+17 |
| 2001-05-23 | Do not enable debugging, such as PRINTF_DEBUG for ld.so, it becomes |  drahn | 1 | -2/+2 |
| 2001-05-16 | proper typing of two variables |  deraadt | 1 | -3/+3 |
| 2001-05-15 | Niklas, there is no excuse for breaking this code |  deraadt | 1 | -2/+2 |
| 2001-05-14 | Commit initial alpha bits, to facilitate in-tree dev. |  niklas | 11 | -40/+906 |
| 2001-05-12 | MAP_COPY -> MAP_PRIVATE |  art | 2 | -5/+5 |