aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/window
Commit message (Expand)AuthorAgeFilesLines
* Fix a `cast to pointer from integer of different size' warning.Marcel Moolenaar2003-09-171-1/+1
* Remove the only varargs.h consumer in the tree. Use stdarg.h instead.Alexander Kabaev2003-04-151-7/+4
* The ... utilityPhilippe Charnier2003-03-241-2/+3
* Use POSIX macros for wait(2)-style status information instead of theMike Barcroft2002-06-031-3/+2
* Use `The .Nm utility'Philippe Charnier2002-04-201-6/+9
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.Mark Murray2002-02-081-1/+0
* Fixed bitrot in DPADD in rev.1.8.Bruce Evans2001-12-291-1/+1
* Temporarily "protect" this against the coming WARNS=2 default as itMark Murray2001-12-111-0/+1
* use openpty() instead of rolling a custom function (which didn't supportBill Fumerola2001-09-282-30/+18
* mdoc(7) police:Ruslan Ermilov2001-08-071-4/+4
* Removed garbage "CFLAGS+= -I.". This finishes backing out rev.1.4.Bruce Evans2001-07-301-3/+0
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-07-262-2/+4
* Remove whitespace at EOL.Dima Dorfman2001-07-151-27/+27
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Fix the rcsid's.David E. O'Brien2001-05-1784-84/+168
* Include a missing header, and change a mktemp(3), mkdir(2) sequence toEric Melville2001-03-292-2/+2
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+0
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-2/+3
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-20/+20
* string.h has been repo copied to mystring.hDavid E. O'Brien2000-10-302-72/+0
* While I'm here and got caught by it, add FreeBSD IDs so the next guyDavid E. O'Brien2000-10-2684-6/+84
* Having a local `string.h' is just asking for trouble. As is having aDavid E. O'Brien2000-10-2613-24/+46
* Use the pathnames from pathnames.h rather than hardcoding them here.David E. O'Brien2000-10-262-2/+5
* Include sys/types.hBrian Somers2000-10-161-0/+3
* #include <errno.h> where needed. Kill extern int errno;.Warner Losh2000-04-143-4/+9
* $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