aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/linux
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix typo in license.Marcel Moolenaar2000-08-251-1/+1
* Finish the Linuxulator MD/MI split.Marcel Moolenaar2000-08-221-437/+0
* Update include directives for Linuxulator headers after theMarcel Moolenaar2000-08-221-1/+1
* Collect the MD syscalls from /sys/compat/linux here. Since thisMarcel Moolenaar2000-08-221-0/+634
* Sigh. Fix SYS_exit problems. I misunderstood the significance of thesePeter Wemm2000-07-291-1/+1
* Change the 'exit()' system call to 'sys_exit()'. This avoids overlappingPeter Wemm2000-07-291-1/+1
* Remove the only use of SCARG and perform dead code elimination.Marcel Moolenaar2000-07-271-3/+2
* Revert implementation of setfsuid and setfsgid due to securityMarcel Moolenaar2000-07-201-0/+2
* Implement pread and pwrite.Marcel Moolenaar2000-07-171-2/+0
* Add prototypes for linux_pread and linux_pwrite.Marcel Moolenaar2000-07-171-2/+4
* Implement setfsuid and setfsgid. Implementation derived from patchMarcel Moolenaar2000-07-161-2/+0
* Fixed the return type for exit() and the args struct tag several NOPROTOBruce Evans2000-05-091-2/+3
* Add a version tag for the rtc port to depend on.Peter Wemm2000-05-061-0/+2
* Fix #! script exec under linux emulation. If a script is exec'd from aMatthew Dillon2000-04-262-2/+57
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* Change our ELF binary branding to something more acceptable to the BinutilsDavid E. O'Brien2000-04-181-2/+2
* Fix some style bugs. The long line is in a chunk of code that'sNick Sayer2000-03-131-12/+12
* Implement Linux BLKGETSIZE ioctl, and open the door to implementingNick Sayer2000-03-091-0/+19
* Regen after pointing to the real setres[ug]id(). Remove dummy function.Peter Wemm2000-01-291-2/+0
* Use the real setres[ug]id(2) rather than dummy stubs. Newer glibc'sPeter Wemm2000-01-291-4/+4
* Update syscalls to Linux kernel 2.3.38. These syscalls areMarcel Moolenaar2000-01-101-0/+7
* Update the syscalls to Linux kernel 2.3.38.Marcel Moolenaar2000-01-101-0/+7
* Include <stddef.h> here so that <sys/assym.h> can be unpolluted.Bruce Evans2000-01-081-1/+3
* Make offsetof equivalent with <stddef.h>. This paves the way forMarcel Moolenaar2000-01-031-4/+4
* Changed the type used to represent the user stack pointer from `long *'Bruce Evans1999-12-271-6/+6
* Use genassym(1) and <sys/assym.h> to generate assembler symbols.Marcel Moolenaar1999-12-231-18/+5
* Implement pluggable ioctl handlers.Marcel Moolenaar1999-12-043-642/+724
* Implement linux_sigaltstack.Marcel Moolenaar1999-11-302-1/+8
* Implement sigaltstack.Marcel Moolenaar1999-11-301-1/+2