aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/getent
Commit message (Expand)AuthorAgeFilesLines
* Add support for netgroup, based on patch in the PR but made consistentGuy Helmer2013-05-231-0/+43
* Teach getent(1) to look up a hostname and find IPv6 addresses.Kevin Lo2012-09-261-12/+22
* Print INIT_PROCESS and LOGIN_PROCESS entries as well.Ed Schouten2011-10-271-1/+12
* Change how getent utmpx works.Ed Schouten2010-04-021-6/+8
* The NetBSD Foundation has granted permission to remove clause 3 and 4Warner Losh2010-02-162-14/+0
* Also print UNIX timestamps in getent utmpx output.Ed Schouten2010-01-201-2/+5
* Also let getent(1) print values of ut_pid.Ed Schouten2010-01-181-3/+3
* Allow getent(1) to display utmpx entries as well.Ed Schouten2010-01-132-0/+91
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* cleanup code: remove superfluous comma at end of enumerationRalf S. Engelschall2007-02-041-2/+2
* Revise markup.Ruslan Ermilov2006-09-301-18/+21
* The port number must be network byte order.Hajimu UMEMOTO2006-05-041-4/+3
* o style: WARNS= -> WARNS?=.Maxim Konovalov2006-05-041-1/+1
* o By popular demand import getent(1) utility: a program retrievesMaxim Konovalov2006-05-043-0/+700