summaryrefslogtreecommitdiffstats
path: root/sys/alpha/linux/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use a wrapper for the link syscall that does name translations.marcel1999-08-121-2/+2
* Do not map {s|g}etrlimit onto the FreeBSD syscalls. The arguments do notmarcel1999-08-111-5/+5
* Commit #1 of:sos1998-12-301-3/+5
* Fix NOIMPL -> NOPROTO as per bruce.sos1998-12-221-2/+2
* Syscall 168 (poll) is not implemented in the Linux emulator. Thissos1998-12-211-2/+3
* Reviewed by: Luoqi Chen, Jordan Hubbardjulian1998-12-191-2/+2
* Quick and dirty support for Linux's mremap. Not used by anythingjkh1998-07-101-2/+3
* Include "opt_compat.h" explicitly instead of depending onbde1998-06-091-2/+2
* The linux chown syscall is more like lchown, a new chown syscall thatpeter1998-03-291-4/+3
* Patch up some space/tab problems. It looks like some of this camepeter1998-03-291-15/+14
* Add in placeholders for the newer linux syscallspeter1998-03-291-1/+23
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B anddufault1998-03-281-1/+27
* I should not edit linux_prot.h directly. Fix the argument of linux_nice.kato1997-12-171-2/+2
* Removed unused #includes.bde1997-04-091-3/+1
OpenPOWER on IntegriCloud