summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-11-05Yet more messing with selecting sane default configsEric Andersen
2003-11-05Yet more config system updatesEric Andersen
2003-11-05Continue the conversion to using per-arch crti.S and crtn.SEric Andersen
2003-11-05Fix a buglet that shows up on powerpcEric Andersen
2003-11-05m68k is always big endian afaikEric Andersen
2003-11-05powerpc is always big endianEric Andersen
2003-11-05Continue the conversion to using per-arch crti.S and crtn.SEric Andersen
2003-11-05Patch from Peter S. Mazinger to hunt for awk in additionalEric Andersen
2003-11-05Arthur Shipkowski, art ! videon-central ! com, writes:Eric Andersen
2003-11-05Force cris to be little endian. Afaik, there is no bigEric Andersen
2003-11-05Continue the conversion to using per-arch crti.S and crtn.SEric Andersen
2003-11-05OopsEric Andersen
2003-11-05Continue the conversion to using per-arch crti.S and crtn.SEric Andersen
2003-11-05Do not provide a default for endianness. This needs to be selectedEric Andersen
2003-11-05Kill off "mipsel" and just use "mips"Eric Andersen
2003-11-05Continue the conversion to using per-arch crti.S and crtn.SEric Andersen
2003-11-05Begin the conversion to using per-arch crti.S and crtn.SEric Andersen
2003-11-04As Peter S. Mazinger has pointed out, the config system wantsEric Andersen
2003-11-04Peter S. Mazinger writes:Eric Andersen
2003-11-04Naming things this way will be much easier to deal withEric Andersen
2003-11-04Kill off the gcc wrapper. It has served us well, but there comes a time whenEric Andersen
2003-11-04Rework the config system. Better utilize the Kconfig languageEric Andersen
2003-11-04minor cleanupEric Andersen
2003-11-04Minor cleanupEric Andersen
2003-11-04Minor makefile tweaksEric Andersen
2003-11-03Begin preparations for the next releaseEric Andersen
2003-11-03Remove warning that apparently is not needed for e1Eric Andersen
2003-11-03Updated to match the other architectures. Fixes problem with "fcntl:Tobias Anderberg
2003-11-02Additional passwd and group testsEric Andersen
2003-11-02Implement getgrent_r. Rework getpwent and getgrent a bit furtherEric Andersen
2003-11-02Both setegid and seteuid were implemented suboptimally, such thatEric Andersen
2003-11-02Add some missing prototypesEric Andersen
2003-11-02Be extra careful to check uid and gid converstions to kernel typesEric Andersen
2003-11-02Make the syscall locally, avoid an externEric Andersen
2003-11-02If realloc failed, we'd lose the pointer to the exit function table.Manuel Novoa III
2003-11-02Hopefully fix the struct tm extension problem once and for all.Manuel Novoa III
2003-11-01Add some additional pwd/grp tests, to prevent me fromEric Andersen
2003-11-01Fix things (properly) to open /etc/passd and /etc/group ifEric Andersen
2003-11-01this script is no longer used, and can be removed.Eric Andersen
2003-10-31Fix Erik's typo.Manuel Novoa III
2003-10-31Some more soft float fixes... for arm in particular (libfloat).Manuel Novoa III
2003-10-31getpwent(), getpwent_r(), and getgrent(), getgrent_r() would allEric Andersen
2003-10-31gdb wants to dlopen "libthread_db.so.1", so be sure to assignEric Andersen
2003-10-25properly deal with soft-float when profiling as wellEric Andersen
2003-10-25Add -msoft-float to SAFECFLAGS when necessary.Manuel Novoa III
2003-10-24Sigh. It seems some stupid programs expect this...Eric Andersen
2003-10-24Disable optimizations with debuggingEric Andersen
2003-10-24better tuning for xscale that copes with generally available toolchainsEric Andersen
2003-10-23Peter Kjellerstedt writes:Eric Andersen
2003-10-22Peter S. Mazinger pointed out that I missed a spot. I shouldEric Andersen