Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Remove obsolete custom shit | Niklas Hallqvist | |
2001-09-25 | Skip this tree-breaking BULLSHIT | Theo de Raadt | |
2001-09-25 | let configure script use GNUSYSTEM_AUX_DIR | Marc Espie | |
2001-09-25 | link gnu files in. | Marc Espie | |
2001-09-25 | shared files for gnu configure: | Marc Espie | |
- cygnus configure - libtool files - config.guess, config.if, config.sub - mkdirs.sh, install-sh, move-if-change | |||
2001-09-24 | support sparc64 | Artur Grabowski | |
2001-09-24 | Force memory model to medlow for profiling. | Artur Grabowski | |
espie@ ok. | |||
2001-09-20 | mailq moves to section 8 since it can only be run by the superuser now | Todd C. Miller | |
that sendmail is no longer setuid root. | |||
2001-09-20 | treat unions as structs; fixes pr 1918, perl dudes never replied though | Michael Shalayeff | |
2001-09-18 | I hope this will help to maintain. | Mike Pechkin | |
o) start new sentence on a new line; o) sort SEE ALSO; millert@ ok | |||
2001-09-18 | add reference to editmap(8). | Mike Pechkin | |
millert@ ok | |||
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 | Bind MSA port to localhost as well; noted by fgs@ | Todd C. Miller | |
2001-09-13 | Support for arm. | Kevin Lo | |
2001-09-12 | Add commented out support for Cyrus SASL | Todd C. Miller | |
2001-09-12 | better mdoc style | Todd C. Miller | |
2001-09-12 | convert to mdoc | Todd C. Miller | |
2001-09-12 | Install localhost.cf if it is missing and sendmail.cf exists. | Todd C. Miller | |
2001-09-11 | yes this is a configure diff, but this library order is needed for static ↵ | Theo de Raadt | |
library linking | |||
2001-09-11 | just include os/sm_os_openbsd.h | Todd C. Miller | |
2001-09-11 | localhost-only config | Todd C. Miller | |
2001-09-11 | merge in sendmail 8.12.0 with BSD Makefiles and mdoc man pages | Todd C. Miller | |
2001-09-11 | remove unused files | Todd C. Miller | |
2001-09-11 | sendmail 8.12.0 with $Id tags converted to $Sendmail | Todd C. Miller | |
2001-09-11 | revert previous: libstc++ builds now | Jason Wright | |
2001-09-10 | Put in a fix from future gcc that implements some unimplemented code. | Artur Grabowski | |
Not that I know what it does and how to test it but libstdc++ builds now on sparc64 and groff works so we can have man pages. It shouldn't hurt anything because it replaces an abort(). | |||
2001-09-10 | ctor/dtor emission, stolen from solaris2. | Marc Espie | |
Plus, no sjlj by default. | |||
2001-09-10 | allow building with NOMAN= in /etc/mk.conf | Jason Wright | |
2001-09-10 | no shared libs on sparc64 (yet) | Jason Wright | |
2001-09-10 | Initial cut at sparc64 gcc config. | Marc Espie | |
Polished by art. | |||
2001-09-09 | uucp goes away | Theo de Raadt | |
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 | Don't build libstdc++ on sparc64. | Artur Grabowski | |