| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix arm profiling support, which was accidentally removed | Eric Andersen | 2003-12-04 | 1 | -0/+6 |
* | Building of iconv.o was accidently always disabled. | Manuel Novoa III | 2003-12-04 | 1 | -8/+4 |
* | Lethal noticed that the generated file gmon-start.S was not | Eric Andersen | 2003-12-03 | 4 | -0/+8 |
* | Patch from lethal, adding syscall() to the sh64 port | Eric Andersen | 2003-12-03 | 2 | -1/+25 |
* | remove some garbage | Eric Andersen | 2003-12-03 | 1 | -1/+0 |
* | Add a syscall() implementation using a hacked version of the syscall6 macro. | Manuel Novoa III | 2003-12-02 | 2 | -1/+26 |
* | Add function versions of ntohl and friends | Eric Andersen | 2003-12-02 | 2 | -1/+68 |
* | Avoid a potentially undefined operation with a veriable++ in a macro | Eric Andersen | 2003-12-02 | 1 | -2/+2 |
* | Put in a dummy reference to main so busybox will link. | Manuel Novoa III | 2003-12-02 | 1 | -0/+6 |
* | Patch by "Bradley D. LaRonde" <brad@ltc.com> for boehm garbage collector. | Manuel Novoa III | 2003-11-29 | 1 | -0/+3 |
* | Another missing mips function, needed by the boehm garbage collector. | Manuel Novoa III | 2003-11-28 | 2 | -1/+32 |
* | Add sysmips(), based on a patch by Atsushi Nemoto <anemo@mba.ocn.ne.jp>. | Manuel Novoa III | 2003-11-28 | 3 | -2/+7 |
* | Remove SAFECFLAGS. It was a workaround for failures in old awk script | Eric Andersen | 2003-11-22 | 15 | -116/+33 |
* | Add missing weak alias for bcmp | Eric Andersen | 2003-11-20 | 1 | -0/+4 |
* | Always include locale.h, which was included by libintl.h only when | Manuel Novoa III | 2003-11-20 | 1 | -0/+2 |
* | Don't depend on BSD naming | Eric Andersen | 2003-11-20 | 1 | -12/+12 |
* | Add an initial set of arm optimized string functions. These | Eric Andersen | 2003-11-20 | 12 | -1/+1117 |
* | Lets try that one again... | Eric Andersen | 2003-11-20 | 1 | -8/+6 |
* | Make certain that the arch specific stuff is always compiled last | Eric Andersen | 2003-11-20 | 1 | -4/+7 |
* | Fixup dependancies to ensure arch specific string functions | Eric Andersen | 2003-11-20 | 1 | -3/+3 |
* | Fix the return value for fputs when passed an empty string. | Manuel Novoa III | 2003-11-19 | 1 | -1/+4 |
* | If __NR_ftruncate64 isn't defined, do the best we can. | Manuel Novoa III | 2003-11-17 | 1 | -5/+19 |
* | I forgot to update the thread locking in the last dst fix. | Manuel Novoa III | 2003-11-16 | 1 | -2/+4 |
* | Fix a build problem when using 2.2.x kernel headers. | Manuel Novoa III | 2003-11-16 | 1 | -4/+4 |
* | Add support for missing ntp_gettime and ntp_adjtime | Eric Andersen | 2003-11-12 | 3 | -1/+34 |
* | Fix for the last "fix". | Manuel Novoa III | 2003-11-11 | 1 | -0/+2 |
* | Protect some header inclusions. | Manuel Novoa III | 2003-11-11 | 1 | -0/+2 |
* | Stefan Allius writes: | Eric Andersen | 2003-11-11 | 2 | -4/+2 |
* | Darn. Fix compilation for soft-float, which I inadvertantly | Eric Andersen | 2003-11-08 | 15 | -25/+67 |
* | kill mention of the wrapper | Eric Andersen | 2003-11-08 | 1 | -1/+0 |
* | For now, disable the iconv utility | Eric Andersen | 2003-11-08 | 1 | -8/+7 |
* | Fix up several errors related to filename length and errno that | Eric Andersen | 2003-11-08 | 2 | -35/+123 |
* | Add clock_gettime() submitted by Justus Pendleton <uc@ryoohki.net>. | Manuel Novoa III | 2003-11-07 | 2 | -1/+41 |
* | Sigh... I wasn't checking if the gid field in a group line actually | Manuel Novoa III | 2003-11-06 | 1 | -3/+5 |
* | Add a utility macro. | Manuel Novoa III | 2003-11-06 | 1 | -0/+4 |
* | Oops... don't need recursive mutexes. | Manuel Novoa III | 2003-11-06 | 1 | -3/+3 |
* | Rewrite the pwd.h, grp.h, and shadow.h functions (except lckpwdf/ulckpwdf). | Manuel Novoa III | 2003-11-06 | 25 | -1865/+1194 |
* | Add in aliases provided by the non arch specific implementations | Eric Andersen | 2003-11-06 | 1 | -0/+6 |
* | George Thanos writes: | Eric Andersen | 2003-11-06 | 2 | -3/+3 |
* | The curse of cut-n-paste | Eric Andersen | 2003-11-06 | 2 | -12/+2 |
* | Add some initial x86 string optimizations. These make no attempt to use nifty | Eric Andersen | 2003-11-06 | 3 | -2/+385 |
* | Remove erroneous trailing semicolon. | Manuel Novoa III | 2003-11-05 | 1 | -1/+1 |
* | Rip the guts out of the dynamically generated sysconf.c, and live with a simple | Eric Andersen | 2003-11-05 | 3 | -221/+4 |
* | last but certinaly not least, kill off initfini.c | Eric Andersen | 2003-11-05 | 1 | -172/+0 |
* | Add quick hacks to create fake crti.o and crtn.o files. These architectures | Eric Andersen | 2003-11-05 | 4 | -4/+116 |
* | Kill initfini.awk | Eric Andersen | 2003-11-05 | 1 | -47/+1 |
* | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | 2003-11-05 | 3 | -1/+102 |
* | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | 2003-11-05 | 3 | -1/+73 |
* | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | 2003-11-05 | 3 | -1/+77 |
* | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | 2003-11-05 | 3 | -1/+99 |