Age | Commit message (Collapse) | Author |
|
|
|
|
|
for even only medium sized route table output. Fix a strange garbled
output problem in the client. The latter seems to be caused by some
library doing tcflush while there is still command output pending. So
the best fix here is to do fflush and then tcdrain. Note that this
problem occurs only under certain load situations and is not too easy to
reproduce.
(by Andreas)
|
|
|
|
|
|
|
|
|
|
with connection to clients on libc5 machines.
|
|
the user to press `?' if he wants help.
|
|
|
|
|
|
|
|
|
|
|
|
constructs.
|
|
and other non-portable functions on all systems.
|
|
|
|
|
|
|
|
|
|
Client considered finished (modulo bugs).
|
|
symbols of libreadline :-(
|
|
|
|
features yet, but it works.
|
|
|
|
(the current version UNIX-specific) anyway, so it's useless to try splitting it
to sysdep and generic part. Instead of this, configure script decides (based on
system type and user's wish) what (if any) client should be built and what
autoconfiguration it requires. Also, the client provides its own die/bug/...
functions.
|
|
|
|
|