History log of /netbsd-src/external/gpl3/gdb/dist/libiberty/make-temp-file.c (Results 1 – 9 of 9)
Revision Date Author Comments
# 889f3bb0 12-Aug-2024 christos <christos@NetBSD.org>

Merge conflicts between 13.2 and 15.1


# 924795e6 31-Jul-2023 christos <christos@NetBSD.org>

Merge gdb-13.2; last was 11.0.50. Builds but does not run.


# 543accdb 06-Oct-2020 kamil <kamil@NetBSD.org>

Undo local patch having no impact

/tmp is picked from P_tmpdir earlier.


# db9b8011 15-Sep-2020 christos <christos@NetBSD.org>

merge conflicts


# 314094e7 26-May-2019 christos <christos@NetBSD.org>

Resolve conflicts (by choosing the new gdb code).


# 3b99ba0f 28-Nov-2017 christos <christos@NetBSD.org>

merge 8.0.1, not working yet.


# 9d1da10b 16-Aug-2015 christos <christos@NetBSD.org>

merge conflicts


# 23d64043 10-Aug-2015 jakllsch <jakllsch@NetBSD.org>

Correct temporary directory preference order in libiberty's choose_tmpdir().

Because it is intended to be persistent, /var/tmp is about the worst possible
choice for temporary files for most users o

Correct temporary directory preference order in libiberty's choose_tmpdir().

Because it is intended to be persistent, /var/tmp is about the worst possible
choice for temporary files for most users of libiberty. /tmp works better,
because the the defined semantics of /tmp allow for a non-persistent tmpfs
to be used. This should improve performance when /tmp is a tmpfs and it is
difficult or impossible to have an environment variable or command line -pipe
flag passed to every piece of the toolchain.

show more ...


# 98b9484c 24-Sep-2011 christos <christos@NetBSD.org>

import 7.3.1