summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux
Commit message (Expand)AuthorAgeFilesLines
* In the robust futexes list head, futex_offset shall be signed,kib2008-11-161-1/+1
* Several cleanups related to pipe(2).ed2008-11-111-15/+5
* Regenerate system call tables for r184789.ed2008-11-093-5/+11
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.ed2008-11-091-1/+1
* Correctly fill siginfo for the signals delivered by linux tkill/tgkill.kib2008-10-192-14/+22
* Make robust futexes work on linux32/amd64. Use PTRIN to readkib2008-10-141-0/+11
* Change the static struct sysentvec and struct Elf_Brandinfo initializerskib2008-09-241-74/+76
* Segment registers are stored in the uc_mcontext member of the structkib2008-09-072-1/+3
* Regen.rdivacky2008-05-133-7/+10
* Implement robust futexes. Most of the code is modelled afterrdivacky2008-05-132-4/+4
* Implement linux_truncate64() syscall.rdivacky2008-04-231-1/+0
* Regenerate.jkim2008-04-163-4/+46
* Add stubs for syscalls introduced in Linux 2.6.17 kernel.jkim2008-04-162-0/+12
* Regeneratekib2008-04-083-41/+73
* Implement the linux syscallskib2008-04-084-28/+25
* Add the support for the AT_FDCWD and fd-relative name lookups to thekib2008-03-311-0/+1
* Regen.rdivacky2008-03-163-4/+12
* Implement sched_setaffinity and get_setaffinity usingrdivacky2008-03-161-1/+2
* Since version 4.3, gcc changed its behaviour concerning the i386/amd64kib2008-03-131-2/+2
* Remove kernel support for M:N threading.jeff2008-03-121-2/+1
* Fix Linux mmap with MAP_GROWSDOWN flag.jkim2008-02-111-14/+15
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-2/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-1/+1
* Implement read_default_ldt in linux_modify_ldt(). It copies out zeroedkib2007-11-261-0/+9
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-051-1/+3
* Fill in cr2 in the signal context from ksi->ksi_addr.kib2007-09-201-0/+2
* regen.dwmalone2007-09-183-3/+3
* The kernel version of Linux statfs64 is actually supposed to takedwmalone2007-09-183-1/+15
* - Move all of the PS_ flags into either p_flag or td_flags.jeff2007-09-171-2/+2
* Regenerate.kib2007-08-283-4/+19
* Implement fake linux sched_getaffinity() syscall to enable java to workkib2007-08-281-1/+2
* i386_set_ioperm, i386_get_ldt and i386_set_ldt are now MPSAFEattilio2007-07-201-6/+0
* Don't add the 'pad' argument to the mmap/truncate/etc syscalls.peter2007-07-041-2/+0
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-6/+6
* Move futex support code from <arch>/support.s into linux compat directory.kib2007-05-231-0/+127
* Do not dereference linux_to_bsd_signal[-1] if userland haskan2007-05-111-4/+5
* MFP4: Turn emul_lock into a mutex.jkim2007-04-021-2/+2
* Implement the openat() linux syscalljulian2007-03-295-5/+11
* MFP4: 115220, 115222jkim2007-03-022-175/+187
* MFP4: 115094jkim2007-02-271-3/+4
* Partial MFp4 of 114977:netchild2007-02-243-19/+23
* MFp4 (114193 (i386 part), 114194, 114195, 114200):netchild2007-02-231-39/+42
* Regen.jkim2007-02-153-5/+12
* MFP4: 113025, 113146, 113177, 113203, 113500, 113546, 113570jkim2007-02-153-55/+68
* Introduce some more SO_ option equivalents from Linux to FreeBSD.kib2007-02-011-0/+7
* Fix LOR that occurs because proctree_lock was acquired while holdingkib2007-02-011-8/+8
* - Remove setrunqueue and replace it with direct calls to sched_add().jeff2007-01-231-3/+4
* MFp4 (113077, 113083, 113103, 113124, 113097):netchild2007-01-201-5/+41
* MFp4 (112893):netchild2007-01-141-0/+1
* MFp4 (112498):netchild2007-01-071-1/+1
OpenPOWER on IntegriCloud