summaryrefslogtreecommitdiff
path: root/usr.bin/users/users.cc
AgeCommit message (Expand)Author
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2018-06-25users(1): Use capsicum helpers for usersEitan Adler
2017-02-28Renumber copyright clause 4Warner Losh
2017-01-07style(9) fixAllan Jude
2017-01-07Capsicum: add capability mode to users binaryAllan Jude
2014-07-10Fix a couple of style nits.Ed Schouten
2014-07-10Don't use auto, as we also need to support GCC 4.2.Ed Schouten
2014-07-10Let users(1) use an std::set, instead of std::{vector,sort,unique}.Ed Schouten
2014-07-10Reimplements users(1) in C++.Pietro Cerutti