summaryrefslogtreecommitdiff
path: root/usr.sbin/sup
Commit message (Collapse)AuthorAgeFilesLines
* Kill sup from the main sources now that the ports version is updated.Peter Wemm1997-03-1141-13658/+0
| | | | | | | | | This puts it on the same footing as cvsup. It's been suggested on numerous occasions that I shouldn't have imported it in the first place, and now that sup has outlived it's usefulness..... Boom! Notes: svn path=/head/; revision=23649
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-226-6/+6
| | | | Notes: svn path=/head/; revision=22997
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-146-6/+6
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Oops, the last change added an extra ${LIBSCRYPT} to ${DPADD}, butBruce Evans1997-01-102-4/+4
| | | | | | | | | | it should have reordered the existing one (so that ${DPADD} can be compared with ${LDADD}). Use ${} consistently. Notes: svn path=/head/; revision=21475
* Use ${} consistently.Bruce Evans1997-01-101-2/+2
| | | | Notes: svn path=/head/; revision=21474
* Oops, don't suppress initial output header (from previous commit),Andrey A. Chernov1996-10-311-6/+10
| | | | | | | it is superfluous Notes: svn path=/head/; revision=19271
* 1) print only errors if -v not given, it allows non-verboseAndrey A. Chernov1996-10-302-8/+18
| | | | | | | | | crontab runnig 2) use full path /usr/bin/mail for security reasons 3) Use time_t instead of long for time (in one place) Notes: svn path=/head/; revision=19270
* Really eliminated includes of the "temporary" backwards compatibilityBruce Evans1996-09-241-1/+15
| | | | | | | | header <sys/dir.h> in applications. My previous sweep didn't find the places that included it without needing it. Notes: svn path=/head/; revision=18486
* Eliminated includes of the "temporary" backwards compatibility headerBruce Evans1996-09-242-4/+7
| | | | | | | | | <sys/dir.h> in applications. Maintained existing (inadequate) ifdefs for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any new ones. Notes: svn path=/head/; revision=18485
* Turn on SO_KEEPALIVE on network connections. Since we limit the numberPeter Wemm1996-09-061-0/+5
| | | | | | | | | | | | of connections, we cannot afford to allow "disappeared" client to cause us to leave one of the 14 connections open and hanging in a read() forever. (SO_KEEPALIVE causes probe packets to be sent after a few hours of IDLE time where no data has been transferred. Sup should NEVER do this, so the only time it will have an effect is if it looses the remote machine) Notes: svn path=/head/; revision=18080
* Rewrite part of the compression support so that it does not leavePeter Wemm1996-09-061-9/+52
| | | | | | | | | | | | | | | | | | files in /var/tmp. Sup needs to send the file size, so that prevents running gzip in a pipeline (sigh). It now opens a temporary file, and immediately unlinks it. It sends gzip's output to the temp file, and when gzip is done, it rewinds the file and sends it. When the last fd is closed, the file storage is reclaimed. With luck, this will stop those 15MB gzip < emacs-19.30.tgz > /var/tmp/tmp.xxxx files from being left behind and blowing out /var on freefall. While I have the platform, let me quote a fortune entry which sup reminds me of: "It is a crock of sh!t, and it stinks!" Notes: svn path=/head/; revision=18079
* Fixed DPADD.Bruce Evans1996-09-053-9/+9
| | | | Notes: svn path=/head/; revision=18050
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-243-9/+9
| | | | | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current. Notes: svn path=/head/; revision=16663
* Oops, accidently committed makefile change, back it outPaul Traina1996-02-061-2/+2
| | | | Notes: svn path=/head/; revision=13939
* make setproctitle display smallerPaul Traina1996-02-062-4/+6
| | | | Notes: svn path=/head/; revision=13938
* Setproctitle some useful informationPaul Traina1996-02-061-0/+5
| | | | Notes: svn path=/head/; revision=13936
* Restore the changes I made after my last brain hiccup...Peter Wemm1996-01-042-4/+8
| | | | | | | | | | | Document /var/log/sup.rename instead of the old name Couple of lib build cleanups (like, not installing the library, and clean all files) It should be safe now.. :-) Notes: svn path=/head/; revision=13221
* revert usr/bin change.. /var/log/renamelog is the kicker...Peter Wemm1995-12-261-4/+1
| | | | Notes: svn path=/head/; revision=13038
* redirect sup executable into /usr/bin....Peter Wemm1995-12-261-1/+4
| | | | Notes: svn path=/head/; revision=13037
* get rid of non-applicable files...Peter Wemm1995-12-266-467/+6
| | | | Notes: svn path=/head/; revision=13036
* Shamelessly steal Garrett Wollman's bmakefiles...Peter Wemm1995-12-266-143/+82
| | | | Notes: svn path=/head/; revision=13027
* Apply ports/net/sup/patches/patch-abPeter Wemm1995-12-264-28/+100
| | | | Notes: svn path=/head/; revision=13026
* Apply ports/net/sup/patches/patch-aa...Peter Wemm1995-12-2619-162/+701
| | | | Notes: svn path=/head/; revision=13025
* Import the unmodified version of the sup that we are using.Peter Wemm1995-12-2640-0/+13479
The heritage of this version is not clear. It appears to be NetBSD derived from some time ago. Notes: svn path=/cvs2svn/branches/FREEBSD_LOCAL/; revision=13022