| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 35942
Submitted by: Gary W. Swearingen <swear@blarg.net>
|
| |
|
|
|
|
|
|
|
|
| |
Revert to using the .Tn POSIX and .Tn ANSI instead of \*[Px] and \*[Ai]
strings; using these strings is unsafe in troff mode, as they include a
change in a font size.
Approved by: re
|
| |
|
|
|
|
| |
- Do not pretend there is something like '/etc/utmp'.
|
| |
|
|
|
|
|
|
|
| |
to be specified on the command line for which information should be reported.
Submitted by: Joe Halpin <joe.halpin@attbi.com>
Reviewed by: mike
|
|
|
|
|
|
| |
timestamp.
Reviewed by: markm
|
|
|
|
|
|
| |
the granularity of the at queue runs.
Submitted by: mux
|
| |
|
|
|
|
|
|
|
|
| |
<sys/stat.h> for the declaration of struct timeval (sys/stat.h> only
needs timespecs even when its POSIX support is not turned on, so it
shouldn't declare timevals).
Fixed some #include messes.
|
|
|
|
| |
help the GCC3 transition and CURRENT in general.
|
|
|
|
|
|
|
| |
longer resembles the original.
o Remove references to `you' in the manual.
Submitted by: Joe Halpin <joe.halpin@attbi.com>
|
|
|
|
| |
rather than the submitter's.
|
|
|
|
|
|
|
|
| |
minor issues in the rest of the source and manual.
Submitted by: Joe Halpin <joe.halpin@attbi.com>
Obtained from: touch(1) (partially)
MFC after: 1 month
|
|
|
|
|
|
|
| |
understands them.
PR: docs/32843
Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 32242
Submitted by: Alan E <alane@geeksrus.net>
MFC after: 3 weeks
|
| |
|
|
|
|
|
|
| |
PR: docs/32086
Submitted by: setantae@submonkey.net
MFC After: 2 days
|
|
|
|
|
|
| |
This is not "useless", as one may have non-default
setting for BINOWN in make.conf, and we still want
these to be installed setuid root in this case.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixed macros for temporarily relinquishing and restoring setuid/setgid
privileges so that they never change the real user and group IDs of
the calling process.
The setre[ug]id() calls are still used in the REDUCE_PERM macro (with
the r[ug]id arguments of -1) so that the call changes the saved user
and group IDs of the process to that specified.
Also, the panic() and perr() functions had insufficient privileges to
delete the problematic file under /var/at.
|
|
|
|
|
|
| |
Obtained from: OpenBSD
Reviewed by: audit
MFC after: 2 weeks
|
|
|
|
|
| |
PR: 29549
Submitted by: swear@aa.net
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
pased a year > 99. This change fixes the conversion of 2-digit years
into tm_year format.
This change is differs from the OpenBSD fix because of differences
in our assign_date().
PR: 15872
Reported by: "Crist J. Clark" <cjclark@home.com>
Submitted by: "Sergey N. Voronkov" <serg@dor.zaural.ru>
Obtained from: OpenBSD
|
| |
|
|
|
|
| |
consistent with the rest of the system.
|
|
|
|
|
| |
Add rcsid. Use errx instead of fprintf + exit.
Various spelling fixes.
|
| |
|
|
|
|
|
|
|
| |
2. Rip out dateadd() and re-do the plus operator handler to use mktime()
instead (per wollman).
Reviewed by: wollman
|
|
|
|
|
|
|
|
|
| |
- Sort xrefs
- Be consistent with section names as outlines in mdoc(7).
- Other misc mdoc cleanup.
PR: doc/13144
Submitted by: Alexey M. Zelkin <phantom@cris.net>
|
|
|
|
|
|
|
|
| |
(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
|
|
|
|
|
|
|
|
|
|
| |
o main returns int not void
o use return 0 at end of main when needed
o use braces to avoid potentially ambiguous else
o don't default to type int
o #ifdef 0 -> #if 0
Reviewed by: obrien and chuckr
|
|
|
|
|
| |
don't really work if the first one isn't "FreeBSD", and "FreeBSD-Experimental"
isn't an OS name.
|
| |
|
|
|
|
|
|
| |
setlocale() just in the wrong place?
PR: 8300
|
| |
|
|
|
|
|
| |
PR: 7784
Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
|
|
|
|
|
|
| |
before Y2K processing.
PR: 7524
|
|
|
|
|
| |
PR: bin/7228
Submitted by: Archie Cobbs <archie@whistle.com>
|
|
|
|
|
| |
$n.
PR: conf/3273
|