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