summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jamie Gritton [Tue, 19 Oct 2010 21:32:13 +0000 (21:32 +0000)]
A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.
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.
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
Ed Schouten [Wed, 20 Jan 2010 21:12:30 +0000 (21:12 +0000)]
Also print UNIX timestamps in getent utmpx output.
Ed Schouten [Mon, 18 Jan 2010 10:50:25 +0000 (10:50 +0000)]
Also let getent(1) print values of ut_pid.
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.
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.
Ulf Lilleengen [Sun, 19 Oct 2008 08:43:16 +0000 (08:43 +0000)]
- Import the Makefile from HEAD for building csup.
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.
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.
Ruslan Ermilov [Sat, 30 Sep 2006 17:27:50 +0000 (17:27 +0000)]
Revise markup.
Hajimu UMEMOTO [Thu, 4 May 2006 11:28:16 +0000 (11:28 +0000)]
The port number must be network byte order.
Maxim Konovalov [Thu, 4 May 2006 09:01:54 +0000 (09:01 +0000)]
o style: WARNS= -> WARNS?=.
Spotted by: ru
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