aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/window
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'.cvs2svn2002-07-031-9/+6
* The .Nm utilityPhilippe Charnier2002-06-211-6/+9
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-161-5/+5
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-27/+27
* MFC: mktemp(3) removalEric Melville2001-05-171-2/+1
* Fix a -Wall.David E. O'Brien2001-05-171-0/+1
* MFC: Fix/add rcsid's.David E. O'Brien2001-05-1796-15/+180
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-1/+0
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-061-1/+1
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-2/+3
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-20/+20
* MFC: rename struct `string' to `mystring' and get it from mystring.h ratherDavid E. O'Brien2000-10-3012-79/+26
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-10-271-0/+66
* MFC: #include <errno.h> where needed. Kill extern int errno;.Paul Saab2000-07-013-4/+9
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-131-65/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Fix the style of my previous commit.Joerg Wunsch1999-03-031-1/+1
* Increase the vector that's used to look for free pty's. We go throughJoerg Wunsch1999-03-031-1/+1
* Make window(1) actually work again. It has been broken for quite someJoerg Wunsch1999-03-022-2/+3
* One vfork() changed to fork(); one execl() changed to execv(). TheDag-Erling Smørgrav1998-10-132-4/+8
* Use <signal.h> instead of <sys/signal.h>.Doug Rabson1998-08-055-5/+5
* Define '\t' as a printable character, so it can be displayed on theJoerg Wunsch1998-04-201-1/+1
* Change a (defaulted) int arg to a long so that a cast from a pointerJohn Birrell1998-02-202-3/+5
* Add #include <string.h> to get prototypes. Note that this programJohn Birrell1998-02-203-3/+6
* Add #include <string.h> to get prototypes.John Birrell1998-02-202-0/+2
* Add #include <stdlib.h> to get prototypes.John Birrell1998-02-203-0/+3
* Wait for job to finish and exit if exec fails.Warner Losh1998-01-071-1/+2
* Make window(1) honor the LC_CTYPE setting.Joerg Wunsch1997-11-052-4/+31
* Cosmetic in usage string.Philippe Charnier1997-08-261-1/+1
* Correct some man page cross references and file location references.Mike Pritchard1996-04-071-6/+6
* Correct some manual page cross reference errors. E.g. su is a sectionMike Pritchard1996-02-021-1/+1
* Remove _set_ospeed, it is done in tgetentAndrey A. Chernov1995-08-051-1/+0
* Allow it works with non-fixed termios speeds.Andrey A. Chernov1995-08-042-7/+9
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-2/+2
* Include <stdlib.h> so that malloc() is declared.Bruce Evans1995-04-024-0/+4
* Nuke bogus duplicate decls.Jordan K. Hubbard1994-12-181-2/+0
* Give up instead of looping endlessly for unknown speeds.Bruce Evans1994-10-301-2/+1
* More 8bit/ctype fixes, command modeAndrey A. Chernov1994-10-304-39/+27
* Make window 8bit clean and ctype oriented.Andrey A. Chernov1994-10-309-89/+16
* Fix hang on exit: needs to restore SIGIO reaction _before_Andrey A. Chernov1994-10-302-1/+3
* Remove VMIN_BUG from CFLAGS, add 57600, 115200Andrey A. Chernov1994-10-272-1/+10
* More merry makefile munging for man page compatability.Garrett Wollman1994-08-051-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-27107-0/+16462