OSDN Git Service

Patch from lethal, adding syscall() to the sh64 port
[uclinux-h8/uClibc.git] / libc /
2003-12-03 Eric AndersenPatch from lethal, adding syscall() to the sh64 port
2003-12-03 Eric Andersenremove some garbage
2003-12-02 Manuel Novoa III Add a syscall() implementation using a hacked version...
2003-12-02 Eric AndersenAdd function versions of ntohl and friends
2003-12-02 Eric AndersenAvoid a potentially undefined operation with a veriable...
2003-12-02 Manuel Novoa III Put in a dummy reference to main so busybox will link.
2003-11-29 Manuel Novoa III Patch by "Bradley D. LaRonde" <brad@ltc.com> for boehm...
2003-11-28 Manuel Novoa III Another missing mips function, needed by the boehm...
2003-11-28 Manuel Novoa III Add sysmips(), based on a patch by Atsushi Nemoto ...
2003-11-22 Eric AndersenRemove SAFECFLAGS. It was a workaround for failures...
2003-11-20 Eric AndersenAdd missing weak alias for bcmp
2003-11-20 Manuel Novoa III Always include locale.h, which was included by libintl...
2003-11-20 Eric AndersenDon't depend on BSD naming
2003-11-20 Eric AndersenAdd an initial set of arm optimized string functions...
2003-11-20 Eric AndersenLets try that one again...
2003-11-20 Eric AndersenMake certain that the arch specific stuff is always...
2003-11-20 Eric AndersenFixup dependancies to ensure arch specific string functions
2003-11-19 Manuel Novoa III Fix the return value for fputs when passed an empty...
2003-11-17 Manuel Novoa III If __NR_ftruncate64 isn't defined, do the best we can.
2003-11-16 Manuel Novoa III I forgot to update the thread locking in the last dst...
2003-11-16 Manuel Novoa III Fix a build problem when using 2.2.x kernel headers.
2003-11-12 Eric AndersenAdd support for missing ntp_gettime and ntp_adjtime
2003-11-11 Manuel Novoa III Fix for the last "fix".
2003-11-11 Manuel Novoa III Protect some header inclusions.
2003-11-11 Eric AndersenStefan Allius writes:
2003-11-08 Eric AndersenDarn. Fix compilation for soft-float, which I inadvert...
2003-11-08 Eric Andersenkill mention of the wrapper
2003-11-08 Eric AndersenFor now, disable the iconv utility
2003-11-08 Eric AndersenFix up several errors related to filename length and...
2003-11-07 Manuel Novoa III Add clock_gettime() submitted by Justus Pendleton ...
2003-11-06 Manuel Novoa III Sigh... I wasn't checking if the gid field in a group...
2003-11-06 Manuel Novoa III Add a utility macro.
2003-11-06 Manuel Novoa III Oops... don't need recursive mutexes.
2003-11-06 Manuel Novoa III Rewrite the pwd.h, grp.h, and shadow.h functions (excep...
2003-11-06 Eric AndersenAdd in aliases provided by the non arch specific implem...
2003-11-06 Eric AndersenGeorge Thanos writes:
2003-11-06 Eric AndersenThe curse of cut-n-paste
2003-11-06 Eric AndersenAdd some initial x86 string optimizations. These make...
2003-11-05 Manuel Novoa III Remove erroneous trailing semicolon.
2003-11-05 Eric AndersenRip the guts out of the dynamically generated sysconf...
2003-11-05 Eric Andersenlast but certinaly not least, kill off initfini.c
2003-11-05 Eric AndersenAdd quick hacks to create fake crti.o and crtn.o files...
2003-11-05 Eric AndersenKill initfini.awk
2003-11-05 Eric AndersenContinue the conversion to using per-arch crti.S and...
2003-11-05 Eric AndersenContinue the conversion to using per-arch crti.S and...
2003-11-05 Eric AndersenContinue the conversion to using per-arch crti.S and...
2003-11-05 Eric AndersenContinue the conversion to using per-arch crti.S and...
2003-11-05 Eric AndersenContinue the conversion to using per-arch crti.S and...
2003-11-05 Eric AndersenContinue the conversion to using per-arch crti.S and...
2003-11-05 Eric AndersenArthur Shipkowski, art ! videon-central ! com, writes:
2003-11-05 Eric AndersenContinue the conversion to using per-arch crti.S and...
2003-11-05 Eric AndersenContinue the conversion to using per-arch crti.S and...
2003-11-05 Eric AndersenContinue the conversion to using per-arch crti.S and...
2003-11-05 Eric AndersenBegin the conversion to using per-arch crti.S and crtn.S
2003-11-04 Eric Andersenminor cleanup
2003-11-03 Eric AndersenRemove warning that apparently is not needed for e1
2003-11-03 Tobias AnderbergUpdated to match the other architectures. Fixes problem...
2003-11-02 Eric AndersenImplement getgrent_r. Rework getpwent and getgrent...
2003-11-02 Eric AndersenBoth setegid and seteuid were implemented suboptimally...
2003-11-02 Eric AndersenBe extra careful to check uid and gid converstions...
2003-11-02 Eric AndersenMake the syscall locally, avoid an extern
2003-11-02 Manuel Novoa III If realloc failed, we'd lose the pointer to the exit...
2003-11-02 Manuel Novoa III Hopefully fix the struct tm extension problem once...
2003-11-01 Eric AndersenFix things (properly) to open /etc/passd and /etc/group if
2003-10-31 Manuel Novoa III Fix Erik's typo.
2003-10-31 Manuel Novoa III Some more soft float fixes... for arm in particular...
2003-10-31 Eric Andersengetpwent(), getpwent_r(), and getgrent(), getgrent_r...
2003-10-25 Eric Andersenproperly deal with soft-float when profiling as well
2003-10-25 Manuel Novoa III Add -msoft-float to SAFECFLAGS when necessary.
2003-10-22 Eric AndersenPeter S. Mazinger pointed out that I missed a spot...
2003-10-22 Eric AndersenPer suggestion and patch from Ken Staton, emulates...
2003-10-20 Eric AndersenFix a stupid bug that caused uClibc to never provide...
2003-10-19 Eric AndersenWe were failing to properly set h_errno on success...
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenImplement putgrent to make Peter S. Mazing happy
2003-10-17 Eric AndersenDoh!!!
2003-10-16 Eric AndersenDo not set errno when they asked for size 0
2003-10-16 Miles BaderCode formatting cleanup.
2003-10-16 Miles BaderDon't set errno if for zero SIZE returns.
2003-10-15 Eric AndersenPatch from Tony J. White:
2003-10-14 David McCulloughMicroblaze port from the uClinux-dist,
2003-10-12 Eric AndersenDon't make two copies
2003-10-12 Eric AndersenSigh. It seems that csh wants glob_pattern_p(), we...
2003-10-10 Eric AndersenImplement getgrgid_r and getgrnam_r. Rework group...
2003-10-09 Eric AndersenPatch from Rob McMullen:
2003-10-08 Eric AndersenAtsushi Nemoto writes:
2003-10-08 Eric AndersenPatch from Atsushi Nemoto (with some additions):
2003-10-08 Eric AndersenApply a trivial patch that doesn't change anything...
2003-10-08 Eric AndersenPatch from George Thanos adding support for the "e1...
2003-10-03 Eric AndersenQuick implementation of sigwait. Doesn't handle thread...
2003-09-24 Tobias AnderbergHm. Keep using crt0.c for now. My fever-hack of crt0...
2003-09-23 Manuel Novoa III Quick fix to make sure vfprintf always checks stream...
2003-09-22 Miles BaderMore fiddling with static free-areas: make sure both...
2003-09-22 Manuel Novoa III Modify _stdio_READ to conform with C99, as stdio input...
2003-09-22 Manuel Novoa III Ugh... EOF handling by scanf was completely broken...
2003-09-21 Manuel Novoa III Fix "subst -g,," problem for SAFECFLAGS.
2003-09-19 Tobias AnderbergAdded assembler version of startup code. Fix Makefile...
2003-09-19 Miles BaderMake sure we don't allocate too little space for static...
next