summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
|
* Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
|
* Sync with HEAD.David E. O'Brien2013-02-080-0/+0
|\
| * IFC @ r242684Neel Natu2012-11-111-12/+22
| |\
| * \ IFC @ r238370Peter Grehan2012-07-110-0/+0
| |\ \
| * \ \ IFC @ r227804Peter Grehan2011-11-221-0/+662
| |\ \ \ | | | | | | | | | | | | | | | Pull in the virtio drivers from head.
| * \ \ \ First cut to port bhyve, vmmctl, and libvmmapi to HEAD.John Baldwin2011-05-150-0/+0
| |\ \ \ \
* | \ \ \ \ Correct the r242545 sync with head@242525.David E. O'Brien2013-02-070-0/+0
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
* | | | | | Sync from headSimon J. Gerraty2012-11-041-12/+22
|\| | | | |
| * | | | | Teach getent(1) to look up a hostname and find IPv6 addresses.Kevin Lo2012-09-261-12/+22
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | PR: bin/161548 Submitted by: matthew
* / | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+21
|/ / / / | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | | A new jail(8) with a configuration file, ultimately to replace the workJamie Gritton2012-04-260-0/+0
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | currently done by /etc/rc.d/jail. MFC after: 3 months
| * | | A new jail(8) with a configuration file, to replace the work currently doneJamie Gritton2010-10-193-783/+0
| | | | | | | | | | | | | | | | by /etc/rc.d/jail.
* | | | Print INIT_PROCESS and LOGIN_PROCESS entries as well.Ed Schouten2011-10-271-0/+662
| |/ / |/| | | | | | | | | | | | | | | | | | | | Even though our implementation of utmpx never emits these types of records, they are part of POSIX. Do print them when they show up in the database files. While there, also print the type number of unsupported records.
* | | Merge svn+ssh://svn.freebsd.org/base/head@206571Marcel Moolenaar2010-04-130-0/+0
|\| |
| * | Change how getent utmpx works.Ed Schouten2010-04-021-6/+8
| | | | | | | | | | | | | | | - Always require active, log or lastlogin to be provided. - Allow the user to provide custom filenames.
* | | Merge svn+ssh://svn.freebsd.org/base/head@205454Marcel Moolenaar2010-03-220-0/+0
|\| |
* | | Create the altix project branch. The altix project will add supportMarcel Moolenaar2010-03-103-781/+0
|/ / | | | | | | | | | | | | 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.
* | The NetBSD Foundation has granted permission to remove clause 3 and 4Warner Losh2010-02-162-14/+0
| | | | | | | | | | | | from their software. Obtained from: NetBSD
* | Also print UNIX timestamps in getent utmpx output.Ed Schouten2010-01-201-2/+5
| |
* | 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