| Age | Commit message (Expand) | Author | Files | Lines |
| 2002-09-06 | ansi; ok millert pvalchev |  deraadt | 8 | -54/+33 |
| 2002-09-06 | spaces |  deraadt | 2 | -6/+4 |
| 2002-09-05 | kill groups too when we revoke privs |  deraadt | 1 | -6/+9 |
| 2002-09-05 | safe_finger no longer installed |  deraadt | 1 | -2/+2 |
| 2002-09-01 | Make sure that the symbol return value is always initialized before |  drahn | 4 | -3/+7 |
| 2002-08-31 | argh, include prototype for dl_fdprintf(), missed by myself and reviewers. |  drahn | 1 | -1/+2 |
| 2002-08-31 | Add the ability to output to file descriptors besides stderr. |  drahn | 2 | -33/+49 |
| 2002-08-29 | remove extra arg; jmegq@post.harvard.edu |  deraadt | 1 | -3/+3 |
| 2002-08-28 | o) start new sentence on a new line; |  mpech | 8 | -18/+20 |
| 2002-08-23 | Fix after recent changes. |  art | 1 | -2/+2 |
| 2002-08-23 | Support for i386 ELF. Not an indication that the change is going to be made, |  drahn | 6 | -2/+778 |
| 2002-08-23 | Change arguments to _dl_find_symbol() myself, warnnotfound, and inplt into |  drahn | 8 | -68/+121 |
| 2002-08-22 | fix int overflow in statbf.st_size, from netbsd PR#17933 |  pb | 1 | -2/+8 |
| 2002-08-21 | Split out MD makefile parts into separate files and do |  art | 5 | -34/+28 |
| 2002-08-20 | -n: disallow anon ftp even if ftp account exists |  deraadt | 2 | -6/+14 |
| 2002-08-12 | Add support for REL type relocations, all currently supported arch |  drahn | 5 | -7/+33 |
| 2002-08-11 | The parameter dynp was never used, rather than pass in a dummy on most |  drahn | 5 | -21/+19 |
| 2002-08-11 | Fix for Elfbug, the Xtiherit problem which has been seen on most OpenBSD |  drahn | 8 | -29/+41 |
| 2002-08-09 | Various fixes. |  art | 1 | -41/+35 |
| 2002-08-09 | Simplify. |  art | 1 | -5/+2 |
| 2002-08-08 | - Add some missing iflush's |  jason | 1 | -1/+23 |
| 2002-08-08 | There was a possible off-by-one in ld.so when loading shared libraries. |  art | 1 | -14/+27 |
| 2002-07-30 | some snprintf and strlcpy |  deraadt | 4 | -16/+16 |
| 2002-07-30 | knf & ansi |  deraadt | 2 | -78/+38 |
| 2002-07-29 | minor formatting |  art | 1 | -2/+3 |
| 2002-07-29 | Bunch of cleanups and one last bugfix that seems to make things work. |  art | 2 | -51/+51 |
| 2002-07-28 | talk about auth-ftp, not auth-ftpd entry in login.conf; from francesco@toscan.biz |  pvalchev | 1 | -2/+2 |
| 2002-07-27 | Commit work in progress before I get drunk tonight. |  art | 1 | -8/+314 |
| 2002-07-27 | I don't see the point of a return at the end of a void function. |  art | 1 | -2/+1 |
| 2002-07-27 | Make self-relocation work. |  art | 1 | -6/+7 |
| 2002-07-27 | this is not sparc64. |  art | 1 | -4/+4 |
| 2002-07-27 | Stop being too creative, steal more code from sparc64. |  art | 1 | -9/+11 |
| 2002-07-27 | Just a skeleton for sparc. Builds, but pieces are missing and it doesn't |  art | 6 | -4/+514 |
| 2002-07-25 | Check snprintf() rval for < 0; OK deraadt@ |  millert | 1 | -7/+6 |
| 2002-07-24 | Also check for snprintf() returning < 0 |  millert | 1 | -8/+9 |
| 2002-07-24 | Sanity check snprintf() return values before using them. OK deraadt@ |  millert | 1 | -44/+81 |
| 2002-07-24 | What on earth possessed me to use %p instead of %m in syslog() to |  millert | 1 | -4/+4 |
| 2002-07-24 | spaces |  deraadt | 1 | -2/+2 |
| 2002-07-24 | use real clones of the libc functions |  deraadt | 1 | -31/+36 |
| 2002-07-24 | ok i found it |  deraadt | 11 | -78/+75 |
| 2002-07-24 | back out broken stuff until it is fixed |  deraadt | 11 | -75/+78 |
| 2002-07-24 | clean up docs a bit |  deraadt | 1 | -11/+19 |
| 2002-07-24 | spacing |  deraadt | 5 | -18/+18 |
| 2002-07-24 | make more _dl_*() func params like real ones in libc |  deraadt | 3 | -14/+14 |
| 2002-07-24 | cope with _dl_mmap() returning void * |  deraadt | 1 | -3/+3 |
| 2002-07-24 | make _dl_mmap() return void * like others |  deraadt | 1 | -3/+3 |
| 2002-07-23 | match _dl_ syscall prototypes w/ the real syscalls prototypes, including args and return values; art@ ok |  mickey | 6 | -45/+42 |
| 2002-07-20 | Exit on setusercontext() failure; noticed by deraadt@ |  millert | 1 | -5/+14 |
| 2002-07-17 | whoops, wrong type |  deraadt | 1 | -2/+2 |
| 2002-07-16 | typos / double words |  jufi | 4 | -8/+8 |