summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Fixed building in obj directory.bde1995-12-161-1/+3
|
* Turn on ypserv.wpaul1995-12-161-2/+2
|
* This commit was generated by cvs2svn to compensate for changes in r12891,wpaul1995-12-1611-0/+2345
| | | | which included commits to RCS files with non-trunk default branches.
* Map ^C and ^\ (INTR and QUIT) to ^Q so that you can actually send thesejkh1995-12-162-1/+7
| | | | | | guys to a watched process. Useful if you're monitoring someone who's started doing something you'd really like them to stop immediately. :) Suggested by: Phillip White <philw@megasoft.tic.ab.ca>
* Revert from fiddling with the PS_STRINGS pointers back to the traditionalpeter1995-12-152-4/+5
| | | | | | spamming of the argv, almost back to the original code (except for NULL padding of the string). This makes this version of the sendmail source compile on 2.1.X again.
* The version of setproctitle() inside nfsd was busted. It was not terminatingpeter1995-12-151-0/+1
| | | | | | | | | the argv array, causing parts of the argv[0] to be picked up several times by libkvm, causing strange ps results for the nfs-server and nfs-master processes.. :-] (How many copies of setproctitle() do we need anyway? NetBSD has it in libc and BSDI have it in libutil.)
* More XDR routine cleanups. These three programs should be the onlywpaul1995-12-152-40/+56
| | | | ones that require this: the others call the yplib functions in libc.
* Unspammed #includes.bde1995-12-133-25/+32
| | | | Fixed printf format strings.
* Add #include <vm/pmap.h> to make lsdev compile again after the last roundpeter1995-12-131-0/+1
| | | | of include file changes....
* These files are regeneratable and are making huge rcs deltas for no realpeter1995-12-134-9335/+0
| | | | | need. Note that "op" and "intro" are already being built under share/doc/smm (08.sendmailop and 09.sendmail)
* Change freefall's default mailer from smtp to smtp8 to try and avoidpeter1995-12-131-1/+2
| | | | the 8 to 7 bit conversion..
* Bring my changes forward from 2.1jkh1995-12-116-32/+24
|
* Implement support for conf/options and i386/conf/options.i386peter1995-12-119-8/+393
| | | | | | | | | | | | | | | | | | | | | | | 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.
* Back out "find itself" fix for security purist reasons fromache1995-12-091-1/+1
| | | | | | 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 :-(
* Submitted by: John Hayjulian1995-12-091-5/+5
| | | | | | | | Ok, I shouldn't have said it was the last one previously. :-)) This fix a stupid bug in the select code. John
* Fix SIGHUP restarting bug: sendmail can't find itself, it uses argv[0]ache1995-12-091-1/+1
| | | | but don't uses PATH
* Fix error: startslip -> sliploginache1995-12-091-1/+1
|
* Update sendmail's "knowledge" of the ps_strings structure.peter1995-12-091-2/+3
| | | | | This really is ugly, we need setproctitle() in a shared lib somewhere to make these more transparent.
* Specify Timeout.queuewarn.normal at 1day as well as Timeout.queuewarn.peter1995-12-071-1/+2
| | | | | For some reason, the documentation does not appear to be in sync with reality.. :-)
* Fixed the type of a signal handler.bde1995-12-071-2/+2
|
* Moved a test for HAVE_GETBOOTFILE to after the #include of thebde1995-12-071-5/+6
| | | | | configuration header that may define it. Fixed the resulting warnings.
* Added missing data to a struct initializer by copying it from similarbde1995-12-071-1/+4
| | | | | initializers. This may not be correct, but the initializer shouldn't have compiled before.
* Fixed the type of time_type.bde1995-12-071-2/+2
|
* Update the -current sources from the 2.1 branch.peter1995-12-0757-2963/+6323
| | | | Approved (in spirit) by: jkh
* Make sendmail's setproctitle() use PS_STRINGS rather than smashpeter1995-12-062-5/+4
| | | | | the argv. It appears that this once didn't work, but now it seems to work just fine.
* Submitted by: john hayjulian1995-12-052-4/+5
| | | | | | | | | | | | | | | >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
* Whitespace change - cosmetic alignment only.peter1995-12-041-3/+3
|
* Submitted by: John Hayjulian1995-12-043-5/+9
| | | | patches to allow correct deletion of IPX routes
* Add in Gary's custom Received: line into the freefall.mcpeter1995-12-041-1/+4
|
* Add "majordom" to trusted user class for freefall's sendmail.mc file.peter1995-12-041-1/+2
| | | | | | | 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..
* Added support for the slip.hosts options 'normal', 'compress', 'noicmp',nate1995-12-042-2/+80
| | | | | | and 'autocmp'. Obtained from: (mostly) slattach and (slightly) 1.X
* mountdbtab -> mountdtab; whoops!jkh1995-12-041-1/+2
| | | | A small extra diagnostic for loading packages.
* Fold in changes to files no longer on the vendor branch from 8.7.3 update.peter1995-12-035-14/+18
|
* This commit was generated by cvs2svn to compensate for changes in r12601,peter1995-12-0365-80/+6485
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import sendmail-8.7.3. One small but important bugfix.peter1995-12-0370-94/+6503
| | | | | | | | | | I was about to apply this bugfix manually, not expecting 8.7.3 to be released quite this quickly.. :-)
* | *GULP* cvs remove the uncomfortably large list of files that are no longerpeter1995-12-0243-10184/+2
| | | | | | | | part of sendmail 8.7.2...
* | Update the freefall.mc file to (almost) match what is actually beingpeter1995-12-023-16/+83
| | | | | | | | | | | | run on freefall.. Create freebsd.mc which is intended to be installed by src/etc/Makefile onto generic freebsd systems.
* | Re-disable the cf/cf SUBDIR - we were not building it before anyway.peter1995-12-021-1/+1
| | | | | | | | The Makefile down there does not handle the obj dir well..
* | Initial round of conflict resolutions.. I need to do anotherpeter1995-12-0258-6713/+10213
| | | | | | | | | | 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.
* | This commit was generated by cvs2svn to compensate for changes in r12571,peter1995-12-02136-8407/+21805
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import Sendmail-8.7.2 as discussed on -current.peter1995-12-02158-11435/+32019
| | | | | | | | The conflict merge will happen shortly after.
* | Fix second gets() -> fgets() conversion botch I missed.jkh1995-12-021-5/+7
| |
* | Commit the longstanding bin/410 & kern/411 fix, in the hope that somebodyphk1995-12-011-3/+3
| | | | | | | | | | 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.
* | Adjust a perror() to print the actual target of the error.jkh1995-12-011-1/+1
| |
* | Account for newline in fgets(). Whoops!jkh1995-12-011-1/+6
| | | | | | | | Noticed by: peter
* | Stamp out more calls to gets().jkh1995-12-011-8/+8
| |
* | If CONFIG_NO_CLOBBER_EVER is defined (e.g., in /etc/make.conf), don't makewollman1995-11-282-0/+5
| | | | | | | | | | it possible for config to ever blow away a work directory. Default behavior remains broken.
* | Disconnect fsdb in preperation for move to /sbinpeter1995-11-241-2/+2
| |
* | If sendmail is collecting a message *not* via SMTP, then this patch willpeter1995-11-201-7/+7
| | | | | | | | | | | | | | | | 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.
* | Avoid bogus free() of a junk pointer.joerg1995-11-171-2/+2
| | | | | | | | | | Detected by: phkmalloc Submitted by: grog@lemis.de (Greg Lehey)
OpenPOWER on IntegriCloud