summaryrefslogtreecommitdiff
path: root/usr.bin/window
AgeCommit message (Expand)Author
2003-09-04put escapes in the right place;Jason McIntyre
2003-09-02escape punctuation;Jason McIntyre
2003-08-01another round of missing system includesDavid Krause
2003-07-18add missing includesDavid Krause
2003-07-10add missing includesDavid Krause
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-10- section reorderJason McIntyre
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-30kill warning about implicit decl of strlenJason Wright
2003-04-19string handling, ok deraadt@Daniel Hartmeier
2003-04-17trivial snprintfTheo de Raadt
2003-04-05snprintf, strlcpy; ok deraadt tdeval tedu krwPeter Valchev
2003-03-10these pages all had bad section numbers in the .Xr's;Jason McIntyre
2003-01-16Fix typos; from jmc with one fix by meTodd C. Miller
2002-10-04enchrist into stdargMichael Shalayeff
2002-08-12Swap args to calloc(3) so they are in the correct order; art@ ok.Aaron Campbell
2002-06-12a real pid_t cleanup.Mike Pechkin
2002-05-06Kill/adjust r(login|exec)d? references now that those are no longer inTodd C. Miller
2001-11-19kill more registersMike Pechkin
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-02-05please alpha gccTheo de Raadt
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-08-02$HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zeroTodd C. Miller
2000-07-06Insert more missing .El directives. Our troff really should identify these andAaron Campbell
2000-04-21Don't hyphenate the words {left|right}most.Aaron Campbell
2000-04-15Modify to build with ncurses, not ocurses. A proper port to terminfoTodd C. Miller
2000-04-14Don't assume that termcap entries start with a 2-character short name--Todd C. Miller
2000-03-14Finish off cleanup usr.bin/ man pages.Aaron Campbell
2000-03-06Some section re-ordering.Aaron Campbell
1999-11-14o link with -ocurses for now since window does not work properly with ncursesTodd C. Miller
1999-06-05- remove trailing white spaceAaron Campbell
1999-05-12builtin -> built-inAaron Campbell
1998-12-21kill union wait; christosTheo de Raadt
1998-12-20bye bye BADSIGTheo de Raadt
1998-11-04be really pedantic about punctuation following -mdoc macro'd textAaron Campbell
1998-10-30usr.bin/ man page fixes, t-zAaron Campbell
1998-07-24-lcurses, not termcap/termlibTodd C. Miller
1998-04-26fix some warningsTodd C. Miller
1998-03-17do some snprintf, because i am a bit boredTheo de Raadt
1998-01-03arghTheo de Raadt
1998-01-03if fork/exec fails, bail properlyTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-06-24Add #includes for string.h and stdlib.hdgregor
1997-02-25fix typeoJason Downs
1997-02-25Reimport NetBSD version w/ Todd's changes, new rcsids, and the beginings ofJason Downs
1997-01-17r?index -> strr?chrTodd C. Miller
1996-12-06wait for spawned children, and remember to EXIT INOUR CHILD! geez..Theo de Raadt
1996-11-25Need sys/types.h for htons et al.Niklas Hallqvist
1996-06-26rcsidTheo de Raadt
1996-02-23Minor cleanup for 8-bit cleanliness. From der Mouse, PR 1322.Niklas Hallqvist