| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
FreeBSD does not have _POSIX_SAVED_IDS enabled. Thanks to Warner Losh
and Ollivier Robert for pointing this out, and Bruce Evans for explaining
the role of _POSIX_SAVED_IDS.
|
|
|
|
|
|
| |
tmp file (mktemp changed to mkstemp), saved POSIX uids, buffer overflow,
and use PAGER environment variable if set.
Obtained from: OpenBSD
|
|
|
|
| |
non-KNF indentation and use err() properly.
|
|
|
|
|
|
|
|
|
|
| |
especially on a new install, where /var/msgs/bounds doesn't exist. I
moved my bounds file out of the way to create this before and after
on a quick 'n' dirty hack, which is probably the 23rd best way to do it,
but it works:
PR: 6963
Submitted by: Matthew Fuller <fullermd@mortis.futuresouth.com>
|
|
|
|
| |
Reference /etc/periodic/daily instead of /etc/crontab.
|
|
|
|
|
|
|
| |
sprintf -> snprintf from OpenBSD.
Add usage(), prototypes.
Use MAXPATHLEN instead of 128 from OpenBSD.
Obtained from: OpenBSD
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
<sys/dir.h> in applications. Maintained existing (inadequate) ifdefs
for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any
new ones.
|
| |
|
|
|
|
|
| |
resulted in msgs doing strange things, including getting stuck in an
infinite loop.
|
|
|
|
| |
to msgs directory), change it to 644
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|