summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_misc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud