summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_misc.c
AgeCommit message (Expand)Author
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-23PR/21948: Todd Vierling: Implement MAP_TRYFIXED for linux emulation.christos
2003-06-23PR/21937: Todd Vierling: Proper support for mmap2christos
2003-03-05Use do_setresuid() to implement linux_sys_setresuid()dsl
2003-01-18Merge the nathanw_sa branch.thorpej
2002-12-16Don't allow non-page-aligned offsets! So dumb. From Jason Ish, thanks.christos
2002-11-25Add ULL to a 64-bit integer constant.thorpej
2002-11-13we now export information about CLK_TCK via ELF aux args, no need tojdolecek
2002-11-13linux_sys_times(): if tms is NULL, just return the number of ticks sincejdolecek
2002-09-23Put storage class first in "static const" declaration.simonb
2002-06-20Don't copy from destination to destination.enami
2002-05-10Fix off by one error in check for size of field "d_off" in Linuxtron
2002-05-10Move implementation of linux_sys_getdents64() to source file fortron
2002-04-10implement getdents64; my full java tree builds now.christos
2002-04-03Allocate the right size for the native gid_t array in setgroups16.fvdl
2002-03-31make signal array handling uniform, and put signal arrays in a separatechristos
2002-03-22gc debugging printfs.christos
2002-03-22nuke mmap2, cleanup mmap, add mprotectchristos
2002-03-16make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc *christos
2002-02-20proper statfs emulation...christos
2002-02-18Resolve alpha compile issues:christos
2002-02-18Back off previous partially - make linux_release[] back 2.0.38jdolecek
2002-02-17There is no linux_sys_ugetrlimit on mips, so don't try building it (XXX: addsrafal
2002-02-15- add a real linux_sys___sysctl because the mib numbers are different.christos
2001-12-09replace "vnode" and "vtext" with "file" and "exec" in uvmexp field names.chs
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
2001-07-18Add support for the __WALL wait4(2) flag.thorpej
2001-06-04Fixes by Chuck Silvers to make ptrace PEEKTEXT more 64 bit friendymanu
2001-06-03added a double cast to build on alphamanu
2001-06-02Slighly improve the PTRACE_CONT commentjdolecek
2001-05-27Fixed the return value of ptrace for PEEKTEXT and PEEKDATA: return value mustmanu
2001-05-20Added powerpc status in a commentmanu
2001-03-30Implement linux_sys_nosys() and use it instead of sys_nosys() forjdolecek
2001-03-16Removed an unused oldbrk variable in linux_sys_brk()manu
2001-03-15Made linux_sys_brk() cleaner (no functionnality change)manu
2001-03-15Fixed brk() emulation. We now keep track of the processes' idea of themanu
2001-01-05Set Linux version to 2.0.38 for now, until the clone + "real time signal"fvdl
2000-12-29Hardcode what the linux uname() calls return (Linux 2.2.5 is the currentfvdl
2000-12-27Use CHECK_ALT_* for chown and lchown, missed in my previous commit.fvdl
2000-12-22split off thread specific stuff from struct sigacts to struct sigctx, leavingjdolecek
2000-12-21Only include the 16-bit uid/gid stuff if on i386 or m68k. This is athorpej
2000-12-18Add seperate entries for 16 bit uid/gid calls, so that border casesfvdl
2000-12-13Implement sysinfo.augustss
2000-12-02add emulation of linux swapoff(2)jdolecek
2000-12-01implement linux_sys_setdomainname()/linux_sys_swapon(), using codejdolecek
2000-12-01add e_path (emulation path) to struct emul, which replaces emulation-specificjdolecek
2000-11-01Linux LINUX_PTRACE_SINGLESTEP operation should have samejdolecek
2000-09-07In the case of MAP_ANON, Linux mmap ignores the fd argument completely.fvdl