2004-08-16 |
Eric Andersen | Setup __pagesize from inside __uClibc_init(), or else... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Eric Andersen | Be a bit more prominant about the fact that setuid... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Eric Andersen | The variable used to store pagesize is not the same... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Eric Andersen | The pagesize variable used when starting up is _not_... |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Manuel Novoa... | Update to add missing c++ namespace support. |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Eric Andersen | Do not fail all lookups when /etc/resolv.conf is missin... |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Manuel Novoa... | Logic was reversed. |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Eric Andersen | req_search returned garbage. This teaches it to behave... |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Eric Andersen | Fixup PAGE_SIZE problems |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Joakim Tjernlund | Fix usage_count in ldso/libdl. |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Manuel Novoa... | Always include the sqrtf wrapper in libm so that we... |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Manuel Novoa... | Fix mips bug related to 2.6 headers by following glibc... |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Manuel Novoa... | Apparently the sigaction code added was broken, as... |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Joakim Tjernlund | Optimze _dl_memset() for PowerPC. |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Joakim Tjernlund | Forgot _dl_memcpy in previous checkin. |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Manuel Novoa... | On Monday 02 August 2004 08:44 am, Mike Frysinger wrote: |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Manuel Novoa... | At solar's request... |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Joakim Tjernlund | _dl_strlen,_dl_strcat,_dl_strcpy,_dl_strcmp,_dl_strncmp, |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Joakim Tjernlund | _dl_get_last_path_component: |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Joakim Tjernlund | Revmoved _dl_brkp and _dl_envp. They are not needed... |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Joakim Tjernlund | Mike Frysinger writes: |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Joakim Tjernlund | Mike Frysinger writes: |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Joakim Tjernlund | Mike Frysinger writes: |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Joakim Tjernlund | Oops. |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Joakim Tjernlund | From: [email protected] on behalf of Peter... |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Joakim Tjernlund | This should fix the dlsym problem Peter van Hoyweghen... |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Eric Andersen | Joakim Tjernlund writes: |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Eric Andersen | Joakim Tjernlund writes: |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Eric Andersen | doh |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Eric Andersen | Add missing header file needed to define PAGE_SIZE |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Eric Andersen | As Joakim Tjernlund rightly notes, I should have used... |
commit | commitdiff | tree | snapshot |
2004-07-30 |
Eric Andersen | cut-n-paste strikes again |
commit | commitdiff | tree | snapshot |
2004-07-30 |
Eric Andersen | Cleanup some dead wood in the header files |
commit | commitdiff | tree | snapshot |
2004-07-30 |
Eric Andersen | s/___brk_addr/__curbrk/g |
commit | commitdiff | tree | snapshot |
2004-07-30 |
Manuel Novoa... | Some mips updates. Add a couple of missing sys/*.h... |
commit | commitdiff | tree | snapshot |
2004-07-30 |
Eric Andersen | Teach libdl to use normal libc symbols whenever possibl... |
commit | commitdiff | tree | snapshot |
2004-07-30 |
Eric Andersen | Whitespace cleanup |
commit | commitdiff | tree | snapshot |
2004-07-30 |
Eric Andersen | Fix screwed up indenting |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Eric Andersen | Do not grovel about in the ELF header for the page... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Eric Andersen | Be certain to include sys/sysmacros.h when major()... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Eric Andersen | Remove all reference to __GLIBC_HAVE_LONG_LONG |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Eric Andersen | Support linux 2.6.x wide device major/minor numbers |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Eric Andersen | Fix ftruncate64 and truncate64 for powerpc and mips |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Eric Andersen | Update todo list |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Eric Andersen | Update sigaction for arm |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Eric Andersen | Add sigaction for mips |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Manuel Novoa... | Follow glibc's lead and add a gcc-3.4.1 required symbol... |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Manuel Novoa... | Hide the arm libfloat support for now. No longer neede... |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Eric Andersen | Revert this stuff for now |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Eric Andersen | Pete Popov writes: |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Eric Andersen | Cleanup some cruft |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Eric Andersen | update packaging a bit |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Eric Andersen | Cleanup a few of the more egregiously broken sysconf... |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Eric Andersen | _SC_PAGESIZE is standard. Some ancient legacy unix... |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Eric Andersen | _SC_PAGESIZE is standard. Some ancient legacy unix... |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Eric Andersen | Use MAP_PRIVATE whenever __ARCH_HAS_MMU__ is set. |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Eric Andersen | Atsushi Nemoto writes: |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Eric Andersen | h8300 updates from Yoshinori Sato |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Eric Andersen | Patch from Yoshinori Sato to add H8/300 relocation... |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Eric Andersen | Peter Kjellerstedt at axis.com writes: |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Eric Andersen | Sigh. I got things working this morning, then checked... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Eric Andersen | Based on a patch from Alexandre Oliva, make sure _dl_ma... |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Eric Andersen | Update FAQ a bit |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Eric Andersen | Joakim Tjernlund writes: |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Eric Andersen | Disable support for R_ARM_PC24, just like R_PPC_REL24... |
commit | commitdiff | tree | snapshot |
2004-06-20 |
Eric Andersen | Let dl-string.h include dl-sysdep.h, since it has prope... |
commit | commitdiff | tree | snapshot |
2004-06-20 |
Eric Andersen | Whine about R_PPC_REL24 relocations, and tell people... |
commit | commitdiff | tree | snapshot |
2004-06-19 |
Eric Andersen | Joakim Tjernlund writes: |
commit | commitdiff | tree | snapshot |
2004-06-19 |
Eric Andersen | Joakim Tjernlund writes: |
commit | commitdiff | tree | snapshot |
2004-06-19 |
Eric Andersen | Joakim Tjernlund writes: |
commit | commitdiff | tree | snapshot |
2004-06-19 |
Eric Andersen | Bradley D. LaRonde writes: |
commit | commitdiff | tree | snapshot |
2004-06-19 |
Eric Andersen | note new mailing list posting policy |
commit | commitdiff | tree | snapshot |
2004-06-12 |
Eric Andersen | Stephen Hemminger from osdl dot org writes: |
commit | commitdiff | tree | snapshot |
2004-06-12 |
Eric Andersen | Jakub Bogusz from pld-linux dot org writes: |
commit | commitdiff | tree | snapshot |
2004-06-12 |
Eric Andersen | Philip Craig at snapgear dot com writes: |
commit | commitdiff | tree | snapshot |
2004-06-12 |
Eric Andersen | Per comments from Bernhard Rosenkraenzer, adjust gcc... |
commit | commitdiff | tree | snapshot |
2004-06-12 |
Eric Andersen | Oops. Missed a spot. |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Eric Andersen | scrap the goofy time + getpid() based "randomness"... |
commit | commitdiff | tree | snapshot |
2004-05-24 |
Tobias Anderberg | Removed unused file. |
commit | commitdiff | tree | snapshot |
2004-05-15 |
Eric Andersen | Cope when the __NR_get_kernel_syms is undefined (i... |
commit | commitdiff | tree | snapshot |
2004-05-14 |
Manuel Novoa... | Fix changed link into the mailing list archive. |
commit | commitdiff | tree | snapshot |
2004-05-14 |
Eric Andersen | Joakim Tjernlund writes: |
commit | commitdiff | tree | snapshot |
2004-05-14 |
Eric Andersen | Alexandre Oliva writes: |
commit | commitdiff | tree | snapshot |
2004-05-14 |
Eric Andersen | __data_start needs to be added to all crt0.S files... |
commit | commitdiff | tree | snapshot |
2004-05-14 |
Eric Andersen | Kill off the now obsolete __libc_vfork symbol |
commit | commitdiff | tree | snapshot |
2004-05-14 |
Eric Andersen | Alexandre Oliva writes: |
commit | commitdiff | tree | snapshot |
2004-05-14 |
Eric Andersen | Patch from Alexandre Oliva: |
commit | commitdiff | tree | snapshot |
2004-05-14 |
Eric Andersen | Alexandre Oliva writes: |
commit | commitdiff | tree | snapshot |
2004-05-13 |
Eric Andersen | update libdl so it also groks the new _dl_errno |
commit | commitdiff | tree | snapshot |
2004-05-13 |
Eric Andersen | Add define for SHM_HUGETLB |
commit | commitdiff | tree | snapshot |
2004-05-13 |
Eric Andersen | Bradley D. LaRonde writes: |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Eric Andersen | Patch from Bradley D. LaRonde: |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Eric Andersen | Add a local '_dl_errno' to be used by syscalls in ldso... |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Eric Andersen | As noticed by the sharp eyed Joakim Tjernlund, I stupidly |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Eric Andersen | Setup a _dl_pagesize value for use by staticly linked... |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Eric Andersen | make certain that getpagesize() returns correct the... |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Eric Andersen | Purge trailing white space |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Eric Andersen | Bradley D. LaRonde, brad at laronde dot org writes: |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Tobias Anderberg | Save r0 before modifying it. |
commit | commitdiff | tree | snapshot |
2004-05-08 |
Manuel Novoa... | Obligatory forgotten file... |
commit | commitdiff | tree | snapshot |
next |