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
/
top
/
username.c
Age
Commit message (
Expand
)
Author
2015-10-26
remove the silly username cache here and use libc user_from_uid.
Ted Unangst
2009-07-22
enter_user() is only called in one way, rendering the third parameter
Theo de Raadt
2008-04-02
using getpwent() in a loop is so 1980; ok millert
Theo de Raadt
2004-05-09
spaces
Theo de Raadt
2003-07-07
protos
Theo de Raadt
2003-06-19
o get rid of strecpy() and use strlcpy() and/or snprintf() instead.
Todd C. Miller
2003-06-15
use uid_t and fix some sign compare warnings; OK krw@ and deraadt@
Todd C. Miller
2003-06-13
readable code
Theo de Raadt
2003-06-12
knf
Theo de Raadt
2003-06-12
cleanup; ok deraadt
Peter Valchev
2002-07-15
license change from William LeFebvre <wnl@groupsys.com>; top is now BSD
Theo de Raadt
2002-06-23
uid_t and gid_t are unsigned
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-07-27
more careful handling; i.mcwilliam@uws.edu.au
Theo de Raadt
1997-08-22
First sweep. Prototype, type fixes, long fixes, mostly compiles with
Jason Downs
1997-08-14
top 3.4, with a few changes. Still needs more work.
Jason Downs