| Age | Commit message (Expand) | Author | Files | Lines |
| 2006-10-18 | do not name FILE * variables "fd" since it is confusing |  deraadt | 1 | -6/+6 |
| 2006-10-17 | Make this easier for people who aren't aware of what shell they are running. |  beck | 1 | -2/+2 |
| 2006-09-29 | typo; from sthen |  jmc | 1 | -2/+2 |
| 2006-09-26 | switch alpha to gcc3; joint work with drahn@ and brad@ |  martin | 1 | -2/+2 |
| 2006-09-24 | Fill in the list of loaded segments for the main executable such that we can |  kettenis | 1 | -5/+23 |
| 2006-09-22 | Remove lfs_cleanerd and mount_lfs |  pedro | 7 | -1742/+0 |
| 2006-09-20 | Recommit non-static array fix. |  ray | 1 | -2/+3 |
| 2006-08-23 | Support arm libraries with DT_TEXTREL, has no affect for other libraries. |  drahn | 1 | -12/+3 |
| 2006-08-19 | Don't shadow err(3). |  ray | 1 | -18/+17 |
| 2006-08-17 | Instead of doing all this pointer and buffer arithmetic, generate string |  ray | 1 | -7/+10 |
| 2006-08-17 | recv(2) returns a ssize_t, so match cc with it. |  ray | 1 | -10/+10 |
| 2006-08-15 | -r only applies to blacklists. ok beck@ |  kjell | 1 | -2/+3 |
| 2006-08-14 | Document debug mode. OK jmc@ |  millert | 1 | -1/+6 |
| 2006-08-14 | Fix typo introduced in rev 1.16; fixes "login" authentication style. |  millert | 1 | -2/+2 |
| 2006-08-12 | spelling: elminate |  stevesk | 1 | -2/+2 |
| 2006-08-06 | Do not take shortcuts when the PLT size is 0; makes emacs work again on alpha. |  kettenis | 1 | -2/+2 |
| 2006-08-06 | Work around an issue found when working with gcc3 on alpha, |  drahn | 1 | -4/+15 |
| 2006-07-28 | Only stop processing prebind deletion if an actual error occurs. |  drahn | 1 | -2/+3 |
| 2006-07-28 | Make tftpd atoi() free. |  mglocker | 1 | -7/+14 |
| 2006-07-26 | TIMEOUT* values are not part of the protocol. tftp.h is a namespace |  deraadt | 1 | -2/+6 |
| 2006-07-26 | Mini KNF. No binary changes. |  mglocker | 1 | -4/+4 |
| 2006-07-26 | Fixing several timeout quirks at tftpd and tftp: |  mglocker | 1 | -22/+18 |
| 2006-07-21 | - fix protocol for write requests (put) which come with options. |  mglocker | 1 | -22/+28 |
| 2006-07-20 | no need for .Pp after sections; |  jmc | 1 | -3/+2 |
| 2006-07-20 | Adjust BUGS section; we do support blocksize negotiation for tftpd |  mglocker | 1 | -9/+2 |
| 2006-07-20 | Add blksize option support for tftpd according to RFC 2348. |  mglocker | 1 | -23/+57 |
| 2006-07-14 | Fix some syslog(3) messages. Prototype usage() by __dead void. |  mglocker | 1 | -12/+12 |
| 2006-07-14 | knf. no binary change. |  mglocker | 1 | -111/+109 |
| 2006-07-08 | jmc and I both pronounce ldconfig as ell-dee-config, so it should be |  mk | 1 | -2/+2 |
| 2006-06-26 | build cleanly with -Wall -Werror |  drahn | 4 | -9/+25 |
| 2006-06-22 | These two env vars don't have a `=' in their name. |  mk | 1 | -3/+3 |
| 2006-06-21 | minimal KNF and spacing |  jasper | 1 | -7/+8 |
| 2006-06-19 | sort usage(); |  jmc | 1 | -2/+2 |
| 2006-06-19 | tweak the -S stuff; |  jmc | 1 | -7/+9 |
| 2006-06-16 | From Markus Glockner <markus@nazgul.ch>, adds logging of refusals |  beck | 1 | -5/+12 |
| 2006-06-16 | Add comment warning not to rename _dl_bind, since gdb(1) knows about it. |  kettenis | 1 | -1/+2 |
| 2006-06-15 | When writing a TXTBUSY file, make certain to preserve all file metadata, |  drahn | 5 | -117/+296 |
| 2006-05-18 | spacing |  deraadt | 3 | -19/+19 |
| 2006-05-17 | prep prebind_newfile() for reuse by dale in prebind; ok drahn |  deraadt | 1 | -7/+6 |
| 2006-05-15 | add an -h option to override the hostname that is reported in the |  jcs | 2 | -4/+13 |
| 2006-05-14 | use __mips64__ |  deraadt | 2 | -5/+5 |
| 2006-05-13 | some knf and delinting; ok drahn |  deraadt | 5 | -145/+44 |
| 2006-05-13 | spacing |  deraadt | 4 | -86/+85 |
| 2006-05-13 | delete case for ?; cdp_xe@gmx.net |  deraadt | 1 | -3/+2 |
| 2006-05-12 | do not call abort() |  deraadt | 1 | -9/+6 |
| 2006-05-12 | document new -P option |  deraadt | 1 | -2/+6 |
| 2006-05-12 | move the prebind code into ldconfig as the -P option. |  deraadt | 13 | -180/+773 |
| 2006-05-12 | Commit the rest of the api change that started in prebind. |  drahn | 2 | -11/+11 |
| 2006-05-12 | fix 'merge mode'. |  drahn | 2 | -419/+23 |
| 2006-05-12 | Major code rewrite, now uses about 1/6th of the memory it used before. |  drahn | 3 | -1430/+1781 |