| Commit message (Expand) | Author | Age | Files | Lines |
| * | Do not install libc-XXXX.h files in "make install". | Denis Vlasenko | 2008-12-13 | 1 | -6/+13 |
| * | - .. and don't install the config dir, too | Bernhard Reutner-Fischer | 2008-10-10 | 1 | -1/+2 |
| * | - remove bashism; don't install config/* to the target | Bernhard Reutner-Fischer | 2008-10-10 | 1 | -2/+1 |
| * | - remove all *_hidden_proto(...) on install_headers | Bernhard Reutner-Fischer | 2008-09-26 | 1 | -1/+1 |
| * | - expand documentation | Bernhard Reutner-Fischer | 2008-09-25 | 1 | -0/+8 |
| * | - remove debug cruft | Bernhard Reutner-Fischer | 2008-09-24 | 1 | -1/+1 |
| * | - deal with ARM specific syscalls. Closes #2894 | Bernhard Reutner-Fischer | 2008-09-24 | 1 | -7/+7 |
| * | - add script to generate lots of failing (random)configs | Bernhard Reutner-Fischer | 2008-09-16 | 1 | -0/+26 |
| * | In string.h, move libc_hidden_proto next to the corresponding declaration. | Bernd Schmidt | 2008-06-08 | 1 | -1/+2 |
| * | - Wrap overlong comment-lines. No object-code changes | Bernhard Reutner-Fischer | 2008-05-21 | 1 | -4/+6 |
| * | fix "make install_kernel_headers" to not create asm-generic | Denis Vlasenko | 2008-05-09 | 1 | -7/+11 |
| * | Split kernel headers installation from "make install_headers". | Denis Vlasenko | 2008-05-07 | 2 | -39/+70 |
| * | install_headers: do not exit if unifdef "fails", it's ok | Denis Vlasenko | 2008-05-01 | 1 | -1/+4 |
| * | install_headers: properly quote things | Denis Vlasenko | 2008-04-30 | 1 | -3/+4 |
| * | install_headers.sh: detect a case when kernel headers are already | Denis Vlasenko | 2008-04-30 | 1 | -20/+26 |
| * | build system: improve install_headers. | Denis Vlasenko | 2008-04-27 | 2 | -0/+1091 |
| * | zen in #938 writes: | Mike Frysinger | 2008-01-05 | 1 | -61/+31 |
| * | Have Makefile.in call conf-header.sh instead of having kconfig call it | Rob Landley | 2007-03-17 | 1 | -0/+27 |
| * | simple script for counting relocs | Mike Frysinger | 2007-02-18 | 1 | -0/+78 |
| * | we just want the kernel headers, not the whole kernel source ... so people ma... | Mike Frysinger | 2006-12-12 | 1 | -1/+1 |
| * | kill off the need for fix_includes.sh by utilizing KERNEL_SOURCE directly | Mike Frysinger | 2006-12-11 | 2 | -161/+4 |
| * | set some default vars to prevent env pollution | Mike Frysinger | 2006-12-11 | 1 | -0/+2 |
| * | Sergey Lapin says the undefined syscall numbers from unistd.h do not get prop... | Khem Raj | 2006-10-07 | 1 | -3/+5 |
| * | remove version checking code and add some more comments | Mike Frysinger | 2006-09-10 | 1 | -35/+17 |
| * | make this stuff actually readable | Mike Frysinger | 2006-09-09 | 1 | -134/+134 |
| * | - only link asm-generic if it exists. | Bernhard Reutner-Fischer | 2006-08-24 | 1 | -3/+3 |
| * | Add common part of linker scripts to a file and make use of it | Peter S. Mazinger | 2006-03-09 | 1 | -0/+3 |
| * | disable __gmon_start__ symbol | Mike Frysinger | 2006-02-28 | 1 | -1/+1 |
| * | add support for glibc initfini.c | Mike Frysinger | 2006-02-28 | 1 | -0/+27 |
| * | dont generate asm-generic if it already exists | Mike Frysinger | 2006-02-23 | 1 | -0/+2 |
| * | make the fallback case smarter | Mike Frysinger | 2006-02-22 | 1 | -4/+3 |
| * | dont output so many newlines | Mike Frysinger | 2006-02-18 | 1 | -2/+3 |
| * | update copyright | Mike Frysinger | 2006-01-27 | 1 | -1/+1 |
| * | just exec the cat | Mike Frysinger | 2006-01-27 | 1 | -2/+1 |
| * | - make sure that icc generates bits/sysnum.h | Bernhard Reutner-Fischer | 2006-01-24 | 1 | -1/+6 |
| * | for /bin/sh, use `` instead of $() as pointed out by Jan-Benedict Glaw on the... | Mike Frysinger | 2006-01-02 | 1 | -16/+16 |
| * | Add template for utils/Makefile and make use of it | Peter S. Mazinger | 2005-11-23 | 2 | -0/+18 |
| * | Remove TOPDIR | Peter S. Mazinger | 2005-11-21 | 8 | -24/+8 |
| * | Replace TOPDIR w/ top_builddir | Peter S. Mazinger | 2005-11-17 | 1 | -5/+5 |
| * | include Rules.mak after noconfig_targets, else it does not pull in .config | Peter S. Mazinger | 2005-11-02 | 1 | -1/+1 |
| * | Add another Makefile example that will be copied over the root Makefile, adap... | Peter S. Mazinger | 2005-11-01 | 2 | -1/+16 |
| * | Renamed script to create_makefiles.sh, copy instead of link (to allow cygwin ... | Peter S. Mazinger | 2005-10-29 | 2 | -28/+66 |
| * | Update/add scripts' copyright | Peter S. Mazinger | 2005-10-28 | 12 | -39/+48 |
| * | Add newly needed Makefiles that can be linked | Peter S. Mazinger | 2005-10-28 | 2 | -0/+26 |
| * | Use consequently headers-y and headers_clean-y, try avoiding TARGET_ARCH use ... | Peter S. Mazinger | 2005-10-28 | 1 | -4/+2 |
| * | Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ... | Peter S. Mazinger | 2005-10-28 | 1 | -3/+4 |
| * | Add script to create the minimal subset of symlinks | Peter S. Mazinger | 2005-10-25 | 1 | -0/+24 |
| * | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch... | Peter S. Mazinger | 2005-10-25 | 5 | -0/+65 |
| * | some updates from psm to better mirror glibc getent behavior | Mike Frysinger | 2005-08-23 | 1 | -2/+17 |
| * | further refine output so the silent mode of make is truly silent | Mike Frysinger | 2005-07-28 | 1 | -2/+2 |