summaryrefslogtreecommitdiffstats
path: root/getent.1
Commit message (Collapse)AuthorAgeFilesLines
* getent(1): Add EXAMPLES sectionFernando ApesteguĂ­a2020-10-241-5/+20
| | | | | | | Add 3 small examples to the EXAMPLES section. Approved by: manpages (gbe@) Differential Revision: https://reviews.freebsd.org/D26866
* Document getent(1)'s ability to enumerate netgroup members.Mark Johnston2016-06-041-0/+129
| | | | MFC after: 3 days
* Create the altix project branch. The altix project will add supportMarcel Moolenaar2010-03-101-127/+0
| | | | | | | for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting is a two-module system, consisting of a base compute module and a CPU expansion module. SGI's NUMAFlex architecture can be an excellent platform to test CPU affinity and NUMA-aware features in FreeBSD.
* The NetBSD Foundation has granted permission to remove clause 3 and 4Warner Losh2010-02-161-7/+0
| | | | | | from their software. Obtained from: NetBSD
* Allow getent(1) to display utmpx entries as well.Ed Schouten2010-01-131-0/+134
| | | | | | | Because getutxent also matches the typical get*ent format of library routines, I thought it would be a good idea to teach it how to read utmpx databases. getent(1) just gives a raw dump, which is very useful when debugging problems related to parsing/logging.
* - Import the HEAD csup code which is the basis for the cvsmode work.Ulf Lilleengen2008-10-191-132/+0
|
* Revise markup.Ruslan Ermilov2006-09-301-18/+21
|
* o By popular demand import getent(1) utility: a program retrievesMaxim Konovalov2006-05-041-0/+129
and displays entries from the administrative database specified by database, using the lookup order specified in nsswitch.conf(5). PR: bin/79903, bin/88460, bin/96536 Submitted by: Julien Gabel, Dan Nelson, Daniel J. O'Connor Obtained from: NetBSD Discussed with: ume, soc-bushman MFC after: 1 month