summaryrefslogtreecommitdiff
path: root/pr/src/md/unix
Commit message (Expand)AuthorAgeFilesLines
* Bug 455829: read from /dev/urandom instead of /dev/random becausewtc%google.com2008-10-071-11/+11
* Bug 432430: Added the HAVE_NETINET_TCP_H configuration macro for platformswtc%google.com2008-08-231-0/+3
* Bug 432430: moved a closing parenthesis.NSPR_4_7_2_BETA2wtc%google.com2008-08-161-2/+2
* Bug 370766: Ported NSPR to 64-bit Mac OS X (x86-64), except prlink.c. Thewtc%google.com2008-07-272-0/+97
* Bug 432430: Checked in the straightforward porting changes for Symbian OS.wtc%google.com2008-07-261-1/+2
* Bug 417044: Support building Mac universal binaries in a single pass.wtc%google.com2008-07-231-0/+43
* Bug 432430: the first part of the port to Symbian OS. The patch iswtc%google.com2008-06-241-0/+48
* Bug 332942: use 'uname -p' instead of 'uname -m' to determine if we'rewtc%google.com2008-06-071-2/+2
* Bug 430884: removed the obsolete implementation based on Solaris threads.wtc%google.com2008-05-032-767/+0
* Bug 414392: include <string.h> for strncmp. The patch is contributed bywtc%google.com2008-01-281-0/+1
* Bug 204151: Search for existing NSPR_INHERIT_FDS environment variable inwtc%google.com2008-01-271-1/+9
* Bug 296878: disable the use of os_Linux_ppc.s for 64-bit PowerPC buildswtc%google.com2008-01-241-0/+3
* Bug 296878: use native PowerPC atomic instructions on Linux PowerPC. Thewtc%google.com2008-01-211-0/+104
* Removed dead files for Rhapsody, the old name of Darwin.wtc%google.com2007-11-211-137/+0
* Fix for bug 369036. Prevent infinite loop in pt_SolarisSendFile. r=wtchang, n...julien.pierre.boogz%sun.com2007-08-291-1/+15
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2006-12-1116-467/+527
* Bugzilla Bug 337637: fixed a memory leak on error in _MD_OpenSharedMemory.wtchang%redhat.com2006-09-121-0/+1
* Bug 236613: change to MPL/LGPL/GPL tri-license.wtchang%redhat.com2006-04-051-30/+33
* Bugzilla Bug 322287: Implemented NSPR atomic routines in x86 assembly codewtchang%redhat.com2006-01-091-0/+105
* Bugzilla Bug 322287: the "lock" prefix is not required for the x86 "xchg"wtchang%redhat.com2006-01-094-4/+0
* Bugzilla Bug 261649: added GNU/k*BSD and preliminary GNU/Hurd support. Thewtchang%redhat.com2005-12-243-4/+7
* Bugzilla bug 195219: put the stops (double semicolons) that delimitwtchang%redhat.com2005-11-212-20/+10
* Bugzilla bug 195219: implemented the atomic routines in IA-64 assembly forwtchang%redhat.com2005-11-211-0/+113
* Bugzilla Bug 298674: initial checkin of the RISC OS port contributed bywtchang%redhat.com2005-07-013-2/+122
* Bugzilla Bug 269591: use the poll prototype in current OpenBSD releases.wtchang%redhat.com2005-04-301-1/+1
* Bugzilla Bug 273336: Checked in Brian Ryner's patch:wtchang%redhat.com2005-04-291-1/+1
* Bugzilla Bug 287197: undo the damage of rev. 3.2. Comments must beginwtchang%redhat.com2005-03-221-54/+54
* Bugzilla Bug 285286: PR_ReadDir reported the wrong error code when thewtchang%redhat.com2005-03-092-0/+2
* Bugzilla Bug 281250: internal functions should not be defined withwtchang%redhat.com2005-03-091-12/+12
* Bugzilla Bug 283710: disable executable stack on ia64. The patch iswtchang%redhat.com2005-02-281-0/+3
* Fixed comments.wtchang%redhat.com2005-02-281-36/+57
* Bugzilla Bug 260899: removed dead code.wtchang%redhat.com2005-02-241-117/+0
* Bugzilla Bug 260899: do not use the spinlock based implementation ofwtchang%redhat.com2005-02-241-78/+0
* Bugzilla bug 259001: ported NSPR to Solaris on AMD64 architecture. Thewchang0222%aol.com2004-10-061-0/+92
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-2534-1018/+1122
* Bugzilla bug 232742: added Linux/amd64 support. The patch came from Gentoowchang0222%aol.com2004-03-091-0/+95
* fixes bug 226022 "overflow error in PR_Poll means timeout < 1 second returns ...darin%meer.net2003-11-181-2/+1
* Bugzilla bug 223427: added a note section so that the linker knows we arewchang0222%aol.com2003-10-241-0/+3
* Bugzilla bug 214411: fixed a bug introduced in the previous checkin.wchang0222%aol.com2003-10-231-10/+13
* Bugzilla bug 214411: implement automatic attaching and detaching of SolarisNSPR_4_4_BASEwtc%netscape.com2003-09-111-2/+33
* Bug 206815: fixed a benign UMR in the PR_Poll implementations based onwtc%netscape.com2003-05-231-0/+1
* Bug 205582: map EHOSTUNREACH to PR_HOST_UNREACHABLE_ERROR on Unix. r=darin.wtc%netscape.com2003-05-141-0/+3
* Bug 195411: added the LL_MaxUint function and the LL_MAXUINT macro.wtc%netscape.com2003-03-041-1/+3
* Bug 193007: export PR_CreateThread and PR_SetError and new NSPR 4.3wtc%netscape.com2003-02-251-0/+56
* Bug 193969: implemented atomic routines for Darwin PPC in assembly.wtc%netscape.com2003-02-222-3/+95
* Bug 80082: need to install libnspr_flt4.so in dist/bin too, for the Mozillawtc%netscape.com2003-01-201-0/+1
* 1. Use $(CC) (the compiler) to build shared libraries on Solaris. Addedwtc%netscape.com2003-01-081-0/+5
* Bug 158704: 1. Added comments explaining why we need to install anwtc%netscape.com2003-01-061-0/+9
* Bug 158704: merged the Solaris packaging stuff onto the trunk. The threewtc%netscape.com2003-01-041-2/+5
* Bug 180293: moved the OpenVMS build from the POSIX subsystem to native VMSwtc%netscape.com2002-12-121-0/+18