summaryrefslogtreecommitdiff
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvscvs2svn2005-05-0719-19/+19
* MFC: Handle unimplemented syscall by instantly returning ENOSYS instead of se...Maxim Sobolev2005-03-311-0/+9
* MFC: semctl(2) with IPC_STAT command should return zero in case of success.Maxim Sobolev2005-03-311-2/+3
* This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2005-03-071-0/+36
* MFC: match the LINUX32 style with existing style.David E. O'Brien2005-03-0111-65/+65
* MFC: rev 1.162: fix Linux compat 'uname -m' on AMD64.David E. O'Brien2005-03-011-1/+7
* Back out the rework of how we store process times in the kernel.David E. O'Brien2005-03-011-17/+11
* MFC: Rework how we store process times in the kernel such that we alwaysDavid E. O'Brien2005-02-281-11/+17
* MFC: /*- and my license changes for sys/[a-d]*Warner Losh2005-01-304-4/+4
* MFC: Fix the ABI wrappers to use kern_fcntl() rather than callingJohn Baldwin2004-09-031-11/+4
* MFC: (1.52) only translate control message if we're sure it's valid.Dag-Erling Smørgrav2004-08-261-1/+2
* Fix the 'DEBUG' argument code to unbreak the amd64 LINT build.David E. O'Brien2004-08-161-1/+1
* Fix the 'DEBUG' argument code to unbreak the amd64 LINT build.David E. O'Brien2004-08-161-2/+2
* Fix the 'DEBUG' argument code to unbreak the LINT build.David E. O'Brien2004-08-161-2/+2
* Changes to MI Linux emulation code necessary to run 32-bit Linux binariesTim J. Robbins2004-08-1612-112/+244
* Replace linux_getitimer() and linux_setitimer() with implementationsTim J. Robbins2004-08-151-24/+77
* Avoid assuming that l_timeval is the same as the native struct timevalTim J. Robbins2004-08-151-2/+7
* Use sv_psstrings from the current process's sysentvec structure insteadTim J. Robbins2004-08-151-2/+3
* Add XXX comment about findcdev() misuse.Poul-Henning Kamp2004-08-141-0/+6
* Use kernel_vmount() instead of vfs_nmount().Poul-Henning Kamp2004-07-271-15/+4
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This isColin Percival2004-07-262-2/+2
* I missed two pieces of the commit to this file. Robert has alreadyDavid Malone2004-07-181-1/+1
* Remove 'sg' argument to linux_sendto_hdrincl, which is what I think wasRobert Watson2004-07-181-1/+1
* Add a kern_setsockopt and kern_getsockopt which can read the optionDavid Malone2004-07-171-65/+19
* Clean up and wash struct iovec and struct uio handling.Poul-Henning Kamp2004-07-101-20/+7
* Use a couple of regular kernel entry points, rather than COMPAT_43Poul-Henning Kamp2004-07-081-4/+12
* Implement SNDCTL_DSP_SETDUPLEX. This may fix sound apps which want toAlexander Leidinger2004-07-022-0/+5
* Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead ofBruce Evans2004-06-231-2/+4
* Mark linux_emul_convpath() as GIANT_REQUIRED.Robert Watson2004-06-221-0/+2
* Add stub for Linux SOUND_MIXER_READ_RECMASK, required by some Linux soundBruce M Simpson2004-06-182-0/+5
* Add a stub for the Linux SOUND_MIXER_INFO ioctl (even though we don'tBruce M Simpson2004-06-182-0/+5
* Linux applications expect to be able to call SIOCGIFCONF with anBruce M Simpson2004-06-181-0/+14
* Fix the VT_SETMODE/CDROMIOCTOCENTRY problem correctly.Bruce M Simpson2004-06-181-15/+17
* Fix two attempts to use an unchecked NULL pointer provided from theBruce M Simpson2004-06-181-7/+10
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-4/+4
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-6/+6
* Add support for more linux ioctls.Poul-Henning Kamp2004-06-142-2/+117
* Deorbit COMPAT_SUNOS.Poul-Henning Kamp2004-06-112-2/+2
* - Replace wait1() with a kern_wait() function that accepts the pid,John Baldwin2004-03-171-32/+15
* Use vfs_nmount() to mount linprocfs filesystems in linux_mount();Tim J. Robbins2004-03-161-4/+21
* Correct size argument passed to copyinstr() in linux_mount(): mntfromnameTim J. Robbins2004-03-161-2/+2
* Remove unused second arg to vfinddev().Poul-Henning Kamp2004-03-111-1/+1
* Device megapatch 5/6:Poul-Henning Kamp2004-02-211-4/+4
* Add BSD compatibility tty ioctls LINUX_TIOCSBRK and LINUX_TIOCCBRK. ThisBruce M Simpson2004-02-192-0/+13
* Locking for the per-process resource limits structure.John Baldwin2004-02-041-14/+19
* VOP_GETATTR() wants the vnode passed to it to be locked. InsteadDon Lewis2004-01-141-13/+1
* Lock the traversal of the vm object list. Use TAILQ_FOREACH consistently.Alan Cox2004-01-021-2/+3
* Quick fix for LINT breakage caused by interface changes in accept(2), etc.Bruce Evans2003-12-251-33/+36
* Do not call VOP_GETATTR in getdents function. It does not serve anyAlexander Kabaev2003-11-191-6/+0
* Add a MAC check for VOP_LOOKUP() in the Linux getwcd() implementation.Robert Watson2003-11-171-1/+5