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
/
wall
/
wall.c
Age
Commit message (
Expand
)
Author
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2022-05-05
Fix line wrapping in wall(1).
Alexander Bluhm
2021-07-12
Change the error reporting pattern throughout the tree when unveil
Bob Beck
2019-01-28
ttyname() is used after unveil/pledge, so _PATH_DEVDB must also be
Theo de Raadt
2018-08-07
unveil can be used to restrict access to utmp and /dev
Theo de Raadt
2016-08-01
Allow a bel character in wall. This was missed when migrating away from
Martijn van Duren
2016-05-08
The header <vis.h> is no longer needed; ok martijn@.
Ingo Schwarze
2016-05-08
Enable UTF-8 detection in wall(1). This deliberately ignores UTF-8 characters
Martijn van Duren
2015-11-05
pledge wall(1)
Sebastian Benoit
2015-09-29
Delete the final, inscrutable NOSTRICT and VARARGS lint comments
Philip Guenther
2015-08-20
Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2009-08-03
It is sufficient to call getgrnam(3) once. Remove the first call.
Alexander Bluhm
2009-08-03
In addgroup() malloc(3) does not allocate enough memory as it only
Alexander Bluhm
2004-02-21
Correctness is also not using err(1, "out of memory") if malloc()
Tom Cosgrove
2004-02-20
correctness is err vs. errx use
Henning Brauer
2003-07-02
bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3)
Anil Madhavapeddy
2003-06-25
delete junk protos
Theo de Raadt
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2001-11-05
make sure files are MAXPATHLEN sized; ianm@cit.uws.edu.au
Theo de Raadt
2001-09-06
bye bye sleeper
Theo de Raadt
2001-09-04
Wall's -g flag has been broken since it was added. We fix it by
Todd C. Miller
2001-02-13
fat utmp fix; ianm@cit.uws.edu.au
Theo de Raadt
2000-09-07
use err*() correct, and open file with egid; fyre@users.sourceforge.net
Theo de Raadt
1999-05-30
correct mkstemp() failure checking
Theo de Raadt
1999-05-24
show '(not a tty)' instead of '(null)' when wall is run with stderr not a tty...
David Leonard
1998-12-16
snprintf; dillon
Theo de Raadt
1998-11-19
fprintf(stderr, "wall: ..."); exit(1) -> errx(1, "...")
Oleg Safiullin
1997-01-15
getopt(3) returns -1 when out of args, not EOF, whee!
Todd C. Miller
1996-09-16
_PATH_TMP -> _PATH_TMPFILE; avoid /tmp//fooXXXX where possible too
Theo de Raadt
1996-09-02
add -g group delivery option
Theo de Raadt
1996-08-26
VIS_NOSLASH
Theo de Raadt
1996-08-26
vis this baby
Theo de Raadt
1996-08-06
avoid buf oflow
Theo de Raadt
1996-06-26
rcsid
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt