summaryrefslogtreecommitdiff
path: root/usr.bin/write
AgeCommit message (Expand)Author
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2019-09-06More Version 1 AT&T UNIX history.Ingo Schwarze
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2018-09-18Use user_from_uid(3) if getlogin(2) fails, storing the uid as aTodd C. Miller
2016-02-05Explain why we intentionally violate POSIX here, to prevent people fromIngo Schwarze
2016-02-05Make write explicitly ASCII only by transforming UTF-8 characters and non-ASCIImartijn
2015-10-20Fix write to other user's tty. The device has to be opened withAlexander Bluhm
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-06unfortunately tame "stdio" can only happen well after the sequence of:Theo de Raadt
2015-10-05Since the dawn of time, this has contained freopen() for the tty pathTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-06-04- document sigintJason McIntyre
2013-04-16remove casts to time_t * which are not neededTheo de Raadt
2010-10-28more roff adjustments;Jason McIntyre
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2010-07-21document exit values; from daniel dickmanJason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-02-08updates to IEEE Std 1003.1-2008;Jason McIntyre
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2008-07-06sync synopsis and usage.Igor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-31- note some apps which are xpg4, not posixJason McIntyre
2006-10-04if the utmp file is (mysteriously gone) do not assume that the user isTheo de Raadt
2005-07-04make these use setres[ug]id for simple privilege dropping;Damien Miller
2003-07-10add missing includesDavid Krause
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-03-13a few more strlcpyTheo de Raadt
2002-12-09do not use sys/types.h and sys/param.h together; andrushock@korovino.netTheo de Raadt
2002-08-04ansi, and revoke privs after opening the ttyTheo de Raadt
2002-02-21use sizeof w/ defines; niklas@ millert@ ok.Federico G. Schwindt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-24fix the history refsMichael Shalayeff
2001-11-19kill more registersMike Pechkin
2001-11-02avoid stdio in signal handlerTheo de Raadt
2001-06-27-Wall cleanup; ok millert@jasoni
2001-01-19mark remaining signal races which are difficult to fix, and fix a few partiallyTheo de Raadt
2000-03-14Finish off cleanup usr.bin/ man pages.Aaron Campbell
2000-03-06Some section re-ordering.Aaron Campbell
1999-06-05- remove trailing white spaceAaron Campbell
1999-02-21vis() buf overflowTheo de Raadt
1998-10-30usr.bin/ man page fixes, t-zAaron Campbell
1998-07-06kill non-POSIX S_IWRITETheo de Raadt
1998-06-12describe bug about faking EOFDavid Leonard
1996-10-26missed one change, pointed out by Alex Nash <nash@mcs.net>Jason Downs
1996-10-25kill sprintf, use paths.hJason Downs
1996-08-26VIS_NOSLASHTheo de Raadt
1996-08-26vis this baby tooTheo de Raadt
1996-06-26rcsidTheo de Raadt
1995-11-17handle meta characters; good security idea from freebsdTheo de Raadt