summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/powerpc/linux_syscall.h
AgeCommit message (Collapse)Author
2003-08-10regen - added wrapper for Linux ftruncate64()jdolecek
2003-06-23Regen.christos
2003-01-18Regen for correct RCS ID.thorpej
2003-01-18Regen: Merge the nathanw_sa branch.thorpej
2002-11-01regen: nsysent set to 256jdolecek
2002-05-19hook in truncate64(2) and ftruncate64(2)jdolecek
2002-05-12regen - 64 fs syscallsjdolecek
2002-04-10regenchristos
2002-03-22regenchristos
2002-02-19Regen.nathanw
2002-02-15- add a real linux_sys___sysctl because the mib numbers are different.christos
implement only the kernel version getting entries. - make the signal conversion functions consistent; dest is arg 1. - make linux_fakedev deal with block and char devices differently. - add linux_sys_ugetrlimit, and flesh out the regular get/setrlimit so that they work properly. - add linux_mmap2 [untested]. - bump kernel to 2.4.18, and make the date be valentine's day :-) - linux_sys_*stat64 family was totally busted. Fix it. tested only on i386. Status: gdb, telnet, work jdk-1.4.0 extractor works, jdk still coredumps. christos
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
2001-09-08Removed a hack to make PowerPC mmap work. This could have side effects onmanu
alpha and i386. It has been tested and works on i386.
2001-05-30use _KERNEL_OPT.mrg
2001-05-13Improved the accuracy of gettimeofday/settimeofday: Linux stores a srtuctmanu
timezone in the kernel. We now keep track of it for emulated processes. Tested for powerpc and i386. Untested on m68k, but it should be ok Alpha has a particular implementation (osf1_sys_gettimeofday), and it has therefore not been touched.
2001-03-30regen - use linux_sys_nosys() instead sys_nosys()jdolecek
2001-03-30regenjdolecek
2001-03-30regenjdolecek
2001-01-27Regen; getpid(2) is MP-safe.thorpej
2001-01-27Regen; add sy_flags.thorpej
2001-01-20Fix the "created from" field of files generated from syscalls.master (thismanu
master file did not have a RCS Id at generation time, hence the problem)
2001-01-19Added various header files for initial Linux compatibility on powerpc portsmanu