| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add quick hacks to create fake crti.o and crtn.o files. These architectures | Eric Andersen | 2003-11-05 | 4 | -4/+116 |
* | Kill initfini.awk | Eric Andersen | 2003-11-05 | 3 | -175/+1 |
* | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | 2003-11-05 | 3 | -1/+102 |
* | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | 2003-11-05 | 3 | -1/+73 |
* | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | 2003-11-05 | 3 | -1/+77 |
* | v850 appers to be little endian only | Eric Andersen | 2003-11-05 | 1 | -0/+1 |
* | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | 2003-11-05 | 3 | -1/+99 |
* | duh. the alpha has an fpu | Eric Andersen | 2003-11-05 | 1 | -1/+1 |
* | Yet more messing with selecting sane default configs | Eric Andersen | 2003-11-05 | 9 | -2/+21 |
* | Yet more config system updates | Eric Andersen | 2003-11-05 | 10 | -2/+18 |
* | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | 2003-11-05 | 3 | -1/+79 |
* | Fix a buglet that shows up on powerpc | Eric Andersen | 2003-11-05 | 2 | -4/+4 |
* | m68k is always big endian afaik | Eric Andersen | 2003-11-05 | 1 | -0/+1 |
* | powerpc is always big endian | Eric Andersen | 2003-11-05 | 1 | -0/+1 |
* | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | 2003-11-05 | 3 | -1/+89 |
* | Patch from Peter S. Mazinger to hunt for awk in additional | Eric Andersen | 2003-11-05 | 1 | -1/+4 |
* | Arthur Shipkowski, art ! videon-central ! com, writes: | Eric Andersen | 2003-11-05 | 2 | -1/+28 |
* | Force cris to be little endian. Afaik, there is no big | Eric Andersen | 2003-11-05 | 1 | -0/+1 |
* | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | 2003-11-05 | 3 | -1/+113 |
* | Oops | Eric Andersen | 2003-11-05 | 1 | -3/+1 |
* | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | 2003-11-05 | 3 | -1/+122 |
* | Do not provide a default for endianness. This needs to be selected | Eric Andersen | 2003-11-05 | 1 | -1/+0 |
* | Kill off "mipsel" and just use "mips" | Eric Andersen | 2003-11-05 | 5 | -21/+5 |
* | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | 2003-11-05 | 6 | -2/+157 |
* | Begin the conversion to using per-arch crti.S and crtn.S | Eric Andersen | 2003-11-05 | 3 | -1/+100 |
* | As Peter S. Mazinger has pointed out, the config system wants | Eric Andersen | 2003-11-04 | 2 | -1/+3 |
* | Peter S. Mazinger writes: | Eric Andersen | 2003-11-04 | 1 | -1/+1 |
* | Naming things this way will be much easier to deal with | Eric Andersen | 2003-11-04 | 1 | -29/+29 |
* | Kill off the gcc wrapper. It has served us well, but there comes a time when | Eric Andersen | 2003-11-04 | 3 | -758/+0 |
* | Rework the config system. Better utilize the Kconfig language | Eric Andersen | 2003-11-04 | 45 | -1441/+377 |
* | minor cleanup | Eric Andersen | 2003-11-04 | 7 | -15/+15 |
* | Minor cleanup | Eric Andersen | 2003-11-04 | 1 | -2/+2 |
* | Minor makefile tweaks | Eric Andersen | 2003-11-04 | 1 | -1/+3 |
* | Begin preparations for the next release | Eric Andersen | 2003-11-03 | 1 | -1/+1 |
* | Remove warning that apparently is not needed for e1 | Eric Andersen | 2003-11-03 | 1 | -1/+0 |
* | Updated to match the other architectures. Fixes problem with "fcntl: | Tobias Anderberg | 2003-11-03 | 1 | -29/+67 |
* | Additional passwd and group tests | Eric Andersen | 2003-11-02 | 5 | -46/+157 |
* | Implement getgrent_r. Rework getpwent and getgrent a bit further | Eric Andersen | 2003-11-02 | 2 | -24/+38 |
* | Both setegid and seteuid were implemented suboptimally, such that | Eric Andersen | 2003-11-02 | 2 | -3/+42 |
* | Add some missing prototypes | Eric Andersen | 2003-11-02 | 1 | -1/+19 |
* | Be extra careful to check uid and gid converstions to kernel types | Eric Andersen | 2003-11-02 | 1 | -17/+74 |
* | Make the syscall locally, avoid an extern | Eric Andersen | 2003-11-02 | 1 | -2/+6 |
* | If realloc failed, we'd lose the pointer to the exit function table. | Manuel Novoa III | 2003-11-02 | 1 | -6/+8 |
* | Hopefully fix the struct tm extension problem once and for all. | Manuel Novoa III | 2003-11-02 | 2 | -25/+67 |
* | Add some additional pwd/grp tests, to prevent me from | Eric Andersen | 2003-11-01 | 4 | -1/+158 |
* | Fix things (properly) to open /etc/passd and /etc/group if | Eric Andersen | 2003-11-01 | 4 | -24/+36 |
* | this script is no longer used, and can be removed. | Eric Andersen | 2003-11-01 | 1 | -84/+0 |
* | Fix Erik's typo. | Manuel Novoa III | 2003-10-31 | 1 | -1/+1 |
* | Some more soft float fixes... for arm in particular (libfloat). | Manuel Novoa III | 2003-10-31 | 7 | -43/+14 |
* | getpwent(), getpwent_r(), and getgrent(), getgrent_r() would all | Eric Andersen | 2003-10-31 | 3 | -1/+8 |