summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1815947 - Fix build failure with glibc and uclibc while including ↵HEADmasterGiulio Benetti2023-02-281-0/+4
| | | | | | | | | sgidefs.h r=kaie Let's include glibc and uclibc <sgidefs.h> while with musl let's include Linux <asm/sgidefs.h>. Differential Revision: https://phabricator.services.mozilla.com/D170927
* Bug 1796917 - Parenthesis error in nspr/pr/src/pthreads/ptsynch.c. r=kaieSvante Signell2022-11-241-1/+1
|
* set version to 4.36 betaKai Engert2022-11-244-8/+8
|
* Added tag NSPR_4_35_RTM for changeset b563bfc16c88Kai Engert2022-09-120-0/+0
|
* set version to 4.35 finalNSPR_4_35_RTMKai Engert2022-09-121-2/+2
|
* Added tag NSPR_4_35_BETA1 for changeset 7629e9d9c393Kai Engert2022-08-300-0/+0
|
* Bug 1765100 - fix build on mips+musl libcNSPR_4_35_BETA1Giulio Benetti2022-04-171-1/+1
| | | | | This patch fix build failure on mips with musl libc by using Linux <asm/sgidefs.h> instead of the one provided by libc.
* Bug 1730353 - Add support for the LoongArch 64-bit architecture. r=kaieWANG Xuerui2022-08-302-0/+60
|
* Bug 1768141 - Use HW_NCPUONLINE if available in PR_GetNumberOfProcessors(). ↵Landry Breuil2022-05-061-0/+4
| | | | r=kaie
* Bug 1784193 - Cast values when setting _md_iovector._{f,}stat64 on Android ↵Mike Hommey2022-08-301-2/+2
| | | | | | | | | | | | | API < 21. r=kaie Android API < 21 didn't have fstat64 or stat64 definitions, but it did have definitions for `struct stat64` that, while being a separate struct, is identical to `struct stat`. The signature for fstat and stat are thus valid, but the compiler can't say. Clang recently added a warning for incompatible function pointers, and it trips on using fstat and stat because of this. Differential Revision: https://phabricator.services.mozilla.com/D154336
* Bug 1783799 - Cast osfd to a HANDLE before passing it to ↵Mike Hommey2022-08-302-3/+3
| | | | | | GetOverlappedResult. r=kaie Differential Revision: https://phabricator.services.mozilla.com/D154053
* Bug 1760611 - Add file descriptor sanity checks in NSPR poll. r=glandiumJed Davis2022-08-021-1/+6
| | | | Thanks to Jesse Schwartzentruber for the suggestion.
* set version number to 4.35 betaKai Engert2022-05-254-8/+8
|
* Added tag NSPR_4_34_RTM for changeset e7a3ef720ee0Kai Engert2022-05-250-0/+0
|
* set version to 4.34 finalNSPR_4_34_RTMKai Engert2022-05-251-2/+2
|
* Bug 1769293 - Add API PR_GetPrefLoopbackAddrInfo. r=rrelyeaKai Engert2022-05-133-0/+74
| | | | Differential Revision: https://phabricator.services.mozilla.com/D146333
* set version number to 4.34 betaKai Engert2021-12-174-8/+8
|
* Added tag NSPR_4_33_RTM for changeset 5f753966dc01Kai Engert2021-12-170-0/+0
|
* Set version number to 4.33 finalNSPR_4_33_RTMKai Engert2021-12-171-2/+2
|
* Added tag NSPR_4_33_BETA1 for changeset 1938a740809aKai Engert2021-12-030-0/+0
|
* Bug 1299823 - Rename PR_X* symbols, remove unused ones. r=kaieNSPR_4_33_BETA1Mike Hommey2021-11-303-24/+9
| | | | | | | | | | | | | | | None of these symbols are in a public header, they are not NSPR_API, and only available on XP_UNIX builds, which in the vast majority of cases, means built with -fvisibility=hidden (i.e. the symbols are not even exported in the first place). The convention for non-exported symbols is to start with _PR rather than PR, so we rename those symbols. The PR_XWait, PR_XNotify and PR_XNotifyAll symbols are however never used, so we just remove them. Differential Revision: https://phabricator.services.mozilla.com/D132448
* Bug 1742269 - Remove ${srcdir} from AC_CONFIG_AUX_DIR. r=kaieMike Hommey2021-11-301-1/+1
| | | | | | | | | Per autoconf documentation: dir can be either absolute or relative to srcdir. ${srcdir} is thus unnecessary (and is not supported by autoreconf) Differential Revision: https://phabricator.services.mozilla.com/D131728
* set version number to 4.33 betaKai Engert2021-06-304-8/+8
|
* Added tag NSPR_4_32_RTM for changeset 40050f21eeedKai Engert2021-06-300-0/+0
|
* set version number to 4.32 finalNSPR_4_32_RTMKai Engert2021-06-301-2/+2
|
* Added tag NSPR_4_32_BETA1 for changeset 70665131062bKai Engert2021-06-100-0/+0
|
* Bug 1643866 - Use a larger buffer for internal calls to PR_GetHostByName. ↵NSPR_4_32_BETA1Kai Engert2021-06-102-3/+8
| | | | | | r=glandium Differential Revision: https://phabricator.services.mozilla.com/D79921
* Bug 1713681 - Add set/getsockopt for the don't-fragment option. ↵Dragana Damjanovic2021-06-094-2/+134
| | | | | | r=kaie,bwc,valentin Differential Revision: https://phabricator.services.mozilla.com/D116658
* set version number to 4.32 betaKai Engert2021-05-264-8/+8
|
* Added tag NSPR_4_31_RTM for changeset 0d82c2ba909bKai Engert2021-05-260-0/+0
|
* Set version number to 4.31 finalNSPR_4_31_RTMKai Engert2021-05-261-2/+2
|
* Added tag NSPR_4_31_BETA1 for changeset 565813a2e07bKai Engert2021-04-280-0/+0
|
* Bug 1686138 - Lock access to PRCallOnceType members in PR_CallOnce* for ↵NSPR_4_31_BETA1Dana Keeler2021-04-271-14/+32
| | | | thread safety. r=kaie
* set version numbers to 4.31 betaKai Engert2021-03-164-7/+8
|
* Added tag NSPR_4_30_RTM for changeset 023a0ccfcb5cKai Engert2021-03-160-0/+0
|
* set version numbers to 4.30 finalNSPR_4_30_RTMKai Engert2021-03-161-2/+2
|
* Added tag NSPR_4_30_BETA1 for changeset cbbfa71c7e4aKai Engert2021-02-240-0/+0
|
* Bug 1693762 - Extend the thread name length limit to 63 characters on Mac. ↵NSPR_4_30_BETA1Florian Quèze2021-02-241-2/+9
| | | | r=kaie
* Bug 1674381 - Update pr/include/md/_openbsd.h to allow OpenBSD to build. r=kaieLandry Breuil2020-12-091-2/+6
|
* Added tag NSPR_4_30_BETA0 to clarify that previous commit message was wrong, ↵Kai Engert2020-09-170-0/+0
| | | | this is version 4.30 beta
* set version numbers to 4.31 betaNSPR_4_30_BETA0Kai Engert2020-09-174-8/+8
|
* Added tag NSPR_4_29_RTM for changeset a717c2ade3c3Kai Engert2020-09-170-0/+0
|
* set version numbers to 4.29 finalNSPR_4_29_RTMKai Engert2020-09-171-2/+2
|
* Bug 1554614 - Add support for e2k target. r=kaieMichael Shigorin2020-09-112-0/+49
|
* Bug 1658671 - Add missing #include for unistd.h for getopt. r=kaieMike Hommey2020-08-202-0/+8
| | | | Differential Revision: https://phabricator.services.mozilla.com/D86796
* Bug 1658671 - Add configure support for aarch64 darwin. r=kaieMike Hommey2020-08-202-2/+22
| | | | Differential Revision: https://phabricator.services.mozilla.com/D86795
* Bug 1658671 - Refresh config.guess and config.sub. r=kaieMike Hommey2020-08-204-1694/+1964
| | | | | | | And remove our patch. As far as I can tell, it was only necessary a long time ago, when Firefox was using weird triples for Android. Differential Revision: https://phabricator.services.mozilla.com/D86794
* Bug 484411 - Remove XP_MACOSX and OS_TARGET=MacOSX. r=kaieMike Hommey2020-08-204-165/+139
| | | | | | | | | | | With support for macOS < 10.3 dropped, we don't need to care about special cases for 10.1 anymore, which were the last places using XP_MACOSX, which we can remove. And as per the previous change, OS_TARGET=MacOSX is not used anymore. The value will now be Darwin on all Darwin-based platforms. Also, as per the previous change, we don't need to check for Carbon anymore. Differential Revision: https://phabricator.services.mozilla.com/D86793
* Bug 484411 - Remove Code Fragment Manager support code. r=kaieMike Hommey2020-08-205-357/+10
| | | | | | | | | The API has been deprecated since macOS 10.5, 12 years ago. The replacement API we use instead (dlopen), has been available since macOS 10.3, and NSPR has been using it on x86_64 and iPhoneOS for a long time. It is time to switch other Darwin-based platforms. Differential Revision: https://phabricator.services.mozilla.com/D86792
* set version numbers to 4.29 betaKai Engert2020-08-214-7/+7
|