Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-30 | Don't pass $DESTDIR where generated Makefiles already handle it | Thorsten Lockert | |
2001-09-30 | Install where we expect | Thorsten Lockert | |
2001-09-30 | Build in and install from obj directory | Thorsten Lockert | |
2001-09-30 | Revert to distributed version | Thorsten Lockert | |
2001-09-29 | Don't sleep for 5 secs and then remove the temp dir and contents as | Todd C. Miller | |
this is raceable; solar@openwall.com | |||
2001-09-29 | Put $TF in double-quotes since it could possibly contain spaces; | Todd C. Miller | |
solar@openwall.com | |||
2001-09-29 | Merge remaining local changes, correct build issues | Thorsten Lockert | |
2001-09-28 | Merge local changes; work in progress | Thorsten Lockert | |
2001-09-28 | Latest from Cyclic Software | Thorsten Lockert | |
2001-09-28 | Latest from Cyclic Software | Thorsten Lockert | |
2001-09-28 | sparc64 has shared libs | Jason Wright | |
2001-09-27 | Overhaul /tmp handling; collaboration with solar@openwall.com | Todd C. Miller | |
o nuke cpmod stuff since we have no cpmod(1) o don't allow user togzexe sed (it is a dependency) o repair gzexe of files with whitespace in the name o use mktemp -d and make a temp dir, not temp file which allows the basename of the command that is actually executed to have the expected value instead of a mktemp name. | |||
2001-09-27 | Use POSIX :space: character class as suggested by solar@openwall.com | Todd C. Miller | |
Also add a sepatate case for --suffix= to keep the regex exact | |||
2001-09-27 | Use mktemp(1) to avoid potential /tmp races | Todd C. Miller | |
2001-09-27 | If first mktemp succeeds and second fails, be sure to remove the first temp ↵ | Todd C. Miller | |
file before exiting | |||
2001-09-25 | let configure script use GNUSYSTEM_AUX_DIR | Marc Espie | |
2001-09-24 | support sparc64 | Artur Grabowski | |
2001-09-20 | treat unions as structs; fixes pr 1918, perl dudes never replied though | Michael Shalayeff | |
2001-09-17 | slightly better error message | Marc Espie | |
2001-09-17 | Support for arm and sparc64 platforms. ok espie | Kevin Lo | |
2001-09-14 | typo. Those are named 4byte/2byte, no s. | Marc Espie | |
2001-09-13 | Support for arm. | Kevin Lo | |
2001-09-11 | yes this is a configure diff, but this library order is needed for static ↵ | Theo de Raadt | |
library linking | |||
2001-09-10 | no shared libs on sparc64 (yet) | Jason Wright | |
2001-09-06 | Add stbar to the opcodes list; art@ ok. | Federico G. Schwindt | |
2001-09-06 | Use ${CC} to link ld.so, so that it will grok whatever you throw at | Marc Espie | |
it in COPTS/DEBUG. | |||
2001-09-05 | Support for sparc64. gdb disabled for now. | Artur Grabowski | |
2001-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt | |
2001-09-05 | sparc64 uses new binutils. | Artur Grabowski | |
2001-09-05 | remove work-around for _GLOBAL_OFFSET_TABLE_, now that the last pieces | Marc Espie | |
have been converted to __GLOBAL_OFFSET_TABLE_. | |||
2001-09-05 | Use __GLOBAL_OFFSET_TABLE_ consistently. | Marc Espie | |
2001-09-04 | alpha has shared libs; pointed out by brad@ | Todd C. Miller | |
2001-09-01 | config changes to tell configure that macppc is a powerpc. Fixes this | Dale Rahn | |
issue for mvmeppc at the same time. | |||
2001-08-30 | Fixed version of Matthieu's change from revision 1.12 | Todd C. Miller | |
OK matthieu@ && deraadt@ | |||
2001-08-30 | Detect broken libraries that reference themselves. | Marc Espie | |
Abort immediately, instead of gobbling all memory. ok fgs@ | |||
2001-08-29 | Nope, this makes cvs dump core | Theo de Raadt | |
2001-08-27 | allow for local tags that include numbers (like $XFree86$). First | Matthieu Herrb | |
character must be pure alpha though. Ok deraadt@, tholo@. | |||
2001-08-12 | Use INFTIM where possible. | Federico G. Schwindt | |
2001-08-07 | Use mktemp(1) to avoid /tmp race found by terra@diku.dk. | Todd C. Miller | |
Fix based on patch from mbing@nfr.net. | |||
2001-08-07 | tree must build | Hugh Graham | |
2001-08-01 | Add `newer' gas balign/p2align/2bytes/4bytes. | Marc Espie | |
Checked by me on i386, miod@ on m68k (LOTS of thanks). fgs@ was last seen trying it on sparc a long time ago. I know that sparcs are slow, but this is ridiculous. Nobody else moved, so 8-P | |||
2001-07-28 | Revert accidentally committed change | Thorsten Lockert | |
2001-07-27 | Use snprintf to avoid potential overflows; zen-parse@gmx.net | Todd C. Miller | |
2001-07-25 | Fix compilation on mvme88k (until binutils are ready). | Miod Vallat | |
2001-07-21 | SHLIB_MAJOR/_MINOR not set in bsd.lib.mk anymore. Use major/minor. | Kenneth R Westerback | |
2001-07-19 | even worse: link against nearly any kerberos library, and you need all of | Theo de Raadt | |
them. these swedes are insane! | |||
2001-07-19 | well, with the most recent reorganization, it now turns out that any | Theo de Raadt | |
program which links -lkrb5 also must link -lkafs as well! someone please mail hin@ an alpha or a powerpc, so that he can become aware of how binutils ("the other linker we use") works. | |||
2001-07-11 | remove mips leftovers; ok brad | Peter Valchev | |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-07-08 | Fix an obscure bug: make sure aliases are referenced. | Marc Espie | |
Otherwise, if a shared library uses an aliased symbol in another library, the alias will only be partially resolved (everything setup... except for the real symbol marked as referenced, so the relocation ends up being zero and causes core-dumps on runtimes). Caused quite a few crashes: Xfree's 4 GL (linked with libc_r) or kerberosV exhibited the problem... |