Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-05 | Add quick hacks to create fake crti.o and crtn.o files. These architectures | Eric Andersen | |
need to be fixed properly. I tried, but I was unable to build a cross toolchain for each of these (using stock binutils and gcc) so it is someone else's problem to fix them now. | |||
2003-11-05 | Kill initfini.awk | Eric Andersen | |
2003-11-05 | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | |
2003-11-05 | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | |
2003-11-05 | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | |
2003-11-05 | v850 appers to be little endian only | Eric Andersen | |
2003-11-05 | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | |
2003-11-05 | duh. the alpha has an fpu | Eric Andersen | |
2003-11-05 | Yet more messing with selecting sane default configs | Eric Andersen | |
2003-11-05 | Yet more config system updates | Eric Andersen | |
2003-11-05 | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | |
2003-11-05 | Fix a buglet that shows up on powerpc | Eric Andersen | |
2003-11-05 | m68k is always big endian afaik | Eric Andersen | |
2003-11-05 | powerpc is always big endian | Eric Andersen | |
2003-11-05 | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | |
2003-11-05 | Patch from Peter S. Mazinger to hunt for awk in additional | Eric Andersen | |
places.... | |||
2003-11-05 | Arthur Shipkowski, art ! videon-central ! com, writes: | Eric Andersen | |
I've noticed a few people have posted over the last year about problems compiling programs that use vfork when pthreads are involved. Some detective work turned up that ptfork.c aliases vfork to fork and then tries to call the original fork as __libc_fork. This patch removes the aliasing when there is no MMU present, and uses the same call semantics to call __libc_vfork. I then added a symbol to the m68k vfork.S to allow vfork to be called as __libc_vfork. The same bug exists in the uClibc CVS, and with a possible tweak this patch should go through there as well. Obviously, all other platforms need __libc_vfork as a workable means to call vfork in order for this to work for them. Let me know if there are any problems with this patch. Art Shipkowski Videon Central Software Engineer (814)235-1111 x307 | |||
2003-11-05 | Force cris to be little endian. Afaik, there is no big | Eric Andersen | |
endian cris architecture. | |||
2003-11-05 | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | |
2003-11-05 | Oops | Eric Andersen | |
2003-11-05 | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | |
2003-11-05 | Do not provide a default for endianness. This needs to be selected | Eric Andersen | |
on a per-arch basis, or left to the user to choose. | |||
2003-11-05 | Kill off "mipsel" and just use "mips" | Eric Andersen | |
2003-11-05 | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | |
2003-11-05 | Begin the conversion to using per-arch crti.S and crtn.S | Eric Andersen | |
2003-11-04 | As Peter S. Mazinger has pointed out, the config system wants | Eric Andersen | |
some defaults. So give it some empty defaults and let people select their own options. | |||
2003-11-04 | Peter S. Mazinger writes: | Eric Andersen | |
Hello! The latest changes document ldd in RUNTIME_PREFIX/bin, but it is installed in RUNTIME_PREFIX/usr/bin Peter | |||
2003-11-04 | Naming things this way will be much easier to deal with | Eric Andersen | |
2003-11-04 | Kill off the gcc wrapper. It has served us well, but there comes a time when | Eric Andersen | |
90% of correct is simply not good enough. Some people will not be very happy about the decision to kill the wrapper toolchain. Sorry, but a real toolchain is the One True Way(tm). -Erik | |||
2003-11-04 | Rework the config system. Better utilize the Kconfig language | Eric Andersen | |
which should simplify enabling arbitrary architectures. -Erik | |||
2003-11-04 | minor cleanup | Eric Andersen | |
2003-11-04 | Minor cleanup | Eric Andersen | |
2003-11-04 | Minor makefile tweaks | Eric Andersen | |
2003-11-03 | Begin preparations for the next release | Eric Andersen | |
2003-11-03 | Remove warning that apparently is not needed for e1 | Eric Andersen | |
2003-11-03 | Updated to match the other architectures. Fixes problem with "fcntl: | Tobias Anderberg | |
function not implemented". | |||
2003-11-02 | Additional passwd and group tests | Eric Andersen | |
2003-11-02 | Implement getgrent_r. Rework getpwent and getgrent a bit further | Eric Andersen | |
2003-11-02 | Both setegid and seteuid were implemented suboptimally, such that | Eric Andersen | |
we were unable to switch back to the original saved group/user ID. -Erik | |||
2003-11-02 | Add some missing prototypes | Eric Andersen | |
2003-11-02 | Be extra careful to check uid and gid converstions to kernel types | Eric Andersen | |
2003-11-02 | Make the syscall locally, avoid an extern | Eric Andersen | |
2003-11-02 | If realloc failed, we'd lose the pointer to the exit function table. | Manuel Novoa III | |
2003-11-02 | Hopefully fix the struct tm extension problem once and for all. | Manuel Novoa III | |
Also fix a dst-related bug which caused the use of uninitialized data. | |||
2003-11-01 | Add some additional pwd/grp tests, to prevent me from | Eric Andersen | |
breaking obvious things in the future. -Erik | |||
2003-11-01 | Fix things (properly) to open /etc/passd and /etc/group if | Eric Andersen | |
they have not yet been opened. My last try was completely and embarrasingly broken. -Erik | |||
2003-11-01 | this script is no longer used, and can be removed. | Eric Andersen | |
2003-10-31 | Fix Erik's typo. | Manuel Novoa III | |
2003-10-31 | Some more soft float fixes... for arm in particular (libfloat). | Manuel Novoa III | |
Remove the ADD_LIBGCC_FUNCTIONS option and do things the right way. Either we have a shared libgcc available, or the libgcc routines aren't PIC and don't belong in the shared libc anyway. | |||
2003-10-31 | getpwent(), getpwent_r(), and getgrent(), getgrent_r() would all | Eric Andersen | |
fail if you had not previously called setpwent() or setgrent() respectively. Oops. My bad. -Erik |