Home | History | Annotate | only in /src/libexec/atrun
History log of /src/libexec/atrun
RevisionDateAuthorComments
 1.15 13-Mar-2016  dholland Use functions instead of preprocessor abuse.
 1.14 16-Aug-2011  christos document non-literal format strings
 1.13 18-Sep-2002  lukem use bsd.own.mk instead of the (obvious typo of) bsd.obj.mk
 1.12 19-Aug-2002  lukem Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
 1.11 29-Jul-1998  simonb Remove useless BINOWN=root
 1.10 22-Oct-1997  lukem use CPPFLAGS instead of CFLAGS
 1.9 08-Oct-1997  mrg branches: 1.9.2;
merge lite-2 Makefiles (rcsids), and turn on WARNS for all of libexec.
 1.8 07-Oct-1997  mrg WARNS?=1.
 1.7 30-Aug-1996  thorpej RCS id police.
 1.6 22-Dec-1994  cgd specify man pages the new way.
 1.5 19-Mar-1994  cgd get section right; from Luke Mewburn <lm@rmit.edu.au>
 1.4 28-Jan-1994  cgd don't need libs hackery any longer
 1.3 28-Jan-1994  cgd hack to make getloadavg() link properly
 1.2 05-Dec-1993  cgd make it owned by root so cron doesn't whine...
 1.1 05-Dec-1993  cgd add at, by Thomas Koenig, ig25@rz.uni-karlsruhe.de
 1.9.2.1 08-Nov-1997  lukem sync with trunk (approved by thorpej)
 1.14 18-Mar-2014  riastradh Merge riastradh-drm2 to HEAD.
 1.13 20-Jul-2013  wiz Use Mt for email addresses.
 1.12 20-Jun-2012  wiz branches: 1.12.2; 1.12.4;
- Remove redundant argument to (successive) `.Nm' macro;
- copy exact line from root's crontab(5) file (and the user name
is indeed unneeded, as root's crontab(5) file is not the system's
one);
- reword the warning: cron(8) _is_ running, by default.

From patch by Bug Hunting.

While here, remove xref to itself.
 1.11 15-Jan-2002  wiz branches: 1.11.56;
Formatting improvements, sort SEE ALSO and sections.
 1.10 07-Nov-2000  lukem fix up various .Nm abuses:
- keep the case consistent between the actual name and what's referenced.
e.g, if it's `foo', don't use '.Nm Foo' at the start of a sentence.
- remove unnecessary `.Nm foo' after the first occurrence (except for
using `.Nm ""' if there's stuff following, or for the 2nd and so on
occurrences in a SYNOPSIS
- use Sx, Ic, Li, Em, Sq, and Xr as appropriate
 1.9 05-Jul-2000  msaitoh remove extra period in SEE ALL section
 1.8 27-Jun-1998  christos Merge in changes from OpenBSD.
 1.7 22-May-1998  msaitoh fix typo
 1.6 20-Oct-1997  enami branches: 1.6.2;
