summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/powerpc/bits
AgeCommit message (Expand)Author
2002-10-09Support O_STREAMINGEric Andersen
2002-09-05Change <bits/syscall.h> to <bits/sysnum.h>.Miles Bader
2002-08-28Fix a silly bug notices by Ronald Wahl <rwa@peppercon.com>Eric Andersen
2002-08-27Make sure that bits/syscalls.h always includes bits/syscall.hEric Andersen
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-25Finish off the bits/kernel_stat.h cleanup for properEric Andersen
2002-08-24Break dependancy of bits/types.h on the asm/posix_types.h kernelEric Andersen
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-22Rework struct stat/stat64 handling to eliminate kernel headersEric Andersen
2002-08-21Revert mode_t change. Sigh. As Manuel so eloquently put it: "this is the wayEric Andersen
2002-08-19Eliminate wrapping of struct stat and use the kernel versionEric Andersen
2002-08-18Directly use kernel types for uid_t, gid_t, and dev_t to avoid theEric Andersen
2002-07-22Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen
2002-04-10John Traill <john.traill@motorola.com> noticed that on powerpcEric Andersen
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-14Make it obvious that dtype is disabledEric Andersen
2001-11-10Added winsize structure from before glibc-2.2.4 updateDavid Schleef
2001-10-15Disable posix threads supportDavid Schleef
2001-10-15Merged patch from pre-glibc-2.2.4 filesDavid Schleef
2001-10-15include/bits from glibc-2.2.4-1David Schleef
2001-07-13The previous termios.h strongly appeared to be from a differentDavid Schleef
2001-07-11Added __BEGIN_DECLS and __END_DECLS to the files that didn't haveDavid McCullough
2001-07-03Get rid of warning messages and spurious diffsDavid Schleef
2001-07-03It is now autogeneratedDavid Schleef
2001-06-27Yes... I forgot to update bits/dirent.h for the other archs. :-(Manuel Novoa III
2001-06-25Add in missing syscalls.h for powerpcEric Andersen
2001-06-15These are needed for powerpc to compileEric Andersen
2001-05-26Make powerpc compile. Needs this header...Eric Andersen
2001-05-25Changes to make types.h more compatible with the Linux kernel.David Schleef
2001-05-25Random change to get a log message: Previous change is to make thisDavid Schleef
2001-05-25Added powerpc-specific mmap syscall, 'cause we're special.David Schleef
2001-05-25Needed for libmDavid Schleef
2001-05-11Bring powerpc back into line so it compiles again.Eric Andersen
2001-05-07Change FILENAME_MAX to be only 255. Max filename on ext2 is 255,Eric Andersen
2001-05-04This patch allows powerpc to compile again. It also checks if weEric Andersen
2001-04-19Remove all the __THROW macrosEric Andersen
2001-03-16Add powerpc port done by David Schleef <ds@schleef.org>Eric Andersen