summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* In linux emulation layer try to detect attempt to use linux_clone() tosobomax2005-03-031-0/+19
* Use the LCONVPATHEXIST() macro rather than it's exact expansion to bejhb2005-02-071-4/+1
* o Split out kernel part of execve(2) syscall into two parts: one thatsobomax2005-01-291-9/+17
* o Move copyin()/copyout() out of i386_{get,set}_ldt() andsobomax2005-01-261-43/+34
* Add a few stub syscalls to get TransGaming's winex a bit closer todfr2004-09-061-0/+27
* Give setrunqueue() and sched_add() more of a clue as tojulian2004-09-011-1/+1
* Correct the arguments to kern_sigaltstack() as they were reversed.jhb2004-08-241-2/+2
* Locking for the per-process resource limits structure.jhb2004-02-041-2/+3
* Use __FBSDID().obrien2003-06-021-2/+3
* Synchronize the two linux_clone() implementations which includes a fewjhb2003-04-181-22/+22
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-311-1/+1
* Print the return value from mmap() in the DEBUG case.mdodd2003-03-251-3/+11
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* Clean up whitespace and remove register keyword.des2003-03-031-5/+5
* More caddr_t removal, in conjunction with copy{in,out}(9) this time.des2003-03-031-8/+6
* Style(9). Make some function declarations consistent with the rest,markm2002-10-191-6/+2
* Fixed syntax errors and printf format errors.bde2002-10-121-3/+5
* - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);sobomax2002-10-111-26/+73
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-1/+1
* Completely redo thread states.julian2002-09-111-0/+1
* Use the new kern_* functions to avoid the need to store argumentsiedowse2002-09-011-43/+21
* Part 1 of KSE-IIIjulian2002-06-291-1/+0
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Fix format warning.peter2002-02-271-1/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* Pre-KSE/M3 commit.julian2002-02-071-2/+3
* Oops, these already included sys/lock.h, they just did so afterjhb2001-10-111-1/+0
* Add missing includes of sys/lock.h.jhb2001-10-111-0/+1
* o Modify access control checks in linux_iopl() to use securelevel_gt()rwatson2001-09-261-2/+2
* KSE Milestone 2julian2001-09-121-64/+64
* Round of cleanups and enhancements. These include (in random order):marcel2001-09-081-96/+185
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-291-2/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-3/+4
* rfork() masks RFSTOPPED out of the flags it passes to fork1(), so we havedes2001-03-111-7/+3
* Create clone'd linux processes as stopped processes at first and don'tjhb2001-03-061-1/+9
* Linux does not filesystem-sync file-backed writable mmap pages ondillon2001-02-281-0/+2
* Allow debugging output to be controlled on a per-syscall granularity.jlemon2001-02-161-29/+39
* - Proc locking.jhb2001-01-241-1/+6
* Don't use p->p_sigstk.ss_flags to keep state of whether themarcel2000-11-301-2/+0
* Revert auto-generation. The Alpha port is broken.marcel2000-11-101-1/+1
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackmarcel2000-11-091-4/+1
* Sync with Alpha:marcel2000-11-091-2/+1
* fix the sigaltstack hack by lowering the stack size to the original valuegallatin2000-10-311-0/+2
* Some linux apps, such as IBM's JDK 1.3, will attempt to mmap threadgallatin2000-10-171-0/+28
* This is the first of 3 commits that will get IBM's JDK 1.3 workinggallatin2000-10-131-10/+39
* When sigaltstack is called with a stack size that's not smallermarcel2000-09-061-1/+2
* Fix typo in license.marcel2000-08-251-1/+1
* Collect the MD syscalls from /sys/compat/linux here. Since thismarcel2000-08-221-0/+634
OpenPOWER on IntegriCloud