aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux
Commit message (Expand)AuthorAgeFilesLines
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-131-2/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-101-1/+1
* Implement read_default_ldt in linux_modify_ldt(). It copies out zeroedKonstantin Belousov2007-11-261-0/+9
* Fix for the panic("vm_thread_new: kstack allocation failed") andKonstantin Belousov2007-11-051-1/+3
* Fill in cr2 in the signal context from ksi->ksi_addr.Konstantin Belousov2007-09-201-0/+2
* regen.David Malone2007-09-183-3/+3
* The kernel version of Linux statfs64 is actually supposed to takeDavid Malone2007-09-183-1/+15
* - Move all of the PS_ flags into either p_flag or td_flags.Jeff Roberson2007-09-171-2/+2
* Regenerate.Konstantin Belousov2007-08-283-4/+19
* Implement fake linux sched_getaffinity() syscall to enable java to workKonstantin Belousov2007-08-281-1/+2
* i386_set_ioperm, i386_get_ldt and i386_set_ldt are now MPSAFEAttilio Rao2007-07-201-6/+0
* Don't add the 'pad' argument to the mmap/truncate/etc syscalls.Peter Wemm2007-07-041-2/+0
* Commit 14/14 of sched_lock decomposition.Jeff Roberson2007-06-051-6/+6
* Move futex support code from <arch>/support.s into linux compat directory.Konstantin Belousov2007-05-231-0/+127
* Do not dereference linux_to_bsd_signal[-1] if userland hasAlexander Kabaev2007-05-111-4/+5
* MFP4: Turn emul_lock into a mutex.Jung-uk Kim2007-04-021-2/+2
* Implement the openat() linux syscallJulian Elischer2007-03-295-5/+11
* MFP4: 115220, 115222Jung-uk Kim2007-03-022-175/+187
* MFP4: 115094Jung-uk Kim2007-02-271-3/+4
* Partial MFp4 of 114977:Alexander Leidinger2007-02-243-19/+23
* MFp4 (114193 (i386 part), 114194, 114195, 114200):Alexander Leidinger2007-02-231-39/+42
* Regen.Jung-uk Kim2007-02-153-5/+12
* MFP4: 113025, 113146, 113177, 113203, 113500, 113546, 113570Jung-uk Kim2007-02-153-55/+68
* Introduce some more SO_ option equivalents from Linux to FreeBSD.Konstantin Belousov2007-02-011-0/+7
* Fix LOR that occurs because proctree_lock was acquired while holdingKonstantin Belousov2007-02-011-8/+8
* - Remove setrunqueue and replace it with direct calls to sched_add().Jeff Roberson2007-01-231-3/+4
* MFp4 (113077, 113083, 113103, 113124, 113097):Alexander Leidinger2007-01-201-5/+41
* MFp4 (112893):Alexander Leidinger2007-01-141-0/+1
* MFp4 (112498):Alexander Leidinger2007-01-071-1/+1
* regen after addition of linux_utimes and linux_rt_sigtimedwaitAlexander Leidinger2006-12-313-7/+11
* MFp4 (111746, 108671, 108945, 112352):Alexander Leidinger2006-12-312-4/+6
* Regen (just to fix 'generated from' line from the previous commit).Jung-uk Kim2006-12-203-3/+3
* Add linux_nanosleep() and regen.Jung-uk Kim2006-12-204-5/+11
* MFP4: 109655Jung-uk Kim2006-12-201-2/+2
* Merge posix4/* into normal kernel hierarchy.Tom Rhodes2006-11-111-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-1/+2
* regen after linux_io_* backoutAlexander Leidinger2006-10-293-47/+8
* Backout the linux aio stuff. Several problems where identified and theAlexander Leidinger2006-10-292-7/+5
* regen (prctl addition)Alexander Leidinger2006-10-283-5/+9
* MFP4:Alexander Leidinger2006-10-282-2/+2
* Fix a recent regression regarding valid signals.Alexander Leidinger2006-10-201-1/+1
* regen (linux AIO stuff)Alexander Leidinger2006-10-153-8/+47
* MFP4 (with some minor changes):Alexander Leidinger2006-10-152-5/+7
* MFP4 (106538 + 106541):Alexander Leidinger2006-10-152-0/+11
* Revert my previous commit, I mismerged this to the wrong place.Alexander Leidinger2006-10-151-1/+0
* MFP4 (106541): Fix the clone05 test in the LTP.Alexander Leidinger2006-10-151-0/+1
* MFP4 (107144[1]): Implement CLONE_FS on i386[1] and amd64.Alexander Leidinger2006-10-151-1/+7
* MFP4 (107868 - 107870):Alexander Leidinger2006-10-151-1/+1
* Regenerate.Robert Watson2006-09-213-5/+5
* Use AUE_CREAT instead of AUE_O_CREAT for linux_creat().Robert Watson2006-09-211-1/+1