summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_misc.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.release/7.2.0_cvsKen Smith2009-05-011-1/+1
* Merge from HEAD to stable/7:Dmitry Chagin2009-04-101-31/+1
* MFC r177257 (by rdivacky):Konstantin Belousov2008-10-201-8/+44
* MFCKonstantin Belousov2008-02-291-0/+15
* Implement fake linux sched_getaffinity() syscall to enable java to workKonstantin Belousov2007-08-281-0/+21
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inRobert Watson2007-06-121-2/+1
* rufetch and calcru sometimes should be called atomically together.Attilio Rao2007-06-091-0/+2
* Revert VMCNT_* operations introduction.Attilio Rao2007-05-311-1/+1
* Revert UF_OPENING workaround for CURRENT.Konstantin Belousov2007-05-311-1/+2
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingJeff Roberson2007-05-181-1/+1
* Partial MFp4 of 114977:Alexander Leidinger2007-02-241-5/+4
* MFp4 (114193 (i386 part), 114194, 114195, 114200):Alexander Leidinger2007-02-231-3/+5
* No need to lock emul_lock in exit_group() because em->sharedKonstantin Belousov2007-02-011-3/+2
* MFp4 (112646):Alexander Leidinger2007-01-071-1/+1
* MFp4 (112534):Alexander Leidinger2007-01-071-4/+2
* MFp4 (112498):Alexander Leidinger2007-01-071-6/+6
* MFp4 (111746, 108671, 108945, 112352):Alexander Leidinger2006-12-311-0/+32
* MFp4 (111746+):Alexander Leidinger2006-12-311-9/+3
* MFp4:Alexander Leidinger2006-12-311-59/+65
* MFP4: 109653Jung-uk Kim2006-12-041-2/+25
* MFP4 (108673, 110519, 110874):Alexander Leidinger2006-12-021-5/+30
* Sync struct sysinfo with real one from linux.Konstantin Belousov2006-11-181-1/+2
* Add debuging printfs to syscalls that do not contain it yet. InKonstantin Belousov2006-11-181-0/+36
* Remove unecessary locking of process in linux_getpid.Konstantin Belousov2006-11-181-2/+0
* In rev 1.188 of linux_misc.c the added check for valid options ommitedKonstantin Belousov2006-11-151-1/+1
* Merge posix4/* into normal kernel hierarchy.Tom Rhodes2006-11-111-2/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-2/+4
* Fix style(9).Alexander Leidinger2006-10-281-29/+29
* MFP4:Alexander Leidinger2006-10-281-0/+51
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-221-1/+2
* - Replace homegrown check for FIFO with S_ISFIFO. [1]Alexander Leidinger2006-10-081-1/+7
* - don't reboot() when feed with wrong parameters (and enough permissions) [1]Alexander Leidinger2006-09-161-4/+38
* Don't call suser_cred() directly from linux_sethostname(), as it justRobert Watson2006-08-251-3/+0
* Sync the MI parts for amd64 with i386 and remove the corresponding specialAlexander Leidinger2006-08-201-13/+1
* - disable some more code when osrelease=2.4.2Alexander Leidinger2006-08-171-21/+45
* Move some stuff into headers where they belong.Alexander Leidinger2006-08-171-3/+0
* Disable some parts of the code on amd64 for now to prevent a panic. A betterAlexander Leidinger2006-08-151-1/+8
* Add the linux 2.6.x stuff (not used by default!):Alexander Leidinger2006-08-151-0/+98
* - Pass the MPSAFE flag to namei() in linux_uselib() and handle conditionalJohn Baldwin2006-07-211-24/+25
* The linux times syscall can be called with a NULL pointer, so keep coolAlexander Leidinger2006-06-231-11/+13
* Now that we don't have a linuxolator on alpha anymore:Alexander Leidinger2006-05-101-29/+4
* Unbreaking build by removing a now unused variable.Tai-hwa Liang2006-03-271-1/+0
* Use td_ucred rather than p_ucred to avoid panics and general unhappiness.John Baldwin2006-03-271-1/+1
* Unbreak COMPAT_LINUX32 option support on amd64.Ruslan Ermilov2006-03-191-0/+1
* Fixup some problems in my previous commit (COMPAT_43).Alexander Leidinger2006-03-181-1/+0
* Get rid of the need of COMPAT_43 in the linuxolator.Alexander Leidinger2006-03-181-2/+17
* Cast tv_sec to intmax_t and print with %jd in some ifdef'ed code.Tom Rhodes2005-12-281-8/+8
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostDavid Xu2005-10-141-1/+1
* Fix the computation of uptime for linux_sysinfo(). Before it was returningJohn Baldwin2005-07-071-15/+3
* Properly convert FreeBSD priority values into Linux values in theMaxim Sobolev2005-06-081-0/+13