source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3896   11 years bird libc_alias.a/lib fix.
(edit) @3895   11 years bird Converted OS/2 startup code from gas to NASM.
(edit) @3894   11 years bird temporary build fix
(edit) @3893   11 years bird oops
(edit) @3892   11 years bird Made msun compile with watcom.
(edit) @3891   11 years bird default calling convention: cdecl
(edit) @3890   11 years bird hextodecfp.c: work in process
(edit) @3889   11 years bird math stuff.
(edit) @3888   11 years bird tcpip imports.
(edit) @3887   11 years bird watcom build hacks.
(edit) @3886   11 years bird startup: watcom and svn properties.
(edit) @3885   11 years bird make watcom happy.
(edit) @3884   11 years bird More fixes.
(edit) @3883   11 years bird libc/process building with watcom.
(edit) @3882   11 years bird libc/process building with watcom.
(edit) @3881   11 years bird svn properties
(edit) @3880   11 years bird Make libc/misc build with watcom (sans assembly).
(edit) @3879   11 years bird svn properties
(edit) @3878   11 years bird svn properties
(edit) @3877   11 years bird svn properties
(edit) @3876   11 years bird svn properties
(edit) @3875   11 years bird svn properties
(edit) @3874   11 years bird svn properties
(edit) @3873   11 years bird svn properties
(edit) @3872   11 years bird temporary watcom shortcut.
(edit) @3871   11 years bird svn properties
(edit) @3870   11 years bird Made the locale bits compile with watcom.
(edit) @3869   11 years bird svn properties
(edit) @3868   11 years bird warnings
(edit) @3867   11 years bird properties
(edit) @3866   11 years bird Make libc/conv build with watcom (taking a little shortcut wrt assembly).
(edit) @3865   11 years bird libsyslog & watcom.
(edit) @3864   11 years bird Use genalias for the libsocket aliases; make libsocket build with watcom.
(edit) @3863   11 years bird drop the svn:executable prop.
(edit) @3862   11 years bird drop the svn:executable prop.
(edit) @3861   11 years bird More watcom compilation changes & fixes.
(edit) @3860   11 years bird some more watcom fun.
(edit) @3858   11 years bird system() and popen() should use the same shells, preferablly /bin/sh …
(edit) @3857   11 years bird system() and popen() should use the same shells, preferablly /bin/sh …
(edit) @3856   11 years bird gccXYZ.dll must call _CRT_term and do instance termination callbacks.
(edit) @3854   11 years bird opendir: fixed buffer overflow. Fixes #270.
(edit) @3852   11 years bird sharedpm.c: Fixed leak of pTerm of processes which didn't send any …
(edit) @3850   11 years bird Move kBuild up before the unix root in the PATH.
(edit) @3849   11 years bird fmutex: Don't panic on process exit (exit lists etc), also don't wait …
(edit) @3848   11 years bird Display the process status in panic messages.
(edit) @3847   11 years bird svn:eol-style: native
(edit) @3846   11 years bird svn:eol-style: native
(edit) @3845   11 years bird svn:eol-style: native
(edit) @3844   11 years bird fcntl_locking: Fix offStart & cbRange check to not fail on cbRange = …
(edit) @3843   11 years bird Must include os2safe.h as the first thing in os2emx.h and os2.h.
(edit) @3838   11 years bird build fix.
(edit) @3837   11 years bird build fixes.
(edit) @3836   11 years bird build fixes
(edit) @3835   11 years bird reduce warnings.
(edit) @3834   11 years bird os2emx.h: Include os2safe.h by default unless …
(edit) @3833   11 years bird More watcom hacking.
(edit) @3832   11 years bird updates
(edit) @3831   11 years bird forgot to commit this together with the sys/bsd/cdefs.h move.
(edit) @3830   11 years bird Redid cabsl, carg and cargl from scratch so watcom can grok and …
(edit) @3829   11 years bird The watcom saga continues.
(edit) @3828   11 years bird The watcom saga continues.
(edit) @3827   11 years bird the -aa option fixed these initialization issues.
(edit) @3826   11 years bird More watcom build hacking.
(edit) @3825   11 years bird fix bug from yesterday.
(edit) @3824   11 years bird pushed the bsd cdefs.h into it's own directory.
(edit) @3823   11 years bird More openwatcom porting.
(edit) @3822   11 years bird More openwatcom porting.
(edit) @3821   11 years bird More OpenWatcom changes.
(edit) @3820   11 years bird Slowly starting to make it build with non GCC compilers, first out is …
(edit) @3819   11 years bird sys/cdefs.h: Updated to FreeBSD 9.1.0.
(edit) @3816   11 years bird trunk: Implemented chown, fchown and lchown and modified the EA …
(edit) @3815   11 years bird dlllegacy.cmd: Correct line ending style.
(edit) @3814   11 years bird fix
(edit) @3813   11 years bird chown-1.c: Added a very simple chown, lchown and fchown testcase.
(edit) @3812   11 years bird b_fsNativeFileStat.c: Don't check rc for FILE_READONLY but rather …
(edit) @3811   11 years bird libc_Back_ldr*: Allow opening of the NULL module that represents the …
(edit) @3810   11 years bird locale.h: Corrected the order of LC_MONETARY and LC_NUMERIC. Fixes #275.
(edit) @3808   11 years bird s/const/const/g - just use the (now) standard 'const' everywhere …
(edit) @3804   12 years Yuri Dario Mark CRT_INIT/EXIT functions as used to try convince GCC to keep them.
(edit) @3803   12 years bird InnoTekLIBC/fork.h: Mark fork callback structures as used to try …
(edit) @3802   12 years bird sys/sysctl.h: Try convince gcc to not remove the static sysctl data …
(edit) @3800   12 years Yuri Dario Remove FORTIFY warning. Ticket #277.
(edit) @3798   12 years Yuri Dario Match sock_errno() calling convention used in headers.
(edit) @3796   13 years bird Comment fixes from Steven. Fixes #258.
(edit) @3794   13 years bird Reinstated FEA_NEEDEA on symbolic links and other special stuff. Only …
(edit) @3791   13 years bird trunk: Backported ctype.h fix r3789. Fixes #199.
(edit) @3790   13 years bird ctype-1.c: Testcase for the EOF trouble.
(edit) @3788   13 years bird setlocale.c: Changed getCodepage to default to the process codepage …
(edit) @3787   13 years bird localeTimeDo: Fix bad date_time_fmt string for en_GB and others (hour …
(edit) @3786   13 years bird Testcase for #186.
(edit) @3785   13 years bird spawnve.c: fixed memmove in the bang-hash-script path that moved too …
(edit) @3782   13 years bird Forward ported r3780 and r3781 (nits).
(edit) @3779   13 years bird Drop the liberty fnmatch.h, adding the GNUisms to the emx header. …
(edit) @3778   13 years bird libc-backend: Don't set FEA_NEEDEA - it causes weird problems here and …
(edit) @3777   13 years bird chmod/fchmod: Add unix mode EA if not found and the FS supports it. …
(edit) @3776   13 years bird read/fhOs2FileWrite: Translate ERROR_PIPE_NOT_CONNECTED when …
(edit) @3775   13 years bird Leave decendants running. Fixes #165.
(edit) @3773   13 years bird dtsplit.c: Use _chdir_os2 instead of _chdir, since the former got the …
(edit) @3770   13 years bird src/kNIX: svn:eol-style and svn:keywords.
(edit) @3769   13 years bird Reimplemented _fullpath to avoid changing the current directory and …
Note: See TracRevisionLog for help on using the revision log.