Age | Commit message (Expand) | Author |
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 |
2003-11-05 | Arthur Shipkowski, art ! videon-central ! com, writes: | Eric Andersen |
2003-11-05 | Force cris to be little endian. Afaik, there is no big | Eric Andersen |
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 |
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 |
2003-11-04 | Peter S. Mazinger writes: | Eric Andersen |
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 |
2003-11-04 | Rework the config system. Better utilize the Kconfig language | Eric Andersen |
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 |
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 |
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 |
2003-11-01 | Add some additional pwd/grp tests, to prevent me from | Eric Andersen |
2003-11-01 | Fix things (properly) to open /etc/passd and /etc/group if | Eric Andersen |
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 |
2003-10-31 | getpwent(), getpwent_r(), and getgrent(), getgrent_r() would all | Eric Andersen |
2003-10-31 | gdb wants to dlopen "libthread_db.so.1", so be sure to assign | Eric Andersen |
2003-10-25 | properly deal with soft-float when profiling as well | Eric Andersen |
2003-10-25 | Add -msoft-float to SAFECFLAGS when necessary. | Manuel Novoa III |