summaryrefslogtreecommitdiff
path: root/usr.bin/window
AgeCommit message (Expand)Author
2009-06-02Remove window(1) from the base system.Ed Schouten
2009-02-19Include proper header files for system functions that are used andWarner Losh
2008-11-18ANSIfy the wwend function.Roman Divacky
2008-08-09Delete unused files in the window(1) directory that contain a colon.Ed Schouten
2005-08-25Fixes for gcc 4.x.Ollivier Robert
2005-02-13Expand *n't contractions.Ruslan Ermilov
2005-01-18Sort sections.Ruslan Ermilov
2004-07-28Remove local malloc prototypes, which are incorrect and conflict withAlexander Kabaev
2004-07-03Deal with double whitespace.Ruslan Ermilov
2004-07-02Mechanically kill hard sentence breaks.Ruslan Ermilov
2004-04-04Add FBSDID. Use %ld to printf(3) a long (even if the number is small).Philippe Charnier
2003-09-17Fix a `cast to pointer from integer of different size' warning.Marcel Moolenaar
2003-04-15Remove the only varargs.h consumer in the tree. Use stdarg.h instead.Alexander Kabaev
2003-03-24The ... utilityPhilippe Charnier
2002-06-03Use POSIX macros for wait(2)-style status information instead of theMike Barcroft
2002-04-20Use `The .Nm utility'Philippe Charnier
2002-02-08Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.Mark Murray
2001-12-29Fixed bitrot in DPADD in rev.1.8.Bruce Evans
2001-12-11Temporarily "protect" this against the coming WARNS=2 default as itMark Murray
2001-09-28use openpty() instead of rolling a custom function (which didn't supportBill Fumerola
2001-08-07mdoc(7) police:Ruslan Ermilov
2001-07-30Removed garbage "CFLAGS+= -I.". This finishes backing out rev.1.4.Bruce Evans
2001-07-26Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn
2001-07-15Remove whitespace at EOL.Dima Dorfman
2001-07-10mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov
2001-05-17Fix the rcsid's.David E. O'Brien
2001-03-29Include a missing header, and change a mktemp(3), mkdir(2) sequence toEric Melville
2001-03-27MAN[1-9] -> MAN.Ruslan Ermilov
2001-02-01mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov
2000-12-19Prepare for mdoc(7)NG.Ruslan Ermilov
2000-11-20mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov
2000-10-30string.h has been repo copied to mystring.hDavid E. O'Brien
2000-10-26While I'm here and got caught by it, add FreeBSD IDs so the next guyDavid E. O'Brien
2000-10-26Having a local `string.h' is just asking for trouble. As is having aDavid E. O'Brien
2000-10-26Use the pathnames from pathnames.h rather than hardcoding them here.David E. O'Brien
2000-10-16Include sys/types.hBrian Somers
2000-04-14#include <errno.h> where needed. Kill extern int errno;.Warner Losh
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-07-12Add $Id$, to make it simpler for members of the translation teams toNik Clayton
1999-03-03Fix the style of my previous commit.Joerg Wunsch
1999-03-03Increase the vector that's used to look for free pty's. We go throughJoerg Wunsch
1999-03-02Make window(1) actually work again. It has been broken for quite someJoerg Wunsch
1998-10-13One vfork() changed to fork(); one execl() changed to execv(). TheDag-Erling Smørgrav
1998-08-05Use <signal.h> instead of <sys/signal.h>.Doug Rabson
1998-04-20Define '\t' as a printable character, so it can be displayed on theJoerg Wunsch
1998-02-20Change a (defaulted) int arg to a long so that a cast from a pointerJohn Birrell
1998-02-20Add #include <string.h> to get prototypes. Note that this programJohn Birrell
1998-02-20Add #include <string.h> to get prototypes.John Birrell
1998-02-20Add #include <stdlib.h> to get prototypes.John Birrell
1998-01-07Wait for job to finish and exit if exec fails.Warner Losh