| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change how getent utmpx works. | Ed Schouten | 2010-04-02 | 1 | -6/+8 |
| | | | | | | - Always require active, log or lastlogin to be provided. - Allow the user to provide custom filenames. | ||||
| * | The NetBSD Foundation has granted permission to remove clause 3 and 4 | Warner Losh | 2010-02-16 | 2 | -14/+0 |
| | | | | | | | from their software. Obtained from: NetBSD | ||||
| * | Also print UNIX timestamps in getent utmpx output. | Ed Schouten | 2010-01-20 | 1 | -2/+5 |
| | | |||||
| * | Also let getent(1) print values of ut_pid. | Ed Schouten | 2010-01-18 | 1 | -3/+3 |
| | | |||||
| * | Allow getent(1) to display utmpx entries as well. | Ed Schouten | 2010-01-13 | 2 | -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 Schouten | 2010-01-02 | 1 | -0/+5 |
| | | | | | Also add some missing $FreeBSD$ to keep svn happy. | ||||
| * | - Import the Makefile from HEAD for building csup. | Ulf Lilleengen | 2008-10-19 | 0 | -0/+0 |
| |\ | |||||
| * | | - Import the HEAD csup code which is the basis for the cvsmode work. | Ulf Lilleengen | 2008-10-19 | 3 | -702/+0 |
| |/ | |||||
| * | cleanup code: remove superfluous comma at end of enumeration | Ralf S. Engelschall | 2007-02-04 | 1 | -2/+2 |
| | | | | | | declaration, remove useless "break" after exit(3) call, and add a missing va_end(3) call. | ||||
| * | Revise markup. | Ruslan Ermilov | 2006-09-30 | 1 | -18/+21 |
| | | |||||
| * | The port number must be network byte order. | Hajimu UMEMOTO | 2006-05-04 | 1 | -4/+3 |
| | | |||||
| * | o style: WARNS= -> WARNS?=. | Maxim Konovalov | 2006-05-04 | 1 | -1/+1 |
| | | | | | Spotted by: ru | ||||
| * | o By popular demand import getent(1) utility: a program retrieves | Maxim Konovalov | 2006-05-04 | 3 | -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 | |||||
