index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
write
/
write.c
Age
Commit message (
Expand
)
Author
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2018-09-18
Use user_from_uid(3) if getlogin(2) fails, storing the uid as a
Todd C. Miller
2016-02-05
Make write explicitly ASCII only by transforming UTF-8 characters and non-ASCII
martijn
2015-10-20
Fix write to other user's tty. The device has to be opened with
Alexander Bluhm
2015-10-09
Change all tame callers to namechange to pledge(2).
Theo de Raadt
2015-10-06
unfortunately tame "stdio" can only happen well after the sequence of:
Theo de Raadt
2015-10-05
Since the dawn of time, this has contained freopen() for the tty path
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2013-04-16
remove casts to time_t * which are not needed
Theo de Raadt
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2008-07-06
sync synopsis and usage.
Igor Sobrado
2006-10-04
if the utmp file is (mysteriously gone) do not assume that the user is
Theo de Raadt
2005-07-04
make these use setres[ug]id for simple privilege dropping;
Damien Miller
2003-07-10
add missing includes
David Krause
2003-06-10
mostly ansi cleanup; pval ok
Theo de Raadt
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-03-13
a few more strlcpy
Theo de Raadt
2002-12-09
do not use sys/types.h and sys/param.h together; andrushock@korovino.net
Theo de Raadt
2002-08-04
ansi, and revoke privs after opening the tty
Theo de Raadt
2002-02-21
use sizeof w/ defines; niklas@ millert@ ok.
Federico G. Schwindt
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-11-19
kill more registers
Mike Pechkin
2001-11-02
avoid stdio in signal handler
Theo de Raadt
2001-06-27
-Wall cleanup; ok millert@
jasoni
2001-01-19
mark remaining signal races which are difficult to fix, and fix a few partially
Theo de Raadt
1999-02-21
vis() buf overflow
Theo de Raadt
1998-07-06
kill non-POSIX S_IWRITE
Theo de Raadt
1996-10-26
missed one change, pointed out by Alex Nash <nash@mcs.net>
Jason Downs
1996-10-25
kill sprintf, use paths.h
Jason Downs
1996-08-26
VIS_NOSLASH
Theo de Raadt
1996-08-26
vis this baby too
Theo de Raadt
1996-06-26
rcsid
Theo de Raadt
1995-11-17
handle meta characters; good security idea from freebsd
Theo de Raadt
1995-10-23
warn if my permissions are off; but still allow a write
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt