Age | Commit message (Expand) | Author |
2012-06-15 | pivot_root.c: move prototype into guard | Peter S. Mazinger |
2012-06-15 | poll.c: do not inline syscall | Peter S. Mazinger |
2012-06-15 | ppoll: no need for hidden version | Peter S. Mazinger |
2012-06-15 | Reorder includes and include only what is necessary | Peter S. Mazinger |
2012-06-15 | *64.[cS]: use _lfs_64.h instead of features.h and remove LFS guard | Peter S. Mazinger |
2012-06-15 | openat*: use a static function with the different type and strong_alias_untyped | Peter S. Mazinger |
2012-06-15 | llseek.c: use off64_t instead of loff_t as in header | Peter S. Mazinger |
2012-06-15 | mmap64.c: use void * as in header, disable code that can't happen | Peter S. Mazinger |
2012-06-15 | avoid circular dependency in lseek and llseek, providing a stub lseek | Peter S. Mazinger |
2012-06-15 | getopt.h: cleanup header, remove anything already in cdefs.h | Peter S. Mazinger |
2012-06-15 | types.h: both icc and tendra support long long | Peter S. Mazinger |
2012-06-15 | ssp: rework, sync messages with the ones in glibc | Peter S. Mazinger |
2012-06-15 | ssp-local.c: make sure that -fstack-protector is not enabled when compiling file | Peter S. Mazinger |
2012-06-15 | get_kernel_syms.c: reorganize, no need for attribute_unused in prototype | Peter S. Mazinger |
2012-06-15 | getgroups.c: reorganize, include param.h instead of defining MIN | Peter S. Mazinger |
2012-06-15 | _exit.c: add ABORT_INSTRUCTION | Peter S. Mazinger |
2012-06-15 | _exit.c: include the proper headers | Peter S. Mazinger |
2012-06-15 | munmap.c: do not include unistd.h | Peter S. Mazinger |
2012-06-15 | posix_fadvise: make posix_fadvise[64] similar on all archs | Peter S. Mazinger |
2012-06-15 | splice,sync_file_range: mark them as GNU extensions | Peter S. Mazinger |
2012-06-15 | tee,vmsplice: mark them as GNU extensions | Peter S. Mazinger |
2012-06-15 | readahead.c: add correct guards | Peter S. Mazinger |
2012-06-15 | uClibc_pthread.h: remove __pthread_mutex_destroy, unused | Peter S. Mazinger |
2012-06-15 | remove uClibc_mutex.h on install | Peter S. Mazinger |
2012-06-15 | errno, h_errno: correct them for non-TLS | Peter S. Mazinger |
2012-06-15 | getpagesize.c, unistd.h: hide __pagesize | Peter S. Mazinger |
2012-06-15 | errno and *_init cleanup | Peter S. Mazinger |
2012-06-15 | uClibc_stdio.h: change the guard used to include stdio-lock.h | Peter S. Mazinger |
2012-06-15 | utime.c,utimes.c: include headers only when needed | Peter S. Mazinger |
2012-06-15 | clock_{g,s}ettime.c,{create,delete}_module.c: cleanup | Peter S. Mazinger |
2012-06-15 | add epoll_pwait() | Peter S. Mazinger |
2012-06-15 | clock_getres.c: include unistd.h unless syscall is defined | Peter S. Mazinger |
2012-06-15 | chdir.c: simplify code | Peter S. Mazinger |
2012-06-15 | do not define _ISOC99_SOURCE in specific files | Peter S. Mazinger |
2012-06-15 | uClibc_pthread.h: do not install on target | Peter S. Mazinger |
2012-06-15 | uClibc_mutex.h: fix bug in conditional macros | Peter S. Mazinger |
2012-06-15 | uClibc_stdio.h: guard internals with _LIBC | Peter S. Mazinger |
2012-06-15 | uClibc_stdio.h: remove consistency check | Peter S. Mazinger |
2012-06-15 | uClibc_stdio.h: remove parts solved in features.h | Peter S. Mazinger |
2012-06-15 | stdio.h: move __STDIO_{GETC,PUTC}_MACRO dependent part to uClibc_stdio.h | Peter S. Mazinger |
2012-06-15 | uClibc_stdio.h: move internal to _stdio.h and make them hidden | Peter S. Mazinger |
2012-06-15 | mmap.c: provide a common mmap.c that is good for most of archs | Peter S. Mazinger |
2012-06-15 | locale.c, uClibc_locale.h: provide hidden __curlocale[_set] | Peter S. Mazinger |
2012-06-15 | dl-osinfo.h: include needed headers | Peter S. Mazinger |
2012-06-15 | __xpg_strerror_r.c, {ge,se}trlimit.c: use strong_alias_untyped | Peter S. Mazinger |
2012-06-15 | dirent.h: use __ssize_t instead of ssize_t | Peter S. Mazinger |
2012-06-15 | move __getdents[64] prototypes to dirent.h | Peter S. Mazinger |
2012-06-15 | math: avoid jump relocation in libm | Peter S. Mazinger |
2012-06-15 | mathcalls.h: fix comment, MATHCALLI and MATHCALL_PRIV include libm_hidden_proto | Peter S. Mazinger |
2012-06-15 | remove libc_hidden_proto(ioperm) from all headers except arm | Peter S. Mazinger |