summaryrefslogtreecommitdiff
path: root/usr.bin/getent
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2020-10-24getent(1): Add EXAMPLES sectionFernando ApesteguĂ­a
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2016-06-04Document getent(1)'s ability to enumerate netgroup members.Mark Johnston
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2013-09-05Merge from headSimon J. Gerraty
2013-05-23Add support for netgroup, based on patch in the PR but made consistentGuy Helmer
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-11-04Sync from headSimon J. Gerraty
2012-09-26Teach getent(1) to look up a hostname and find IPv6 addresses.Kevin Lo
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2011-10-27Print INIT_PROCESS and LOGIN_PROCESS entries as well.Ed Schouten
2010-04-02Change how getent utmpx works.Ed Schouten
2010-02-16The NetBSD Foundation has granted permission to remove clause 3 and 4Warner Losh
2010-01-20Also print UNIX timestamps in getent utmpx output.Ed Schouten
2010-01-18Also let getent(1) print values of ut_pid.Ed Schouten
2010-01-13Allow getent(1) to display utmpx entries as well.Ed Schouten
2010-01-02Build usr.bin/ with WARNS=6 by default.Ed Schouten
2007-02-04cleanup code: remove superfluous comma at end of enumerationRalf S. Engelschall
2006-09-30Revise markup.Ruslan Ermilov
2006-05-04The port number must be network byte order.Hajimu UMEMOTO
2006-05-04o style: WARNS= -> WARNS?=.Maxim Konovalov
2006-05-04o By popular demand import getent(1) utility: a program retrievesMaxim Konovalov