History log of /freebsd-current/libexec/atrun/Makefile
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# a251f9dc 04-Mar-2017 Enji Cooper <ngie@FreeBSD.org>

libexec: normalize paths using SRCTOP-relative paths or :H when possible

This simplifies make logic/output

MFC after: 1 month
Sponsored by: Dell EMC Isilon


# 41a73790 04-Feb-2016 Glen Barber <gjb@FreeBSD.org>

Add missing files to 'at' and 'rcmds' packages.

Sponsored by: The FreeBSD Foundation


# 604c7bc6 06-Jun-2015 Adrian Chadd <adrian@FreeBSD.org>

Re-introduce this - it doesn't compile clean on a mips target
(eg CARAMBOLA2.)


# c1fe111d 06-Jun-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Remove WARNS atrun builds fine with clang and gcc


# ee5a34ec 25-Nov-2014 Baptiste Daroussin <bapt@FreeBSD.org>

Convert to LIBADD
Reduce overlinking


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

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.


# 1100c001 02-Jan-2010 Ed Schouten <ed@FreeBSD.org>

Make WARNS=6 the default for libexec/.

Just like bin/ and sbin/, I think setting WARNS to the highest value
possible will make it more attractive for people to fix warnings.

- The WARNS variable is set in the Makefile in the directory of the
application itself, making it more likely that it will be removed out
of curiosity to see what happens.
- New applications will most likely build with WARNS=6 out of the box,
because the author would more likely fix the warnings during
development than lower WARNS.

Unfortunately almost all apps in libexec require a lowered value of
WARNS.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 03768697 01-Oct-2007 Ruslan Ermilov <ru@FreeBSD.org>

Fixed static linkage (build with -DNO_SHARED).

Approved by: re (kensmith)


# 553284d7 14-Jun-2007 Yaroslav Tykhiy <ytykhiy@gmail.com>

Add PAM support to atrun(8).


# 1add4742 14-Jun-2007 Yaroslav Tykhiy <ytykhiy@gmail.com>

Use a single setusercontext(3) instead of a bunch of basic syscalls.
Besides aesthetic benefits, that makes at(1) jobs subject to such
login.conf(5) settings as resource limits.


# 9357f412 03-Feb-2002 Kris Kennaway <kris@FreeBSD.org>

Lock down with WFORMAT?=1, with overrides in the subdirectories which
are not yet warning-clean. Tested on i386 and alpha.


# e5b5c66b 26-Mar-2001 Ruslan Ermilov <ru@FreeBSD.org>

- Backout botched attempt to intoduce MANSECT feature.
- MAN[1-9] -> MAN.


# 0414fc4d 26-Mar-2001 Ruslan Ermilov <ru@FreeBSD.org>

Don't use MANDEPEND and MANSRC.


# 020ee2dc 20-Mar-2001 Ruslan Ermilov <ru@FreeBSD.org>

Set the default manual section for libexec/ to 8.


# 86f792b1 15-May-2000 Bruce Evans <bde@FreeBSD.org>

Don't uselessly set MANDEPEND (it isn't used in this Makefile, and isn't
really used in bsd.man.mk).

Don't uselessly set MANSRC ("." is in the path by default, and there are
no ordering problems).

Fixed some other style bugs.


# 7f3dea24 27-Aug-1999 Peter Wemm <peter@FreeBSD.org>

$Id$ -> $FreeBSD$


# 9e522f7a 22-Feb-1997 Peter Wemm <peter@FreeBSD.org>

Revert $FreeBSD$ to $Id$


# 1130b656 14-Jan-1997 Jordan K. Hubbard <jkh@FreeBSD.org>

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


# bb22b34e 29-Aug-1995 Andrey A. Chernov <ache@FreeBSD.org>

Fix ${.CURDIR} misspelling


# ddcf8022 20-Aug-1995 Andrey A. Chernov <ache@FreeBSD.org>

Upgrade to 2.9


# c70e5825 11-Apr-1995 Andrey A. Chernov <ache@FreeBSD.org>

Upgrade.
Close security holes reported.


# b89d17b2 04-Jan-1994 Nate Williams <nate@FreeBSD.org>

Added the Linux atrun command as hacked by Chris Demetriou for NetBSD.