summaryrefslogtreecommitdiff
path: root/sys/compat
AgeCommit message (Expand)Author
2002-03-24Read /usr/libexec/ld.so.dll if failed to readoki
2002-03-24Fix problem with assumption non-socket == vnode in F_{G,S}ETOWN different wayjdolecek
2002-03-23correct placement for FILE_UNUSE [from Izumi Tsutsui]christos
2002-03-23make this compile again (PS_STRINGS is gone).chs
2002-03-22invoke setregs hooks correctly, as in sys_execve()jdolecek
2002-03-22sync with current reality and fix debugging.christos
2002-03-22gc debugging printfs.christos
2002-03-22nuke mmap2, cleanup mmap, add mprotectchristos
2002-03-22regenchristos
2002-03-22nuke mmap2, add mprotectchristos
2002-03-22regenchristos
2002-03-22add mprotect, nuke mmap2christos
2002-03-22regenchristos
2002-03-22add mprotect, nuke mmap2christos
2002-03-22regenchristos
2002-03-22nuke mmap2 add mprotectchristos
2002-03-22regen.christos
2002-03-22nuke mmap2, add mprotectchristos
2002-03-22regenchristos
2002-03-221. make sure lines don't wrapchristos
2002-03-22implement the locking calls for linux_file64.christos
2002-03-22- obey FILE_USE and FILE_UNUSEchristos
2002-03-21Don't bitch if we don't have support for a particular arch. This makes itchristos
2002-03-20use 64 signals.christos
2002-03-20emulation specific sysctls. Also change the kernel date to nov 11 as requestedchristos
2002-03-19- Now that RT-signals fit, fix the array to deliver them. [i386 only].christos
2002-03-18Added swapctl SC_ADD, SC_REMOVE and SC_SGIADD commands.manu
2002-03-18Uses the recently introduced uvm_swap_stats() instead ofmanu
2002-03-18Cosmetic change (lines longer than 80 car)manu
2002-03-18Use /emul/pecoff as prefix to run PE/COFF binaries.oki
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-03-17panic if more space than stackgaplen is requested. Maybe I should remove thechristos
2002-03-16get rid of STACKGAP* shit.christos
2002-03-16make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc *christos
2002-03-16Replace unused padding in struct linux_stat64 by lst_ino64 as found inpooka
2002-03-16Added enough of swaptcl() command emulation to get swap -l working. Thismanu
2002-03-15Added the IRIX /dev/kmem emulation pseudodevice drivermanu
2002-03-13I finnally identified syssgi(SGI_FDHI) as the implementation of themanu
2002-03-13Implements syssgi(FDHI), which seems (it's not documented) to return themanu
2002-03-10Added syssgi(GETGROUPS) and syssgi(SETGROUPS)manu
2002-03-10Added statvfs/fstatvfsmanu
2002-03-10Fix a bug in the way syssgi(MAPELF) handles relocation: we are supposed tomanu
2002-03-10__RCSID -> __KERNEL_RCSIDbjh21
2002-03-10Id -> NetBSD in RCSID (oops).bjh21
2002-03-09Fixed a problem in getmountid emulation: we use the address of a kernelmanu
2002-03-09Fixed a bug in getdents64 emulation: we used a struct irix_dirent to holdmanu
2002-03-09Fixed typomanu
2002-03-09Attempt to provide support to programs digging the load average out ofmanu
2002-03-04Added setreuid/setregidmanu
2002-03-03Implements SIOCNREAD ioctl (some kind of FIONREAD for sockets only). Thismanu