summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/i386/bits
AgeCommit message (Expand)Author
2008-06-01Rework smallint machinery so that it will reliably fail to compileDenis Vlasenko
2008-05-20Introduce and use small[u]int type. Changes in size:Denis Vlasenko
2008-05-03- add missing #endifBernhard Reutner-Fischer
2008-05-03- implement splice,vmsplice,tee for all archesBernhard Reutner-Fischer
2008-05-02- add vmsplice, splice, tee (Timo Teräs)Bernhard Reutner-Fischer
2008-04-24- fixup asm. No object-code changesBernhard Reutner-Fischer
2008-01-17A patch from our Blackfin repository, originally from Jie Zhang. This fixesBernd Schmidt
2008-01-08change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when doi...Mike Frysinger
2008-01-05michael_d writes in #1874: Mike Frysinger
2007-06-24- make sure to define _LIBC in libc-symbols.h before including anythingBernhard Reutner-Fischer
2007-03-13Using local variable 'result' caused problems with lseek64 syscall failing wi...Khem Raj
2007-03-06Add posix_fadvise posix_fadvise64 for arm.Khem Raj
2007-02-28Add a hack for compiling a 32 bit user space with a 64 bit kernel on x86_64Eric Andersen
2006-12-08Take Mike Frysinger's comments into account -- make certain that userEric Andersen
2006-12-06bits/kernel_stat.h is for internal uClibc use only, fix a few otherEric Andersen
2006-08-24fix from psm: enable readahead prototypeMike Frysinger
2006-08-24use the common huge_val.h version nowMike Frysinger
2006-08-24fix from psm: just use common resource.hMike Frysinger
2006-08-23sync with psm: update errno handling to be the same on all archesMike Frysinger
2006-08-23sync with upstream via psmMike Frysinger
2006-08-21bits/profil-counter.h and bits/atomicity.h are leftovers from the old gprofEric Andersen
2006-04-21sync with glibcMike Frysinger
2006-04-13prune trailing whitespaceEric Andersen
2006-03-29sync with glibcMike Frysinger
2006-03-20Replace __THROW w/ __NTH pointed out by Amir ShalemPeter S. Mazinger
2006-03-04disable older rlimit support by defaultMike Frysinger
2006-02-15Block the combo DOMULTI/SUPPORT_LD_DEBUGPeter S. Mazinger
2006-02-10only check for rlimit stuff if the target doesnt support the newer function c...Mike Frysinger
2006-01-26Allow for targets that don't know about signed zero floats."Jan-Benedict Glaw"
2006-01-23Make i386 build w/ -std=c99 (almost)Peter S. Mazinger
2006-01-19Change to sane defaultsPeter S. Mazinger
2006-01-19move a bunch of arch-specific checks out of common files and into an arch spe...Mike Frysinger
2006-01-05implement syscall6Mike Frysinger
2005-11-27define MREMAP_FIXEDMike Frysinger
2005-11-16update copyright and license, add _BITS_SETJMP_H protection around the file, ...Mike Frysinger
2005-11-02Undo 12115, it fails on building libc/sysdeps/linux/commonPeter S. Mazinger
2005-11-02Cleaner i386/syscalls.h patch to handle macro redefines proposed by jockePeter S. Mazinger
2005-11-02Remove __set_errno proposed by jockePeter S. Mazinger
2005-11-02Allow sources using syscalls to be IMA compiled on x86Peter S. Mazinger
2005-05-12Added new 'bits/atomic.h' for most of the architectures and the top-level 'in..."Steven J. Hill"
2005-02-12no more cvsMike Frysinger
2004-08-21Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen
2004-07-30Cleanup some dead wood in the header filesEric Andersen
2004-04-20Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen
2004-02-06Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it asEric Andersen
2003-09-07Some updates from glibc. mjn3 reports this fixes profilingEric Andersen
2003-09-07i386/mcount.S expects to call __mcount_internal with the 2 args passedManuel Novoa III
2003-03-03Initial effort at adding profiling support.Eric Andersen
2003-01-24Finish up fixing stat and setting various system types.Eric Andersen
2003-01-24Ok, people are probably going to hate me for this... This commit changes theEric Andersen