summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* (likely, unlikely): New macros.Miles Bader2002-08-301-0/+12
|
* (likely, unlikely): New macros.Miles Bader2002-08-301-6/+8
| | | | (__malloc_likely, __malloc_unlikely): Macros removed.
* Fix a silly bug notices by Ronald Wahl <rwa@peppercon.com>Eric Andersen2002-08-287-7/+0
|
* If the initfini.pl script changes, regenerate the crt[in].S files.David McCullough2002-08-281-1/+1
|
* Fix broken getpriority syscall, per email from Marshall M. MiddenEric Andersen2002-08-281-2/+15
| | | | -Erik
* fix grammarEric Andersen2002-08-281-2/+2
|
* Final update0_9_15Eric Andersen2002-08-271-0/+14
|
* Somehow the bit of code that add the offset of envp to argv got lostDavid McCullough2002-08-271-0/+1
| | | | | and envp was a very small number and not an address. I think this fixes most of the SH platform.
* update for releaseEric Andersen2002-08-271-0/+19
|
* Update changelog for releaseEric Andersen2002-08-272-806/+311
|
* Obligatory forgotten file... sys_errlist garbage.Manuel Novoa III2002-08-271-0/+12
|
* Semonstrate a problem where weak symbols referenced in shared libs are notEric Andersen2002-08-274-5/+74
| | | | | | being overridden when those same symbols _are_ overridden by other shared libs in the main app. Ick. -Erik
* Make sure that bits/syscalls.h always includes bits/syscall.hEric Andersen2002-08-278-1/+37
| | | | -Erik
* Reimplement sys_errlist[] so that it works on sparc, alpha, and mips.Manuel Novoa III2002-08-272-1/+161
| | | | | | | | In my opinion, this is a complete waste of good memory and is only done to avoid the anticipated whining by people who think this libary is named uCglibc. At some point this may become a configurable option. And even then, it may not be available in all configs... for instance when system error messages become locale-dependent.
* Make this as glibc-like as possible while avoiding the fileutilsManuel Novoa III2002-08-271-1/+3
| | | | problem. glibc hides the DT_* enum values unless __USE_BSD is defined.
* Fix a delay slot problem, this gets some apps working on SH, a good numberDavid McCullough2002-08-271-1/+3
| | | | are still seg-faulting.
* Move the _DIRENT_HAVE_D_TYPE test to avoid breaking fileutilsEric Andersen2002-08-271-1/+1
| | | | -Erik
* No need to hide this stuff when _DIRENT_HAVE_D_TYPE is notEric Andersen2002-08-271-1/+1
| | | | | | defined... Nothing too sacred in there and it can be used for other things... -Erik
* Added __kernel_fsid_t to satisfy some apps that need it.David McCullough2002-08-279-0/+60
| | | | Definitions taken from 2.4 kernel sources for each of the platforms.
* Implement missing readdir64_r.cEric Andersen2002-08-262-1/+81
| | | | -Erik
* sparc, alpha, and mips have different errno values than the otherManuel Novoa III2002-08-264-158/+178
| | | | | | | supported platforms. Adjust _susv3_strerror_r function to deal with this. Also fix an error in strerror() wrt invalid errnos. NOTE: sys_errlist and sys_nerr are no longer supported!!!
* Oops. I got the include guard wrong. Fix it per currentEric Andersen2002-08-261-3/+3
| | | | | value in include/asm-v850/posix_types.h on cvs.uclinux.org -Erik
* Make bits/kernel_types.h include guard names match the includeEric Andersen2002-08-2610-25/+85
| | | | | | | guard names used by the kernel's asm/posix_types.h to eliminate gratuitous conflicts and let our file win over the very-likely- to-be-broken kernel header file. -Erik
* Initial checkin.Miles Bader2002-08-262-0/+150
|
* Update version to 0.9.15 in preparation for making a releaseEric Andersen2002-08-251-1/+1
| | | | -Erik
* Changed fclose behavior when custom streams were enabled. Previously,Manuel Novoa III2002-08-251-2/+21
| | | | | | | | | | | the cookie pointer was set to NULL as a debugging aid. However, some of the perl 5.8 test rely on being able to close stderr and still try writing to it. So now, the cookie pointer and handler function pointers are set to that it is a "normal" file with a file descriptor of -1. Note: The cookie pointer is reset to NULL if the FILE struct is free'd by fclose.
* Kill the HAS_LONG_LONG option. It really did not make a lot ofEric Andersen2002-08-2521-177/+1
| | | | | | sense to exclude it, gcc always supports long long, and we never fully excluded long long anyways (off64_t for example). -Erik
* Use the kernel version of struct msqid_ds directly, since we don'tEric Andersen2002-08-251-16/+14
| | | | | do any of that silly translating... -Erik
* Finish off the bits/kernel_stat.h cleanup for properEric Andersen2002-08-258-2/+304
| | | | | __USE_FILE_OFFSET64 handling. -Erik
* Make shm stuff work properly.Eric Andersen2002-08-253-34/+30
| | | | -Erik
* ignore generated stuffEric Andersen2002-08-251-0/+1
|
* Tweak things so that struct stat and struct stat64 (seem to) work onManuel Novoa III2002-08-242-7/+27
| | | | i386. This is for Erik to look at wrt the other archs.
* Simple shared memory testEric Andersen2002-08-242-1/+56
|
* Avoid `ECANCELED' redefined on mipsEric Andersen2002-08-241-3/+4
| | | | -Erik
* Use bits/kernel_stat.h, not asm/stat.hEric Andersen2002-08-241-2/+1
| | | | -Erik
* Ignore generated stuffEric Andersen2002-08-241-1/+12
|
* Break dependancy of bits/types.h on the asm/posix_types.h kernelEric Andersen2002-08-244-36/+4
| | | | | header, which is not directly usable for many architectures. -Erik
* Break dependancy of bits/types.h on the asm/posix_types.h kernelEric Andersen2002-08-2410-10/+334
| | | | | header, which is not directly usable for many architectures. -Erik
* Split out the definition of struct stat into the new archEric Andersen2002-08-2310-612/+580
| | | | | specific bits/kernel_stat.h file. -Erik
* Fix broken linkEric Andersen2002-08-231-1/+1
|
* Split out the arch dependant errno_values.h junk into arch dependant files.Eric Andersen2002-08-234-392/+405
| | | | -Erik
* Ignore generated binariesEric Andersen2002-08-231-0/+7
|
* (initfini.s): Search the uClibc include dir, so we can find <features.h>.Miles Bader2002-08-231-1/+1
|
* Rework struct stat/stat64 handling to eliminate kernel headersEric Andersen2002-08-226-387/+613
| | | | -Erik
* Rework errno handling to be kernel header freeEric Andersen2002-08-223-68/+523
| | | | -Erik
* Support _syscall6 and _syscall7 for armEric Andersen2002-08-221-0/+17
| | | | -Erik
* Hide .hidden stuff unless explicitly enabledEric Andersen2002-08-223-11/+24
| | | | -Erik
* Revert mode_t change. Sigh. As Manuel so eloquently put it: "this is the wayEric Andersen2002-08-217-9/+8
| | | | | | we hose our code... hose our code... hose our code... this is the way we hose our code... all thanks to glibc" -Erik
* mode_t was being promoted to an int by gcc's __builtin_va_arg, causing badEric Andersen2002-08-211-2/+2
| | | | | | things to happen. This makes it explicit, so pthread using apps are no longer broken... -Erik
* Remove some noiseEric Andersen2002-08-201-12/+0
|