summaryrefslogtreecommitdiff
path: root/pr/src/misc
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'ANGELON_MOZ_14_BR_BRANCH'NETSCAPE_7_1_RELEASEMOZILLA_1_4_RELEASEMOZILLA_1_4_1_RELEASEANGELON_MOZ_14_BR_BASEANGELON_MOZ_14_BR_BRANCHcvs2hg2003-06-1920-200/+590
* Bugzilla bug 97485: added the zone allocator (implemented by Nelsonwtc%netscape.com2001-12-201-0/+4
* Convert all rhapsody (pre-beta-macosx) references to darwin.seawood%netscape.com2001-10-261-1/+1
* We don't assert on invalid arguments now.wtc%netscape.com2001-10-161-5/+0
* Fix #99556. Account for change in Mac epoch time as of MSL 6. r=wtc/sfrasersdagley%netscape.com2001-09-171-3/+4
* Added 'const' to two arrays of constants. Thanks to Simon Fraser forwtc%netscape.com2001-09-151-2/+2
* Bugzilla bug 98741: replaced NPL by MPL/GPL.wtc%netscape.com2001-09-071-14/+32
* Bugzilla bug 95836: Added _PR_CleanupIO() and made it callwtc%netscape.com2001-09-071-1/+1
* Bugzilla bug 95817: destroy _pr_sleeplock in PR_Cleanup(). The patch iswtc%netscape.com2001-09-071-0/+2
* Bugzilla bug 95773: Added _PR_CleanupEnv() and call it from PR_Cleanup().wtc%netscape.com2001-09-072-0/+10
* Bugzilla bug 97456: fixed build error on BSD/OS 4.3 (beta3). The patchwtc%netscape.com2001-08-301-1/+1
* Bugzilla bug 95784: added _PR_CleanupLayerCache and call it fromwtc%netscape.com2001-08-301-0/+1
* Bugzilla bug 95668: added _PR_CleanupThreads and call it from PR_Cleanup.wtc%netscape.com2001-08-291-0/+1
* Bugzilla bug 95659: added _PR_CleanupStacks(), which is called fromwtc%netscape.com2001-08-291-0/+1
* Made the build_prerr rule work.wtc%netscape.com2001-06-141-1/+1
* Removed all Makefile's. The new autoconf build system uses Makefile.in's.wtc%netscape.com2001-05-171-103/+0
* Verified that the autoconf build system is equivalent to the classicwtc%netscape.com2001-05-151-1/+1
* Merged NSPRPUB_CLIENT_BRANCH onto the trunk.wtc%netscape.com2001-05-122-14/+4
* Bugzilla bug #70381: zero the ipv6.ip field after we fail to parse awtc%netscape.com2001-02-281-0/+4
* Bugzilla bug #54796: PR_InitializeNetAddr and PR_SetNetAddr should zerowtc%netscape.com2001-01-271-1/+5
* There is no need to invoke recursive makes for the dummy libs & install phase...cls%seawood.org2001-01-222-2/+0
* Switch from using $(DIST)/bin, $(DIST)/lib, etc to using $(bindir), $(include...cls%seawood.org2001-01-212-2/+2
* Sync'ing long lost changes between Makefile & Makefile.incls%seawood.org2000-12-301-1/+2
* Bugzilla: 55268. BeOSlarryh%netscape.com2000-10-051-1/+1
* Bugzilla bug #25982: renamed the new PR_PutEnv() function to PR_SetEnv()wtc%netscape.com2000-08-3027-0/+12806
|\
* | fixup commit for tag 'ldapcsdk_branch50-config'ldapcsdk_branch50-configcvs2hg2000-08-3027-12796/+0
|/
* Restored the correct copyright years.wtc%netscape.com2000-08-303-3/+3
* Bugzilla bug #15906: added GC_LEAK_DETECTOR support for Linux.wtc%netscape.com2000-08-141-0/+3
* Bugzilla bug #30746: backed out the PR_SetConcurrency(2) workaroundwtc%netscape.com2000-08-111-10/+0
* Bugzilla bug #39942: additional tweaks related to the thread-privatewtc%netscape.com2000-08-101-3/+3
* BugZilla: 25982. MacOS retruns 1larryh%netscape.com2000-08-081-1/+5
* Fixed Bugzilla bug #45181.wtc%netscape.com2000-07-281-2/+5
* BugZilla: 25982. Add function PR_PutEnv()larryh%netscape.com2000-07-271-5/+4
* Map error codes.wtc%netscape.com2000-07-151-2/+2
* Bugzilla bug #25981: BSD-derived systems use systcl() to get the numberwtc%netscape.com2000-07-151-11/+18
* BugZilla: 39942. PR_SetError() calls free()larryh%netscape.com2000-06-221-9/+15
* BugZilla: 42367. Fix copyright date, Original Codelarryh%netscape.com2000-06-2026-30/+30
* BugZilla 42367. change license to dual-licenselarryh%netscape.com2000-06-1326-339/+763
* Bugzilla bug #39731: added PR_ImportPipe and support of pipes towtc%netscape.com2000-05-311-0/+3
* BugSplat 25981. missing #endiflarryh%netscape.com2000-05-261-0/+1
* Bugzilla bug #25981: sysconf(_SC_NPROC_ONLN) on SINIX-Z 5.42 andwtc%netscape.com2000-05-261-1/+1
* Bugzilla bug #25981: made PR_GetNumberOfProcessors() work on HP-UX 10wtc%netscape.com2000-05-261-4/+3
* BugSplat 25981. Fix OS/2 Implementationlarryh%netscape.com2000-05-261-1/+4
* Bugzilla bug #26506: removed the dns lock if the platform haswtc%netscape.com2000-05-251-15/+139
* Bugzilla bug #40529: fixed bugs in PR_GetIPNodeByName (the code thatwtc%netscape.com2000-05-251-28/+45
* BugZilla 25981. PR_GetNumberOfCpus()larryh%netscape.com2000-05-231-0/+74
* Bugzilla bug #26506: getipnodebyname and getipnodebyaddr are threadwtc%netscape.com2000-05-231-6/+34
* Bugzilla bug #39674: removed unnecessary sigprocmask() calls.wtc%netscape.com2000-05-181-50/+0
* Bugzilla bug #39350: checked in patch from beard@netscape.com. Justwtc%netscape.com2000-05-161-13/+0
* Bugzilla bug #30746: add a PR_SetConcurrency(2) call in NSPRwtc%netscape.com2000-03-151-0/+10