aboutsummaryrefslogtreecommitdiff
path: root/gnu/libexec/uucp/libunix
Commit message (Collapse)AuthorAgeFilesLines
* tip(1) can do cu(1). We don't need this anymore.Mark Murray2001-10-3027-8545/+0
| | | | Notes: svn path=/head/; revision=85742
* Phase I of UUCP migration to ports. This leaves behind a minimal buildKris Kennaway2001-10-0158-9059/+4
| | | | | | | environment for cu, which is still useful. Notes: svn path=/head/; revision=84251
* Add support for 28800 baud to sio.Jonathan Lemon2001-09-291-0/+1
| | | | | | | | PR: 30906 Submitted by: "Daniel O'Connor" <darius@chowder.dons.net.au> Notes: svn path=/head/; revision=84103
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-098-31/+50
| | | | | | | Use _PATH_* where where possible. Notes: svn path=/head/; revision=69793
* IPv6 support.Hajimu UMEMOTO2000-05-251-94/+133
| | | | | | | Add $FreeBSD$. Notes: svn path=/head/; revision=60926
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2713-13/+13
| | | | Notes: svn path=/head/; revision=50472
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2213-13/+13
| | | | Notes: svn path=/head/; revision=22995
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1413-13/+13
| | | | | | | | | | | 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
* Allow baud rate of 230400.Jordan K. Hubbard1996-12-021-1/+4
| | | | | | | Submitted-By: Andrew L.Davydov <davydov@ns.okbmei.msk.su> Notes: svn path=/head/; revision=20084
* Catch a situation where the tty speed might be 0 (in the case of UUCPJoerg Wunsch1996-10-121-5/+5
| | | | | | | | | | over TCP), but is used as a divisor later, causing uucico to abort with a SIGFPE. Reviewed by: Ian Lance Taylor <ian@cygnus.com> Notes: svn path=/head/; revision=18880
* Upgrade 1.06 -> 1.06.1Andrey A. Chernov1995-08-211-0/+7
| | | | Notes: svn path=/head/; revision=10152
* Commit delta: current -> 1.06 + FreeBSD configurationAndrey A. Chernov1995-08-1954-478/+2239
| | | | Notes: svn path=/head/; revision=10110
* Remove trailing whitespace.Rodney W. Grimes1995-05-3024-63/+63
| | | | Notes: svn path=/head/; revision=8858
* Update other Makefiles to reflect uuconv/uuchk install place changeAndrey A. Chernov1995-05-131-2/+2
| | | | Notes: svn path=/head/; revision=8493
* New 2.0 specific changes.Jordan K. Hubbard1994-08-081-0/+5
| | | | | | | | Reviewed by: Submitted by: Notes: svn path=/head/; revision=1969
* Fix multiply slash problemAndrey A. Chernov1994-05-201-1/+4
| | | | Notes: svn path=/head/; revision=1522
* Upgrade to version 1.05Andrey A. Chernov1994-05-0755-535/+1808
| | | | Notes: svn path=/head/; revision=1464
* Partially undo prevoius fix from Ian Taylor, VTIME must be 0 hereAndrey A. Chernov1994-02-071-3/+3
| | | | Notes: svn path=/head/; revision=1123
* IMAXBELL & PENDIN now cleared to satisfy new sio driver.Andrey A. Chernov1993-11-181-12/+26
| | | | | | | | | From Ian Taylor. Fix POSIX CLOCAL behaviour, set controlling terminal after it. Change VTIME from 0 to 1 to fix timeouts waiting for data Notes: svn path=/head/; revision=783
* From Ian Taylor.Andrey A. Chernov1993-11-181-56/+35
| | | | | | | | Fix POSIX detach behaviour, based on setsid() call. stpgrp(0,0) not used for POSIX now. Notes: svn path=/head/; revision=782
* Taylor UUCP 1.04J.T. Conklin1993-08-0576-0/+14496
Notes: svn path=/head/; revision=242