Eric Andersen
|
cf0a78c882
Cleanup crypt and remove the crypt_r stuff, since SuSv3
|
23 years ago |
Eric Andersen
|
bd85a75e3c
Remove some noise
|
23 years ago |
Eric Andersen
|
9a1a89e454
Changed my mind. Keep this separate.
|
23 years ago |
Eric Andersen
|
560dd2f77a
Rewrite getenv
|
23 years ago |
Eric Andersen
|
8cea9a34c6
rework getopt. no read need to split this one up since
|
23 years ago |
Eric Andersen
|
24fcbf9eef
missed a file
|
23 years ago |
Eric Andersen
|
0d1013082a
getopt tests
|
23 years ago |
Eric Andersen
|
91f53c1e98
Updates to the working apps list from Kagan Kongar. Thanks!
|
23 years ago |
Eric Andersen
|
9d4e5cf3b7
Apply integer overflow security fix for "CERT Advisory CA-2002-25 Integer
|
23 years ago |
Eric Andersen
|
9fe81b7558
Message catalog support for internationalization is not currently
|
23 years ago |
Eric Andersen
|
698d2c6803
Per suggestion from Miles Bader, move calloc.c to libc/stdlib.
|
23 years ago |
Eric Andersen
|
99eb56df38
When symbols are missing, its supposed to be an error...
|
23 years ago |
Eric Andersen
|
7711a9b8e8
Several pthreads updates. Enable linuxthreads_db. Several fixes
|
23 years ago |
Eric Andersen
|
0a2d7c0bb7
Fixup the last missing pieces of thread locking
|
23 years ago |
Eric Andersen
|
17a1a692cb
Rework RPC code once again. By default, only enable the
|
23 years ago |
Manuel Novoa III
|
78c86530e0
Enable getpt prototype.
|
23 years ago |
Manuel Novoa III
|
14c2c51eca
Changed fflush() behavior to no-op for r/w streams in read-mode.
|
23 years ago |
Eric Andersen
|
64f78ef63b
Unify calloc (its the same thing regardless of the underlying
|
23 years ago |
Eric Andersen
|
142d965177
Just in case, crash if somehow `exit' returns anyways
|
23 years ago |
Eric Andersen
|
bd3fadcde8
remove BUILDTIME since it is not used
|
23 years ago |
Manuel Novoa III
|
9e3364a9e6
A couple of little cleanups I forgot to check in.
|
23 years ago |
Eric Andersen
|
d4db0bd939
When DODEBUG and HAS_WCHAR were enabled and HAS_LOCALE was disabled,
|
23 years ago |
Miles Bader
|
b1723348b5
Use MALLOC_REALLOC_MIN_FREE_SIZE.
|
23 years ago |
Miles Bader
|
5d88651fa9
(MALLOC_REALLOC_MIN_FREE_SIZE): New macro.
|
23 years ago |
Miles Bader
|
3b836d665f
(HEAP_MIN_SIZE): New macro.
|
23 years ago |
Eric Andersen
|
205e2b7199
Joseph Chiu <josephc@idealab.com> found an off-by-one bug. oops!
|
23 years ago |
Miles Bader
|
3d909b2123
In the allocate-and-copy case, don't include the malloc header in our
|
23 years ago |
Eric Andersen
|
34067b3b46
Sigh. A bit more cleanup.
|
23 years ago |
Miles Bader
|
dfa6a5382a
Update debugging printfs.
|
23 years ago |
Eric Andersen
|
b93d7f3e92
Per discussion on the mailing list, simply vfork -> fork mapping to only apply
|
23 years ago |