History log of /freebsd-9.3-release/usr.bin/at/perm.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 87628 10-Dec-2001 dwmalone

Style improvements recommended by Bruce as a follow up to some
of the recent WARNS commits. The idea is:

1) FreeBSD id tags should follow vendor tags.
2) Vendor tags should not be compiled (though copyrights probably should).
3) There should be no blank line between including cdefs and __FBSDIF.


# 87230 02-Dec-2001 markm

Use __FBSDID()


# 87208 02-Dec-2001 markm

WARNS=2 fixup.


# 80294 24-Jul-2001 obrien

Expland `mymalloc' with malloc + error checking.


# 54158 05-Dec-1999 charnier

Correct use of .Nm, .Em, .Ev
Add rcsid. Use errx instead of fprintf + exit.
Various spelling fixes.


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 48386 30-Jun-1999 billf

(1) Don't perror() when at.deny doesn't exist, that's an accepted behavior.

(2) Die when there is a problem opening at.allow other then it not existing.
An error other then it not existing might be a trick to somehow
circumvent system security.

Mostly Reviewed By: msmith


# 41556 06-Dec-1998 archie

Eliminate compiler warnings from -Wall


# 23012 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


# 21673 14-Jan-1997 jkh

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.


# 10154 21-Aug-1995 ache

Upgrade to 2.9


# 8874 30-May-1995 rgrimes

Remove trailing whitespace.


# 7767 12-Apr-1995 ache

Upgrade.