summaryrefslogtreecommitdiff
path: root/sys/compat/linux
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-0125-25/+25
* Merge from HEAD to stable/7:Dmitry Chagin2009-04-102-31/+16
* Allow different ABIs to use different initial control words for the FPU onJohn Baldwin2009-03-251-0/+5
* MFC: Use shared vnode locks when invoking VOP_READDIR().John Baldwin2009-03-182-2/+2
* MFC r188572:Alexander Leidinger2009-03-041-1/+1
* MFC r184501:Konstantin Belousov2008-11-131-3/+3
* MFC r177257 (by rdivacky):Konstantin Belousov2008-10-201-8/+44
* Merge r182892 from head to stable/7, I had to manuallyRoman Divacky2008-09-221-33/+54
* MFC r182890:Konstantin Belousov2008-09-171-155/+78
* MFC: Kernel mode Network Lock Manager.Doug Rabson2008-04-101-0/+2
* MFC rev. 1.12 of sys/compat/linux/linux_futex.cRoman Divacky2008-03-282-2/+29
* MFC rev. 1.11:Konstantin Belousov2008-03-091-1/+1
* MFCKonstantin Belousov2008-02-292-0/+18
* MFC rev. 1.89, 1.90:Konstantin Belousov2008-01-091-8/+21
* MFC rev. 1.107:Konstantin Belousov2008-01-031-12/+19
* MFC rev. 1.139 of src/sys/compat/linux/linux_ioctl.c,Konstantin Belousov2007-11-152-1/+15
* The kernel version of Linux statfs64 is actually supposed to takeDavid Malone2007-09-181-13/+3
* Implement fake linux sched_getaffinity() syscall to enable java to workKonstantin Belousov2007-08-281-0/+21
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichRobert Watson2007-08-061-2/+0
* Don't add the 'pad' argument to the mmap/truncate/etc syscalls.Peter Wemm2007-07-041-1/+0
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inRobert Watson2007-06-122-4/+2
* Ensure that newpath is always initialized, even for the error case.Matt Jacob2007-06-101-0/+2
* 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
* Move futex support code from <arch>/support.s into linux compat directory.Konstantin Belousov2007-05-231-74/+37
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingJeff Roberson2007-05-181-1/+1
* Some Linux applications (ping) pass a non-NULL msg_control argument toRobert Watson2007-04-141-0/+10
* Whitespace fixesScott Long2007-04-101-27/+27
* Add the CAM 'SG' peripheral device. This device implements a subset of theScott Long2007-04-072-0/+61
* Replace custom file descriptor array sleep lock constructed using a mutexRobert Watson2007-04-041-4/+17
* MFP4: Turn emul_lock into a mutex.Jung-uk Kim2007-04-022-14/+14
* MFP4: Linux futex support for amd64.Jung-uk Kim2007-03-301-87/+129
* Implement the openat() linux syscallJulian Elischer2007-03-292-33/+142
* In translate_path_major_minor(), do not calculate otherwise unused 'fp'Robert Watson2007-03-061-4/+0
* MFP4: 115220, 115222Jung-uk Kim2007-03-021-2/+2
* MFp4 (110541):Alexander Leidinger2007-02-251-2/+7
* MFp4 (110523, parts which apply cleanly):Alexander Leidinger2007-02-252-89/+92
* Partial MFp4 of 114977:Alexander Leidinger2007-02-244-15/+12
* MFp4 (114193 (i386 part), 114194, 114195, 114200):Alexander Leidinger2007-02-232-7/+13
* MFp4 (part of 114132):Alexander Leidinger2007-02-231-7/+8
* Remove extern int hz; use proper include file instead.Konstantin Belousov2007-02-021-2/+1
* Introduce some more SO_ option equivalents from Linux to FreeBSD.Konstantin Belousov2007-02-011-0/+18
* No need to lock emul_lock in exit_group() because em->sharedKonstantin Belousov2007-02-011-3/+2
* No need to synchronize linux_schedtail with linux_proc_init.Konstantin Belousov2007-02-011-26/+28
* MFp4 (113077, 113083, 113103, 113124, 113097):Alexander Leidinger2007-01-201-8/+5
* Add support for LINUX_O_DIRECT, LINUX_O_DIRECT and LINUX_O_NOFOLLOW flagsKonstantin Belousov2007-01-181-17/+46
* MFp4 (112379):Alexander Leidinger2007-01-141-2/+6
* MFp4 (112705):Alexander Leidinger2007-01-141-3/+2
* MFp4 (112646):Alexander Leidinger2007-01-071-1/+1