cvs commit: src/usr.bin/at at.c at.man panic.c panic.h parsetime.c perm.c perm.h privs.h
Peter Avalos
pavalos at crater.dragonflybsd.org
Sun Aug 26 09:15:52 PDT 2007
pavalos 2007/08/26 09:12:27 PDT
DragonFly src repository
Modified files:
usr.bin/at at.c at.man panic.c panic.h parsetime.c
perm.c perm.h privs.h
Log:
Sync with FreeBSD:
- mktime() already does daylight savings.
- Explain the format of the at.allow and at.deny files in detail.
- mdoc improvements.
- Use MAXLOGNAME - 1 instead of UT_NAMESIZE.
- Do not pretend there is something like '/etc/utmp'.
- Add the SUSv3 -l option to at. This is an alias for atq. Allow job ids
to be specified on the command line for which information should be
reported.
- Document the fact that at(1) is run through cron(8). This affects the
granularity of the at queue runs.
- Organize #includes.
- Remove the -V [version number] option.
- Implement the POSIX 1003.1-2001 -r and -t options in at(1).
- Warns cleanup and diff reduction from FreeBSD.
- Remove some unsafe function calls from the signal handlers.
- Fix privileges macros.
Obtained-from: FreeBSD
Revision Changes Path
1.7 +176 -44 src/usr.bin/at/at.c
1.6 +113 -27 src/usr.bin/at/at.man
1.4 +20 -9 src/usr.bin/at/panic.c
1.5 +1 -0 src/usr.bin/at/panic.h
1.6 +3 -7 src/usr.bin/at/parsetime.c
1.5 +2 -2 src/usr.bin/at/perm.c
1.3 +1 -0 src/usr.bin/at/perm.h
1.4 +38 -43 src/usr.bin/at/privs.h
http://www.dragonflybsd.org/cvsweb/src/usr.bin/at/at.c.diff?r1=1.6&r2=1.7&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/at/at.man.diff?r1=1.5&r2=1.6&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/at/panic.c.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/at/panic.h.diff?r1=1.4&r2=1.5&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/at/parsetime.c.diff?r1=1.5&r2=1.6&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/at/perm.c.diff?r1=1.4&r2=1.5&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/at/perm.h.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/at/privs.h.diff?r1=1.3&r2=1.4&f=u
More information about the Commits
mailing list