summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixup commit for branch 'no_neckoutil2_branch'no_neckoutil2_branchcvs2hg1999-11-230-0/+0
|
* BugZilla: 19448. Back out disable call to _PR_MD_GetRandomNoise()no_neckoutil2_baselarryh%netscape.com1999-11-231-8/+0
|
* BugZilla 19448. Temporary circumventionlarryh%netscape.com1999-11-231-0/+8
|
* Added support for neutrino target to configure.in. Patch submitted by Jerry ↵cls%seawood.org1999-11-234-36/+91
| | | | | | L. Kirk <Jerry.Kirk@Nexwarecorp.com>. Split AR_FLAGS from AR for platforms that don't use the common syntax.
* BugZilla: 19247. Add support for FreeBSDlarryh%netscape.com1999-11-231-1/+1
|
* Check for pthread symbols in libc if the checks in libpthread & libc_r fail.cls%seawood.org1999-11-222-36/+69
| | | | Fix typo in MOZ_OPTIMIZE check.
* Previous checkin was incomplete.cls%seawood.org1999-11-222-105/+333
| | | | | | | | | | | | Changed the debug/optimize setup to mimic the Mozilla setup. Updated the irix target_os section to use the same logic as IRIX.mk in order to fix bug #18966. Fixed call of whoami inside configure. Added mode & license headers. Added the following options: --enable-optimize --enable-n32 (IRIX only) --enable-64bit --enable-mdupdate
* Made the handling of the debug/optimize flags to match the Mozilla ↵cls%seawood.org1999-11-222-11/+125
| | | | | | | | | | | configure.in setup. Updated the irix target section to contain the exact logic contained in IRIX.mk in an effort to fix bug 18966. Added the following options: --enable-optimize --enable-mdupdate --enable-n32 (IRIX only) --enable-64bit
* Added new file brng.c. (Contributed by Matthew Zahorik and Duncan Wilcox.)wtc%netscape.com1999-11-202-0/+54
|
* Ported script to Windows 95.wtc%netscape.com1999-11-201-1/+10
|
* Changed tab to spaces.wtc%netscape.com1999-11-201-1/+1
|
* Removed extra blank line.wtc%netscape.com1999-11-201-1/+0
|
* Adding rng to the autoconf Makefiles. Patch submitted by Mike Shaver ↵cls%seawood.org1999-11-193-0/+3
| | | | <shaver@mozilla.org> a=granrose
* Allow specification of timeout for test programs.wtc%netscape.com1999-11-191-3/+31
|
* Added test case for PR_Available on pipes.wtc%netscape.com1999-11-191-0/+79
|
* Use #elif instead of #else + #if.wtc%netscape.com1999-11-191-4/+2
|
* This header file should not define HAVE_UINT. There should be a betterwtc%netscape.com1999-11-191-2/+1
| | | | solution solution for the problem this solved.
* _macos.h: define _MD_MINIMUM_STACK_SIZE to be 58K.wtc%netscape.com1999-11-192-8/+2
| | | | | pruthr.c: removed unnecessary XP_MAC code since _MD_MINIMUM_STACK_SIZE is checked by _PR_ADJUST_STACKSIZE.
* Removed unnecessary _MD_MINIMUM_STACK_SIZE macro definition. Define thiswtc%netscape.com1999-11-191-2/+0
| | | | macro only if the platform has a minimum stack size requirement.
* Added newline at end of file.wtc%netscape.com1999-11-191-1/+1
|
* Removed the depend:clean hack.wtc%netscape.com1999-11-191-1/+1
|
* BugZilla: 19247larryh%netscape.com1999-11-181-0/+1
|
* BugZilla: 19247, fix declaration of _PR_MD_GetRandomNoise()larryh%netscape.com1999-11-181-1/+1
|
* Fix Mac bustage. Make PR_GetRandomNoise() compile. Don't know about working ↵sdagley%netscape.com1999-11-183-7/+2
| | | | yet.
* BugZilla: 19247. PR_GetRandomNoise()larryh%netscape.com1999-11-1819-0/+916
|
* Minor improvements. In objs.mk fixed the problem that pthreads_user.cwtc%netscape.com1999-11-183-29/+9
| | | | | is added to CSRCS twice if USE_AUTOCONF is not defined. Modified files: pr/src/md/unix/Makefile,Makefile.in,objs.mk
* Bugzilla bug #5358: fixed build problem on Solaris/x86 under gcc bywtc%netscape.com1999-11-184-32/+29
| | | | | removing the #ifdef stuff from os_SunOS_x86.s. Modified files: pr/src/md/unix/Makefile,Makefile.in,objs.mk,os_SunOS_x86.s
* Bugzilla bug #17896: added new macro _PR_IS_GCABLE_THREAD.wtc%netscape.com1999-11-187-28/+23
| | | | | | r=srinivas@netscape.com Modified files: primpl.h, macthr.c, irix.c, pthreads_user.c, solaris.c, unixware.c, pruthr.c
* Added a new test sendzlf.c, which sends a zero-length file with PR_SendFilewtc%netscape.com1999-11-184-0/+230
| | | | | | and PR_TransmitFile. Modified files: pr/tests/Makefile,Makefile.in,runtests.ksh Added file: sendzlf.c
* Bugsplat bug #367096: need to set md.thr_bound_cpu to NULL when wewtc%netscape.com1999-11-173-11/+24
| | | | | | | resume a falsely timed-out or abort a really timed-out AcceptEx call. Also we must add a thread to its current CPU if md.thr_bound_cpu is not NULL. Modified files: ntio.c, ntthread.c, and pruthr.c
* Bugzilla bug #17728: pt_writev_cont, pt_write_cont, pt_send_cont, andwtc%netscape.com1999-11-175-13/+275
| | | | | | | | pt_sendto_cont need to deal with the possibility of a zero-length buffer. r=srinivas@netscape.com. Added a test zerolen.c for this bug. Modified files: ptio.c, pr/tests/Makefile, pr/tests/Makefile.in, pr/tests/runtests.ksh. Added file: pr/tests/zerolen.c
* Bugzilla bug #17601: fixed memory leak and some other problems in ourwtc%netscape.com1999-11-165-124/+60
| | | | | thread-private data code. Modified files: primpl.h, ptthread.c, prcthr.c, prtpd.c, pruthr.c.
* Bugzilla bug #18968: check for the case where RTLD_GLOBAL is not defined.wtc%netscape.com1999-11-161-0/+3
|
* Set appropriate debug flags.cls%seawood.org1999-11-162-92/+102
|
* Bugzilla bug #16566: PR_Assert should be defined only if DEBUG is defined.wtc%netscape.com1999-11-151-3/+2
|
* Temporary depend:clean hack.wtc%netscape.com1999-11-151-1/+1
|
* Bugzilla bug #17699: removed obsolete functions PR_SetThreadExit andwtc%netscape.com1999-11-155-78/+0
| | | | | PR_GetThreadExit. Modified files: pprthred.h, primpl.h, prcthr.c, prtpd.c, and pruthr.c.
* Bugzilla bug #18826: some systems don't have RTLD_LOCAL defined. Thankswtc%netscape.com1999-11-151-5/+7
| | | | to dejong@cs.umn.edu for the bug report and suggested fix.
* Bugzilla bug #16845: added new function PR_LoadLibraryWithFlags.wtc%netscape.com1999-11-132-10/+165
| | | | | Also, use RTLD_LAZY on Linux (was using RTLD_NOW). Modified files: prlink.h, prlink.c.
* Added a new test case for PR_SendFile. Bugzilla #17486.srinivas%netscape.com1999-11-121-3/+65
|
* Include string.h for string functions. Bugzilla 17940.srinivas%netscape.com1999-11-121-0/+2
|
* Fix to larryh's earlier checkin to implement bug #17558. Previous fix from ↵no_neckoutil_baseSeaMonkey_M11_BASEsdagley%netscape.com1999-11-051-2/+2
| | | | bad diff would always result in an error trying to create a file that already existed (should only be an error in certain cases). r=sfraser
* BugZilla 17558. PR_Open() gets PR_EXCL flaglarryh%netscape.com1999-11-051-5/+13
|
* Bugzilla bug #15906: add support for the GC leak detector. Contributedwtc%netscape.com1999-11-031-0/+16
| | | | by Patrick Beard <beard@netscape.com>.
* Bugzilla bug #15906: use the GC leak detector. Contributed bywtc%netscape.com1999-11-031-0/+7
| | | | Patrick Beard <beard@netscape.com>.
* Mac specific interrupt<->thread synchronization mechanism, required for ↵gordon%netscape.com1999-11-035-12/+92
| | | | | | async Mac dns. r=warren, patrick, wtc, srinivas, larryh; part of bug:10731.
* Added detection for alphaev6. Submitted by Matt Wilson <msw@redhat.com>.cls%seawood.org1999-11-021-2/+2
|
* BugZilla 17558. Add PR_Open() PR_EXCL flaglarryh%netscape.com1999-11-018-4/+168
|
* Remove the extra -D_XXX_SOURCE_ flags for Linux builds.cls%seawood.org1999-11-012-55/+32
|
* Need to set the reuseaddr socket option before PR_Bind, now thatwtc%netscape.com1999-10-291-0/+6
| | | | PR_Bind no longer sets that option automatically (see Bugzilla #17184).