summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/powerpc
AgeCommit message (Expand)Author
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
2001-09-30Added initial support for fcntl64 system call (file locking is notmanu
2001-09-08Removed a hack to make PowerPC mmap work. This could have side effects onmanu
2001-09-03Fixed indentmanu
2001-08-30Enable the GCC signature test so that ld.so will be executable (needed formanu
2001-08-26Fixed a lot of mistakes in #define's (hes values instead of octal)manu
2001-08-26Moved LINUX_NCCS from MI file to MD file, because the value is differentmanu
2001-08-26Fiexed a typo in a #definemanu
2001-08-26Fixed a typo in struct naming. This does not seems to impact anything.manu
2001-08-08PR/13652: Katsuomi Hamajima: Fix compile error.christos
2001-07-29Adjust to the new copyargs() footprint.christos
2001-07-26auxilliary -> auxiliarywiz
2001-06-13It's "extern int", not "extern".wiz
2001-06-13#include <machine/fpu.h> for save_fpu()wiz
2001-06-08Close coment of CVS tag.hannken
2001-06-02Fixed a rough buf in ptrace SETFPREGS (was using regs instead of fpregs)manu
2001-05-30use _KERNEL_OPT.mrg
2001-05-28Fixed a potential security problem (copyout after an error)manu
2001-05-27Implements correctly PEEKUSER and fixes various serious bugs. The statusmanu
2001-05-27Fixed two typo in commentsmanu
2001-05-22Fixed ptrace() so that it is now possible to get traced process registers.manu
2001-05-19Fixed a typo in a commentmanu
2001-05-13Improved the accuracy of gettimeofday/settimeofday: Linux stores a srtuctmanu
2001-04-12Fixed an error in a commentmanu
2001-04-11Integrated security review for signal delivery by Wolfgang Solfrankmanu
2001-03-30regen - use linux_sys_nosys() instead sys_nosys()jdolecek
2001-03-30Use linux_sys_nosys() instead sys_nosys() here too.jdolecek
2001-03-30regenjdolecek
2001-03-30Add new syscalls from Linux 2.4.3 to the lists. Not implemented ATM.jdolecek
2001-03-30regenjdolecek
2001-03-30Implement linux_sys_nosys() and use it instead of sys_nosys() forjdolecek
2001-03-22Added a missing native to linux signal number translation in linux_sendsig(),manu
2001-03-18Fixed typos in commentsmanu
2001-02-12Clarified comments about the LINUX_SCERR_SIGN macromanu
2001-02-11Moved the fix for negative errno returned to userland on the PowerPC to amanu
2001-02-05Modified a cast so that it builds againmanu
2001-02-04cosmetic fixes.christos
2001-02-04Fixed a bug in Linux/powerpc ktrace support (it's still broken, anyway)manu
2001-01-27Regen; getpid(2) is MP-safe.thorpej
2001-01-27getpid(2) is MP-safe.thorpej
2001-01-27Regen; add sy_flags.thorpej
2001-01-26Moved include <sys/ioctl.h> so that we can build without WSCONS enabled.manu
2001-01-25Fixed wrong signal handler argument setup. The emulated sigcontext still has ...manu
2001-01-21Fixed wrong open() Linux flags definition (octal instead of hexadecimal)manu
2001-01-20Fix the "created from" field of files generated from syscalls.master (thismanu
2001-01-20Fixed wrong ioctl definitions that caused Linux ioctl TCGETS and many other tomanu
2001-01-20Moved architecure dependent part of struct linux_termio to architecturemanu
2001-01-20Fixed a typomanu
2001-01-19Fixed a typo (two instructions dupliated at the end of code that were not rea...manu