Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - revert r22233 | Bernhard Reutner-Fischer | 2008-06-05 | 1 | -9/+4 | |
| | ||||||
* | - make libcrypt optional. Untested. | Bernhard Reutner-Fischer | 2008-06-05 | 1 | -0/+4 | |
| | ||||||
* | - switching thread impls without makeing clean before left the objs of the | Bernhard Reutner-Fischer | 2008-06-05 | 1 | -4/+9 | |
| | | | | | previously selected impl lying around on a distclean. Make sure that this does not happen. | |||||
* | - do a defconfig for the given arch, not unconditionally for alpha | Bernhard Reutner-Fischer | 2008-06-05 | 1 | -1/+2 | |
| | ||||||
* | - remove duplicate removing of ustat.h | Bernhard Reutner-Fischer | 2008-06-04 | 1 | -6/+0 | |
| | ||||||
* | - adds several config-options to allow for turning off certain features | Bernhard Reutner-Fischer | 2008-06-03 | 1 | -0/+63 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | build system: stop creating ugly double-slash symlinks like | Denis Vlasenko | 2008-06-01 | 1 | -1/+4 | |
| | | | | | fenv.h -> ../../libc/sysdeps/linux/i386/bits//fenv.h | |||||
* | - rm all deps on distclean | Bernhard Reutner-Fischer | 2008-05-31 | 1 | -1/+1 | |
| | ||||||
* | Makefile.kconfig: whitespace fix | Denis Vlasenko | 2008-05-31 | 1 | -0/+4 | |
| | | | | | top-level Makefile.in: add TODO | |||||
* | - do not delete the libs i keep for size-comparison | Bernhard Reutner-Fischer | 2008-05-21 | 1 | -2/+4 | |
| | | | | Explicitely list the directories in which we rm the static(only?) libs. | |||||
* | Split kernel headers installation from "make install_headers". | Denis Vlasenko | 2008-05-07 | 1 | -0/+5 | |
| | | | | | It is "make install_kernel_headers" now. | |||||
* | Add unifdef host tool to clean target | Carmelo Amoroso | 2008-05-07 | 1 | -0/+1 | |
| | ||||||
* | build system: improve install_headers. | Denis Vlasenko | 2008-04-27 | 1 | -9/+6 | |
| | | | | | | | | | | | | | Now it uses dedicated script instead of inline makefile commands, which helps readability. It also installs asm[-generic] and linux subdirs from kernel headers (previously it had to be done separately). Lastly, it passes each uclibc header thru unifdef, which strips #ifdef UCLIBC_INTERNAL conditional from headers. Currently it's a no-op (no such #ifders in tree). The plan is to have libc_hidden_proto(foo) migrated to headers and guard them by these #ifdefs. | |||||
* | Call explicitely objclean-y when doing build cleanup. | Carmelo Amoroso | 2008-03-05 | 1 | -3/+1 | |
| | | | | | | Remove 'find' command. It makes cleanup faster too. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||||
* | - add C99 floating point environment, rounding and exception handling functions | Bernhard Reutner-Fischer | 2008-01-19 | 1 | -0/+5 | |
| | | | | for i386. UCLIBC_HAS_FENV | |||||
* | bits/sysnum.h needs a cross compiler to be built. Fortunately, this | Bernhard Reutner-Fischer | 2008-01-17 | 1 | -5/+7 | |
| | | | | | header is not needed to build gcc. Move generation of this header. (Yann E. MORIN) | |||||
* | Certain configure scripts test for presence of dlfcn.h. Don't install it | Bernd Schmidt | 2007-11-22 | 1 | -0/+5 | |
| | | | | if !HAVE_SHARED. | |||||
* | Fix build system to generate locale data instead of using pregenerated ones | Carmelo Amoroso | 2007-11-09 | 1 | -1/+1 | |
| | ||||||
* | #1273 if EXTRAVERSION is set, make sure we respect it | Mike Frysinger | 2007-03-19 | 1 | -3/+3 | |
| | ||||||
* | Have Makefile.in call conf-header.sh instead of having kconfig call it | Rob Landley | 2007-03-17 | 1 | -0/+2 | |
| | | | | | | via system(). Also move it to extra/scripts since it's a uClibc build script, not part of upstream kconfig. Adjust the "grabbing a new kconfig snapshot" procedure accordingly. | |||||
* | touchup new kconfig handling so we dont constantly rebuild | Mike Frysinger | 2007-02-21 | 1 | -3/+3 | |
| | ||||||
* | - kbuild update broke uClibc's configuration. It complains about | Bernhard Reutner-Fischer | 2007-02-15 | 1 | -10/+13 | |
| | | | | include/bits/uClibc_config.h since there is no include/bits (yet). Depend on it. | |||||
* | Revert previous commit as it is unclear if it is needed. | Joakim Tjernlund | 2007-02-14 | 1 | -5/+3 | |
| | ||||||
* | Hopefully fix the earlier broken if [ -n $(HEADERS_BITS_SUBARCH) ] | Joakim Tjernlund | 2007-02-14 | 1 | -3/+5 | |
| | | | | test by adding quotes. From Steve Papacharalambous. | |||||
* | add silentoldconfig target | Mike Frysinger | 2007-02-13 | 1 | -1/+4 | |
| | ||||||
* | Do not produce spurious "/bin/sh: [: too many arguments" if | Peter Kjellerstedt | 2007-02-13 | 1 | -5/+3 | |
| | | | | $(HEADERS_BITS_SUBARCH) is empty (which it most likely is). | |||||
* | Rehash the PowerPC e500 port to avoid creating symlinks | Joakim Tjernlund | 2007-02-12 | 1 | -2/+8 | |
| | | | | | | | in the powerpc arch code and make more code common with classic PowerPC. From Steve Papacharalambous Lets hope I didn't break something. | |||||
* | Add support for PowerPC e500, libc part only. | Joakim Tjernlund | 2007-02-04 | 1 | -1/+1 | |
| | | | | | Math support to be done. From Steve Papacharalambous, stevep@freescale.com | |||||
* | use sane line breaks | Eric Andersen | 2007-02-02 | 1 | -1/+2 | |
| | ||||||
* | replace bits/syscalls.h with a comment ... an empty file makes people think ↵ | Mike Frysinger | 2007-02-02 | 1 | -2/+1 | |
| | | | | this is a bug rather than by design | |||||
* | drive home the point people should not be using _syscall#() macros | Mike Frysinger | 2007-02-01 | 1 | -0/+2 | |
| | ||||||
* | use .bz2 rather than .gz | Mike Frysinger | 2007-01-28 | 1 | -3/+3 | |
| | ||||||
* | dont actually have to worry about local changes as svn export takes care of that | Mike Frysinger | 2007-01-26 | 1 | -1/+0 | |
| | ||||||
* | since we dont symlink the headers, theres nothing to filter | Mike Frysinger | 2006-12-12 | 1 | -3/+0 | |
| | ||||||
* | we just want the kernel headers, not the whole kernel source ... so people ↵ | Mike Frysinger | 2006-12-12 | 1 | -2/+2 | |
| | | | | may need to update their paths slightly | |||||
* | kill off the need for fix_includes.sh by utilizing KERNEL_SOURCE directly | Mike Frysinger | 2006-12-11 | 1 | -5/+1 | |
| | ||||||
* | create new menu so people can select what format they wish to build uClibc | Mike Frysinger | 2006-12-11 | 1 | -1/+1 | |
| | ||||||
* | Richard Sandiford writes: add support for init/fini arrays in shared flat ↵ | Mike Frysinger | 2006-12-08 | 1 | -0/+9 | |
| | | | | libraries | |||||
* | mips64 patch from Atsushi Nemoto: | Eric Andersen | 2006-11-04 | 1 | -1/+1 | |
| | | | | | | Add selection of 3 ABI. CPU_CFLAGS is needed to generate correct sysnum.h. Fix test/Rules.mak. | |||||
* | fix from psm: add UCLIBC_ prefix to HAS_SHADOW option | Mike Frysinger | 2006-08-23 | 1 | -1/+1 | |
| | ||||||
* | A little whitespace clean up. | Peter Kjellerstedt | 2006-06-08 | 1 | -12/+12 | |
| | ||||||
* | Use tar rather than cp to copy all files matching *.so.* from the lib | Peter Kjellerstedt | 2006-06-08 | 1 | -1/+1 | |
| | | | | | directory to $(PREFIX)$(RUNTIME_PREFIX)lib. The reason for this is that cp -P means wildly different things depending on the version of cp. | |||||
* | use cp -P instead of cp -d as pointed out by David DeHaven | Mike Frysinger | 2006-05-16 | 1 | -1/+1 | |
| | ||||||
* | Create libpthread_nonshared.a | Peter S. Mazinger | 2006-03-09 | 1 | -0/+10 | |
| | ||||||
* | Remove files not used on target | Peter S. Mazinger | 2006-02-28 | 1 | -0/+2 | |
| | ||||||
* | Add Rich Felker's getopt_long to be used in conjunction w/ the SuSv3 getopt | Peter S. Mazinger | 2006-02-27 | 1 | -0/+2 | |
| | ||||||
* | Move _lfs_64.h to include and adapt files | Peter S. Mazinger | 2006-02-26 | 1 | -0/+1 | |
| | ||||||
* | use a tempfile while generating sysnum.h | Mike Frysinger | 2006-02-18 | 1 | -4/+6 | |
| | ||||||
* | touchup header handling in other config targets | Mike Frysinger | 2006-02-18 | 1 | -20/+8 | |
| | ||||||
* | tweak the idea between having a MMU and actually using it | Mike Frysinger | 2006-02-18 | 1 | -1/+1 | |
| |