aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux/linux_machdep.c
Commit message (Expand)AuthorAgeFilesLines
...
* Use __FBSDID().David E. O'Brien2003-06-021-2/+3
* Synchronize the two linux_clone() implementations which includes a fewJohn Baldwin2003-04-181-22/+22
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withJeff Roberson2003-03-311-1/+1
* Print the return value from mmap() in the DEBUG case.Matthew N. Dodd2003-03-251-3/+11
* Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp2003-03-181-1/+0
* Clean up whitespace and remove register keyword.Dag-Erling Smørgrav2003-03-031-5/+5
* More caddr_t removal, in conjunction with copy{in,out}(9) this time.Dag-Erling Smørgrav2003-03-031-8/+6
* Style(9). Make some function declarations consistent with the rest,Mark Murray2002-10-191-6/+2
* Fixed syntax errors and printf format errors.Bruce Evans2002-10-121-3/+5
* - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);Maxim Sobolev2002-10-111-26/+73
* Some kernel threads try to do significant work, and the default KSTACK_PAGESScott Long2002-10-021-1/+1
* Completely redo thread states.Julian Elischer2002-09-111-0/+1
* Use the new kern_* functions to avoid the need to store argumentsIan Dowse2002-09-011-43/+21
* Part 1 of KSE-IIIJulian Elischer2002-06-291-1/+0
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Fix format warning.Peter Wemm2002-02-271-1/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-1/+1
* Pre-KSE/M3 commit.Julian Elischer2002-02-071-2/+3
* Oops, these already included sys/lock.h, they just did so afterJohn Baldwin2001-10-111-1/+0
* Add missing includes of sys/lock.h.John Baldwin2001-10-111-0/+1
* o Modify access control checks in linux_iopl() to use securelevel_gt()Robert Watson2001-09-261-2/+2
* KSE Milestone 2Julian Elischer2001-09-121-64/+64
* Round of cleanups and enhancements. These include (in random order):Marcel Moolenaar2001-09-081-96/+185
* Add a new MI pointer to the process' trapframe p_frame instead of usingJohn Baldwin2001-06-291-2/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-3/+4
* rfork() masks RFSTOPPED out of the flags it passes to fork1(), so we haveDag-Erling Smørgrav2001-03-111-7/+3
* Create clone'd linux processes as stopped processes at first and don'tJohn Baldwin2001-03-061-1/+9
* Linux does not filesystem-sync file-backed writable mmap pages onMatthew Dillon2001-02-281-0/+2
* Allow debugging output to be controlled on a per-syscall granularity.Jonathan Lemon2001-02-161-29/+39
* - Proc locking.John Baldwin2001-01-241-1/+6
* Don't use p->p_sigstk.ss_flags to keep state of whether theMarcel Moolenaar2000-11-301-2/+0
* Revert auto-generation. The Alpha port is broken.Marcel Moolenaar2000-11-101-1/+1
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackMarcel Moolenaar2000-11-091-4/+1
* Sync with Alpha:Marcel Moolenaar2000-11-091-2/+1
* fix the sigaltstack hack by lowering the stack size to the original valueAndrew Gallatin2000-10-311-0/+2
* Some linux apps, such as IBM's JDK 1.3, will attempt to mmap threadAndrew Gallatin2000-10-171-0/+28
* This is the first of 3 commits that will get IBM's JDK 1.3 workingAndrew Gallatin2000-10-131-10/+39
* When sigaltstack is called with a stack size that's not smallerMarcel Moolenaar2000-09-061-1/+2
* Fix typo in license.Marcel Moolenaar2000-08-251-1/+1
* Collect the MD syscalls from /sys/compat/linux here. Since thisMarcel Moolenaar2000-08-221-0/+634