summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2000-04-17change MAX_ALIGNMENT to double, as requested by djb@cr.yp.toTheo de Raadt
2000-04-12do h2ph for the whole include tree; millert@ okMichael Shalayeff
2000-04-11Once again, /usr/sbin/smrsh -> /usr/libexecOleg Safiullin
Correct paths in smrsh(8).
2000-04-09groff 1.15 plus local changes (insomnia strikes):Todd C. Miller
o moved *.man to *.$section_in and generate *.$section not *.n for bsd.man.mk o modified groff Makefiles to not install man pages (we do it ourselves) o use mkstemp everywhere o don't install groff versions on mdoc macros, we want our own ones
2000-04-09groff 1.15Todd C. Miller
2000-04-09o config.sh depends on config.overTodd C. Miller
o config.sh must be the first thing in ${GENERATED} That way a make w/o a make depend first will work.
2000-04-09Fix bug when doing C<FOO I<BAR>>; rra@stanford.eduTodd C. Miller
2000-04-08Make installsitebin '/usr/local/bin'Todd C. Miller
2000-04-07Update to sendmail-8.10.1Todd C. Miller
2000-04-07Win32.pod should go in man3p, not man1. The only reason we evenTodd C. Miller
install this is to have a complete set of perl docs (so all xrefs are existent).
2000-04-07need -fPIC on sparc for libperl.soTodd C. Miller
2000-04-06Back out last change, I changed my mind...Todd C. Miller
2000-04-06Use /etc/mail/statistics not /var/log/sendmail.st by default.Todd C. Miller
2000-04-06Enable sendmail 8.10.0. Things like sendmail.* and aliases now liveTodd C. Miller
in /etc/mail.
2000-04-06perl-5.6.0 + local changesTodd C. Miller
2000-04-06virgin perl 5.6.0Todd C. Miller
2000-04-06Fix typo introduce when removing smtpd MLINKTodd C. Miller
2000-04-06Don't make a sendmail smtpd link, it will be confused with beck's smtpd.Todd C. Miller
2000-04-05seed srandom from /dev/arandom not /dev/urandomTodd C. Miller
2000-04-04Clarify IPv6 commentTodd C. Miller
2000-04-04Make sure /etc/netstart references /etc/mail/sendmail.cf, notTodd C. Miller
/etc/sendmail.cf or on reboot sendmail will not be started.
2000-04-04Don't install sendmail internal libs and add some commentsTodd C. Miller
2000-04-04Part of the sendmail build procedure we don't useTodd C. Miller
2000-04-04Add MLINKs from sendmail.8 to smtpd.8, hoststat.1, purgestat.1Todd C. Miller
Convert man pages back to mandoc format.
2000-04-03This is a generated file.Todd C. Miller
2000-04-03Add missing 'praliases user1 user2 ...' functionality from sendmail-8.10.1.Beta1Todd C. Miller
2000-04-02Missed this one in the previous mega localization commit. Don'tTodd C. Miller
build op.ps in the source tree, install op.me in source form.
2000-04-02Must put Cw entries in LOCAL_CONFIG section or they seem to get ignored.Todd C. Miller
2000-04-02Homegrown feature to do local mail address rewrites. Needed to buildTodd C. Miller
courtesan.mc and generally useful.
2000-04-02Fix typo introduced in last commitTodd C. Miller
2000-04-02Build courtesan-lists.mc and openbsd-lists.mc tooTodd C. Miller
2000-04-02arc4random() returns an unsigned 32-bit int but sendmail expects theTodd 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-02Remove sendmail's `Build' scaffolding and add real MakefilesTodd 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-02stock sendmail 8.10.0 with $Id -> $SendmailTodd C. Miller
2000-03-28MLINK f77 to g77Theo de Raadt
2000-03-25Upgrade to Lynx 2.8.2. -mojMats O Jansson
2000-03-25link gnubc(1) to bc(1)Theo de Raadt
2000-03-09new grep 2.4.1Michael 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-21Revert the last revert. (with the bug fixed)Artur Grabowski
2000-02-21back out recent change. completely breaks ld on the sparc:Theo de Raadt
collect2: ld terminated with signal 11 [Segmentation fault]
2000-02-21Add CLEANFILES and modify clean/cleandir targets.Hakan Olsson
(Modified as suggested by millert@)
2000-02-21Some 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-15Let it work with DESTDIR.Marc Espie
Thanks to Marco for pointing that out.
2000-02-12parse mm/dd/yy correctly; tron@netbsd.org and matthieuTheo de Raadt
2000-02-11Let 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-09Merge 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-09TexInfo 4.0. New manpages, can create html.Marc Espie
A bit more grumpy about bad texinfo, though.
2000-02-04Allow spaces in CCNiklas Hallqvist
2000-02-03Deal 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.