| Age | Commit message (Expand) | Author | Files | Lines |
| 2004-09-18 | ARGSUSED on signal handlers |  deraadt | 1 | -2/+4 |
| 2004-09-16 | more signal flag races; ok miod@ |  otto | 2 | -6/+6 |
| 2004-09-16 | i hate macros with 50 , :? and ())()()((()())); otto ok |  deraadt | 5 | -61/+47 |
| 2004-09-16 | clean C for a change |  deraadt | 1 | -19/+14 |
| 2004-09-16 | remove unused variables |  deraadt | 1 | -4/+3 |
| 2004-09-16 | more unsigned char |  deraadt | 1 | -4/+4 |
| 2004-09-15 | ARGSUSED signal handler |  deraadt | 3 | -6/+9 |
| 2004-09-15 | ARGSUSED before signal handler with unused signo |  deraadt | 1 | -1/+2 |
| 2004-09-14 | remove unused variables galore |  deraadt | 2 | -10/+7 |
| 2004-09-14 | ARGSUSED before signal handler with unused signo |  deraadt | 1 | -2/+3 |
| 2004-09-14 | ARGSUSED before signal handler with unused signo |  deraadt | 2 | -3/+6 |
| 2004-09-11 | Verify packets from the server were md5'd with the same shared |  millert | 1 | -4/+16 |
| 2004-09-09 | ABI64 shared libs now handled. |  pefo | 4 | -188/+214 |
| 2004-09-08 | after openpty() do not close() slave and reopen it. that is just crazy |  deraadt | 1 | -1/+8 |
| 2004-08-30 | minimal documentation for LD_DEBUG. |  espie | 1 | -1/+5 |
| 2004-08-30 | Use CMSG_SPACE when allocating space for the control message. |  millert | 1 | -6/+6 |
| 2004-08-24 | synch with apropos, kill lines longer than 8192. |  espie | 1 | -1/+4 |
| 2004-08-17 | impliment QUIT, beck ok |  henning | 1 | -1/+11 |
| 2004-08-15 | Expire entries that exactly match the time now in addition to ones |  millert | 1 | -2/+2 |
| 2004-08-14 | When reading the ld.so hints file, map the entire file in a single mmap |  drahn | 1 | -11/+14 |
| 2004-08-13 | Cast to Elf_Addr to remove warnings of ELF types(int)/pointer, ok david@ |  drahn | 1 | -2/+2 |
| 2004-08-11 | add dladdr() support and add some 'standard' dlsym() support. |  drahn | 2 | -10/+161 |
| 2004-08-11 | revert, should not have gone in |  pefo | 1 | -3/+1 |
| 2004-08-11 | mips->mips64 |  pefo | 6 | -6/+8 |
| 2004-08-11 | Rename confusing variable for readability's sake. No actual code changes. |  millert | 1 | -3/+3 |
| 2004-08-10 | Variable size arrays are not ANSI C. Replace by malloc/free. |  otto | 1 | -2/+8 |
| 2004-08-09 | bang! no reloc.h |  pefo | 1 | -2/+1 |
| 2004-08-08 | spacing |  deraadt | 8 | -37/+37 |
| 2004-08-07 | .tbl is also a valid suffix. |  espie | 1 | -2/+2 |
| 2004-08-06 | not an error when merging in a directory without whatis.db. |  espie | 1 | -7/+7 |
| 2004-08-06 | creeping chdir. Not used at all these days, but would bug other clients, |  espie | 1 | -5/+1 |
| 2004-08-06 | Reorganize makewhatis in smaller modules. |  espie | 9 | -637/+831 |
| 2004-08-06 | update for mips |  pefo | 2 | -15/+77 |
| 2004-08-05 | Add support for passing an fd to the user's S/Key record back and |  millert | 2 | -118/+150 |
| 2004-07-14 | - new sentence, new line |  jmc | 1 | -14/+18 |
| 2004-07-14 | sync usage() w/ SYNOPSIS; |  jmc | 1 | -2/+2 |
| 2004-07-11 | addr -> address in usage() for consistency. |  brad | 1 | -2/+2 |
| 2004-07-06 | The 'reverse ftp-proxy' mode adds a command line option -R to |  dhartmei | 4 | -15/+80 |
| 2004-07-06 | the whatis.db database is also used by whatis(1), so note that; |  jmc | 1 | -4/+7 |
| 2004-07-05 | Fix an issue where a shared library could be loaded at two different |  kjell | 4 | -6/+49 |
| 2004-07-04 | two missing freeaddrinfo() -- leak; andrushock@korovino.net |  deraadt | 1 | -3/+7 |
| 2004-07-04 | typo; andrushock@korovino.net |  deraadt | 1 | -2/+2 |
| 2004-06-29 | absolutely no need to include machine/endian.h after sys/types.h and sys/types.h after sys/param.h |  mickey | 2 | -5/+2 |
| 2004-06-21 | restrict address resolution to AF_INET for now |  itojun | 1 | -1/+3 |
| 2004-06-21 | use getaddr/nameinfo for address resolution. beck, henning ok |  itojun | 2 | -19/+36 |
| 2004-06-14 | Make _dl_malloc() deal with allocations > 4096 correctly. Also place |  millert | 1 | -14/+20 |
| 2004-06-07 | use the func args and not the key material to init a new plabel |  mickey | 1 | -3/+3 |
| 2004-06-07 | fixup the dlsym() return to produce a callable address (plabel) and move one comment closer to the code it talks about earlier; drahn@ ok |  mickey | 2 | -5/+12 |
| 2004-06-07 | debugging notify that dlopen() has finished as it was said when it had started; drahn@ ok |  mickey | 1 | -1/+4 |
| 2004-06-07 | better debugging printfs for init/fini fixups |  mickey | 1 | -5/+7 |