|
|
|
@2165
|
20 years |
bird |
Fixed a warning.
|
|
|
|
@2164
|
20 years |
bird |
ftw.h should include sys/stat.h
|
|
|
|
@2163
|
20 years |
bird |
o Fixed serveral bugs in the C/POSIX locale
o Implemented the …
|
|
|
|
@2155
|
20 years |
bird |
Added obstack.h and it's implementation from GLIBC.
|
|
|
|
@2150
|
20 years |
bird |
o Shopped missing math stuff from GLIBC.
|
|
|
|
@2144
|
20 years |
bird |
o Ported GLIBC argp and getopt (argp requires the GLIBC one).
This …
|
|
|
|
@2138
|
20 years |
bird |
o Added prototypes for nan[lf] to math.h, gcc inlines these.
|
|
|
|
@2134
|
20 years |
bird |
Added TEMP_FAILURE_RETRY() macro to unistd.h. This is yet another …
|
|
|
|
@2133
|
20 years |
bird |
Added getlogin_r().
|
|
|
|
@2132
|
20 years |
bird |
Added the getdelim() and getline() GLIBC extensions.
|
|
|
|
@2130
|
20 years |
bird |
o Added the strdupa() and strndupa() GLIBC extensions. These are …
|
|
|
|
@2129
|
20 years |
bird |
Added get_current_dir_name() (GLIBC extension).
|
|
|
|
@2128
|
20 years |
bird |
Added asprintf and vasprintf.
|
|
|
|
@2124
|
20 years |
bird |
Added _D_EXACT_NAMLEN and _D_ALLOC_NAMLEN macros to sys/dirent.h to …
|
|
|
|
@2123
|
20 years |
bird |
o Added REG_NOERROR to regex.h to make GLIBC code happy.
|
|
|
|
@2122
|
20 years |
bird |
o Added wait.h for GLIBC compatability, content is #include <sys/wait.h>.
|
|
|
|
@2120
|
20 years |
bird |
o Added fwide() (dummy until LIBC07).
o Renamed struct _FILE to struct …
|
|
|
|
@2119
|
20 years |
bird |
Added fgets_unlocked and gets_unlocked.
|
|
|
|
@2118
|
20 years |
bird |
Added ieeefp.h
|
|
|
|
@2113
|
20 years |
bird |
o On glibc lot's of limits.h stuff is included from direct.h because …
|
|
|
|
@2112
|
20 years |
bird |
added memrawchr and strchrnul from glibc, enabling us to shop .S files …
|
|
|
|
@2107
|
20 years |
bird |
Added _NSIG and making NSIG and _NSIG equal to SIGRTMAX + 1.
|
|
|
|
@2095
|
20 years |
bird |
typo.
|
|
|
|
@2090
|
20 years |
bird |
o Rewrote the libcXXXX.dll install rule to not play with emxload since …
|
|
|
|
@2060
|
20 years |
bird |
Updated sys/stat.h, sys/resource.h and sys/_types.h to FreeBSD 5.3 level.
|
|
|
|
@2059
|
20 years |
bird |
Build hack for math.h. (prev revision)
|
|
|
|
@2058
|
20 years |
bird |
Fixed some more incorrectness of the 'C' locale, it only defines the …
|
|
|
|
@2049
|
20 years |
bird |
shut up gcc
|
|
|
|
@2048
|
20 years |
bird |
o File resize optimization: The JFS, HPFS and probably NET
will …
|
|
|
|
@2030
|
20 years |
bird |
_BSD_NAMESPACE_POLLUTION to limit the pollotion
|
|
|
|
@2029
|
20 years |
bird |
o Replaced mktemp and mkstemp with BSD versions. Also adding
…
|
|
|
|
@2027
|
20 years |
bird |
Auto init fmutexes. fixed deadlock for the must-complete variant.
|
|
|
|
@2021
|
20 years |
bird |
o Changed the LIBC_PATHREADWRITERS to a generic LIBC_HOOK_DLLS.
See …
|
|
|
|
@2013
|
20 years |
bird |
o The smallcnv stuff is gone, waste of space since we're not really …
|
|
|
|
@2004
|
20 years |
bird |
fixing tcpip link errors.
|
|
|
|
@2001
|
20 years |
bird |
o Added support for new EMX a.out stab N_EXP (0x6c). This encodes …
|
|
|
|
@1994
|
20 years |
bird |
FreeBSD 5.3
|
|
|
|
@1990
|
20 years |
bird |
default to USE_LIBC_TCPIP. Respect TCPV41HDRS.
|
|
|
|
@1987
|
21 years |
bird |
shm + sem debuging.
|
|
|
|
@1986
|
21 years |
bird |
SysV Shared Memory.
|
|
|
|
@1984
|
21 years |
bird |
Ported the BSD SysV Semaphore module.
|
|
|
|
@1983
|
21 years |
bird |
Added _getenv_[int|long|longlong]. Using this for …
|
|
|
|
@1982
|
21 years |
bird |
FreeBSD 5.3, modified.
|
|
|
|
@1981
|
21 years |
bird |
@file tag
|
|
|
|
@1980
|
21 years |
bird |
FreeBSD 5.3
|
|
|
|
@1972
|
21 years |
bird |
[lf]utimes.
|
|
|
|
@1971
|
21 years |
bird |
mkfifo.
|
|
|
|
@1969
|
21 years |
bird |
no SF_ and UF_ because no st_flags.
|
|
|
|
@1965
|
21 years |
bird |
Some more changes.
|
|
|
|
@1964
|
21 years |
bird |
No whiteout.
|
|
|
|
@1963
|
21 years |
bird |
FreeBSD 5.3 unchanged code.
|
|
|
|
@1946
|
21 years |
bird |
Changed chdir() to unix style, added _chdir_os2() as a backwards …
|
|
|
|
@1940
|
21 years |
bird |
Added fchmod and reimplemented chmod and lchmod.
|
|
|
|
@1939
|
21 years |
bird |
Added MAXBSIZE, BKVASIZE and BKVAMASK which are used by some BSD tools.
|
|
|
|
@1931
|
21 years |
bird |
More hacking.
|
|
|
|
@1922
|
21 years |
bird |
Hide and initialize everything.
|
|
|
|
@1918
|
21 years |
bird |
Hacking public symbols which shouldn't been seen in LIBC.
|
|
|
|
@1915
|
21 years |
bird |
FreeBSD 5.3 base.
|
|
|
|
@1914
|
21 years |
bird |
Added some logic to update iNice for the current process (might be …
|
|
|
|
@1910
|
21 years |
bird |
Implemented (not tested) process priority manangement.
|
|
|
|
@1907
|
21 years |
bird |
stdio_ext.h, fbufsize and fpending.
|
|
|
|
@1905
|
21 years |
bird |
Rewrote atexit() fixing recursive exit() calling. Added on_exit().
|
|
|
|
@1902
|
21 years |
bird |
Added gethrtime().
|
|
|
|
@1894
|
21 years |
bird |
implemented nanosleep() and base usleep and sleep on it.
|
|
|
|
@1876
|
21 years |
bird |
Fixed atomic inc/dec inline functions.
|
|
|
|
@1871
|
21 years |
bird |
kicked the old atod implementation (asserts on simple '-30' conversion).
|
|
|
|
@1827
|
21 years |
bird |
Implemented socket duplication. fixed various inherit/fork trouble.
|
|
|
|
@1826
|
21 years |
bird |
Implemented socket duplication.
|
|
|
|
@1825
|
21 years |
bird |
Fixed select EINTR problem.
|
|
|
|
@1821
|
21 years |
bird |
Initial revision
|
|
|
|
@1800
|
21 years |
bird |
TCPCALL again.
|
|
|
|
@1796
|
21 years |
bird |
Added the C99 lconv stuff.
|
|
|
|
@1790
|
21 years |
bird |
typo.
|
|
|
|
@1788
|
21 years |
bird |
Added time64_t and a few 64-bit time functions for dealing better with …
|
|
|
|
@1780
|
21 years |
bird |
fixed unlink and remove, making them work with dirs and symlinks.
|
|
|
|
@1773
|
21 years |
bird |
CODESET.
|
|
|
|
@1771
|
21 years |
bird |
Return ENOSOCK instead of ENOSYS when attempting socket operation on …
|
|
|
|
@1757
|
21 years |
bird |
SafeDosStartSession.
|
|
|
|
@1750
|
21 years |
bird |
Inode and Dev stuff of stat/lstat/fstat.
|
|
|
|
@1741
|
21 years |
bird |
urg.
|
|
|
|
@1740
|
21 years |
bird |
ifstat is included in V40.
|
|
|
|
@1739
|
21 years |
bird |
Fixed TCPCALL.
|
|
|
|
@1729
|
21 years |
bird |
NP_NBLK was invalid.
|
|
|
|
@1706
|
21 years |
bird |
bugfix.
|
|
|
|
@1705
|
21 years |
bird |
wide-char and other locale stuff.
|
|
|
|
@1698
|
21 years |
bird |
imported FreeBSD 5.3 code and broke stuff.
|
|
|
|
@1697
|
21 years |
bird |
imported FreeBSD 5.3 code and broke stuff.
|
|
|
|
@1693
|
21 years |
bird |
BSD cleanup. rand() and stuff.
|
|
|
|
@1678
|
21 years |
bird |
rename reimplementation.
|
|
|
|
@1676
|
21 years |
bird |
Fixed fork() problem by adding DosLoadModuleEx and DosFreeModuleEx. …
|
|
|
|
@1674
|
21 years |
bird |
Bugfixing LIBC 0.6 beta1.
|
|
|
|
@1670
|
21 years |
bird |
initial coding.
|
|
|
|
@1666
|
21 years |
bird |
initial coding / borrowing.
|
|
|
|
@1662
|
21 years |
bird |
long_int trouble.
|
|
|
|
@1661
|
21 years |
bird |
Extended fmutex interface.
|
|
|
|
@1658
|
21 years |
bird |
Enabled ualaram proto.
|
|
|
|
@1657
|
21 years |
bird |
some thunkers from froloff.
|
|
|
|
@1656
|
21 years |
bird |
One exception and one signal.
|
|
|
|
@1655
|
21 years |
bird |
Added some 1.3 -> 2.0 api mappers.
|
|
|
|
@1649
|
21 years |
bird |
RC fixes.
|
|
|
|