summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
* Use vfs_nmount() to mount linprocfs filesystems in linux_mount();tjr2004-03-161-4/+21
* Correct size argument passed to copyinstr() in linux_mount(): mntfromnametjr2004-03-161-2/+2
* Remove unused second arg to vfinddev().phk2004-03-111-1/+1
* Device megapatch 5/6:phk2004-02-211-4/+4
* Add BSD compatibility tty ioctls LINUX_TIOCSBRK and LINUX_TIOCCBRK. Thisbms2004-02-192-0/+13
* Locking for the per-process resource limits structure.jhb2004-02-041-14/+19
* VOP_GETATTR() wants the vnode passed to it to be locked. Insteadtruckman2004-01-141-13/+1
* Lock the traversal of the vm object list. Use TAILQ_FOREACH consistently.alc2004-01-021-2/+3
* Quick fix for LINT breakage caused by interface changes in accept(2), etc.bde2003-12-251-33/+36
* Do not call VOP_GETATTR in getdents function. It does not serve anykan2003-11-191-6/+0
* Add a MAC check for VOP_LOOKUP() in the Linux getwcd() implementation.rwatson2003-11-171-1/+5
* Pull latest changes from OpenBSD:sobomax2003-11-161-3/+13
* Use kern_sendit rather than sendit for the Linux send* syscalls.dwmalone2003-11-091-144/+105
* Prevent leaking of fsid to non-root users in linux_statfs and linux_fstatfs.anholt2003-11-051-4/+14
* Back out the following revisions:fjoe2003-11-051-6/+6
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-7/+4
* Reject negative ngrp arguments in linux_setgroups() and linux_setgroups16();tjr2003-10-212-2/+2
* fix build: linux_to_bsd_msf_lba is no longer used because of previous commitsam2003-10-201-12/+0
* We dont support CDROMREADAUDIO anymore.sos2003-10-201-18/+1
* Fix some problems in linux_sendmsg() and linux_recvmsg().iwasaki2003-10-111-36/+38
* Restored a non-egregious cast so that this file compiles on i386'sbde2003-09-071-1/+1
* Try to make 'uname -a' look more like it does on Linux:des2003-07-291-0/+30
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-261-1/+1
* Add a new function swap_pager_status() which reports the total size of thephk2003-07-181-8/+4
* Don't map LINUX_POSIX_VDISABLE to _POSIX_VDISABLE and vice versa formarcel2003-06-281-2/+4
* Add a f_vnode field to struct file.phk2003-06-222-2/+2
* Use __FBSDID().obrien2003-06-1012-23/+37
* Change the semantics of sysv shm emulation to take a additionalmbr2003-05-051-60/+73
* Initialize tbuf in newstat_copyout() too.mbr2003-04-291-0/+1
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-293-6/+3
* Do the same thing for stat64_copyout() as we alreadymbr2003-04-291-0/+19
* Argh! We want to return the old signal set when the error return is zerojhb2003-04-281-1/+1
* Use a switch to convert the Linux sigprocmask flags to the equivalentjhb2003-04-251-3/+14
* Add an ioctl handler for the DRM. This removes the need for the DRM_LINUXanholt2003-04-242-0/+17
* Fix a lock order reversal. Unlock the proc before calling fget().jhb2003-04-231-1/+1
* - Replace inline implementations of sigprocmask() with calls tojhb2003-04-221-29/+11
* Don't hold the proc lock while performing sigset conversions on localjhb2003-04-171-1/+1
* Use local struct proc variables to reduce repeated td->td_proc dereferencesjhb2003-04-171-10/+14
* Don't include <sys/disklabel.h>phk2003-04-161-1/+0
* Explicitly cast a l_ulong to an unsigned long to make all arch's happyjhb2003-04-161-1/+1
* Fix printf format in a debug printf.jhb2003-04-161-1/+1
* Add #include <sys/conf.h> so we don't rely on <sys/disk.h> doing it.phk2003-04-011-0/+1
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-311-14/+15
* Fix an XXX: and implement LINUX_BLKGETSIZE correctly.phk2003-03-281-6/+14
* Add a cleanup function to destroy the osname_lock and call it on modulejhb2003-03-262-0/+9
* Use td->td_ucred instead of td->td_proc->p_ucred.jhb2003-03-202-5/+4
* Backout the getcwd changes, a more comprehensive effort will be needed.phk2003-03-201-2/+409
* (This commit certainly increases the need for a wash&clean of vfs_cache.c,phk2003-03-171-409/+2
* - Change the linux_[gs]et_os{name, release, s_version}() functions tojhb2003-03-134-113/+107
* Clean up whitespace and remove register keyword.des2003-03-036-48/+48
OpenPOWER on IntegriCloud