Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prettify make clean | Bernhard Reutner-Fischer | 2010-03-25 | 1 | -2/+2 |
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 2 | -19/+1 |
| | | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | support building out-of-tree | Bernhard Reutner-Fischer | 2009-08-17 | 1 | -0/+2 |
| | | | | | | Handle O= Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 2 | -9/+9 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 2 | -3/+3 |
| | |||||
* | libc_hidden_proto removal, a few more functions | Denis Vlasenko | 2008-11-18 | 2 | -2/+2 |
| | |||||
* | libc_hidden_proto removal, just a few functions | Denis Vlasenko | 2008-11-18 | 2 | -2/+2 |
| | |||||
* | - less verbose make clean | Bernhard Reutner-Fischer | 2008-11-07 | 1 | -4/+4 |
| | |||||
* | - adds several config-options to allow for turning off certain features | Bernhard Reutner-Fischer | 2008-06-03 | 2 | -1/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | like o UCLIBC_HAS_GNU_ERROR o UCLIBC_HAS_BSD_ERR o UCLIBC_HAS_PTY o UCLIBC_HAS_GETPT (1) o UCLIBC_SYSCALL_STUBS o UCLIBC_SYSCALL_STUB_WARNING o UCLIBC_LINUX_SPECIFIC (2) o UCLIBC_BSD_SPECIFIC (3) o UCLIBC_NTP_LEGACY (4) o UCLIBC_SV4_DEPRECATED (5) o UCLIBC_HAVE_REALTIME (6) o UCLIBC_HAVE_ADVANCED_REALTIME (7) o UCLIBC_HAVE_EPOLL (8) o UCLIBC_HAVE_XATTR (9) o UCLIBC_HAVE_PROFILING (10) (1) make non-standard getpt optional and implement standard posix_openpt (2) fstatfs(), inotify_*(), ioperm(), iopl(), madvise(), modify_ldt(), personality() ppoll(), setresuid() (3) mincore(), getdomainname(), setdomainname() (4) ntp_adjtime(), ntp_gettime() aliases (5) ustat() [use statfs(2) in your code instead] (6) All marked as "(REALTIME)" in SUSv3 (7) All marked as "(ADVANCED REALTIME)" in SUSv3 (8) epoll_create(), epoll_ctl(), epoll_wait() (9) all Extended Attributes (10) helpers for gcc's -finstrument-functions - Fixes _dl_exit() - Implements sleep(3) for !UCLIBC_HAVE_REALTIME - Implements usleep(3) for !UCLIBC_HAVE_REALTIME - adds #warning about incorrect posix_fadvise{,64}() - removes unused and unwanted uselib() Net outcome is that an allnoconfig with HAVE_SHARED is now about 88k instead of formerly 130k. | ||||
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 1 | -2/+2 |
| | | | | | | | | | in string.h and strings.h. This caught unguarded string ops in libc/inet/ethers.c __ether_line_w() function. I will wait for fallout reports for a week or so, then continue converting more libc_hidden_proto's. | ||||
* | Added support for error_print_progname as proposed | Carmelo Amoroso | 2008-04-22 | 1 | -3/+9 |
| | | | | by Will Newton <will.newton@gmail.com> | ||||
* | michael_d writes in #1869: make sure GNU error functions output 'program: ' ↵ | Mike Frysinger | 2008-01-05 | 1 | -0/+4 |
| | | | | as documented in the function api | ||||
* | use weak_alias() for data symbols, not strong_alias() | Mike Frysinger | 2006-05-04 | 1 | -4/+2 |
| | |||||
* | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵ | Peter S. Mazinger | 2006-03-10 | 2 | -3/+0 |
| | | | | most of global data relocations are back | ||||
* | libc-{a,so,multi}-y replaced by libc-y covering common objects both in ↵ | Peter S. Mazinger | 2006-02-13 | 1 | -11/+8 |
| | | | | libc.a/libc.so, the diffs go into libc-static-y/libc-shared-y exclusively, add IMA to libc, don't use any MSRC anymore | ||||
* | err() is not used internally | Peter S. Mazinger | 2006-02-03 | 1 | -1/+0 |
| | |||||
* | gcc41 does not like this at all | Peter S. Mazinger | 2006-02-01 | 1 | -2/+0 |
| | |||||
* | global data uses libc_hidden_data_def, convert all -I hope- and add some new | Peter S. Mazinger | 2006-02-01 | 1 | -0/+2 |
| | |||||
* | Add back the current glibc copyright notice, although the file is far different | Peter S. Mazinger | 2006-01-29 | 1 | -4/+18 |
| | |||||
* | Disabled NULL error_print_progname, useless | Peter S. Mazinger | 2006-01-27 | 1 | -1/+1 |
| | |||||
* | Update copyright and comment | Peter S. Mazinger | 2006-01-27 | 1 | -21/+5 |
| | |||||
* | Get rid of missing prototype warnings | Peter S. Mazinger | 2006-01-26 | 1 | -6/+6 |
| | |||||
* | error_message_count got lost | Peter S. Mazinger | 2006-01-25 | 1 | -2/+0 |
| | |||||
* | Change to build w/ -std=c99 | Peter S. Mazinger | 2006-01-23 | 1 | -3/+4 |
| | |||||
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | 2006-01-22 | 1 | -1/+0 |
| | | | | is a useless attempt | ||||
* | s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ↵ | Peter S. Mazinger | 2006-01-16 | 1 | -5/+4 |
| | | | | see what libpthread will do ... | ||||
* | Last relocs jump and global data, (even locales) that I could remove are ↵ | Peter S. Mazinger | 2006-01-16 | 2 | -0/+3 |
| | | | | gone from libc. The remaining are left as exercise for others ;-) | ||||
* | some global data relocs gone | Peter S. Mazinger | 2006-01-16 | 1 | -1/+1 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 2 | -29/+43 |
| | | | | missing headers, other jump relocs removed | ||||
* | create an alias for internal usage | Mike Frysinger | 2006-01-08 | 1 | -3/+4 |
| | |||||
* | tweak __progname handling some more since some [bad] apps actually try and ↵ | Mike Frysinger | 2006-01-04 | 1 | -3/+1 |
| | | | | use it | ||||
* | Convert users | Peter S. Mazinger | 2005-12-16 | 2 | -6/+7 |
| | |||||
* | Convert all users of earlier hiddens | Peter S. Mazinger | 2005-12-13 | 1 | -0/+1 |
| | |||||
* | Implement hidden poll, switch user to hidden *printf/*scanf/poll | Peter S. Mazinger | 2005-12-09 | 2 | -0/+3 |
| | |||||
* | Use internal \*_strerror_r | Peter S. Mazinger | 2005-12-08 | 1 | -1/+1 |
| | |||||
* | Reorder so that no prototype is needed. Is there a better way to get rid of ↵ | Peter S. Mazinger | 2005-12-08 | 1 | -22/+30 |
| | | | | gcc warning instead of adding the loop for err/errx? attribute_noreturn is not enough ;-( | ||||
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 1 | -1/+1 |
| | |||||
* | Hide some of mem* and str* | Peter S. Mazinger | 2005-11-27 | 1 | -0/+2 |
| | |||||
* | Remove TOPDIR | Peter S. Mazinger | 2005-11-21 | 1 | -3/+1 |
| | |||||
* | Remove last unused references to libc-a-pic-, we use only the lists in ↵ | Peter S. Mazinger | 2005-11-01 | 1 | -1/+0 |
| | | | | libc-a-y for objects that go into static libs, changing their suffix to .os, of they should be PIC | ||||
* | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | 2005-10-29 | 1 | -30/+8 |
| | |||||
* | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other ↵ | Peter S. Mazinger | 2005-10-25 | 1 | -0/+25 |
| | | | | archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally. | ||||
* | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all ↵ | Peter S. Mazinger | 2005-10-12 | 1 | -8/+7 |
| | | | | objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much. | ||||
* | Fix string.h. Change our _susv3_strerror_r to __xpg_strerror_r for glibc | Manuel Novoa III | 2005-07-28 | 1 | -1/+1 |
| | | | | | compatibility. Also change _glibc_strerror_r to __glibc_strerror_r for consistency. | ||||
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -5/+4 |
| | |||||
* | Rewrite the err/warn functions as they were broken (__noreturn__ funcs | Manuel Novoa III | 2004-03-11 | 3 | -76/+111 |
| | | | | | were returning). Anyway, also make them threadsafe and smaller. The error.c file still needs work. | ||||
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -1/+1 |
| | | | | | | | rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM). | ||||
* | Patch from Rob McMullen: | Eric Andersen | 2003-10-09 | 1 | -0/+74 |
| | | | | | | | | Here's a patch... Since they aren't SUSv3 functions, I don't know if they'll ever get officially added, but it helps with BSD porting and allows quite a few Gentoo ebuilds to compile without changing anything. Rob | ||||
* | Add a fun pointer to make apps happy | Eric Andersen | 2002-04-05 | 1 | -1/+5 |
| | |||||
* | Support gnu error(), patch contributed by Andrew Ip <aip@cwlinux.com> | Eric Andersen | 2002-03-15 | 2 | -0/+137 |