summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
* Don't free the sockaddr in kern_bind() and kern_connect() as not alljhb2006-07-191-1/+4
* - Add conditional VFS Giant locking to getdents_common() (linux ABIs),jhb2006-07-111-13/+14
* Add a kern_close() so that the ABIs can close a file descriptor w/o havingjhb2006-07-081-5/+1
* Rework kern_semctl a bit to always assume the UIO_SYSSPACE case. Thisjhb2006-07-081-11/+12
* - Protect the list of linux ioctl handlers with an sx lock.jhb2006-07-061-0/+17
* Axe the stackgap macros as the Linux ABIs no longer use the stackgap.jhb2006-06-271-26/+0
* - Add a kern_semctl() helper function for __semctl(). It accepts a pointerjhb2006-06-271-38/+26
* The linux times syscall can be called with a NULL pointer, so keep coolnetchild2006-06-231-11/+13
* Fix file leaking in translate_path_major_minor.ambrisko2006-05-161-2/+6
* Now that we don't have a linuxolator on alpha anymore:netchild2006-05-107-342/+33
* Implement rt_sigpending in the linuxolator.netchild2006-05-101-0/+28
* Fix the the duplicate cut-n-paste in linux_fstat64 pointed out byambrisko2006-05-051-1/+0
* Enhance the Linux emulation layer to make MegaRAID SAS managements tool happy.ambrisko2006-05-053-5/+213
* Annotate uses of fgetsock() with indications that they should relyrwatson2006-04-011-0/+4
* Unbreaking build by removing a now unused variable.avatar2006-03-271-1/+0
* Use td_ucred rather than p_ucred to avoid panics and general unhappiness.jhb2006-03-271-1/+1
* Fix the LINT build on alpha:netchild2006-03-211-32/+82
* Fix tinderbox on alpha.netchild2006-03-201-0/+2
* Unbreak COMPAT_LINUX32 option support on amd64.ru2006-03-1911-0/+17
* Fixup some problems in my previous commit (COMPAT_43).netchild2006-03-1811-17/+0
* Get rid of the need of COMPAT_43 in the linuxolator.netchild2006-03-188-31/+211
* - Remove ifdef disabled code that doesn't have a chance of working anymore.jeff2006-02-061-48/+0
* - vn_lock with LK_RETRY can not return an error. The code that handled thisjeff2006-01-301-10/+4
* Fix a typo : deivce => devicecognet2006-01-261-1/+1
* Linux compat bits needed to make linux programs use the new ptys :cognet2006-01-263-1/+33
* Cast tv_sec to intmax_t and print with %jd in some ifdef'ed code.trhodes2005-12-281-8/+8
* Add \n to log() message.glebius2005-12-271-1/+1
* Remove linux_mib_destroy() (which I actually added in between 5.0 and 5.1)jhb2005-12-152-9/+0
* In Linux, kernel parameters passed to ioctl are by value, while in FreeBSDdelphij2005-12-131-5/+5
* Suppress logging about unimplemented syscalls to one time per process. Thisglebius2005-12-081-9/+7
* Fix -Wundef.ru2005-12-042-2/+2
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-141-1/+1
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,rwatson2005-09-281-2/+0
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),rwatson2005-09-191-0/+2
* Fix kernel build.delphij2005-08-281-1/+1
* Rewrite linux_ifconf() to be more like ifconf() in net/if.crodrigc2005-08-271-25/+39
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-2/+2
* Move MODULE_DEPEND() statements for SYSVIPC dependencies to linux_ipc.cjhb2005-07-291-0/+4
* Add Giant around linux_getcwd_common() in linux_getcwd().jhb2005-07-091-0/+2
* Add missing locking to linux_connect() so that it can be marked MP safe:jhb2005-07-091-8/+15
* Fix the computation of uptime for linux_sysinfo(). Before it was returningjhb2005-07-071-15/+3
* Actually only protect mount-point if security.jail.enforce_statfs is set to 2.pjd2005-06-231-3/+0
* Rename sysctl security.jail.getfsstatroot_only to security.jail.enforce_statfspjd2005-06-091-2/+3
* Properly convert FreeBSD priority values into Linux values in thesobomax2005-06-081-0/+13
* Remove (now) unused argument 'td' from bsd_to_linux_statfs().pjd2005-05-271-4/+3
* The code is under '#ifdef not_that_way', but anyway:pjd2005-05-221-0/+3
* If we need to hide fsid, kern_statfs()/kern_fstatfs() will do it for us,pjd2005-05-221-7/+2
* - Pass the ISOPEN flag to namei so filesystems will know we're about tojeff2005-04-271-1/+1
* - Change all filesystems and vfs_cache to relock the dvp once the child isjeff2005-04-131-2/+2
* Implement SOUND_MIXER_INFO ioctl in compat layer.mdodd2005-04-131-3/+36
OpenPOWER on IntegriCloud