Historie revizí

Autor SHA1 Zpráva Datum
  Eric Andersen 36970cc691 Add an SH port done by Jean-Yves Avenard of Hewlett-Packard - Embedded před 25 roky
  Manuel Novoa III 93ccb0356b Fix a couple of bugs in _fopen and fclose, plus change a few internals. před 25 roky
  Manuel Novoa III 13793a7b4d Have isatty call ioctl directly rather than tcgetattr; especially since any před 25 roky
  Manuel Novoa III 84fb6c9e25 Make sure errno is 0 before we call main (may have been set while initializing). před 25 roky
  Manuel Novoa III d959f3d79c Remove redundant old isatty.c since newer termios supplies one. před 25 roky
  Eric Andersen 3c7294693b I just changed "net" to "inet" to better follow the directory před 25 roky
  Manuel Novoa III d521275a86 Lots of stdio cleanups. Several bug fixes, addition of a number of functions před 25 roky
  Manuel Novoa III dfe2d42547 Create __uClibc_main to handle what can be done in C instead of each arch's před 25 roky
  Manuel Novoa III 438aac7262 Revert to standard handling of _exit syscall in unified syscall case on i386. před 25 roky
  Manuel Novoa III f73d7b6a3a Fix problems with test wrapper and test compiler selection. před 25 roky
  Manuel Novoa III 3a6d1e638c Fix LIBC rule. (cut-and-paste user bug...) před 25 roky
  Manuel Novoa III 3b913463b9 And apparently some things include sys/time.h instead of time.h in uClibc... před 25 roky
  Manuel Novoa III 49169b709c I guess we always need timespec... před 25 roky
  Manuel Novoa III 940d253f89 Add bdflush. před 25 roky
  Manuel Novoa III 0ba092c1c9 Add vdprintf function. Note: will be rewritten to check if file descriptor has an associated FILE to avoid bad interactions with buffered output, but needed for busybox right now and that implementation has the same bug. před 25 roky
  Manuel Novoa III 55452223c9 Fix stdin/stdout/stderr for now. před 25 roky
  Manuel Novoa III dd3bc2a852 Add tsearch functions from libc-5.3.12. před 25 roky
  Manuel Novoa III 01ca508960 Comment out for now. Not used and was causing an error. před 25 roky
  Manuel Novoa III d2db1cbbea Add missing header file. před 25 roky
  Manuel Novoa III 3e0fe4b1cc Handle definition of struct timespec. před 25 roky
  Manuel Novoa III bd0ff62e4a Fix stdin/stdout/stderr (that I broke) and add vdprintf prototype. před 25 roky
  Manuel Novoa III c886fc9109 Fix broken prototype. před 25 roky
  Manuel Novoa III 0ae3814223 Define __USE_GNU as glibc does. před 25 roky
  Manuel Novoa III e128fa8ad5 Hack DYNAMIC_LINKER setting for now. před 25 roky
  Eric Andersen 3f549ec279 Use MAP_FAILED. před 25 roky
  Eric Andersen 314b6a528c Add MAP_FAILED per spec -- patch from Michael Shmulevich <michaels@jungo.com> před 25 roky
  Manuel Novoa III 356b686774 Clean up lots of warnings. před 25 roky
  Eric Andersen e57fc6bbb2 Use __environ instead of the GNU extension environ. před 25 roky
  Eric Andersen 56139d5a71 Remove now irrelevant comment. před 25 roky
  Manuel Novoa III 8a017d3b13 Add #define to handle new ptrace support. před 25 roky