]> Git Repo - uclibc-ng.git/history - libc
Add both pthread_mutexattr_setpshared() and
[uclibc-ng.git] / libc /
2002-07-11 Eric AndersenKill this stale file
2002-07-10 Eric AndersenTobias Anderberg <[email protected]> noticed...
2002-07-10 Eric AndersenPer bug report from Ronald Wahl <[email protected]>:
2002-07-10 Eric AndersenPatch from Ronald Wahl <[email protected]> to fix a...
2002-07-08 Manuel Novoa III Remove obsolete code.
2002-07-08 Manuel Novoa III Fix a preprocessor buglet. Redo sys_siglist/strsignal...
2002-07-08 Eric AndersenFiner grained locking in __connect_dns() so we don...
2002-07-07 Manuel Novoa III Obligatory forgotten file.
2002-07-07 Manuel Novoa III Attempt to clean up the strerror_r situation.
2002-07-07 Eric AndersenDoh! search-n-replace strikes again
2002-07-07 Eric AndersenFix namespace pollution by hiding statfix and statfix64 by
2002-07-07 Eric AndersenCleanup namespace leaks by prepending __ to global...
2002-07-07 Eric AndersenKill namespace pollution in getrpcent.c. Silence other...
2002-07-07 Eric AndersenPatch from Larry Doolittle <[email protected]...
2002-07-06 Eric AndersenStupid filesystems like cramfs fail to guarantee that...
2002-07-05 Manuel Novoa III Add copyright message and remove dead code.
2002-07-05 Manuel Novoa III Add two missing glibc wide string funcs as well as...
2002-07-05 Manuel Novoa III Only define __uwchar_t if wide char support is enabled.
2002-07-03 Eric AndersenAdd a weak to make apache happy
2002-07-03 Manuel Novoa III Enable WCHAR support for C/POSIX stub locales.
2002-07-03 Eric AndersenMake clone work, part 2.
2002-07-03 Eric AndersenFix clone so it compiles
2002-07-02 Eric AndersenOops. missed a spot
2002-07-02 Eric Andersenopenlog could deadlock when called from vsyslog, so
2002-07-01 Eric AndersenThis patch, from Ronald Wahl <[email protected]>, fixes the
2002-06-26 Eric AndersenSeveral cleanups/fixes from Marshall M. Midden <m4...
2002-06-21 Eric AndersenFix support for 2.0.x linux kernels. Oops.
2002-06-20 Eric AndersenCleanup the function pointer comparisions
2002-06-20 Eric AndersenFix DNS resolution so that it once again works. I...
2002-06-19 Eric AndersenOops. Looks like I broke ttyname. Fix it.
2002-06-18 Eric AndersenCleanup the getcwd implementation (again) since I broke it
2002-06-18 Eric AndersenMake sure the sccsid tags never get compiled in.
2002-06-18 Eric AndersenEliminate all the pointless globals from getcwd()....
2002-06-18 Manuel Novoa III Add in thread locking for tzset() and associated data...
2002-06-18 Eric AndersenKill kernel_version.c, which is completely meaningless...
2002-06-18 Eric AndersenRework, reduce the size, add proper locking
2002-06-18 Manuel Novoa III Remove obsolete files.
2002-06-18 Manuel Novoa III Fix perror() and printf("%m") to not call strerror...
2002-06-18 Eric AndersenSilly name change
2002-06-18 Eric AndersenRework and kill pointless static variable
2002-06-18 Eric AndersenFix thread locking so it works
2002-06-18 Eric AndersenFix locking. Kill
2002-06-18 Eric AndersenSome commentary
2002-06-18 Eric AndersenPatch from Martin Proulx <[email protected]> to support
2002-06-17 Eric Andersenkill cruft
2002-06-17 Eric AndersenMake things more re-entrany, kill some cruft.
2002-06-17 Eric AndersenRe-backport all the rpc stuff from glibc 2.2.5. This...
2002-06-17 Eric AndersenImplement strerror_r. This is per SuSv3, not glibc...
2002-06-17 Eric AndersenShuffle the logic around a bit
2002-06-17 Eric AndersenShuffle the logic around a bit
2002-06-17 Eric AndersenSome cleanups so utmp/wtmp behaves. Fix potential...
2002-06-17 Eric AndersenAh kant spel mi name
2002-06-17 Eric AndersenAdd support for sigtimedwait and sigwaitinfo
2002-06-17 Manuel Novoa III Commit the new time stuff, even though I haven't made...
2002-06-15 Eric Andersentime() is implemented in syscalls.c
2002-06-15 Eric AndersenImplement ttyname_r
2002-06-15 Eric AndersenPrevent buffer overflow
2002-06-13 Eric AndersenFix pthreads to use the rt signals if present
2002-06-12 Eric AndersenDon't use fixed buffers if we have an mmu such that...
2002-06-12 Eric AndersenSilence warnings, clean things up.
2002-06-12 Eric AndersenCleanup the mess, remove now obsolete files
2002-06-12 Eric AndersenWrite a new strxfrm that doesn't make function calls...
2002-06-12 Eric AndersenYipe. As Joseph Chiu noticed, sockvec is supposed...
2002-06-11 Manuel Novoa III Revert Erik's patch to vasprintf and fix the real issue.
2002-06-11 Eric AndersenThis patch from Rik Faith <[email protected]> fixes...
2002-06-11 Eric AndersenA patch from Ted Phelps to fix popen(). Ted writes:
2002-06-10 Eric AndersenKill the libc-lock headers, which we do not use and...
2002-06-09 Eric AndersenOops. Forgot to check this in. Thanks Martin Volf...
2002-06-08 Manuel Novoa III Added a version of nl_langinfo for the stub C/POSIX...
2002-06-04 "Steven J. Hill"Changes so that 'regdef.h' gets included in the develop...
2002-06-04 "Steven J. Hill"Moved to 'sys' directory.
2002-06-01 Eric AndersenDoh!
2002-05-31 Eric AndersenPatch from Robert Griebl <[email protected]> to support
2002-05-30 Eric AndersenRework setenv, getenv and friends per the latest glibc...
2002-05-30 Eric Andersen-#ifdef _POSIX_THREADS
2002-05-30 Eric AndersenFixup totally broken locking code... No storage for...
2002-05-30 Eric AndersenDoh! A silly typo broke select...
2002-05-30 Eric AndersenAnd with this, the alpha port is not basically working.
2002-05-30 Eric Andersendon't include the linux dir. Pointless and broken.
2002-05-30 Eric AndersenMake these properly cope with 64bit systems
2002-05-30 Eric AndersenFixup some silly bugs I added earlier
2002-05-30 Eric AndersenNeeded for the alpha port
2002-05-30 Eric AndersenMake syscalls.c way more generic. Now works on alpha...
2002-05-30 Eric AndersenCope with systems that don't glob all these together...
2002-05-23 Manuel Novoa III Obligatory forgotten file during commit...
2002-05-23 Manuel Novoa III Multibyte and wide char conversion functions. Some...
2002-05-23 Eric AndersenSeveral h8300 updates from Yoshinori Sato <qzb04471...
2002-05-23 Eric AndersenCleanup slightly
2002-05-20 "Steven J. Hill"Changes needed for MIPS with regards to the .init and...
2002-05-12 Manuel Novoa III Revert Erik's previous patch and fix what I believe...
2002-05-12 Eric AndersenAdd a missing #include
2002-05-12 Eric AndersenUse the default version in include/sys instead
2002-05-12 Eric AndersenFixes for 64 bit arches
2002-05-12 Eric AndersenSeveral bugfixes for problems that showed up on alpha
2002-05-12 Eric AndersenFix some silly bugs and type problems
2002-05-12 Eric AndersenSmall cleanups for alpha
2002-05-12 Eric AndersenFix this one up so it works
2002-05-12 Eric AndersenAdd a default syscalls.h that will just error out.
2002-05-11 Eric AndersenFix the defines which I had backwards
2002-05-11 Eric AndersenFixup for architectures that do not supply the ipc...
next
This page took 0.058565 seconds and 7 git commands to generate.