| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Fixed printf format strings.
|
|
|
|
| |
of include file changes....
|
|
|
|
|
| |
need. Note that "op" and "intro" are already being built under
share/doc/smm (08.sendmailop and 09.sendmail)
|
|
|
|
| |
the 8 to 7 bit conversion..
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Note that this code is dormant unless the options files exist.
Also, parsing of quoted options in the config files is improved.
What this allows, is all the options in LINT to be specified to be
configured as #defines in a file rather than on the CC command line at
kernel build time. This means that 'make depend' will catch dependencies
on actual *options*, meaning that you can run 'config' and 'make depend'
in complete safety WITHOUT removing the compile directory each time.
Unfortunately, this requires a pass over the source to get the individual
files to #include the new .h files that would be generated by config.
This has a small compile time penalty (appears up to about 2% slower)
from a "fresh" build. Of course, you should not be needing to do complete
rebuilds very often once this was completed, so it would be an overall
win for most people.
Since this code is dormant and we've got a lot of other things happening
on the kernel tree at the moment (prototypes, devfs, static declarations
etc) I am not planning on doing any changes to activate this feature just
yet.
|
|
|
|
|
|
| |
sendmail mailing list. Our /etc/rc will be fixed instead.
It seems sendmail becomes more and more incompatible, f.e.
Return-Receipt-To not works anymore :-(
|
|
|
|
|
|
|
|
| |
Ok, I shouldn't have said it was the last one previously. :-))
This fix a stupid bug in the select code.
John
|
|
|
|
| |
but don't uses PATH
|
| |
|
|
|
|
|
| |
This really is ugly, we need setproctitle() in a shared lib somewhere to
make these more transparent.
|
|
|
|
|
| |
For some reason, the documentation does not appear to be in sync with
reality.. :-)
|
| |
|
|
|
|
|
| |
configuration header that may define it. Fixed the resulting
warnings.
|
|
|
|
|
| |
initializers. This may not be correct, but the initializer shouldn't
have compiled before.
|
| |
|
|
|
|
| |
Approved (in spirit) by: jkh
|
|
|
|
|
| |
the argv. It appears that this once didn't work, but now it seems
to work just fine.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
>From jhay@mikom.csir.co.za Mon Dec 4 09:48:12 1995
Subject: Yet another IPXrouted fix
I think these should
should make IPXrouted fairly stable. These last problems only showed when
we had more than one route of the same cost to a net.
This will fix some endless loops in the clone code.
John
--
John Hay -- John.Hay@csir.co.za
|
| |
|
|
|
|
| |
patches to allow correct deletion of IPX routes
|
| |
|
|
|
|
|
|
|
| |
Sigh, I really hate this "feature". I'm tempted to comment the test out
(like in sendmail 8.6.xx), especially since we log the info in the
Received: header line anyway.. Doing it like this only makes it painful
for things like uucp..
|
|
|
|
|
|
| |
and 'autocmp'.
Obtained from: (mostly) slattach and (slightly) 1.X
|
|
|
|
| |
A small extra diagnostic for loading packages.
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| |
| | |
I was about to apply this bugfix manually, not expecting 8.7.3 to be
released quite this quickly.. :-)
|
| |
| |
| |
| | |
part of sendmail 8.7.2...
|
| |
| |
| |
| |
| |
| | |
run on freefall..
Create freebsd.mc which is intended to be installed by src/etc/Makefile
onto generic freebsd systems.
|
| |
| |
| |
| | |
The Makefile down there does not handle the obj dir well..
|
| |
| |
| |
| |
| | |
pass over this and check it more closely, but my initial concern was
to get it to all compile again. Some of the obsoleted files 'cvs rm'ed.
|
|\ \
| |/
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| | |
The conflict merge will happen shortly after.
|
| | |
|
| |
| |
| |
| |
| | |
will find out if it works/breaks before we do our next release. It's all
about bad blocks in the remap area of the disk.
|
| | |
|
| |
| |
| |
| | |
Noticed by: peter
|
| | |
|
| |
| |
| |
| |
| | |
it possible for config to ever blow away a work directory. Default behavior
remains broken.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
turn off the read data block timeouts. This was inspired by the same fix
in sendmail-8.7, but the code in this area is somewhat different. (8.7
is much more sensible). This will stop the infamous
"timeout waiting for input during message body read" on long running jobs,
eg: /etc/daily | mail root.
|
| |
| |
| |
| |
| | |
Detected by: phkmalloc
Submitted by: grog@lemis.de (Greg Lehey)
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
`interesting' feature of syslogd turned up. It calls getbootfile() for each
log entry. Since the kernel makefile now changes kern.bootfile when doing
a 'make install', it's quite startling to see the syslog lines change.
This change makes it call getbootfile() once at startup and cache it,
saving a syscall per loop, and keeping something a little more asthetically
pleasing in /var/log/messages...
|
| |
| |
| |
| |
| |
| |
| |
| | |
Here is some patches to IPXrouted. It does the following:
Always use the sap port in the destination address of sap broadcasts.
Clear the host part of network addresses so that routes will really
be deleted in the kernel.
|
| | |
|
| | |
|