aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/linux
Commit message (Expand)AuthorAgeFilesLines
...
* - Call fork1() directly instead of calling rfork() so that it doesn't maskJohn Baldwin2001-03-111-9/+5
* Create clone'd linux processes as stopped processes at first and don'tJohn Baldwin2001-03-061-2/+9
* Add MODULE_DEPEND() for the sysvipc modules. This allows the linulatorAndrew Gallatin2001-03-051-0/+3
* sync with i386:Andrew Gallatin2001-03-051-0/+2
* RegenAndrew Gallatin2001-02-203-13/+13
* Sort out the umount breakage introduced in the last 2 revisions.Andrew Gallatin2001-02-201-4/+4
* Regenerate.Jonathan Lemon2001-02-203-15/+10
* Fix duplicate linux_mount definitionJonathan Lemon2001-02-201-4/+4
* Allow debugging output to be controlled on a per-syscall granularity.Jonathan Lemon2001-02-162-35/+53
* Re-gen auto generated files.Jonathan Lemon2001-02-163-6/+27
* Remove dummy stub functions.Jonathan Lemon2001-02-161-2/+0
* Add mount syscall to linux emulation. Also improve emulation of reboot.Jonathan Lemon2001-02-162-4/+15
* Proc locking.John Baldwin2001-01-242-1/+5
* Minor cleanups:Marcel Moolenaar2000-12-051-8/+3
* Don't auto-generate the syscalls.Marcel Moolenaar2000-12-038-7/+1224
* Don't auto-generate syscalls.Marcel Moolenaar2000-12-031-1/+1
* Don't unregister the ioctl handlers before we verified weMarcel Moolenaar2000-11-231-11/+13
* Use the linux_connect() on alpha rather than passing directly throughAndrew Gallatin2000-11-161-1/+2
* make the fcntl() flags match what the linux/alpha port uses, notAndrew Gallatin2000-11-161-8/+10
* Enable linux thread support on the alpha. The guts of linux_clone wasAndrew Gallatin2000-11-101-1/+57
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackMarcel Moolenaar2000-11-092-1/+4
* back out 1.66 -- the Elfxx_Brandinfo compat_3_brand field doesn't existAndrew Gallatin2000-11-091-2/+0
* Fix generated include path.David E. O'Brien2000-11-041-1/+1
* Fix the Elf64 branding initialization.David E. O'Brien2000-11-041-0/+2
* Sort.David E. O'Brien2000-11-021-1/+1
* Support for the linux ipc syscalls on the alpha, where each one hasAndrew Gallatin2000-11-011-11/+19
* use DUMMY macro and support from linux_util.hAndrew Gallatin2000-11-011-15/+1
* Move the linux abi's alpha md files over to using David's build-timeAndrew Gallatin2000-11-014-4/+4
* fix linux_termio and linux_termios structs on alpha. alpha differencesAndrew Gallatin2000-11-011-1/+1
* Apply style(9).David E. O'Brien2000-11-011-2/+2
* Minimal set of diffs from the i386 bits to the AlphaLinux.David E. O'Brien2000-11-011-29/+3
* Need to dummy-out rt_sigreturn.David E. O'Brien2000-11-011-0/+3
* Need to include sys/proc.h.David E. O'Brien2000-11-011-1/+2
* I don't know why this used to compile for me, but now structDavid E. O'Brien2000-11-011-2/+2
* Make the target a little bit more generic.David E. O'Brien2000-11-011-1/+3
* Apply style(9). [best I could]David E. O'Brien2000-10-231-35/+40
* Apply style(9).David E. O'Brien2000-10-231-48/+47
* Sort the #define's.David E. O'Brien2000-10-231-38/+38
* Minimal set of diffs from the i386 bits to the AlphaLinux.David E. O'Brien2000-10-231-1/+1
* Re-order the #define's into a more logical one.David E. O'Brien2000-10-231-17/+18
* We need to explicitly tell the args struct for COMPAT functions we useDavid E. O'Brien2000-10-231-4/+13
* Somehow I left out sycall #98David E. O'Brien2000-10-221-0/+1
* Minor whitespace cleanup.David E. O'Brien2000-10-221-6/+5
* Minimal set of diffs from the i386 bits to the AlphaLinux.David E. O'Brien2000-10-221-234/+408
* A start at an implemention of linux_rt_sendsig & linux_rt_sigreturnAndrew Gallatin2000-10-171-1/+0
* Minimal set of diffs from the i386 bits to the AlphaLinux.David E. O'Brien2000-09-071-405/+126
* Minimal set of diffs from the i386 bits to the AlphaLinux.David E. O'Brien2000-09-063-497/+215
* Add the AlphaLinux locore support.David E. O'Brien2000-09-061-0/+50
* Revive these files in their new location. These were repo copied fromPeter Wemm2000-09-061-0/+437
* When sigaltstack is called with a stack size that's not smallerMarcel Moolenaar2000-09-062-1/+5