summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_misc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge posix4/* into normal kernel hierarchy.trhodes2006-11-111-2/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-2/+4
* Fix style(9).netchild2006-10-281-29/+29
* MFP4:netchild2006-10-281-0/+51
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* - Replace homegrown check for FIFO with S_ISFIFO. [1]netchild2006-10-081-1/+7
* - don't reboot() when feed with wrong parameters (and enough permissions) [1]netchild2006-09-161-4/+38
* Don't call suser_cred() directly from linux_sethostname(), as it justrwatson2006-08-251-3/+0
* Sync the MI parts for amd64 with i386 and remove the corresponding specialnetchild2006-08-201-13/+1
* - disable some more code when osrelease=2.4.2netchild2006-08-171-22/+46
* Move some stuff into headers where they belong.netchild2006-08-171-3/+0
* Disable some parts of the code on amd64 for now to prevent a panic. A betternetchild2006-08-151-1/+8
* Add the linux 2.6.x stuff (not used by default!):netchild2006-08-151-0/+98
* - Pass the MPSAFE flag to namei() in linux_uselib() and handle conditionaljhb2006-07-211-24/+25
* The linux times syscall can be called with a NULL pointer, so keep coolnetchild2006-06-231-11/+13
* Now that we don't have a linuxolator on alpha anymore:netchild2006-05-101-29/+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
* Unbreak COMPAT_LINUX32 option support on amd64.ru2006-03-191-0/+1
* Fixup some problems in my previous commit (COMPAT_43).netchild2006-03-181-1/+0
* Get rid of the need of COMPAT_43 in the linuxolator.netchild2006-03-181-2/+17
* Cast tv_sec to intmax_t and print with %jd in some ifdef'ed code.trhodes2005-12-281-8/+8
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-141-1/+1
* Fix the computation of uptime for linux_sysinfo(). Before it was returningjhb2005-07-071-15/+3
* Properly convert FreeBSD priority values into Linux values in thesobomax2005-06-081-0/+13
* - Pass the ISOPEN flag to namei so filesystems will know we're about tojeff2005-04-271-1/+1
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingjhb2005-04-011-3/+3
* Handle unimplemented syscall by instantly returning ENOSYS instead of sendingsobomax2005-03-071-0/+9
* Use kern_setitimer() to implement linux_alarm() instead of fondling thejhb2005-02-071-19/+7
* Split out kernel side of {get,set}itimer(2) into two parts: the first thatsobomax2005-01-251-64/+33
* Match the LINUX32's style with existing styleobrien2005-01-141-13/+13
* Fix Linux compat 'uname -m' on AMD64.obrien2005-01-141-1/+7
* Rework how we store process times in the kernel such that we always storejhb2004-10-051-11/+17
* Fix the 'DEBUG' argument code to unbreak the amd64 LINT build.obrien2004-08-161-2/+2
* Fix the 'DEBUG' argument code to unbreak the LINT build.obrien2004-08-161-2/+2
* 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
OpenPOWER on IntegriCloud