Bernhard Reutner-Fischer
|
e835d2bf21
- emulate unavailable syscall getpgrp on e.g. ia64 (Stefan Assmann)
|
16 years ago |
Bernhard Reutner-Fischer
|
82817e7741
- install utils into the proper directories
|
16 years ago |
Denis Vlasenko
|
64577cf4a6
fix testing "gcc -mpreferred-stack-boundary=2" on x86_64
|
16 years ago |
Denis Vlasenko
|
a53368f98c
Remove __libc_posix_fadvise[64] alias. It existed on i386 and arm only,
|
16 years ago |
Denis Vlasenko
|
cb17b1ef4c
remove some duplicates in bits/signum.h. No code changes.
|
16 years ago |
Denis Vlasenko
|
885f507317
sigaction overhaul as described in docs/sigaction.txt
|
16 years ago |
Denis Vlasenko
|
1cfb1a3247
heed compiler warnings about checking non-defined variables in #if directives
|
16 years ago |
Denis Vlasenko
|
6770a73cfa
Add proposed plan of sanitizing sigaction to docs/*
|
16 years ago |
Denis Vlasenko
|
ac131a333b
Remove the rest of "bounded pointers" scaffolding. gcc website says"
|
16 years ago |
Denis Vlasenko
|
2401710fc0
features.h: add TODO (changing __OPTIMIZE_SIZE__ is a wrong thing to do)
|
16 years ago |
Denis Vlasenko
|
bfe8b2c71f
doc snippets about defines we provide and/or use
|
16 years ago |
Denis Vlasenko
|
afdfa59588
Do not install libc-XXXX.h files in "make install".
|
16 years ago |
Denis Vlasenko
|
e9df2e7e60
make all "XXXhidden_proto(" consistently not use a space before '('
|
16 years ago |
Denis Vlasenko
|
5196e42e69
Make it again possible to have compact and small stack usage
|
16 years ago |
Denis Vlasenko
|
12632ad756
string/generic/memcmp.c: remove some really paranoid guards
|
16 years ago |
Denis Vlasenko
|
0f55c533b6
*: document __USE_EXTERN_INLINES better;
|
16 years ago |
Denis Vlasenko
|
abb77f08cc
i386/brk.c: gcc can't figure out how to use %ebx in PIC mode,
|
16 years ago |
Bernhard Reutner-Fischer
|
0c2be5a1d1
- only strip if cc compiled fine
|
16 years ago |
Denis Vlasenko
|
9611f84e12
*: remove vestiges of gcc's "bounded pointers" feature,
|
16 years ago |
Denis Vlasenko
|
6602ba129f
smaller brk() for i386. Inspected assembly to see it's still valid.
|
16 years ago |
Carmelo Amoroso
|
0f0f20abd2
Move kernel-features.h header from the linuxthread directory
|
16 years ago |
Mike Frysinger
|
6ff6eb1350
create arch-generic brk() based on blackfin one
|
16 years ago |
Mike Frysinger
|
a3368fd4fb
add inlines for Blackfin atomic functions
|
16 years ago |
Mike Frysinger
|
607d5a5fec
Blackfin: add L2_SRAM flag for alloc func
|
16 years ago |
Mike Frysinger
|
b8894106ef
Blackfin: declare {INLINE,INTERNAL}_SYSCALL() and friends
|
16 years ago |
Mike Frysinger
|
bbcb6b8c7e
add ENDPROC() macro for Blackfin assembly
|
16 years ago |
Mike Frysinger
|
d5347dd20a
use newer spiffy asm constraints to get better code generation
|
16 years ago |
Mike Frysinger
|
6e3adb1f64
punt old unused header
|
16 years ago |
Mike Frysinger
|
1f7601b653
update ptrace.h to latest from glibc
|
16 years ago |
Khem Raj
|
1884a05b65
get rid of __libc_* symbols. Some whitespace cleanups.
|
16 years ago |