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
/
who
/
who.c
Age
Commit message (
Expand
)
Author
2020-08-27
unveil(_PATH_DEV, "r") when -T or -u is used: who(1) is using stat(2) for det...
Sebastien Marie
2018-08-08
pledge with "unveil" at the top, so that the various modes can unveil
Theo de Raadt
2015-10-21
Style fixes; from Ilya Kaliman
Todd C. Miller
2015-10-12
ttyname() no longer does ioctl TIOCGETA, so pledge("tty") is no longer
Christian Weisgerber
2015-10-11
fix regression: ttyname() failure not handled right
Theo de Raadt
2015-10-10
another pledge argument reorder for sake of re-audit
Theo de Raadt
2015-10-09
Change all tame callers to namechange to pledge(2).
Theo de Raadt
2015-10-07
from previous commit: "ioctl" is used for grab ttyname(0)
Sebastien Marie
2015-10-07
enable tame(2) in who(1).
Sebastien Marie
2013-08-22
Correct format string mismatches turned up by -Wformat=2
Philip Guenther
2010-11-15
show more of the host, but be careful not to go over 80 cols; ok krw@
Otto Moerbeek
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2004-08-18
- Xr w 1
Jason McIntyre
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-04-14
strlcat, but i memset 0 before to be safe
Theo de Raadt
2003-04-07
inlined strcpy, should be strncpy anyways; millert ok, from Hans-Joerg.Hoexer...
Theo de Raadt
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-01-31
move utmp to large format, usernames to 32 chars; downsj
Theo de Raadt
2000-03-22
Avoid the chdir entirely by prefixing _PATH_DEV to the tty name when
Todd C. Miller
2000-03-21
only chdir() if needed. This affected having who reading different file
Eric Jackson
1999-07-18
indent
Theo de Raadt
1997-08-20
Add -q (quick), the only X/Open option I can work up enthusiasm to implement.
denny
1997-07-28
1) Prototypes. pretty.
flipk
1997-03-25
correct string empty test; yokota@freebsd
Theo de Raadt
1997-01-17
r?index -> strr?chr
Todd C. Miller
1996-06-26
rcsid
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt