summaryrefslogtreecommitdiffstats
path: root/usr.bin/window
Commit message (Expand)AuthorAgeFilesLines
* Use POSIX macros for wait(2)-style status information instead of themike2002-06-031-3/+2
* Use `The .Nm utility'charnier2002-04-201-6/+9
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.markm2002-02-081-1/+0
* Fixed bitrot in DPADD in rev.1.8.bde2001-12-291-1/+1
* Temporarily "protect" this against the coming WARNS=2 default as itmarkm2001-12-111-0/+1
* use openpty() instead of rolling a custom function (which didn't supportbillf2001-09-282-30/+18
* mdoc(7) police:ru2001-08-071-4/+4
* Removed garbage "CFLAGS+= -I.". This finishes backing out rev.1.4.bde2001-07-301-3/+0
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. Thesheldonh2001-07-262-2/+4
* Remove whitespace at EOL.dd2001-07-151-27/+27
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* Fix the rcsid's.obrien2001-05-1784-84/+168
* Include a missing header, and change a mktemp(3), mkdir(2) sequence toeric2001-03-292-2/+2
* MAN[1-9] -> MAN.ru2001-03-271-1/+0
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-1/+1
* Prepare for mdoc(7)NG.ru2000-12-191-2/+3
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-20/+20
* string.h has been repo copied to mystring.hobrien2000-10-302-72/+0
* While I'm here and got caught by it, add FreeBSD IDs so the next guyobrien2000-10-2684-6/+84
* Having a local `string.h' is just asking for trouble. As is having aobrien2000-10-2613-24/+46
* Use the pathnames from pathnames.h rather than hardcoding them here.obrien2000-10-262-2/+5
* Include sys/types.hbrian2000-10-161-0/+3
* #include <errno.h> where needed. Kill extern int errno;.imp2000-04-143-4/+9
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
* Fix the style of my previous commit.joerg1999-03-031-1/+1
* Increase the vector that's used to look for free pty's. We go throughjoerg1999-03-031-1/+1
* Make window(1) actually work again. It has been broken for quite somejoerg1999-03-022-2/+3
* One vfork() changed to fork(); one execl() changed to execv(). Thedes1998-10-132-4/+8
* Use <signal.h> instead of <sys/signal.h>.dfr1998-08-055-5/+5
* Define '\t' as a printable character, so it can be displayed on thejoerg1998-04-201-1/+1
* Change a (defaulted) int arg to a long so that a cast from a pointerjb1998-02-202-3/+5
* Add #include <string.h> to get prototypes. Note that this programjb1998-02-203-3/+6
* Add #include <string.h> to get prototypes.jb1998-02-202-0/+2
* Add #include <stdlib.h> to get prototypes.jb1998-02-203-0/+3
* Wait for job to finish and exit if exec fails.imp1998-01-071-1/+2
* Make window(1) honor the LC_CTYPE setting.joerg1997-11-052-4/+31
* Cosmetic in usage string.charnier1997-08-261-1/+1
* Correct some man page cross references and file location references.mpp1996-04-071-6/+6
* Correct some manual page cross reference errors. E.g. su is a sectionmpp1996-02-021-1/+1
* Remove _set_ospeed, it is done in tgetentache1995-08-051-1/+0
* Allow it works with non-fixed termios speeds.ache1995-08-042-7/+9
* Remove trailing whitespace.rgrimes1995-05-302-2/+2
* Include <stdlib.h> so that malloc() is declared.bde1995-04-024-0/+4
* Nuke bogus duplicate decls.jkh1994-12-181-2/+0
* Give up instead of looping endlessly for unknown speeds.bde1994-10-301-2/+1
* More 8bit/ctype fixes, command modeache1994-10-304-39/+27
* Make window 8bit clean and ctype oriented.ache1994-10-309-89/+16
* Fix hang on exit: needs to restore SIGIO reaction _before_ache1994-10-302-1/+3
* Remove VMIN_BUG from CFLAGS, add 57600, 115200ache1994-10-272-1/+10
OpenPOWER on IntegriCloud