]> Git Repo - uclibc-ng.git/history - libc
Oops. I forgot to commit this file...
[uclibc-ng.git] / libc /
2002-02-21 Eric AndersenWhen vfork is not available and we have an MMU, then...
2002-02-21 Eric AndersenMiles Bader noticed that I'd messed up by always pulling
2002-02-20 Eric AndersenFix from John Rigby to fix stat() so it actually works.
2002-02-20 Eric Andersenoops. I had accidentally typed in "clean" when I meant...
2002-02-20 Eric AndersenThis is a bit less messy
2002-02-20 Eric AndersenMerge in the pthread library. This is the linuxthreads...
2002-02-19 Manuel Novoa III Output an error if uClibc's and app's largefile configu...
2002-02-19 Eric AndersenDoh! Miles Bader noticed a couple of spots where I...
2002-02-18 Eric AndersenRename __stdio_close_all to __stdio_flush_buffers....
2002-02-18 Eric AndersenDoh!
2002-02-18 Eric AndersenMiles Bader writes:
2002-02-18 Eric AndersenMake shared libs properly list the correct ld.so in...
2002-02-18 Eric AndersenSupport strong_alias and begin merging usage of weak_fu...
2002-02-16 Eric AndersenUse sizeof(sa_mask) instaed of sizeof(sigset_t) since...
2002-02-16 Eric AndersenSeveral mips cleanups/additons from Geoffrey Espin.
2002-02-16 Eric AndersenPatch from Yoshinori Sato <[email protected]> to...
2002-02-13 Eric AndersenFix missing longjmp symbol
2002-02-13 Eric AndersenFix copyright message
2002-02-13 Eric AndersenA number of naming updates in preparation for adding in
2002-02-12 Eric AndersenMark Robson noticed that our strcasecmp() behaviour...
2002-02-11 Eric AndersenHAVE_SA_RESTORER is supposed to be true, not false...
2002-02-06 David McCulloughAdd in clone (untested)
2002-02-05 Eric AndersenFix __adjtimex symbol
2002-02-05 Eric AndersenOOps.
2002-02-05 Eric Andersenuse X/Open __sysv_signal name, then use the weak name...
2002-02-04 Eric AndersenFix naming error in brk.c, enable faster malloc by...
2002-02-04 Eric AndersenFixup mips so it now works and provides basic functionality
2002-02-04 Eric AndersenRework powerpc to be consistant with the other arches.
2002-02-04 Eric AndersenFix path
2002-02-04 Eric AndersenAdjust sparc port do it now actually works.
2002-02-04 Eric AndersenA few more little cleanups
2002-02-04 Eric AndersenBe consistant about the ways in which asm/unistd.h...
2002-02-04 Eric AndersenOops.
2002-02-03 Eric AndersenAllow sparc code to at least compile
2002-02-02 Eric AndersenAdd in support for the Hitach H8/300H architecture,
2002-02-02 Eric AndersenAdd in a weak __mempcpy for mempcpy to make certain GNU
2002-02-02 Eric AndersenI just wrote up gethostent(), sethostent(), and endhost...
2002-02-02 Eric AndersenGrr. I should learn to compile stuff before committing
2002-02-02 Eric AndersenOops
2002-02-02 Eric AndersenAdd in a weak for __adjtime
2002-02-02 Eric AndersenSeveral little additions and cleanups. Add getw()...
2002-02-02 Eric AndersenFix hstrerror
2002-02-01 Eric AndersenAdd in syscalls.h for mipsel, thanks to Steven J. Hill.
2002-01-31 Eric AndersenFix/simplify longjmp. Fix toplevel mips settings
2002-01-31 Eric AndersenFixup setjmp and longjmp so they behave themselves...
2002-01-30 Eric AndersenFixup setjmp implementation so it actaully works as...
2002-01-29 Eric AndersenAdd in setfsuid() and setfsgid() so lpr-0.72 can compile.
2002-01-29 Eric AndersenDoh! I'd included sbrk.o twice...
2002-01-29 Eric AndersenMake it so powerpc can work despite lacking brk().
2002-01-29 Eric AndersenUpdates to the v850 architecture from Miles Bader ...
2002-01-28 Eric AndersenFix the bug where binaries built with older toolchains...
2002-01-21 Eric Andersenoops
2002-01-21 Eric AndersenMake sbrk common, add arm/brk.c, cleanup leftover damage
2002-01-17 Eric AndersenDon't waste space warning about tempnam()
2002-01-17 Eric AndersenEnable fcntl64, and fix fcntl when large fils is enabled.
2002-01-17 David McCullough* Added /etc/shadow support (Config selectable)
2002-01-17 David McCulloughAdded insque/remque support
2002-01-17 David McCulloughDon't print an error if the utmp file doesn't exist...
2002-01-17 David McCulloughFix simple malloc to work on systems with an MMU
2002-01-17 David McCulloughAdd sbrk and friends
2002-01-17 David McCulloughAdd in support for inet_netof, inet_lnaof, inet_makeadd...
2002-01-16 Eric AndersenClearify error message
2002-01-16 Eric AndersenTell ld explicitly when stuff is supposed to by dynamic...
2002-01-14 Eric AndersenPatch from Brian Stafford <[email protected]...
2002-01-14 Eric AndersenEnable fdatasync
2002-01-12 Eric AndersenMake libc depend on ldso
2002-01-11 Eric AndersenCleanup makfile, use ld to avoid chicken-and-egg proble...
2002-01-11 Eric AndersenFix indenting
2002-01-09 Eric AndersenDoh! I broke getmntent when I added getmntent_r! ...
2002-01-09 Eric AndersenImplement mempcpy
2002-01-09 Eric AndersenFixup broken termios stuff. No, really this time.
2002-01-09 Eric AndersenAllow people to exclude regex code, since it is huge...
2002-01-09 Eric AndersenRework termios wrapping code to try and do the right...
2002-01-09 Eric AndersenPatch from Stefan Soucek <[email protected]> to...
2002-01-09 Eric AndersenBe more carefull about erroring out of shell fragments...
2002-01-09 Eric AndersenFix duplicate of timezone
2002-01-08 Eric AndersenScrub malloc handling
2002-01-07 Eric AndersenMahe 'make clean' remove generated bits/syscall.h, as
2002-01-06 Eric AndersenUse public interface, not a glibc style private one
2002-01-06 Eric AndersenSupport tmpfile64 (just a weak for tmpfile)
2002-01-06 Eric AndersenSupport statvfs and statfs. Added getmntent_r (and...
2002-01-03 Eric AndersenMake getopt act the same regardless whether the app...
2002-01-03 Eric AndersenOops. I'd accidentally enabled a #define for __NR_get_...
2002-01-03 Eric AndersenEnable several more syscalls.
2002-01-02 Eric AndersenFixes from M. R. Brown <[email protected]> to fixup...
2002-01-02 Eric AndersenPatch to add rcmd support, from Stefan Soucek, which...
2002-01-02 Eric AndersenFix a few things I'd missed when using old (2.0.x)...
2002-01-02 Eric AndersenOops. Disable threading.
2002-01-02 Eric AndersenSync SH header files with glibc 2.2.4, so it can actual...
2002-01-02 Eric AndersenOnce again, rework the signal handling to be even more...
2002-01-02 Eric AndersenTake the shorcut version, which is good enough for
2002-01-02 Eric AndersenFix usleep to work correctly. Fix sleep behavior in the
2002-01-02 Eric AndersenTurn off the useless personality crap
2002-01-01 Eric AndersenChange all 'cd <foo>; bar' constructs to 'cd <foo>...
2001-12-29 Eric AndersenAdd in the missing get_kernel_syms syscall
2001-12-21 Eric AndersenA very large patch from Miles Bader <[email protected]...
2001-12-20 Eric AndersenIgnore tmp dir
2001-12-20 Eric AndersenFixup autogeneration of bits/syscalls.h
2001-12-20 Eric AndersenSteven Carr noticed that uClibc's inet_aton() is strict...
2001-12-19 Eric AndersenUpdate my email address. I am no longer [email protected]
next
This page took 0.06357 seconds and 7 git commands to generate.