index
:
uClibc-alpine
0.9.32
0.9.32-alpine
master
Where we track our uclibc patches
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
stop installing/screwing with linux-headers
Mike Frysinger
2009-06-28
1
-9
/
+0
*
Make HARDWIRED_ABSPATH a config option.
Rob Landley
2009-02-24
1
-0
/
+8
*
Makefile.in: comment out deletion of include/ucontext.h,
Denis Vlasenko
2009-02-16
1
-1
/
+2
*
allow people to run the hostutils targets without having a .config file
Mike Frysinger
2009-02-09
1
-4
/
+5
*
reinstate bits/uClibc_arch_features.h in installed headers,
Denis Vlasenko
2009-02-09
1
-1
/
+2
*
"make utils" now successfully makes utils for target
Denis Vlasenko
2009-01-28
1
-5
/
+5
*
- remove unavailable functionality upon request (Peter Mazinger)
Bernhard Reutner-Fischer
2009-01-21
1
-9
/
+27
*
- expand SUSv3_LEGACY
Bernhard Reutner-Fischer
2008-12-29
1
-0
/
+1
*
Do not install libc-XXXX.h files in "make install".
Denis Vlasenko
2008-12-13
1
-2
/
+2
*
Remove hardwired usr/ from install_utils (that's what $RUNTIME_PREFIX is for)
Rob Landley
2008-12-10
1
-0
/
+3
*
- remove fstatfs() and statfs() related headers upon request
Bernhard Reutner-Fischer
2008-11-26
1
-0
/
+3
*
fix "make install" with relative PREFIX
Denis Vlasenko
2008-11-21
1
-1
/
+1
*
- add hack to check if generating sysnum.h worked out
Bernhard Reutner-Fischer
2008-11-17
1
-0
/
+9
*
- Remove linux-specific prototypes if asked to.
Bernhard Reutner-Fischer
2008-11-15
1
-0
/
+6
*
- revert wrong r24049
Bernhard Reutner-Fischer
2008-11-15
1
-6
/
+0
*
- Remove linux-specific prototypes if asked to.
Bernhard Reutner-Fischer
2008-11-15
1
-0
/
+6
*
- do not fail if mktemp is not available.
Bernhard Reutner-Fischer
2008-11-13
1
-1
/
+1
*
- less verbose make clean
Bernhard Reutner-Fischer
2008-11-07
1
-11
/
+10
*
- do not list non-existing files in the threads prerequisites
Bernhard Reutner-Fischer
2008-10-18
1
-0
/
+1
*
- fix toggling thread implementation.
Bernhard Reutner-Fischer
2008-10-17
1
-0
/
+5
*
- fix locale dependencies and make default locale generation less verbose.
Bernhard Reutner-Fischer
2008-10-14
1
-5
/
+0
*
- add signalfd()
Bernhard Reutner-Fischer
2008-10-10
1
-0
/
+1
*
- remove suspicious_dependency
Bernhard Reutner-Fischer
2008-10-10
1
-12
/
+10
*
- reinstate hostutils target
Bernhard Reutner-Fischer
2008-10-09
1
-0
/
+2
*
- fix bad r23573 from egtvedt
Bernhard Reutner-Fischer
2008-10-08
1
-2
/
+2
*
- fix building locale (pre- and generated, even parallel)
Bernhard Reutner-Fischer
2008-10-08
1
-1
/
+0
*
- add/use variables to make build-tools configurable
Bernhard Reutner-Fischer
2008-10-08
1
-10
/
+10
*
Ensure that headers are generated before libs
Hans-Christian Egtvedt
2008-10-02
1
-0
/
+5
*
Dependencies tweak: make install should depend on all, or
Rob Landley
2008-09-27
1
-2
/
+2
*
- revert r23469. If gnu getopt is disabled, then there is no getopt.h.
Bernhard Reutner-Fischer
2008-09-26
1
-0
/
+6
*
- both getopt gnu and susv3 want {bits/,}getopt.h installed. Closes #1297
Bernhard Reutner-Fischer
2008-09-24
1
-6
/
+0
*
- do not attempt to rm twice
Bernhard Reutner-Fischer
2008-09-16
1
-12
/
+16
*
- the help target is phony
Bernhard Reutner-Fischer
2008-09-11
1
-1
/
+1
*
Move ifaddrs.h from uClibc-internal location libc/inet/ to include/, and make
Ricard Wanderlof
2008-08-28
1
-0
/
+4
*
check and test have to depend on test_compile
Bernhard Reutner-Fischer
2008-07-11
1
-1
/
+1
*
Fix the test build system by installing headers on a local folder
Carmelo Amoroso
2008-07-08
1
-2
/
+16
*
Make locale_headers only when doing pregen and not headers
Carmelo Amoroso
2008-06-11
1
-1
/
+1
*
- Improve prerequisites and avoid spurious reconfigurations.
Bernhard Reutner-Fischer
2008-06-09
1
-61
/
+97
*
- 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
*
- 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
*
build system: stop creating ugly double-slash symlinks like
Denis Vlasenko
2008-06-01
1
-1
/
+4
*
- 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
*
- do not delete the libs i keep for size-comparison
Bernhard Reutner-Fischer
2008-05-21
1
-2
/
+4
*
Split kernel headers installation from "make install_headers".
Denis Vlasenko
2008-05-07
1
-0
/
+5
*
Add unifdef host tool to clean target
Carmelo Amoroso
2008-05-07
1
-0
/
+1
[next]