summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/i386/bits
AgeCommit message (Expand)Author
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
2002-10-09Support O_STREAMINGEric Andersen
2002-09-05Change <bits/syscall.h> to <bits/sysnum.h>.Miles Bader
2002-08-27Added __kernel_fsid_t to satisfy some apps that need it.David McCullough
2002-08-26Make bits/kernel_types.h include guard names match the includeEric Andersen
2002-08-24Tweak things so that struct stat and struct stat64 (seem to) work onManuel Novoa III
2002-08-24Break dependancy of bits/types.h on the asm/posix_types.h kernelEric Andersen
2002-08-23Split out the definition of struct stat into the new archEric Andersen
2002-08-19Eliminate wrapping of struct stat and use the kernel versionEric Andersen
2002-07-22Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen
2002-07-15Clean up CLK_TCK situation. clock() and sysconf() now use anManuel Novoa III
2002-03-01Major rework of the include files to eliminate redundancyEric Andersen
2001-11-14Scrub up some lingering problems preventing readdir64 from workingEric Andersen
2001-11-14Initial first (lame) pass at making a pthreads library. ThisEric Andersen
2001-09-27Gut this file, and quit referrng to _IO_* junkEric Andersen
2001-09-27Update to accomodate the header file changesEric Andersen
2001-07-11Added __BEGIN_DECLS and __END_DECLS to the files that didn't haveDavid McCullough
2001-06-28Added a script to create bits/syscall.h for each arch.Manuel Novoa III
2001-06-27Stub out an initial version. Manuel will be writingEric Andersen
2001-06-27Step one in a process to ween ourselves off of using asm/unistd.h.Eric Andersen
2001-06-25Remove simulated d_type support for getdents and the dirent struct, and useManuel Novoa III
2001-06-23This adds in support for PIC on x86. Unfortunately, this will breakEric Andersen
2001-06-17Add the in* and out* functions for i386. Note: the sys/io.h header forManuel Novoa III
2001-05-25Add in some more GNU compatible locale stuff. I only implement theEric Andersen
2001-05-07Change FILENAME_MAX to be only 255. Max filename on ext2 is 255,Eric Andersen
2001-04-19Remove all the __THROW macrosEric Andersen
2001-03-19Sync with glibc i386 bits.Eric Andersen
2001-03-19Sync i386 up with _all_ the glibc 2.1.3 include/bits headers,Eric Andersen
2001-01-25Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.aManuel Novoa III
2001-01-16Facelist/cleanup for several syscalls. Added poll.Eric Andersen
2001-01-15Fix termios handling. Now synced with behavior of GNU libc.Eric Andersen
2000-11-04More cleanups. Fix things so tinylogin compiles.Eric Andersen
2000-10-30Fixup some PMTsEric Andersen
2000-10-30Header file cleanupEric Andersen
2000-10-09Needed now.Eric Andersen
2000-10-07Add in support for shm/ipc.Eric Andersen