summaryrefslogtreecommitdiffstats
path: root/sys/alpha/linux/linux_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the Alpha specific linuxolator files.netchild2006-05-081-422/+0
* - Always call exec_free_args() in kern_execve() instead of doing it in alljhb2006-02-061-1/+0
* Use LCONVPATHEXIST() rather than CHECKALTEXIST() and usejhb2005-02-181-9/+14
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-271-1/+4
* Give setrunqueue() and sched_add() more of a clue as tojulian2004-09-011-1/+1
* Locking for the per-process resource limits structure.jhb2004-02-041-3/+8
* Use __FBSDID().obrien2003-06-101-2/+3
* - Replace inline implementations of sigprocmask() with calls tojhb2003-04-221-9/+4
* Synchronize the two linux_clone() implementations which includes a fewjhb2003-04-181-6/+3
* Fix printf args in debug printfs.jhb2003-04-161-5/+5
* Fix some debug macros. Either missing close parens or close parens in thejhb2003-04-161-4/+4
* Clean up whitespace and remove register keyword.des2003-03-031-1/+1
* More caddr_t removal, in conjunction with copy{in,out}(9) this time.des2003-03-031-3/+3
* MFi386: fork1 apparently takes 4 args nowgallatin2002-10-021-1/+1
* Completely redo thread states.julian2002-09-111-0/+1
* Part 1 of KSE-IIIjulian2002-06-291-1/+0
* Bah, I managed to turn cosmetic things into real bugs. Fix shadowedpeter2002-02-081-3/+3
* Fix long line added in previous commit.peter2002-02-071-1/+3
* Pre-KSE/M3 commit.julian2002-02-071-2/+2
* Merge part of revision 1.18 of sys/i386/linux/linux_machdep.c: don't usejhb2001-12-181-2/+0
* minor commenting based on syscall environmentdillon2001-10-261-0/+6
* o Remove the linux_setpgid() stub.marcel2001-09-281-15/+0
* Make this compile again. I would have sworn that I did this already inpeter2001-09-201-39/+39
* Round of cleanups and enhancements. These include (in random order):marcel2001-09-081-7/+5
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-4/+5
* - Call fork1() directly instead of calling rfork() so that it doesn't maskjhb2001-03-111-9/+5
* Create clone'd linux processes as stopped processes at first and don'tjhb2001-03-061-2/+9
* Allow debugging output to be controlled on a per-syscall granularity.jlemon2001-02-161-35/+45
* 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
* Need to include sys/proc.h.obrien2000-11-011-1/+2
* Apply style(9).obrien2000-10-231-48/+47
* Minimal set of diffs from the i386 bits to the AlphaLinux.obrien2000-09-071-406/+127
* 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