]> Git Repo - uclibc-ng.git/history - libc/misc
Fix up __uClibc_init() for so that we prevent starting SUID
[uclibc-ng.git] / libc / misc /
2004-10-27 Eric AndersenFix up __uClibc_init() for so that we prevent starting...
2004-10-19 Eric AndersenPeter S. Mazinger writes:
2004-09-28 Joakim TjernlundAtsushi Nemoto writes:
2004-09-10 Manuel Novoa III Hide some x86-specific devel asserts.
2004-08-16 Eric AndersenI will always test before I commit.
2004-08-16 Eric AndersenSetup __pagesize from inside __uClibc_init(), or else...
2004-08-16 Eric AndersenBe a bit more prominant about the fact that setuid...
2004-08-16 Eric AndersenThe variable used to store pagesize is not the same...
2004-08-13 Eric AndersenFixup PAGE_SIZE problems
2004-08-04 Eric Andersendoh
2004-08-04 Eric AndersenAdd missing header file needed to define PAGE_SIZE
2004-08-03 Eric AndersenAs Joakim Tjernlund rightly notes, I should have used...
2004-07-28 Eric AndersenDo not grovel about in the ELF header for the page...
2004-06-12 Eric AndersenOops. Missed a spot.
2004-06-06 Eric Andersenscrap the goofy time + getpid() based "randomness"...
2004-05-14 Eric AndersenJoakim Tjernlund writes:
2004-05-11 Eric AndersenSetup a _dl_pagesize value for use by staticly linked...
2004-05-11 Eric Andersenmake certain that getpagesize() returns correct the...
2004-05-11 Eric AndersenPurge trailing white space
2004-05-08 Manuel Novoa III Obligatory forgotten file...
2004-05-08 Manuel Novoa III Change clock() to allow wrapping.
2004-05-07 Manuel Novoa III "Fix" this so that at least things will link when threa...
2004-04-06 Eric AndersenFix a bug noticed by Oleg I. Vdovikin, oleg at cs dot...
2004-03-18 Eric AndersenReduce memory used by static buffers and allocate that...
2004-03-11 Manuel Novoa III Rewrite the err/warn functions as they were broken...
2004-02-11 Manuel Novoa III New stdio core. Should be more maintainable. Fixes...
2004-01-21 Eric AndersenSplit up syscalls.c, since it had grown to be quite...
2004-01-17 Manuel Novoa III Prevent runaway asserts, which can happen if there...
2004-01-14 Manuel Novoa III Add a dummy (always fails) wcsftime. This is needed...
2004-01-04 Manuel Novoa III My mistake. We do need some weak pthread_* funcs....
2004-01-02 Eric AndersenPeter S. Mazinger writes:
2003-12-27 Manuel Novoa III Handle the app_fini stuff in exit without requiring...
2003-12-27 Manuel Novoa III Fix a long-standing bug with pthreads. A couple of...
2003-12-14 Manuel Novoa III Fix some dst issues in _time_mktime().
2003-12-14 Manuel Novoa III Fix a couple of 'declaration after statement' errors.
2003-12-04 Manuel Novoa III Building of iconv.o was accidently always disabled.
2003-11-20 Manuel Novoa III Always include locale.h, which was included by libintl...
2003-11-16 Manuel Novoa III I forgot to update the thread locking in the last dst...
2003-11-08 Eric AndersenFor now, disable the iconv utility
2003-11-08 Eric AndersenFix up several errors related to filename length and...
2003-11-07 Manuel Novoa III Add clock_gettime() submitted by Justus Pendleton ...
2003-11-02 Manuel Novoa III Hopefully fix the struct tm extension problem once...
2003-10-31 Manuel Novoa III Some more soft float fixes... for arm in particular...
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-12 Eric AndersenDon't make two copies
2003-10-12 Eric AndersenSigh. It seems that csh wants glob_pattern_p(), we...
2003-10-09 Eric AndersenPatch from Rob McMullen:
2003-10-08 Eric AndersenApply a trivial patch that doesn't change anything...
2003-09-09 Manuel Novoa III Fix wctype.c so that wchar can be enabled without ctype...
2003-09-08 Manuel Novoa III Add back in table-less ctype funcs for those interested...
2003-09-06 Eric Andersenoops. ftw would blow chunks if UCLIBC_HAS_LFS was...
2003-09-06 Eric Andersenfixup ftw and ftw64. Unfortunately, adding ftw64 doubl...
2003-09-06 Eric AndersenFix the bugs I stupidly added
2003-09-06 Eric AndersenLet people enable ftw, make glob an option, add a new...
2003-09-05 Eric AndersenAdd support for ftw and nftw
2003-09-03 Manuel Novoa III Some more buildroot-motivated fixes. Avoid installing...
2003-09-01 Manuel Novoa III Hack around bg_BG bug; grouping specified but no thousa...
2003-09-01 Manuel Novoa III Rework a few things.
2003-08-28 Manuel Novoa III Create a typedef for the ctype bitmask table entries.
2003-08-24 Eric Andersenconditionally add wordexp, in this case ripped from...
2003-08-24 Manuel Novoa III Fix a few bugs in the new extended locale functions.
2003-08-18 Manuel Novoa III _wchar_utf8sntowcs and _wchar_wcsntoutf8s now set errno...
2003-08-17 Manuel Novoa III Fix a cut-and-paste error. Collation should be working...
2003-08-01 Manuel Novoa III Add a new *scanf implementation, includeing the *wscanf...
2003-06-30 Eric AndersenYield to yet another glibc-ism and add __progname
2003-06-17 Manuel Novoa III Optionally support the struct tm extension fields.
2003-04-29 Eric AndersenuClibc 0.9.19 has a bug in globfree(). If the previous...
2003-04-19 Eric AndersenPatch from Marshall M. Midden:
2003-02-24 Eric AndersenFixup some small issues that show up when large file...
2003-02-17 David McCulloughUse a define for the path to /etc/TZ
2003-02-08 Eric AndersenFixup handling of the .note.ABI-tag section so that...
2003-01-28 Eric AndersenFix scandir64 to not free the wrong pieces of memory...
2003-01-23 Eric AndersenMaking atexit weak does nothing for dynamicly linked...
2003-01-18 Eric AndersenOnly include lockf64 when large file support is enabled...
2003-01-10 Eric AndersenImplement lockf64
2002-12-20 Manuel Novoa III The big thing is locale dependent collation support.
2002-12-02 Manuel Novoa III Cut and paste error.
2002-12-02 Manuel Novoa III Forgot one...
2002-12-02 Manuel Novoa III Add hsearch and hsearch_r. Consolidate all functions...
2002-11-27 Manuel Novoa III Fix bug in setting daylight and timezone when no (valid...
2002-11-23 Manuel Novoa III Oops.. left in a bit of debugging code.
2002-11-22 Manuel Novoa III Ok... here's the summary:
2002-11-21 Eric AndersenDoh! As Stefan Allius points out, I forgot to properly...
2002-11-21 Eric AndersenPatch from Yoshinori Sato to update the h8300 architecture.
2002-11-14 Eric AndersenAs released in uClibc 0.9.16, regex was being compiled...
2002-11-08 Manuel Novoa III Add wcwidth and wcswidth, based on Markus Kuhn's wcwidt...
2002-11-05 Manuel Novoa III Forgot to change btowc and wctob when I changed the...
2002-11-04 Manuel Novoa III Add printf wchar support for %lc (%C) and %ls (%S).
2002-11-01 Manuel Novoa III Fix a stupid bug.
2002-11-01 Manuel Novoa III Reworked setlocale() return values and locale arg proce...
2002-10-31 Eric AndersenOk, this commit is _huge_ and its gonna change the...
2002-10-28 Manuel Novoa III ANSI/ISO C99 requires assert() to write to stderr....
2002-10-28 Manuel Novoa III Allow timezone info to be specified in a file... /etc...
2002-10-25 Eric AndersenFixup depends
2002-10-25 Eric AndersenDoh. Add a missing #include to interp.c. I wonder...
2002-10-01 Eric AndersenThis commit contains a patch from Stefan Allius <allius...
2002-09-26 Eric AndersenReplace _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__
2002-09-19 Manuel Novoa III Add gnu obstack support. I still need to implement...
2002-09-19 Manuel Novoa III Hide my personal #warning reminders. Add __wcschrnul...
next
This page took 0.086616 seconds and 7 git commands to generate.