aboutsummaryrefslogtreecommitdiff
path: root/gnu/libexec
Commit message (Collapse)AuthorAgeFilesLines
* remove HAVE_SETPGRP, because it doesn't detach terminalAndrey A. Chernov1993-11-181-1/+1
| | | | | | | in POSIX (setsid() is only way to do it) Notes: svn path=/head/; revision=784
* 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
* Makefile to install sample files in /etc/uucp with correct ownership andRodney W. Grimes1993-10-141-0/+15
| | | | | | | permissions Notes: svn path=/head/; revision=601
* Add subdir samples so that the sample scripts can get installed in /etc/uucp.Rodney W. Grimes1993-10-142-2/+4
| | | | | | | Add group to Makefile.inc for use in installing sample files Notes: svn path=/head/; revision=600
* SRCS should contain *.c's, not *.o's.J.T. Conklin1993-08-161-3/+3
| | | | Notes: svn path=/head/; revision=294
* Fixed manual page names from .0 to .8.Rodney W. Grimes1993-08-062-4/+4
| | | | Notes: svn path=/head/; revision=249
* Since there are no c sources in this directory we need a null depend:Rodney W. Grimes1993-08-062-2/+7
| | | | | | | target. I added this. Notes: svn path=/head/; revision=248
* FreeBSD doesn't define sig_atomic_t in <signal.h> like it should...J.T. Conklin1993-08-061-1/+1
| | | | Notes: svn path=/head/; revision=247
* Taylor UUCP 1.04J.T. Conklin1993-08-05300-0/+81211
Notes: svn path=/head/; revision=242