summaryrefslogtreecommitdiffstats
path: root/sys/alpha/linux/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* Fixup some problems in my previous commit (COMPAT_43).netchild2006-03-181-5/+1
* Get rid of the need of COMPAT_43 in the linuxolator.netchild2006-03-181-6/+3
* Reflect fix in Linux setfsgid() event name from OpenBSM in the alpharwatson2006-02-061-1/+1
* Assign audit identifiers to alpha/linux system calls so that they willrwatson2006-02-041-173/+174
* Make a pass through all the compat ABIs sychronizing the MP safe flagsjhb2005-07-131-121/+121
* Properly convert FreeBSD priority values into Linux values in thesobomax2005-06-081-1/+1
* Introduce a new field in the syscalls.master file format to hold therwatson2005-05-301-423/+516
* White space normalization: use tabs instead of spaces before and afterrwatson2005-05-291-39/+39
* Handle unimplemented syscall by instantly returning ENOSYS instead of sendingsobomax2005-03-071-0/+4
* Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()jhb2004-08-241-1/+1
* Mark linux_wait4() as MP Safe as it is so and holding Giant across all ofjhb2004-06-041-1/+1
* MFi386: Use the BSD madvise() syscall implementation for Linux binarybms2004-03-291-1/+1
* - Mark ABI syscalls that call wait4() MP safe as recent changes tojhb2004-03-151-1/+1
* The following compat syscalls are now mpsafe: linux_getrlimit(),jhb2004-02-041-2/+2
* GC unused namespace column. Unwrap some long lines that now fit.peter2003-12-231-433/+391
* Sync MP safe flags with global syscalls.master for the first time. Thisjhb2003-11-071-52/+52
* Mark linux_sigpending() as MPSAFE.tjr2003-02-161-1/+1
* Linux/alpha uses the same BSDish return mechanism we do forgallatin2002-01-231-4/+4
* Fix the NODEF entry for setpgid() so that it matches the NODEFmarcel2001-10-071-1/+1
* Stop using linux_getpgid(). The implementation at this time ismarcel2001-09-281-2/+2
* o Introduce private types for use in linux syscalls for two reasons:marcel2001-09-081-190/+210
* Synchronize syscalls.master(s) with recent Giant pushdown workdillon2001-09-011-8/+8
* Add linux_sched_get_priority_max() and linux_sched_get_priority_min() togallatin2001-04-031-2/+2
* Sort out the umount breakage introduced in the last 2 revisions.gallatin2001-02-201-4/+4
* Fix duplicate linux_mount definitionjlemon2001-02-201-4/+4
* Add mount syscall to linux emulation. Also improve emulation of reboot.jlemon2001-02-161-4/+6
* Don't auto-generate syscalls.marcel2000-12-031-1/+1
* Use the linux_connect() on alpha rather than passing directly throughgallatin2000-11-161-1/+2
* Fix generated include path.obrien2000-11-041-1/+1
* Support for the linux ipc syscalls on the alpha, where each one hasgallatin2000-11-011-11/+19
* We need to explicitly tell the args struct for COMPAT functions we useobrien2000-10-231-4/+13
* Somehow I left out sycall #98obrien2000-10-221-0/+1
* Minor whitespace cleanup.obrien2000-10-221-6/+5
* Minimal set of diffs from the i386 bits to the AlphaLinux.obrien2000-10-221-234/+408
* 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
* Add prototypes for linux_pread and linux_pwrite.marcel2000-07-171-2/+4
* Fixed the return type for exit() and the args struct tag several NOPROTObde2000-05-091-2/+3
* Use the real setres[ug]id(2) rather than dummy stubs. Newer glibc'speter2000-01-291-4/+4
* Update the syscalls to Linux kernel 2.3.38.marcel2000-01-101-0/+7
* Implement sigaltstack.marcel1999-11-301-1/+2
* Change prototype of linux_ustat.marcel1999-11-271-1/+2
* sigset_t change (part 4 of 5)marcel1999-09-291-11/+13
* Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument.luoqi1999-09-221-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* 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
* Provide wrappers for sched_{s|g}etscheduler. We need to convert the policymarcel1999-08-151-3/+4
* Extend the number of syscalls to include those present in Linux 2.2.10. Thesemarcel1999-08-141-1/+9
* Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. Thesemarcel1999-08-141-3/+9
OpenPOWER on IntegriCloud