History log of /openbsd-src/usr.bin/mail/Makefile (Results 1 – 13 of 13)
Revision Date Author Comments
# 0f2746ab 15-Dec-2020 daniel <daniel@openbsd.org>

the name aux is a reserved filename on windows

NetBSD renamed this file to support.c in 2001, while FreeBSD chose to
rename this file to util.c in 2009. We go the FreeBSD route and pick
util.c since

the name aux is a reserved filename on windows

NetBSD renamed this file to support.c in 2001, while FreeBSD chose to
rename this file to util.c in 2009. We go the FreeBSD route and pick
util.c since our implementation is closer to the FreeBSD codebase.

Helps get us closer to being able to check out OpenBSD source code on
Windows as requested by John Carmack.

This issue thoroughly researched by jsg@

ok deraadt@, sthen@, "go ahead" jsg@

show more ...


# d6fbb2f1 16-Sep-2018 millert <millert@openbsd.org>

Replace the local getname() and getuserid() functions with calls
to user_from_uid(3) and uid_from_user(3). This requires sprinkling
const in a few places to match the return value of user_from_uid(3

Replace the local getname() and getuserid() functions with calls
to user_from_uid(3) and uid_from_user(3). This requires sprinkling
const in a few places to match the return value of user_from_uid(3).
OK tb@

show more ...


# faa33665 30-Mar-2016 jmc <jmc@openbsd.org>

for some time now mandoc has not required MLINKS to function
correctly - logically complete that now by removing MLINKS from base;

authors need only to ensure there is an entry in NAME for any funct

for some time now mandoc has not required MLINKS to function
correctly - logically complete that now by removing MLINKS from base;

authors need only to ensure there is an entry in NAME for any function/
util being added. MLINKS will still work, and remain for perl to ease
upgrades;

ok nicm (curses) bcook (ssl)
ok schwarze, who provided a lot of feedback and assistance
ok tb natano jung

show more ...


# 33a56b04 22-Jul-2014 deraadt <deraadt@openbsd.org>

Repair two deep targets mistakenly called as afterinstall, rather
than distribution. These would modify files in /etc, part of the base
set, but still... that makes it harder to discern their sets pl

Repair two deep targets mistakenly called as afterinstall, rather
than distribution. These would modify files in /etc, part of the base
set, but still... that makes it harder to discern their sets placement.

show more ...


# b139797b 04-Jan-2010 deraadt <deraadt@openbsd.org>

Stop installing many of the incredibly dated and un-authoritative share/doc
files. If any information found in these documents is worthwhile and you
miss it, please make the time to work it into the

Stop installing many of the incredibly dated and un-authoritative share/doc
files. If any information found in these documents is worthwhile and you
miss it, please make the time to work it into the manual pages (which people
actually do read).
ok guenther

show more ...


# e189ddde 21-Sep-1997 deraadt <deraadt@openbsd.org>

$OpenBSD$


# 6f8c1fd5 28-Jul-1997 deraadt <deraadt@openbsd.org>

install mail.rc at distribution time; bug found by explorer@flame.org


# 9c44650e 27-Apr-1997 millert <millert@openbsd.org>

COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP
This fixes namespace problems where STRIP is sometimes used as
the name of the strip(1) to use and other times used as
the flag to send install(1) when

COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP
This fixes namespace problems where STRIP is sometimes used as
the name of the strip(1) to use and other times used as
the flag to send install(1) when stripping (or not).
COPY doesn't have this problem (yet) but was poorly named.

show more ...


# 16ed9a0a 29-Mar-1997 millert <millert@openbsd.org>

Use ``mail.local -H'' to do dot locking so we can have mode 755 mail
spool, change an occurrence of tempnam() to mkstemp(), change some
longs and shorts to ints. Mail is now usable again.


# b26ff1d1 08-Dec-1996 downsj <downsj@openbsd.org>

install -> ${INSTALL}, -c -> ${COPY}


# 7eb34045 11-Jun-1996 deraadt <deraadt@openbsd.org>

from christos;
- Fix PR/105: Implement dot locking protocol and check return value of flock.
- Fix PR/2247: Don't call unknown users "ubluit". Issue an error message.
- Fix/add prototypes.
- Fix warn

from christos;
- Fix PR/105: Implement dot locking protocol and check return value of flock.
- Fix PR/2247: Don't call unknown users "ubluit". Issue an error message.
- Fix/add prototypes.
- Fix warnings.
- Use POSIX signal mask calls.

show more ...


# 4f4c46ca 27-Mar-1996 niklas <niklas@openbsd.org>

From NetBSD: merge of 960317


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree