Searched hist:13005 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/systemc/tests/
H A Dverify.pydiff 13005:9e97204bf57f Fri Jul 27 19:06:00 EDT 2018 Gabe Black <gabeblack@google.com> systemc: Make verify.py delete obsolete diff files.

If diff file exists but the underlying diff has been fixed, delete the
diff file.

Change-Id: Icadc21a61c084198a8a246ab6d00a9b885647cde
Reviewed-on: https://gem5-review.googlesource.com/12056
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
/gem5/src/sim/
H A Dsyscall_emul.hhdiff 13371:1e796c9f369d Wed Sep 26 12:11:00 EDT 2018 Ciro Santilli <ciro.santilli@arm.com> syscall_emul: fix openat when directory does not end in "/"

Before this commit, the following code:

dir_fd = open(".", O_DIRECTORY);
file_fd = openat(dir_fd, "ble", O_CREAT, S_IRUSR | S_IWUSR);

would create a file called ".ble" in the current working directory,
instead of the correct "ble".

Change-Id: I1525a088d49744e29b760387afabef9f1ac98646
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/13005
Reviewed-by: Brandon Potter <Brandon.Potter@amd.com>
Maintainer: Brandon Potter <Brandon.Potter@amd.com>

Completed in 51 milliseconds