]> git.cameronkatri.com Git - getent-darwin.git/log
getent-darwin.git
14 years agoThe NetBSD Foundation has granted permission to remove clause 3 and 4
Warner Losh [Tue, 16 Feb 2010 21:43:57 +0000 (21:43 +0000)]
The NetBSD Foundation has granted permission to remove clause 3 and 4
from their software.

Obtained from: NetBSD

14 years agoAlso print UNIX timestamps in getent utmpx output.
Ed Schouten [Wed, 20 Jan 2010 21:12:30 +0000 (21:12 +0000)]
Also print UNIX timestamps in getent utmpx output.

15 years agoAlso let getent(1) print values of ut_pid.
Ed Schouten [Mon, 18 Jan 2010 10:50:25 +0000 (10:50 +0000)]
Also let getent(1) print values of ut_pid.

15 years agoAllow getent(1) to display utmpx entries as well.
Ed Schouten [Wed, 13 Jan 2010 18:08:00 +0000 (18:08 +0000)]
Allow getent(1) to display utmpx entries as well.

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.

15 years agoBuild usr.bin/ with WARNS=6 by default.
Ed Schouten [Sat, 2 Jan 2010 10:27:05 +0000 (10:27 +0000)]
Build usr.bin/ with WARNS=6 by default.

Also add some missing $FreeBSD$ to keep svn happy.

16 years ago- Import the Makefile from HEAD for building csup.
Ulf Lilleengen [Sun, 19 Oct 2008 08:43:16 +0000 (08:43 +0000)]
- Import the Makefile from HEAD for building csup.

16 years ago- Import the HEAD csup code which is the basis for the cvsmode work.
Ulf Lilleengen [Sun, 19 Oct 2008 08:41:10 +0000 (08:41 +0000)]
- Import the HEAD csup code which is the basis for the cvsmode work.

17 years agocleanup code: remove superfluous comma at end of enumeration
Ralf S. Engelschall [Sun, 4 Feb 2007 20:52:57 +0000 (20:52 +0000)]
cleanup code: remove superfluous comma at end of enumeration
declaration, remove useless "break" after exit(3) call, and add a
missing va_end(3) call.

18 years agoRevise markup.
Ruslan Ermilov [Sat, 30 Sep 2006 17:27:50 +0000 (17:27 +0000)]
Revise markup.

18 years agoThe port number must be network byte order.
Hajimu UMEMOTO [Thu, 4 May 2006 11:28:16 +0000 (11:28 +0000)]
The port number must be network byte order.

18 years agoo style: WARNS= -> WARNS?=.
Maxim Konovalov [Thu, 4 May 2006 09:01:54 +0000 (09:01 +0000)]
o style: WARNS= -> WARNS?=.

Spotted by: ru

18 years agoo By popular demand import getent(1) utility: a program retrieves
Maxim Konovalov [Thu, 4 May 2006 08:44:44 +0000 (08:44 +0000)]
o By popular demand import getent(1) utility: a program retrieves
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