- Fix .Nm usage.
- Sort SEE ALSO list first by section.
 1.5 18-Mar-1997  perry fix typos per pr-3349 submitted by SAITOH Masanobu
 1.4 30-Aug-1996  thorpej RCS id police.
 1.3 03-Nov-1994  jtc Misc manpages fixes (PR #551)
 1.2 29-Jan-1994  jtc Fix spelling error in Copyright notice
 1.1 05-Dec-1993  cgd add at, by Thomas Koenig, ig25@rz.uni-karlsruhe.de
 1.6.2.1 25-Oct-1998  cgd pull up revs 1.7-1.8 from trunk (mrg)
 1.11.56.2 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.11.56.1 30-Oct-2012  yamt sync with head
 1.12.4.1 23-Jul-2013  riastradh sync with HEAD
 1.12.2.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.23 10-Jan-2017  christos missing <sys/stat.h> include.
 1.22 13-Mar-2016  dholland branches: 1.22.2;
Use functions instead of preprocessor abuse.
 1.21 16-Sep-2011  plunky NULL does not need a cast, here
 1.20 01-Aug-2011  mbalmer According to the Oxford Dictionary of Etymology, a wether is a male sheep
or ram.
 1.19 05-Apr-2008  christos Fix build from dieter roelants
 1.18 15-Dec-2007  perry convert __attribute__s to applicable cdefs.h macros
 1.17 15-Dec-2007  perry include sys/cdefs.h so that __attribute__ can be fixed later
 1.16 31-Oct-2005  christos branches: 1.16.10;
- Don't use a stale errno when printing an error
- Redo all error printing using varargs
- KNF
- More descriptive error messages
 1.15 31-Oct-2005  christos Don't use hard-coded values for nobody. Specially ones that don't match
what /etc/group has.
 1.14 05-Nov-2004  dsl Add (unsigned char) cast to ctype functions
 1.13 17-May-2003  itojun use strlcpy
 1.12 03-Mar-2003  dsl Call setsid() so that setlogname doesn't affect our parent and siblings.
(approved by christos)
 1.11 29-Jul-2002  christos err, fix arg to warn.
 1.10 29-Jul-2002  christos jeez, this program included almost everything in /usr/include!
 1.9 06-Jun-2002  martin Make scanf parameters and variable types match. This helps archs
where sizeof(int) != sizeof(long).
 1.8 25-Jun-2000  simonb branches: 1.8.2;
Use LOGIN_NAME_MAX for sizing the mailname buffer. Allows usernames
longer than 8 characters to run jobs instead of aborting because
"File ... is in wrong format".
 1.7 16-Aug-1999  simonb branches: 1.7.8;
Spell "privilege" correctly (correct spelling from Jonathan Stone).
 1.6 12-Feb-1999  kleink <sys/fcntl.h> -> <fcntl.h>
 1.5 27-Jun-1998  christos Merge in changes from OpenBSD.
 1.4 07-Oct-1997  mrg branches: 1.4.2;
WARNS?=1.
 1.3 30-Aug-1996  thorpej RCS id police.
 1.2 02-Mar-1995  cgd properly init group list before running the job.
 1.1 05-Dec-1993  cgd add at, by Thomas Koenig, ig25@rz.uni-karlsruhe.de
 1.4.2.1 25-Oct-1998  cgd pull up rev 1.5 from trunk (mrg)
 1.7.8.1 26-Jun-2000  simonb Pull up rev 1.8:
Use LOGIN_NAME_MAX for sizing the mailname buffer. Allows usernames
longer than 8 characters to run jobs instead of aborting because
"File ... is in wrong format".
 1.8.2.1 10-Jun-2002  tv Pull up revision 1.9 (requested by 195 in ticket #0):
Make scanf parameters and variable types match. This helps archs
where sizeof(int) != sizeof(long).
 1.16.10.1 09-Jan-2008  matt sync with HEAD
 1.22.2.1 20-Mar-2017  pgoyette Sync with HEAD
 1.8 31-Oct-2005  christos Don't use hard-coded values for nobody. Specially ones that don't match
what /etc/group has.
 1.7 26-Jul-2003  salo netbsd.org->NetBSD.org
 1.6 14-Jun-2000  cgd sweep of my licenses (userland files w/o only my copyright) for
consistency. (no functional changes)
 1.5 14-Jun-2000  cgd fix up NetBSD RCS Ids to match the standard, and the leading comment as
to match as well. No functional changes.
 1.4 27-Jun-1998  christos branches: 1.4.8;
Merge in changes from OpenBSD.
 1.3 30-Aug-1996  thorpej branches: 1.3.2;
RCS id police.
 1.2 29-Jan-1994  jtc Fix spelling error in Copyright notice
 1.1 05-Dec-1993  cgd add at, by Thomas Koenig, ig25@rz.uni-karlsruhe.de
 1.3.2.1 25-Oct-1998  cgd pull up rev 1.4 from trunk (mrg)
 1.4.8.1 22-Jun-2000  minoura Sync w/ netbsd-1-5-base.

RSS XML Feed