summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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/+787
| | | | | | | 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.
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+5
| | | | Also add some missing $FreeBSD$ to keep svn happy.
* - Import the Makefile from HEAD for building csup.Ulf Lilleengen2008-10-190-0/+0
|\
* | - Import the HEAD csup code which is the basis for the cvsmode work.Ulf Lilleengen2008-10-193-702/+0
|/
* cleanup code: remove superfluous comma at end of enumerationRalf S. Engelschall2007-02-041-2/+2
| | | | | declaration, remove useless "break" after exit(3) call, and add a missing va_end(3) call.
* 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
| | | | Spotted by: ru
* o By popular demand import getent(1) utility: a program retrievesMaxim Konovalov2006-05-043-0/+700
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