summaryrefslogtreecommitdiffstats
path: root/usr.bin/telnet/sys_bsd.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't assume that the number of fds to select on is known quantity (injkh2001-12-081-32/+56
| | | | | | | this case 16). Use dynamic FD_SETs and calculated high-water marks throughout. Obtained from: OpenBSD and Apple's Radar database MFC after: 2 days
* After running "make unifdef", commit the result. This code is nowmarkm2001-11-301-199/+76
| | | | a complete subset of the crypto (master) code.
* Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code.markm2001-08-291-1/+1
|
* Code merge and diff reduction between this and crypto telnet.markm2001-08-201-19/+72
| | | | | Also remove useless AUTHENTICATION code. We have never compiled this here, and it is doubtful that it even works without crypto.
* Report the reason why select unexpectedly failed..peter1997-01-131-1/+1
|
* Import a few relatively minor fixes from current Borman telnet.pst1997-01-071-4/+12
| | | | | | | | | | Add some buffer overrun fixes from OpenBSD and myself. Add skey calculator kludge from OpenBSD. TODO: do a real merge of dab's sources... probably just make telnet and telnetd contrib software. Obtained from: OpenBSD, dab@bsdi.com
* Use the same DECODE_BAUD trick like in new telnet to setache1995-08-021-0/+16
| | | | | termios speed Obtained from: Pre-Lite2 telnet
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+1167
OpenPOWER on IntegriCloud