summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sup/lib
Commit message (Collapse)AuthorAgeFilesLines
* Kill sup from the main sources now that the ports version is updated.peter1997-03-1124-6606/+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!
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | 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.
* Eliminated includes of the "temporary" backwards compatibility headerbde1996-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.
* Turn on SO_KEEPALIVE on network connections. Since we limit the numberpeter1996-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)
* Restore the changes I made after my last brain hiccup...peter1996-01-041-1/+2
| | | | | | | | 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.. :-)
* get rid of non-applicable files...peter1995-12-266-467/+6
|
* Shamelessly steal Garrett Wollman's bmakefiles...peter1995-12-261-0/+14
|
* Apply ports/net/sup/patches/patch-abpeter1995-12-261-12/+29
|
* Apply ports/net/sup/patches/patch-aa...peter1995-12-2612-68/+245
|
* Import the unmodified version of the sup that we are using.peter1995-12-2627-0/+6850
The heritage of this version is not clear. It appears to be NetBSD derived from some time ago.
OpenPOWER on IntegriCloud