summaryrefslogtreecommitdiffstats
path: root/sys/alpha/linux/linux_machdep.c
Commit message (Collapse)AuthorAgeFilesLines
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-4/+5
| | | | | | | | | | | other "system" header files. Also help the deprecation of lockmgr.h by making it a sub-include of sys/lock.h and removing sys/lockmgr.h form kernel .c files. Sort sys/*.h includes where possible in affected files. OK'ed by: bde (with reservations)
* - Call fork1() directly instead of calling rfork() so that it doesn't maskjhb2001-03-111-9/+5
| | | | | | | | out RFSTOPPED. - Lock the child process when settings p_sigparent instead of locking the parent. Pointy-hat to: me
* Create clone'd linux processes as stopped processes at first and don'tjhb2001-03-061-2/+9
| | | | | actually make them runnable until after the emulator layer has had a chance to perform fixups.
* Allow debugging output to be controlled on a per-syscall granularity.jlemon2001-02-161-35/+45
| | | | | | Also clean up debugging output in a slightly more uniform fashion. The default behavior remains the same (all debugging output is turned on)
* Proc locking.jhb2001-01-241-1/+3
|
* Don't auto-generate the syscalls.marcel2000-12-031-1/+1
|
* Enable linux thread support on the alpha. The guts of linux_clone wasgallatin2000-11-101-1/+57
| | | | | | | | mainly cut-n-pasted from the i386 port, except for the method of setting the child's stack which is the only MD part of this function. I've tested with the example apps shipped with the linux threads source code (ex1-ex6) and with several binary builds of Mozilla.
* Need to include sys/proc.h.obrien2000-11-011-1/+2
|
* Apply style(9).obrien2000-10-231-48/+47
| | | | (best I could)
* Minimal set of diffs from the i386 bits to the AlphaLinux.obrien2000-09-071-406/+127
| | | | Submitted by: gallatin (content, minimization by me)
* When sigaltstack is called with a stack size that's not smallermarcel2000-09-061-1/+2
| | | | | | | than LINUX_MINSIGSTKSZ but smaller than MINSIGSTKSZ, cheat and pass MINSIGSTKSZ to the kernel. This is a workaround. Submitted through: nate
* Fix typo in license.marcel2000-08-251-1/+1
|
* Collect the MD syscalls from /sys/compat/linux here. Since thismarcel2000-08-221-0/+634
is a new file, fix most of the style bugs at the same time.
OpenPOWER on IntegriCloud