summaryrefslogtreecommitdiffstats
path: root/usr.bin/wall
AgeCommit message (Expand)AuthorFilesLines
2020-02-08correct Research Unix edition "appeared in" use in HISTORYjsg1-3/+3
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-4/+4
2019-05-16unveil "w" on ttys was too strict, introducing a failure conditionderaadt1-8/+9
2019-01-28ttyname() is used after unveil/pledge, so _PATH_DEVDB must also bederaadt1-1/+3
2018-08-07unveil can be used to restrict access to utmp and /devderaadt1-1/+5
2016-08-01Allow a bel character in wall. This was missed when migrating away frommartijn1-2/+2
2016-05-08The header <vis.h> is no longer needed; ok martijn@.schwarze1-2/+1
2016-05-08Enable UTF-8 detection in wall(1). This deliberately ignores UTF-8 charactersmartijn2-18/+32
2015-11-05pledge wall(1)benno2-4/+37
2015-09-29Delete the final, inscrutable NOSTRICT and VARARGS lint commentsguenther1-2/+1
2015-08-20Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopederaadt1-3/+3
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-3/+3
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2-22/+2
2009-08-03It is sufficient to call getgrnam(3) once. Remove the first call.bluhm1-3/+2
2009-08-03In addgroup() malloc(3) does not allocate enough memory as it onlybluhm1-3/+3
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-03-29-g takes an argument; from Igor Sobradojmc1-2/+2
2004-09-14arithmetic on void * not permittedderaadt1-3/+5
2004-02-21Correctness is also not using err(1, "out of memory") if malloc()tom1-7/+8
2004-02-20correctness is err vs. errx usehenning1-11/+11
2003-07-31no longer used by syslogdavsm1-4/+4
2003-07-02bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3)avsm1-3/+3
2003-06-26more proto fixesderaadt1-2/+4
2003-06-25delete junk protosderaadt1-3/+3
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert3-20/+8
2003-04-02strlcpy; millert okderaadt1-5/+6
2002-05-26pid_t cleanupderaadt1-3/+4
2001-11-19kill more registersmpech1-3/+3
2001-11-05make sure files are MAXPATHLEN sized; ianm@cit.uws.edu.auderaadt1-3/+3
2001-09-06bye bye sleeperderaadt1-6/+3
2001-09-04Add a const to shut up -Wallmillert1-3/+3
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their POSIX counterparts.millert1-3/+5
2001-09-04Wall's -g flag has been broken since it was added. We fix it bymillert1-52/+75
2001-02-13fat utmp fix; ianm@cit.uws.edu.auderaadt1-3/+3
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manaaron1-2/+2
2000-09-07use err*() correct, and open file with egid; fyre@users.sourceforge.netderaadt1-10/+16
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.aaron1-2/+2
2000-03-14Finish off cleanup usr.bin/ man pages.aaron1-4/+7
1999-06-05- remove trailing white spaceaaron1-2/+2
1999-05-30correct mkstemp() failure checkingderaadt1-3/+3
1999-05-24show '(not a tty)' instead of '(null)' when wall is run with stderr not a tty. (e.g. when run from cron)d1-3/+6
1998-12-16snprintf; dillonderaadt1-5/+4
1998-11-19fprintf(stderr, "wall: ..."); exit(1) -> errx(1, "...")form1-27/+16
1998-11-18simply honour S_IWGRPderaadt1-13/+9
1998-11-18do S_IWGRP checking just like write(1)deraadt1-2/+8
1998-11-18move to euid for tty opens; based on something from formderaadt1-3/+10
1998-10-30usr.bin/ man page fixes, t-zaaron1-2/+2
1997-09-21$OpenBSD$deraadt1-2/+1
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!millert1-3/+3
1996-10-25slightly smarterdownsj1-2/+9