aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/linux/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-031-1/+1
* MFC: Sync up the MP safe flags of the compat ABIs with the master list andJohn Baldwin2005-07-201-121/+121
* Properly convert FreeBSD priority values into Linux values in theMaxim Sobolev2005-06-081-1/+1
* Introduce a new field in the syscalls.master file format to hold theRobert Watson2005-05-301-423/+516
* White space normalization: use tabs instead of spaces before and afterRobert Watson2005-05-291-39/+39
* Handle unimplemented syscall by instantly returning ENOSYS instead of sendingMaxim Sobolev2005-03-071-0/+4
* Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()John Baldwin2004-08-241-1/+1
* Mark linux_wait4() as MP Safe as it is so and holding Giant across all ofJohn Baldwin2004-06-041-1/+1
* MFi386: Use the BSD madvise() syscall implementation for Linux binaryBruce M Simpson2004-03-291-1/+1
* - Mark ABI syscalls that call wait4() MP safe as recent changes toJohn Baldwin2004-03-151-1/+1
* The following compat syscalls are now mpsafe: linux_getrlimit(),John Baldwin2004-02-041-2/+2
* GC unused namespace column. Unwrap some long lines that now fit.Peter Wemm2003-12-231-433/+391
* Sync MP safe flags with global syscalls.master for the first time. ThisJohn Baldwin2003-11-071-52/+52
* Mark linux_sigpending() as MPSAFE.Tim J. Robbins2003-02-161-1/+1
* Linux/alpha uses the same BSDish return mechanism we do forAndrew Gallatin2002-01-231-4/+4
* Fix the NODEF entry for setpgid() so that it matches the NODEFMarcel Moolenaar2001-10-071-1/+1
* Stop using linux_getpgid(). The implementation at this time isMarcel Moolenaar2001-09-281-2/+2
* o Introduce private types for use in linux syscalls for two reasons:Marcel Moolenaar2001-09-081-190/+210
* Synchronize syscalls.master(s) with recent Giant pushdown workMatthew Dillon2001-09-011-8/+8
* Add linux_sched_get_priority_max() and linux_sched_get_priority_min() toAndrew Gallatin2001-04-031-2/+2
* Sort out the umount breakage introduced in the last 2 revisions.Andrew Gallatin2001-02-201-4/+4
* Fix duplicate linux_mount definitionJonathan Lemon2001-02-201-4/+4
* Add mount syscall to linux emulation. Also improve emulation of reboot.Jonathan Lemon2001-02-161-4/+6
* Don't auto-generate syscalls.Marcel Moolenaar2000-12-031-1/+1
* Use the linux_connect() on alpha rather than passing directly throughAndrew Gallatin2000-11-161-1/+2
* Fix generated include path.David E. O'Brien2000-11-041-1/+1
* Support for the linux ipc syscalls on the alpha, where each one hasAndrew Gallatin2000-11-011-11/+19
* 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
* 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
* Add prototypes for linux_pread and linux_pwrite.Marcel Moolenaar2000-07-171-2/+4
* Fixed the return type for exit() and the args struct tag several NOPROTOBruce Evans2000-05-091-2/+3
* Use the real setres[ug]id(2) rather than dummy stubs. Newer glibc'sPeter Wemm2000-01-291-4/+4
* Update the syscalls to Linux kernel 2.3.38.Marcel Moolenaar2000-01-101-0/+7
* Implement sigaltstack.Marcel Moolenaar1999-11-301-1/+2
* Change prototype of linux_ustat.Marcel Moolenaar1999-11-271-1/+2
* sigset_t change (part 4 of 5)Marcel Moolenaar1999-09-291-11/+13
* Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument.Luoqi Chen1999-09-221-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we alwaysMarcel Moolenaar1999-08-251-86/+87
* Implement vfork() syscall.Marcel Moolenaar1999-08-161-2/+2
* Provide wrappers for sched_{s|g}etscheduler. We need to convert the policyMarcel Moolenaar1999-08-151-3/+4
* Extend the number of syscalls to include those present in Linux 2.2.10. TheseMarcel Moolenaar1999-08-141-1/+9
* Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. TheseMarcel Moolenaar1999-08-141-3/+9
* Use a wrapper for the link syscall that does name translations.Marcel Moolenaar1999-08-121-2/+2
* Do not map {s|g}etrlimit onto the FreeBSD syscalls. The arguments do notMarcel Moolenaar1999-08-111-5/+5
* Commit #1 of:Søren Schmidt1998-12-301-3/+5