summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_misc_notalpha.c
AgeCommit message (Expand)Author
2018-11-29Improve my kern_time.c::rev1.192, systematically clear the buffers we getmaxv
2014-11-09Do not uselessly include <sys/malloc.h>.maxv
2010-11-02implement the following syscalls for linux32:chs
2010-07-07many changes for COMPAT_LINUX:chs
2009-06-02Make nice(2) return EPERM on error, not EACCES (from sys_setpriority).njoly
2008-12-29Fix stime(2) inverted copyin arguments.njoly
2008-10-03Compat linux/linux32 nice(2) fix. The syscall argument is an incrementnjoly
2008-07-15Use more timespecs internally. From Alexander Shishkin and me.christos
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-21timer fixes for PR 37093:ad
2007-12-26Fix readdir syscall retval to return 1 (instead of getdents number ofnjoly
2007-12-20Convert all the system call entry points from:dsl
2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl
2007-11-25Refactor time modification checks and place them in the secmodel code.elad
2007-11-07Remove remaining 64-bit compat linux syscalls linux_sys_xxx() (exceptnjoly
2007-10-19Add compat_linux and exec_linux_elf lkm support for amd64:njoly
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-06-23These now need sys/prot.hdsl
2007-05-12Change the compat sys_[fl]utime code to not use the stackgap.dsl
2007-04-30Include extra header (vfs_syscalls.h).dsl
2007-04-30Rework compat stat() and statvfs() code so that it no longer uses the stackgap.dsl
2007-04-23avoid zerodivide.christos
2007-04-22Change the way that emulations locate files within the emulation root todsl
2007-03-14Fix compat linux statfs/fstatfs syscalls on amd64.njoly
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-09Merge newlock2 to head.ad
2006-11-16__unused removal on arguments; approved by core.christos
2006-11-14Clean some KAUTH_GENERIC_ISSUSER usage in compat code.elad
2006-10-12- sprinkle __unused on function decls.christos
2006-07-23Use the LWP cached credentials where sane.ad
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-14integrate kauth.elad
2006-05-10don't allocate struct statvfs on stack as it's too large.yamt
2006-02-09Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough somanu
2005-12-11merge ktrace-lwp.christos
2005-12-05- make settime take timespec.christos
2005-05-03First work on COMPAT_LINUX/amd64manu
2005-02-26nuke trailing whitespaceperry
2004-10-07PR kern/27184: Have linux_sys_waitpid() call linux_sys_wait4() so theerh
2004-09-24Since the implementation of bsd_to_linux_statfs64() is conditional,he
2004-09-20implement support for Linux statfs64() syscall - 64bit variant of statfs()jdolecek
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-03-05Reimplement linux_sys_setresgid() in terms of do_setresgid()dsl
2003-02-23Remember the allocated ptimer object so that it won't leak.enami
2003-02-19update emul alarm syscalls to recent timer changesjdolecek
2003-01-18Merge the nathanw_sa branch.thorpej
2002-04-03Fix a cut and paste error in the emulation of getresgid(2): it returnedtron
2002-03-16make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc *christos
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem