summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Makefile and reorganizingHEADmainCameron Katri2021-02-141-0/+31
|
* Create the altix project branch. The altix project will add supportMarcel Moolenaar2010-03-101-5/+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.
* 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 HEAD csup code which is the basis for the cvsmode work.Ulf Lilleengen2008-10-191-6/+0
|
* 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-041-0/+6
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