Eric Andersen
|
bb13f09f16
As Peter S. Mazinger has pointed out, the config system wants
|
21 years ago |
Eric Andersen
|
8407ee91dd
Peter S. Mazinger writes:
|
21 years ago |
Eric Andersen
|
591baf8f35
Naming things this way will be much easier to deal with
|
21 years ago |
Eric Andersen
|
332ebcafed
Kill off the gcc wrapper. It has served us well, but there comes a time when
|
21 years ago |
Eric Andersen
|
f8a3fa0247
Rework the config system. Better utilize the Kconfig language
|
21 years ago |
Eric Andersen
|
fe6015e8aa
minor cleanup
|
21 years ago |
Eric Andersen
|
36be007b26
Minor cleanup
|
21 years ago |
Eric Andersen
|
3a546d1328
Minor makefile tweaks
|
21 years ago |
Eric Andersen
|
cd6759b35c
Begin preparations for the next release
|
21 years ago |
Eric Andersen
|
562b05c14c
Remove warning that apparently is not needed for e1
|
21 years ago |
Tobias Anderberg
|
99dbdba98c
Updated to match the other architectures. Fixes problem with "fcntl:
|
21 years ago |
Eric Andersen
|
dae4f33e48
Additional passwd and group tests
|
21 years ago |
Eric Andersen
|
ded0e9aba4
Implement getgrent_r. Rework getpwent and getgrent a bit further
|
21 years ago |
Eric Andersen
|
44ecacea6b
Both setegid and seteuid were implemented suboptimally, such that
|
21 years ago |
Eric Andersen
|
733eb3f9b3
Add some missing prototypes
|
21 years ago |
Eric Andersen
|
1167efa4af
Be extra careful to check uid and gid converstions to kernel types
|
21 years ago |
Eric Andersen
|
c94d3fd8f7
Make the syscall locally, avoid an extern
|
21 years ago |
Manuel Novoa III
|
5d8ce82d8c
If realloc failed, we'd lose the pointer to the exit function table.
|
21 years ago |
Manuel Novoa III
|
a30a999bb0
Hopefully fix the struct tm extension problem once and for all.
|
21 years ago |
Eric Andersen
|
d8fe0f7534
Add some additional pwd/grp tests, to prevent me from
|
21 years ago |
Eric Andersen
|
fabd08e854
Fix things (properly) to open /etc/passd and /etc/group if
|
21 years ago |
Eric Andersen
|
9eae73f74c
this script is no longer used, and can be removed.
|
21 years ago |
Manuel Novoa III
|
30d4b70168
Fix Erik's typo.
|
21 years ago |
Manuel Novoa III
|
f72338a387
Some more soft float fixes... for arm in particular (libfloat).
|
21 years ago |
Eric Andersen
|
fff9c70e33
getpwent(), getpwent_r(), and getgrent(), getgrent_r() would all
|
21 years ago |
Eric Andersen
|
86061e5f2b
gdb wants to dlopen "libthread_db.so.1", so be sure to assign
|
21 years ago |
Eric Andersen
|
9f9350ab90
properly deal with soft-float when profiling as well
|
21 years ago |
Manuel Novoa III
|
4cc7fb45c1
Add -msoft-float to SAFECFLAGS when necessary.
|
21 years ago |
Eric Andersen
|
bcfd17afd8
Sigh. It seems some stupid programs expect this...
|
21 years ago |
Eric Andersen
|
548a9b7246
Disable optimizations with debugging
|
21 years ago |