source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @3859   11 years bird libc-0.6: system() and popen() should use the same shells, preferablly …
(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) @3855   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) @3853   11 years bird year
(edit) @3852   11 years bird sharedpm.c: Fixed leak of pTerm of processes which didn't send any …
(edit) @3851   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) @3842   11 years bird update
(edit) @3841   11 years bird Build fixes for the chown backport.
(edit) @3840   11 years bird warnings
(edit) @3839   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) @3818   11 years bird 0.6: libc.def: define ordinals.
(edit) @3817   11 years bird 0.6: Untested backport of the *chown and *chmod changes that hit trunk …
(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) @3809   11 years bird 0.6: s/const/const/g - just use the (now) standard 'const' …
(edit) @3808   11 years bird s/const/const/g - just use the (now) standard 'const' everywhere …
(edit) @3807   12 years Yuri Dario kLIBC 0.6.5 / csd5
(edit) @3806   12 years Yuri Dario Mark CRT_INIT/EXIT functions as used to try convince GCC to keep them.
(edit) @3805   12 years Yuri Dario Mark CRT_INIT/EXIT functions as used to try convince GCC to keep them.
(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) @3801   12 years Yuri Dario Remove FORTIFY warning. Ticket #277.
(edit) @3800   12 years Yuri Dario Remove FORTIFY warning. Ticket #277.
(edit) @3799   12 years Yuri Dario Match sock_errno() calling convention used in headers.
(edit) @3798   12 years Yuri Dario Match sock_errno() calling convention used in headers.
(edit) @3797   12 years Yuri Dario Add optimizer flag. Fixes #276.
(edit) @3796   13 years bird Comment fixes from Steven. Fixes #258.
(edit) @3795   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) @3793   13 years bird duh
(edit) @3792   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) @3789   13 years bird ctype.h: Correctly fend of queries reading EOF (-1). Fixes #199.
(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) @3784   13 years bird 0.6/spawnve.c: fixed memmove in the bang-hash-script path that moved …
(edit) @3783   13 years bird 0.6/sharedpm.c: Disabled some racy/buggy code in libc_spmSelf.
(edit) @3782   13 years bird Forward ported r3780 and r3781 (nits).
(edit) @3781   13 years bird sharedpm: Don't assert if we get ERROR_ALREADY_POSTED (299).
(edit) @3780   13 years bird typo in comment
(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) @3774   13 years bird Backported r3773: dtsplit.c: Use _chdir_os2 instead of _chdir, since …
(edit) @3773   13 years bird dtsplit.c: Use _chdir_os2 instead of _chdir, since the former got the …
(edit) @3772   13 years bird Backported r3769: Reimplemented _fullpath to avoid changing the …
(edit) @3771   13 years bird Backported r3768: realpath and _realrealpath should not fail if 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 …
(edit) @3768   13 years bird realpath and _realrealpath should not fail if the last component does …
(edit) @3767   13 years bird fullpath testcase (for #237).
Note: See TracRevisionLog for help on using the revision log.