summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_misc.c
Commit message (Expand)AuthorAgeFilesLines
* Since all other comparisons involving ngroups_max usebrooks2010-01-151-1/+1
* Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamicbrooks2010-01-121-1/+1
* kern_select(9) copies fd_set in and out of userspace in quantities ofkib2009-09-091-1/+1
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-191-9/+15
* Add counterparts to getcredhostname:jamie2009-06-131-6/+1
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-5/+5
* Do not export AT_CLKTCK when emulating Linux kernel priordchagin2009-05-101-1/+13
* Rework r189362, r191883.dchagin2009-05-101-1/+3
* Linux exports HZ value to user space via AT_CLKTCK auxiliary vector entry,dchagin2009-05-071-3/+1
* Change linux struct tms definition to match actual linux one.dchagin2009-05-071-4/+4
* Add AT_PLATFORM, AT_HWCAP and AT_CLKTCK auxiliary vector entries whichdchagin2009-03-041-31/+1
* Push down Giant inside sysctl. Also add some more assertions to the code.ed2008-12-291-12/+4
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.ed2008-11-091-2/+26
* Current linux_fooaffinity() emulation fails, as the FreeBSD affinitykib2008-10-041-4/+9
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+1
* Fix usage of mac_vnode_check_open() in linuxulator - last argumenttrasz2008-09-221-1/+1
* The ERESTART to EINTR conversion is already done inrdivacky2008-09-111-8/+1
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-1/+1
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+2
* Fix linux_alarm, the linux behaviour is to limit therdivacky2008-07-231-3/+6
* Introduce a new lock, hostname_mtx, and use it to synchronize accessrwatson2008-07-051-0/+2
* Implement robust futexes. Most of the code is modelled afterrdivacky2008-05-131-4/+3
* Implement the linux syscallskib2008-04-081-0/+84
* Fix build.ru2008-03-251-2/+2
* Implement sched_setaffinity and get_setaffinity usingrdivacky2008-03-161-9/+40
* Sanitize arguments to linux_mremap().kib2008-02-221-0/+15
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-2/+2
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-1/+1
* Implement fake linux sched_getaffinity() syscall to enable java to workkib2007-08-281-0/+21
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-121-2/+1
* rufetch and calcru sometimes should be called atomically together.attilio2007-06-091-0/+2
* Revert VMCNT_* operations introduction.attilio2007-05-311-1/+1
* Revert UF_OPENING workaround for CURRENT.kib2007-05-311-1/+2
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-181-1/+1
* Partial MFp4 of 114977:netchild2007-02-241-5/+4
* MFp4 (114193 (i386 part), 114194, 114195, 114200):netchild2007-02-231-3/+5
* No need to lock emul_lock in exit_group() because em->sharedkib2007-02-011-3/+2
* MFp4 (112646):netchild2007-01-071-1/+1
* MFp4 (112534):netchild2007-01-071-4/+2
* MFp4 (112498):netchild2007-01-071-6/+6
* MFp4 (111746, 108671, 108945, 112352):netchild2006-12-311-0/+32
* MFp4 (111746+):netchild2006-12-311-9/+3
* MFp4:netchild2006-12-311-59/+65
* MFP4: 109653jkim2006-12-041-2/+25
* MFP4 (108673, 110519, 110874):netchild2006-12-021-5/+30
* Sync struct sysinfo with real one from linux.kib2006-11-181-1/+2
* Add debuging printfs to syscalls that do not contain it yet. Inkib2006-11-181-0/+36
* Remove unecessary locking of process in linux_getpid.kib2006-11-181-2/+0
* In rev 1.188 of linux_misc.c the added check for valid options ommitedkib2006-11-151-1/+1
OpenPOWER on IntegriCloud