Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-06 | perl-5.6.0 + local changes | Todd C. Miller | |
2000-04-06 | virgin perl 5.6.0 | Todd C. Miller | |
2000-04-06 | Fix typo introduce when removing smtpd MLINK | Todd C. Miller | |
2000-04-06 | Don't make a sendmail smtpd link, it will be confused with beck's smtpd. | Todd C. Miller | |
2000-04-05 | seed srandom from /dev/arandom not /dev/urandom | Todd C. Miller | |
2000-04-04 | Clarify IPv6 comment | Todd C. Miller | |
2000-04-04 | Make sure /etc/netstart references /etc/mail/sendmail.cf, not | Todd C. Miller | |
/etc/sendmail.cf or on reboot sendmail will not be started. | |||
2000-04-04 | Don't install sendmail internal libs and add some comments | Todd C. Miller | |
2000-04-04 | Part of the sendmail build procedure we don't use | Todd C. Miller | |
2000-04-04 | Add MLINKs from sendmail.8 to smtpd.8, hoststat.1, purgestat.1 | Todd C. Miller | |
Convert man pages back to mandoc format. | |||
2000-04-03 | This is a generated file. | Todd C. Miller | |
2000-04-03 | Add missing 'praliases user1 user2 ...' functionality from sendmail-8.10.1.Beta1 | Todd C. Miller | |
2000-04-02 | Missed this one in the previous mega localization commit. Don't | Todd C. Miller | |
build op.ps in the source tree, install op.me in source form. | |||
2000-04-02 | Must put Cw entries in LOCAL_CONFIG section or they seem to get ignored. | Todd C. Miller | |
2000-04-02 | Homegrown feature to do local mail address rewrites. Needed to build | Todd C. Miller | |
courtesan.mc and generally useful. | |||
2000-04-02 | Fix typo introduced in last commit | Todd C. Miller | |
2000-04-02 | Build courtesan-lists.mc and openbsd-lists.mc too | Todd C. Miller | |
2000-04-02 | arc4random() returns an unsigned 32-bit int but sendmail expects the | Todd C. Miller | |
RNG to return a signed (but positive) value. This resulted in some random numbers being interpreted as signed negative. In one case the result was being used to traverse an array so bad things (tm) were happening. The fix is to simply mask out the sign bit. | |||
2000-04-02 | Remove sendmail's `Build' scaffolding and add real Makefiles | Todd C. Miller | |
praliases should be in section 1, not 8 Use arc4random(3) instead of random(3) Add some sample OpenBSD .mc files | |||
2000-04-02 | stock sendmail 8.10.0 with $Id -> $Sendmail | Todd C. Miller | |
2000-03-28 | MLINK f77 to g77 | Theo de Raadt | |
2000-03-25 | Upgrade to Lynx 2.8.2. -moj | Mats O Jansson | |
2000-03-25 | link gnubc(1) to bc(1) | Theo de Raadt | |
2000-03-09 | new grep 2.4.1 | Michael Shalayeff | |
whole bunch of bug fixes, mmap support (w/ --mmap) changed binary file grep behavior, but could be overwritten w/ -a millert@ ok | |||
2000-02-21 | Revert the last revert. (with the bug fixed) | Artur Grabowski | |
2000-02-21 | back out recent change. completely breaks ld on the sparc: | Theo de Raadt | |
collect2: ld terminated with signal 11 [Segmentation fault] | |||
2000-02-21 | Add CLEANFILES and modify clean/cleandir targets. | Hakan Olsson | |
(Modified as suggested by millert@) | |||
2000-02-21 | Some more files to clean up. (millert@ ok) | Hakan Olsson | |
2000-02-15 | --infodir in configure. Don't rely on stuff that is no longer available. | Marc Espie | |
2000-02-15 | Let it work with DESTDIR. | Marc Espie | |
Thanks to Marco for pointing that out. | |||
2000-02-12 | parse mm/dd/yy correctly; tron@netbsd.org and matthieu | Theo de Raadt | |
2000-02-11 | Let weak symbols take precedence over symbols read from 2nd hand libraries. | Marc Espie | |
This fixes an important bug: libc now uses weak symbols a lot. Without this patch, dynamic linking with libraries that reference libc would mean those symbols would not be resolved, as weak symbols are good enough for linking, but 2nd hand libraries symbols are not. Not 100% sure this won't trigger problems later (nothing yet), but this fixes the immediate problem. Approved by niklas@ and millert@ | |||
2000-02-09 | Merge conflicts, and a few details: | Marc Espie | |
- Makefile.bsd-wrapper: man pages, disable NLS for now. - doc/Makefile.in: install man pages manually, remove buggy targets that would break `make clean'. - makeinfo/Makefile.in: shell failure ??? rework problematic line. - util/texindex.c: let maketempname create the file, remove race condition. | |||
2000-02-09 | TexInfo 4.0. New manpages, can create html. | Marc Espie | |
A bit more grumpy about bad texinfo, though. | |||
2000-02-04 | Allow spaces in CC | Niklas Hallqvist | |
2000-02-03 | Deal with empty path element in LD_LIBRARY_PATH. | Todd C. Miller | |
o Don't try and look up an empty element in the hints file o Convert "" to "." when adding to the list of search dirs Perviously, an LD_LIBRARY_PATH that ended in ':' was ignored. | |||
2000-02-02 | Remove -Bforcearchive from lddlflags. -Bforcearchive only makes sense | Todd C. Miller | |
if you are building a shared lib from a .a full of pic objects. This is not how perl builds shared libs and it hoses tk. Also sink with the hints file in perl5.005_63 (cosmetic) | |||
2000-02-01 | Cross-tools fixes: | Marc Espie | |
* Rely on BYTE_ORDER instead of specific values of XHOST to determine cross-endianness, * Link necessary cross-includes to the right location, * Add some necessary stubs for cross-endian sparc and cross-endian m68k. This does let i386->m68k work, and probably brings i386->sparc most of the way there... Approved by mickey@, niklas@ is to busy to answer email as usual... | |||
2000-01-30 | Adapted from egcs development sources, courtesy of Zack Weinberg, with | Marc Espie | |
some help from him. Let gcc generate more sensible code for stack adjustments. Specifically, gcc is a bit lame in that area, as it does emit stack instructions `specially', without using all its optimizer machinery for it. So, at times, you will get subl %esp,12 subl %esp,8 and other such stupid sequences out of it. This peephole matches at least some of those innane sequences and optimizes them. Shrinks code a little bit. | |||
2000-01-30 | Remove perly.c dependency on perly.y; should not be needed but... | Todd C. Miller | |
2000-01-28 | Remove perly.y so Configure doesn't think things are missing. | Todd C. Miller | |
2000-01-28 | Prevent make from trying to build perly.y for good. | Todd C. Miller | |
2000-01-27 | fake '-R' option for compatibility with aout ldconfig. | Oleg Safiullin | |
2000-01-27 | Add `-R' option (rescan previously configured directories) support. | Oleg Safiullin | |
Tested by espie@ | |||
2000-01-27 | Take /usr/local/lib out of glibpth and libpth. Define locincpth and | Todd C. Miller | |
loclibpth to be /usr/local/include and /usr/local/lib respectively. This allows third party modules to grab stuff from /usr/local/{lib,include} but perl itself doesn't search for things there during a build. | |||
2000-01-23 | Fix `internal consistency errors': all warnings for undefined symbols MUST | Marc Espie | |
handle reported_undefineds correctly. Probably unseen before now because this warning only occurred for symbols that also triggered other warnings ? or maybe no-one cares. | |||
2000-01-23 | Repair exceptions in i386 pic code (builtin setjmp/longjmp was not saving | Marc Espie | |
the pic register). FreeBSD PR 3441... Thanks to David O'Brien for letting me know, and Alexander N. Kabaev for the actual fix. | |||
2000-01-19 | cvs did a good job of merging changes, but the resulting configure | Marc Espie | |
was not what autoconf would have produced starting from configure.in + our local changes... Regen'ed for correct configure.in line numbers. | |||
2000-01-19 | Inane conflicts: | Marc Espie | |
- patch to function.c was badly indented. - invoke.texi no longer need to special-case OpenBSD, as 2.95.2 turns strict-aliasing off everywhere. | |||
2000-01-19 | Update to 2.95.2 | Marc Espie | |