summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_misc.c
Commit message (Expand)AuthorAgeFilesLines
...
* Changes to MI Linux emulation code necessary to run 32-bit Linux binariestjr2004-08-161-6/+29
* Replace linux_getitimer() and linux_setitimer() with implementationstjr2004-08-151-24/+77
* Avoid assuming that l_timeval is the same as the native struct timevaltjr2004-08-151-2/+7
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This iscperciva2004-07-261-1/+1
* Deorbit COMPAT_SUNOS.phk2004-06-111-1/+1
* - Replace wait1() with a kern_wait() function that accepts the pid,jhb2004-03-171-32/+15
* Locking for the per-process resource limits structure.jhb2004-02-041-14/+19
* Lock the traversal of the vm object list. Use TAILQ_FOREACH consistently.alc2004-01-021-2/+3
* Pull latest changes from OpenBSD:sobomax2003-11-161-3/+13
* Reject negative ngrp arguments in linux_setgroups() and linux_setgroups16();tjr2003-10-211-1/+1
* 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
* Use __FBSDID().obrien2003-06-101-2/+3
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-2/+1
* Use local struct proc variables to reduce repeated td->td_proc dereferencesjhb2003-04-171-10/+14
* 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
* - Change the linux_[gs]et_os{name, release, s_version}() functions tojhb2003-03-131-2/+2
* Clean up whitespace and remove register keyword.des2003-03-031-7/+7
* More caddr_t removal, in conjunction with copy{in,out}(9) this time.des2003-03-031-24/+19
* Use the proc lock to protect p_realtimer instead of Giant, and obtaintjr2003-02-171-3/+2
* Obtain proc lock around modification of p_siglist in linux_wait4().tjr2003-02-141-0/+2
* - Use strlcpy() rather than strncpy() to copy NUL terminatedrobert2002-10-171-6/+6
* Back our kernel support for reliable signal queues.jmallett2002-10-011-2/+1
* First half of implementation of ksiginfo, signal queues, and such. Thisjmallett2002-09-301-1/+2
* - Hold the vn lock over vm_mmap().jeff2002-09-251-4/+4
* Pass flags to msync() accounting for differences in the definition ofmdodd2002-09-191-1/+5
* Do not cast from a pointer to an integer of a possibly different size.bde2002-09-051-1/+1
* Include <sys/malloc.h> instead of depending on namespace pollution 2bde2002-09-051-5/+4
* Use the new kern_* functions to avoid the need to store argumentsiedowse2002-09-011-90/+57
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-1/+2
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-1/+8
* Add a comment about how we should use vn_open() here instead of directlyrwatson2002-06-141-0/+4
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
* Zap some stale unused headers, including one machine/psl.h (which ispeter2002-05-011-6/+0
* Add an XXX: linux_uselib() should be using vn_open() rather than invokingrwatson2002-04-201-0/+4
* Rework logic of syscalls that modify process credentials as described injhb2002-04-131-13/+19
* Use td_ucred in a few spots.jhb2002-04-111-3/+3
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-1/+0
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-3/+3
* Use the updated getcredhostname() function.robert2002-02-271-2/+1
* Use the getcredhostname function to fill the hostname intorobert2002-02-271-1/+3
* Linux/alpha uses the same BSDish return mechanism we do forgallatin2002-01-231-0/+4
* o Introduce pr_mtx into struct prison, providing protection for therwatson2001-12-031-3/+4
* Revert incorrect KSEfication: realitexpire expects a struct proc *, not ades2001-11-241-1/+1
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-101-1/+1
* Remove linux_getpgid(). We map the syscall natively now.marcel2001-09-281-21/+0
OpenPOWER on IntegriCloud