]> git.cameronkatri.com Git - getent-darwin.git/log
getent-darwin.git
13 years agoFirst cut to port bhyve, vmmctl, and libvmmapi to HEAD.
John Baldwin [Sun, 15 May 2011 04:03:11 +0000 (04:03 +0000)]
First cut to port bhyve, vmmctl, and libvmmapi to HEAD.

14 years agoMerge svn+ssh://svn.freebsd.org/base/head@206571
Marcel Moolenaar [Tue, 13 Apr 2010 23:54:40 +0000 (23:54 +0000)]
Merge svn+ssh://svn.freebsd.org/base/head@206571

14 years agoChange how getent utmpx works.
Ed Schouten [Fri, 2 Apr 2010 11:05:59 +0000 (11:05 +0000)]
Change how getent utmpx works.

- Always require active, log or lastlogin to be provided.
- Allow the user to provide custom filenames.

14 years agoMerge svn+ssh://svn.freebsd.org/base/head@205454
Marcel Moolenaar [Mon, 22 Mar 2010 18:51:56 +0000 (18:51 +0000)]
Merge svn+ssh://svn.freebsd.org/base/head@205454

14 years agoCreate the altix project branch. The altix project will add support
Marcel Moolenaar [Wed, 10 Mar 2010 02:16:04 +0000 (02:16 +0000)]
Create the altix project branch. The altix project will add support
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.

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