| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove TOPDIR | Peter S. Mazinger | 2005-11-21 | 1 | -3/+1 |
* | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | 2005-10-29 | 1 | -55/+8 |
* | Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to... | Peter S. Mazinger | 2005-10-27 | 1 | -0/+1 |
* | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec... | Peter S. Mazinger | 2005-10-12 | 1 | -11/+12 |
* | Allow building uClibc w/ make-3.79.1 if SSP is disabled | Peter S. Mazinger | 2005-10-11 | 1 | -1/+1 |
* | Add gcc-4.1 non-TLS __stack_chk_guard support. Run the guard setup only once. | Peter S. Mazinger | 2005-10-01 | 1 | -3/+13 |
* | - keep gcc-4.x happy | Ned Ludd | 2005-05-27 | 1 | -0/+1 |
* | The list of source files was just too much. Especially trying to keep | Peter Kjellerstedt | 2005-04-28 | 1 | -42/+8 |
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -5/+5 |
* | add posix_fadvise / posix_fadvise64 support | Mike Frysinger | 2005-01-17 | 1 | -8/+8 |
* | Justin Cormack <justin@street-vision.com> writes: | Mike Frysinger | 2005-01-06 | 1 | -1/+1 |
* | Patch from Peter S. Mazinger: | Eric Andersen | 2004-12-22 | 1 | -1/+1 |
* | Patch from psm, vapier, and solar, adding xattr syscalls | Eric Andersen | 2004-12-22 | 1 | -5/+1 |
* | - Added support for 13 new syscalls to allow more things to compile when usin... | Ned Ludd | 2004-12-20 | 1 | -2/+7 |
* | Make the stub profiling stuff work | Eric Andersen | 2004-08-22 | 1 | -7/+4 |
* | Attempt to support 'gcc -finstrument-functions', which seems much | Eric Andersen | 2004-08-21 | 1 | -0/+3 |
* | Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both a | Eric Andersen | 2004-08-21 | 1 | -3/+0 |
* | Sort all the files | Eric Andersen | 2004-01-21 | 1 | -45/+34 |
* | Split up syscalls.c, since it had grown to be quite large and ugly. | Eric Andersen | 2004-01-21 | 1 | -9/+40 |
* | Add poll | Eric Andersen | 2004-01-21 | 1 | -1/+1 |
* | Peter S. Mazinger writes: | Eric Andersen | 2004-01-02 | 1 | -0/+3 |
* | Add support for missing ntp_gettime and ntp_adjtime | Eric Andersen | 2003-11-12 | 1 | -1/+1 |
* | Kill initfini.awk | Eric Andersen | 2003-11-05 | 1 | -47/+1 |
* | Add -msoft-float to SAFECFLAGS when necessary. | Manuel Novoa III | 2003-10-25 | 1 | -0/+3 |
* | Fix a stupid bug that caused uClibc to never provide the correct | Eric Andersen | 2003-10-20 | 1 | -1/+1 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -2/+1 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -1/+1 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -4/+4 |
* | Patch from Atsushi Nemoto (with some additions): | Eric Andersen | 2003-10-08 | 1 | -1/+4 |
* | Fix "subst -g,," problem for SAFECFLAGS. | Manuel Novoa III | 2003-09-21 | 1 | -1/+1 |
* | Remove profil.c, since it is constained within gmon.c. | Manuel Novoa III | 2003-09-07 | 1 | -1/+1 |
* | Add an implementation of profil(), based on the version from | Eric Andersen | 2003-09-06 | 1 | -1/+1 |
* | Add support for personality(), prctl(), ustat(), and ulimit() | Eric Andersen | 2003-08-08 | 1 | -1/+2 |
* | Patch from Peter Kjellerstedt to make it simpler for arches to specify | Eric Andersen | 2003-07-15 | 1 | -1/+1 |
* | Default to using fork() for vfork() when no arch specific | Eric Andersen | 2003-03-05 | 1 | -1/+1 |
* | Initial effort at adding profiling support. | Eric Andersen | 2003-03-03 | 1 | -0/+6 |
* | Fixup ioctl so we can special case powerpc silliness | Eric Andersen | 2003-02-18 | 1 | -4/+4 |
* | Using -g when doing the initfini compilation breaks the SH4 case pretty | David McCullough | 2003-02-17 | 1 | -0/+5 |
* | Fix a _ton_ of system call user type/kernel type translation | Eric Andersen | 2003-02-15 | 1 | -1/+1 |
* | Use correct names for dummy crti.o/crtn.o files. | Miles Bader | 2003-01-30 | 1 | -2/+2 |
* | Create stub crti.o and crtn.o files when UCLIBC_CTOR_DTOR is disabled | Eric Andersen | 2003-01-29 | 1 | -2/+9 |
* | Fix scandir64 to not free the wrong pieces of memory (which could | Eric Andersen | 2003-01-28 | 1 | -1/+1 |
* | I thought it would be smaller to inline since these funcs are small. | Eric Andersen | 2003-01-24 | 1 | -1/+1 |
* | Update architecture specific support to consistantly | Eric Andersen | 2003-01-23 | 1 | -6/+1 |
* | Cleanup makefiles and make clean a bit | Eric Andersen | 2003-01-23 | 1 | -6/+6 |
* | Based on discussions with Stefan Allius, change it so that we always | Eric Andersen | 2002-12-12 | 1 | -1/+0 |
* | Make support for global constructors and global destructors be | Eric Andersen | 2002-11-27 | 1 | -6/+9 |
* | Implement sendfile64 | Eric Andersen | 2002-11-14 | 1 | -1/+2 |
* | Patch from Stefan Allius. Include CPU_CFLAGS when compiling | Eric Andersen | 2002-11-05 | 1 | -1/+1 |
* | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen | 2002-10-31 | 1 | -2/+2 |