summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* 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