summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd
Commit message (Collapse)AuthorAgeFilesLines
* Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessordim2012-02-071-1/+1
| | | | | | set via ${CPP} is used, instead of always using hardcoded /usr/bin/cpp. MFC after: 1 week
* MFtbemd:imp2010-08-231-1/+1
| | | | | Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you want to test of all the CPUs of a given family conform.
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-0/+2
|
* Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementationdfr2009-06-241-1/+1
| | | | and will be removed.
* Don't always link statically with libwrap. By the time amd(8)ru2008-03-291-1/+1
| | | | | | runs, /usr/lib should have already been mounted. Found by: make checkdpadd
* Teach Amd how to unmount.obrien2007-12-051-0/+3
|
* Accidently created the file with the wrong name.obrien2007-12-051-8/+0
|
* 'amu_autofs_prot.h'obrien2007-12-051-0/+8
|
* Adjust for new files added to 6.1.5, and files retired from 6.0.10p1.obrien2007-12-051-9/+10
| | | | | Also TCP Wrappers is now supported. Also tweak the MK_HESIOD.
* Update for version 6.1.5.obrien2007-12-051-117/+253
|
* We now have to use part of the vendor supplied xdr_func.c.obrien2007-12-051-3/+8
| | | | util renamed to strutil to be more clear of its purpose.
* These now need to link with libamu.obrien2007-12-052-0/+6
|
* Add new BUILD_* knobs, and switch our definition & setting of BUILD_*obrien2007-12-052-6/+8
| | | | and configured settings.
* Autoconf would have created a symlink from conf/autofs/autofs_default.hobrien2007-12-051-0/+8
| | | | | | | to autoamu_autofs_prot.h. It is easier to just create shell header within the Bmake framework. For now it's a stub - fill out when we know our Autofs direction.
* Folded WITH_HESIOD_SUPPORT into WITH_HESIOD.ru2006-03-212-2/+2
|
* Reimplementation of world/kernel build options. For details, see:ru2006-03-173-6/+12
| | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
* Respect the YES_HESIOD build variablephk2005-08-063-1/+32
|
* Generate locale-agnostic configuration date.ru2005-02-161-1/+1
|
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.bz2004-11-133-1/+16
| | | | | | | | | | | If turned on no NIS support and related programs will be built. Lost parts rediscovered by: Danny Braniss <danny at cs.huji.ac.il> PR: bin/68303 No objections: des, gshapiro, nectar Reviewed by: ru Approved by: rwatson (mentor) MFC after: 2 weeks
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* Reenable nullfs for local links. The change from 'struct vfsconf'mbr2004-07-151-3/+3
| | | | | to 'struct xvfsconf' broke auto configuration. Patches have been submitted to the vendor.
* Generate fresh aux_conf.h.mbr2004-07-061-18/+6
|
* Check if `dirmask' is a member of `pcfs_args_t'.mbr2004-07-061-0/+3
| | | | | | | | A diff to the autoconf aux-files has been submitted to the amd people. PR: 57401 Submitted by: Andre Albsmeier <andre.albsmeier@siemens.com>
* Unbreak pcfs supportmbr2004-07-061-5/+8
| | | | PR: 68679
* Update OS-dependent variables.mbr2004-07-061-12/+15
|
* Removed unnecessary dependencies on librpcsvc.ru2004-02-042-4/+4
| | | | Prodded by: des
* Sync with fresh generated file, keep our changed settings. This seemsmbr2003-09-021-1386/+1338
| | | | to be a lot cleaner.
* Remove redundant PACKAGE and VERSION defines.mbr2003-09-021-6/+1
|
* Update version string.mbr2003-09-021-1/+1
|
* Set HAVE_STRUCT_IFREQ_IFR_ADDR, HAVE_STRUCT_FHSTATUS_FHS_FH to 1.mbr2003-09-021-0/+9
|
* LANG->LC_ALLache2003-08-041-4/+4
| | | | Pointed by: ru
* Use LANG=C before egrep A-Z and tr A-Zache2003-08-041-4/+4
| | | | | Note: this is POSIX requirement, c-c ranges are portable only in POSIX locale Strip [] for tr ranges
* style.Makefile(5)obrien2003-04-041-1/+0
|
* Mark all internal libraries with INTERNALLIB.ru2002-05-131-3/+1
|
* Stop "make depend" from attempting to delete non-existent .depend.ru2002-04-111-1/+1
|
* Removed mentions of TARGET_ARCH from non-cross places.ru2001-10-041-2/+1
|
* Strip non version _number_ bits from HOST_OS_VERSION.obrien2001-09-061-1/+1
| | | | Requested by: knu
* I was missing the HOST_OS_VERSION setting in the fall-back case.obrien2001-09-062-3/+6
| | | | | Also, the script was too position dependant. We now have make(1) pass in the file to grub around in to get our settings from.
* Try to determine the OS version and architecture for what is being builtobrien2001-09-052-9/+19
| | | | | | vs. the building machine. PR: 14040
* Opps, let one definition slip out that we define dynamically.obrien2001-09-031-1/+1
|
* Use the native mount and nfs_prot headers.obrien2001-09-023-10/+6
| | | | Also generate nfs_prot_x.c in ANSI-C mode.
* Update for version 6.0.7.obrien2001-09-022-174/+219
|
* Document my tweaks better.obrien2001-09-021-9/+10
|
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-2014-107/+92
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* Added missing dependancy.ru2001-07-191-0/+2
| | | | | Submitted by: bde Approved by: obrien
* msdos -> msdosfsru2001-06-041-8/+8
| | | | | | | | null -> nullfs umap -> umapfs union -> unionfs Approved by: obrien
* - sys/msdosfs moved to sys/fs/msdosfsru2001-05-251-1/+4
| | | | | - msdos.ko renamed to msdosfs.ko - /usr/include/msdosfs moved to /usr/include/fs/msdosfs
* give the "netgrent" functions a home in netdb.halfred2001-03-271-1/+1
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-269-3/+8
| | | | - MAN[1-9] -> MAN.
* Properly fix the world breakage.ru2001-03-216-32/+21
| | | | | | | Unpollute the Makefile.inc's abuse of SRCS variable, and move the generation of header files into include/ subdirecory. Reviewed by: buildworld
OpenPOWER on IntegriCloud