index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
sysdeps
/
linux
/
common
/
bits
Age
Commit message (
Expand
)
Author
2002-08-23
Split out the definition of struct stat into the new arch
Eric Andersen
2002-08-23
Split out the arch dependant errno_values.h junk into arch dependant files.
Eric Andersen
2002-08-22
Rework struct stat/stat64 handling to eliminate kernel headers
Eric Andersen
2002-08-22
Rework errno handling to be kernel header free
Eric Andersen
2002-08-21
Revert mode_t change. Sigh. As Manuel so eloquently put it: "this is the way
Eric Andersen
2002-08-19
Eliminate wrapping of struct stat and use the kernel version
Eric Andersen
2002-08-18
Directly use kernel types for uid_t, gid_t, and dev_t to avoid the
Eric Andersen
2002-08-16
whitespace
Miles Bader
2002-08-16
(errno): Only define as a macro if __UCLIBC_HAS_THREADS__ is defined.
Miles Bader
2002-08-16
Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__
Eric Andersen
2002-08-12
Revert commit by davidm to printf.c that initialized conv_num
Manuel Novoa III
2002-07-15
Clean up CLK_TCK situation. clock() and sysconf() now use an
Manuel Novoa III
2002-07-07
Attempt to clean up the strerror_r situation.
Manuel Novoa III
2002-07-05
Only define __uwchar_t if wide char support is enabled.
Manuel Novoa III
2002-07-03
Enable WCHAR support for C/POSIX stub locales.
Manuel Novoa III
2002-06-18
Fix perror() and printf("%m") to not call strerror(), as required by the
Manuel Novoa III
2002-06-10
Kill the libc-lock headers, which we do not use and which are
Eric Andersen
2002-05-12
Add a default syscalls.h that will just error out.
Eric Andersen
2002-05-06
New locale support (in development). Supports LC_CTYPE, LC_NUMERIC,
Manuel Novoa III
2002-03-12
Fix another O_LARGEFILE bug. Also, I forget to make floating point optional
Manuel Novoa III
2002-03-12
Oops.. had left thread support forced on.
Manuel Novoa III
2002-03-12
Fixup redefinition of NL_ARGMAX
Eric Andersen
2002-03-12
Swap in the new stdio code.
Manuel Novoa III
2002-03-01
Major rework of the include files to eliminate redundancy
Eric Andersen