Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Wow. Deleting manpages is a lot faster on bento. | hoek | 1998-08-17 | 1 | -3/+0 |
| | |||||
* | Sigh. Putting the non-modifyable value first in the condition might | peter | 1998-06-30 | 1 | -8/+1 |
| | | | | | prevent programming (== vs. =) errors, but it confused the hell out of me at least. | ||||
* | Another spin loop bug. On dropped network connections, console(8) can | peter | 1998-06-28 | 1 | -0/+7 |
| | | | | also spin getting a 0 return from write(). (it's only testing for -1). | ||||
* | Preserve CLOCAL and CRTSCTS rather than just attempting to clear them, | peter | 1998-06-28 | 1 | -0/+9 |
| | | | | based on a suggestion ages ago by: Tor Egge <Tor.Egge@idi.ntnu.no> | ||||
* | Attempt to catch another spin in the client on a zero return from read(). | peter | 1998-06-28 | 1 | -0/+7 |
| | |||||
* | Catch a 0 return from read() on carrier loss, otherwise it spins in an | peter | 1998-06-28 | 1 | -0/+9 |
| | | | | | | infinite loop. Submitted by: Tor Egge <Tor.Egge@idi.ntnu.no> (ages ago) | ||||
* | Remove NO_CONFIGURE and NO_PATCH, they never meant anything. | asami | 1998-06-27 | 1 | -2/+1 |
| | |||||
* | FreeBSD has setsockopt(). | peter | 1998-04-20 | 1 | -2/+9 |
| | |||||
* | Argh; have I mentioned that I hate ttyslot() keyed utmp files yet? :-] | peter | 1998-04-18 | 1 | -4/+5 |
| | |||||
* | Tweak autologin to get it to the point where it appears to work.. | peter | 1998-04-18 | 5 | -3/+95 |
| | | | | | Move 'console' to /usr/local/bin rather than /usr/local/sbin since there's nothing about it that requires superuser access in any way. | ||||
* | Work around "new" uudecode behavior.. (argh!) | peter | 1998-03-22 | 1 | -3/+5 |
| | | | | Reviewed by: asami | ||||
* | Don't ask me why, but patch is failing now. | asami | 1998-03-22 | 1 | -1/+3 |
| | | | | | | | | ===> Patching for conserver-5.21 ===> Applying FreeBSD patches for conserver-5.21 No file to patch. Skipping... 2 out of 2 hunks ignored--saving rejects to ./conserver/group.c.rej *** Error code 2 | ||||
* | Create a /usr/local/etc/rc.d/conserver.sh script for starting up. | peter | 1997-11-22 | 2 | -1/+12 |
| | |||||
* | Specify the port rather than depending /etc/services or the yp | peter | 1997-11-22 | 2 | -2/+2 |
| | | | | services.byname table to be bashed. | ||||
* | Make it a bit easier to override the compiled-in "default" host for the | peter | 1997-11-22 | 1 | -2/+6 |
| | | | | | console(8) client. (The default is OK since it's a command-line option). Also, list the MAN?= entries :-] | ||||
* | Damn, I forgot to regenerate this patch file prior to commit... | peter | 1997-11-22 | 1 | -3/+3 |
| | |||||
* | A port for conserver. conserver is the answer to serial consoles. :-) | peter | 1997-11-22 | 13 | -0/+292 |
There is a later version of conserver, but it requires a rather extensive build environment and set of tools to build it. This version works is nice and stable though. |