Age | Commit message (Expand) | Author |
2010-12-13 | rename() is the atomic operation, unlink() is just there to create | Marc Espie |
2010-12-12 | Allocate a full C compiler-style stack frame that includes space for 6 | Mark Kettenis |
2010-12-07 | Make the preload error distinct from the normal error. | Dale Rahn |
2010-11-16 | Fix error message when ld.so ends up loading a different than expected | Dale Rahn |
2010-11-11 | Remove commented out references to old kerberosIV libraries we do not | Miod Vallat |
2010-10-30 | fix a 10 year old bug in the memory allocator, which affected only sparc. | Theo de Raadt |
2010-10-29 | more nroff removal, with tweaks from (and ok) schwarze; | Jason McIntyre |
2010-10-28 | Change basep parameter of getdirentries() to be off_t *, not long * | Todd C. Miller |
2010-10-27 | Fix comment; no binary change. OK deraadt@ | Todd C. Miller |
2010-10-27 | repair ;; | Theo de Raadt |
2010-10-25 | Search loaded libs first and add support for SONAME matching. ok drahn@ | Kurt Miller |
2010-10-25 | give a different error message for empty files, as they are obviously wrong | Marc Espie |
2010-10-15 | Switch the remaining users of libdes in src to libcrypto, | Jonathan Gray |
2010-10-13 | The heimdal code switched to using DES from libcrypto when 0.7.2 | Jonathan Gray |
2010-10-06 | do not pass GREY entries to pf's spamd-white table if already TRAPPED. | Stephan A. Rickauer |
2010-09-11 | Fix lazy binding issue by making sure the second argument to _dl_find_symbol() | Mark Kettenis |
2010-09-03 | add EXIT STATUS for /usr/libexec; | Jason McIntyre |
2010-09-01 | Oracle has re-licensed sunrpc under a three-clause BSD license. | Todd C. Miller |
2010-08-30 | Add missing network service name from /var/log/ftpd entries. | lum |
2010-08-27 | In revision 1.14 of ftpd.c the ident variable was removed from its only meani... | lum |
2010-08-11 | Make _dl_searchnum signed as originally intended. | Dale Rahn |
2010-08-01 | Properly reset states when a login phase is interrupted by another one. | Tobias Stoeckmann |
2010-07-30 | Don't set "success" flags before error checks. | Ray Lai |
2010-07-13 | handle Tm, like in tiff2ps | Marc Espie |
2010-07-13 | work around a strange problem in locality of @_ by copying stuff. | Marc Espie |
2010-07-09 | don't print directly, use an interface that's similar enough to pkg_add | Marc Espie |
2010-07-02 | Add Makefile.inc for hppa64 to aid in building cross tools. | Joel Sing |
2010-07-01 | When generating grpsym lists, avoid duplicates without searching the | Dale Rahn |
2010-06-18 | Prevent a segmentation fault on ftpd_popen error (memory, file descriptor, | Tobias Stoeckmann |
2010-06-13 | Adjust FTP reply codes (in error conditions) to conform to RFC 959. | Tobias Stoeckmann |
2010-06-07 | Fix a comment typo | Philip Guenthe |
2010-06-06 | add -H to synopsis/usage(); from Rod Whitworth | Jason McIntyre |
2010-06-05 | Argh, revert previous change, for older binutils do not grok the fic() change. | Miod Vallat |
2010-06-05 | Explicitely pass a %sr register to fic instructions, instead of realying on | Miod Vallat |
2010-05-27 | Synchronize caches after modifying the data words in the PLT stub to prevent | Mark Kettenis |
2010-05-11 | Correct the _dl_sigprocmask() stub to take and store signal masks | Philip Guenthe |
2010-05-09 | use _dl_memset() instead of bzero() here. Unbreaks sparc build. | Matthieu Herrb |
2010-05-09 | Reserve space for 6 extended word argument slots required by the ABI. | Mark Kettenis |
2010-05-03 | Fix breakage from last commit. Bad guenther@, no cookie! | Miod Vallat |
2010-05-03 | Make powerpc consistent with the other platforms: SYM_SEARCH_OBJ | Philip Guenthe |
2010-05-02 | Fix breakage from last commit. Bad guenther@, no cookie! | Mark Kettenis |
2010-05-02 | Combine the signal mask handling into _dl_thread_bind_lock(), as it's MI. | Philip Guenthe |
2010-05-01 | bzero a struct to appease gcc4. | Jonathan Gray |
2010-04-24 | Fix handling of more than 32768 PLT entries. Mostly from NetBSD. | Mark Kettenis |
2010-03-30 | several missing closedir() calls | zinovik |
2010-03-27 | Remove explicit nop's in delay slots introduced in the previous commit. They | Mark Kettenis |
2010-03-27 | Implement lazy binding on mips64. This implementation relies on having two | Mark Kettenis |
2010-03-08 | Check that gl_pathc is bigger than zero before derefencing gl_pathv. While | Mark Kettenis |
2010-02-18 | The .It macro is parsed, and .Do is callable, so we must escape. | Ingo Schwarze |
2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | Miod Vallat |