summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux
Commit message (Collapse)AuthorAgeFilesLines
* Change to sane defaultsPeter S. Mazinger2006-01-1922-110/+222
|
* Remove MMAP_HAS_6_ARGSPeter S. Mazinger2006-01-191-2/+0
|
* update syscall macros so both ldso and libc can use themMike Frysinger2006-01-191-137/+99
|
* move a bunch of arch-specific checks out of common files and into an arch ↵Mike Frysinger2006-01-1925-9/+756
| | | | specific header file to make porting/updates a lot easier
* Correct unimportant typoPeter S. Mazinger2006-01-191-1/+1
|
* Joseph S. Myers writes:Eric Andersen2006-01-191-4/+6
| | | | | | | | | libc/sysdeps/linux/arm/ioperm.c on trunk fails to compile for me because of no declaration of ioperm at the point where libc_hidden_proto(ioperm) requires one. Including <sys/io.h> to get the declaration then shows up that various types are inconsistent with that header; this patch fixes things so that file compiles.
* give a little info as to what the file should containMike Frysinger2006-01-191-0/+5
|
* give a little info as to what the file should containMike Frysinger2006-01-191-0/+5
|
* sync fenv.h with glibcMike Frysinger2006-01-183-1/+206
|
* Make gcc4 happy as wellPeter S. Mazinger2006-01-181-1/+1
|
* get rid of arch specific checksMike Frysinger2006-01-184-31/+14
|
* use the 6-arg version of mmap where availableMike Frysinger2006-01-171-1/+11
|
* s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ↵Peter S. Mazinger2006-01-162-2/+2
| | | | see what libpthread will do ...
* Last relocs jump and global data, (even locales) that I could remove are ↵Peter S. Mazinger2006-01-161-0/+3
| | | | gone from libc. The remaining are left as exercise for others ;-)
* touchup styleMike Frysinger2006-01-164-12/+18
|
* make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger2006-01-1529-30/+31
|
* syscall6Mike Frysinger2006-01-151-0/+30
|
* only build if we have forkMike Frysinger2006-01-151-0/+4
|
* Thomas Chou: fix misplaced commentMike Frysinger2006-01-151-1/+1
|
* Remove __XL(N) and __XL_ALIAS(N) adapting the last use of itPeter S. Mazinger2006-01-151-6/+0
|
* add syscall() by d1mag in Bug 164Mike Frysinger2006-01-152-1/+50
|
* fix broken commentingMike Frysinger2006-01-148-7/+9
|
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-14248-1218/+989
|
* fix loading of argc/argv for arm/nommuMike Frysinger2006-01-141-0/+10
|
* make sure we set errno properlyMike Frysinger2006-01-141-2/+3
|
* use __syscall_error trickMike Frysinger2006-01-143-12/+30
|
* forgot to cut out the other __USE_MISC sectionMike Frysinger2006-01-141-15/+0
|
* need features.hMike Frysinger2006-01-141-2/+3
|
* shouldnt have trimmed the _ASM #if checkMike Frysinger2006-01-141-0/+4
|
* oldMike Frysinger2006-01-141-43/+0
|
* sync with glibcMike Frysinger2006-01-141-8/+8
|
* sync with glibcMike Frysinger2006-01-143-16/+66
|
* update to new uClibc startup styleMike Frysinger2006-01-142-72/+108
|
* enable _longjmp alias else less fails to buildMike Frysinger2006-01-141-1/+1
|
* another from SpanKYPeter S. Mazinger2006-01-141-4/+4
|
* another missed hiddenPeter S. Mazinger2006-01-141-0/+1
|
* missed to define internal setregidPeter S. Mazinger2006-01-141-0/+1
|
* need features.h for new HIDDEN_JUMPTARGET()Mike Frysinger2006-01-145-0/+5
|
* Add hidden versions of pipe()Peter S. Mazinger2006-01-143-0/+6
|
* s/__read/read/ and write in fake partPeter S. Mazinger2006-01-141-4/+7
|
* needs features.hPeter S. Mazinger2006-01-141-0/+1
|
* 64bit arches dont need no stinkin fcntl64Mike Frysinger2006-01-141-0/+4
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-14212-841/+980
| | | | missing headers, other jump relocs removed
* dont include bits/kernel_stat.h as xstatconv.h already does and use ↵Mike Frysinger2006-01-146-11/+9
| | | | sys/stat.h rather than bits/stat.h
* we dont want to truncate the offset when dealing with the syscall3 version ↵Mike Frysinger2006-01-121-1/+1
| | | | as this will screw up some 64bit hosts
* import headers from glibcMike Frysinger2006-01-123-0/+411
|
* Jie Zhang writes:Mike Frysinger2006-01-111-2/+3
| | | | | This patch defines __kernel_old_dev_t for Blackfin. It also removes two trailing whitespaces. Please apply it.
* sync with glibcMike Frysinger2006-01-111-1/+1
|
* sync with glibcMike Frysinger2006-01-112-1/+10
|
* import amd64 sem.h from glibcMike Frysinger2006-01-111-0/+87
|