summaryrefslogtreecommitdiffstats
path: root/sys/alpha/linux
Commit message (Expand)AuthorAgeFilesLines
* Minimal set of diffs from the i386 bits to the AlphaLinux.obrien2000-09-071-406/+127
* Minimal set of diffs from the i386 bits to the AlphaLinux.obrien2000-09-063-499/+217
* Add the AlphaLinux locore support.obrien2000-09-061-0/+50
* Revive these files in their new location. These were repo copied frompeter2000-09-061-0/+437
* When sigaltstack is called with a stack size that's not smallermarcel2000-09-062-1/+5
* Fix typo in license.marcel2000-08-251-1/+1
* Finish the Linuxulator MD/MI split.marcel2000-08-221-437/+0
* Update include directives for Linuxulator headers after themarcel2000-08-221-1/+1
* Collect the MD syscalls from /sys/compat/linux here. Since thismarcel2000-08-221-0/+634
* Sigh. Fix SYS_exit problems. I misunderstood the significance of thesepeter2000-07-291-1/+1
* Change the 'exit()' system call to 'sys_exit()'. This avoids overlappingpeter2000-07-291-1/+1
* Remove the only use of SCARG and perform dead code elimination.marcel2000-07-271-3/+2
* Revert implementation of setfsuid and setfsgid due to securitymarcel2000-07-201-0/+2
* Implement pread and pwrite.marcel2000-07-171-2/+0
* Add prototypes for linux_pread and linux_pwrite.marcel2000-07-171-2/+4
* Implement setfsuid and setfsgid. Implementation derived from patchmarcel2000-07-161-2/+0
* Fixed the return type for exit() and the args struct tag several NOPROTObde2000-05-091-2/+3
* Add a version tag for the rtc port to depend on.peter2000-05-061-0/+2
* Fix #! script exec under linux emulation. If a script is exec'd from adillon2000-04-262-2/+57
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Change our ELF binary branding to something more acceptable to the Binutilsobrien2000-04-181-2/+2
* Fix some style bugs. The long line is in a chunk of code that'snsayer2000-03-131-12/+12
* Implement Linux BLKGETSIZE ioctl, and open the door to implementingnsayer2000-03-091-0/+19
* Regen after pointing to the real setres[ug]id(). Remove dummy function.peter2000-01-291-2/+0
* Use the real setres[ug]id(2) rather than dummy stubs. Newer glibc'speter2000-01-291-4/+4
* Update syscalls to Linux kernel 2.3.38. These syscalls aremarcel2000-01-101-0/+7
* Update the syscalls to Linux kernel 2.3.38.marcel2000-01-101-0/+7
* Include <stddef.h> here so that <sys/assym.h> can be unpolluted.bde2000-01-081-1/+3
* Make offsetof equivalent with <stddef.h>. This paves the way formarcel2000-01-031-4/+4
* Changed the type used to represent the user stack pointer from `long *'bde1999-12-271-6/+6
* Use genassym(1) and <sys/assym.h> to generate assembler symbols.marcel1999-12-231-18/+5
* Implement pluggable ioctl handlers.marcel1999-12-043-656/+738
* Implement linux_sigaltstack.marcel1999-11-302-1/+8
* Implement sigaltstack.marcel1999-11-301-1/+2
* add linuxulator wrapper for SNDCTL_DSP_GETODELAYalfred1999-11-291-0/+1
* Implement linux_ustat.marcel1999-11-271-1/+0
* Change prototype of linux_ustat.marcel1999-11-271-1/+2
* Implement fdatasync in terms of fsync. The regeneration of proto.h,marcel1999-11-261-1/+0
* Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for thephk1999-10-301-1/+2
* useracc() the prequel:phk1999-10-291-1/+0
* Add a per-signal flag to mark handlers registered with osigaction, so weluoqi1999-10-111-11/+9
* sigset_t change (part 4 of 5)marcel1999-09-294-97/+115
* Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument.luoqi1999-09-222-3/+2
* Implementation of the modify_ldt syscall. Use the sysarch() interface to domarcel1999-09-021-1/+0
* Implement the OSS_GETVERSION ioctl. The version returned can be changed throughmarcel1999-08-281-0/+2
* $Id$ -> $FreeBSD$peter1999-08-287-7/+7
* Fix lingo: 'is not implemented or obsoleted' is not the same as 'is obsoletedmarcel1999-08-251-2/+2
* Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we alwaysmarcel1999-08-252-5/+43
* Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we alwaysmarcel1999-08-251-86/+87
* Implement vfork() syscall.marcel1999-08-161-2/+2
OpenPOWER on IntegriCloud