summaryrefslogtreecommitdiffstats
path: root/sys/alpha/linux
Commit message (Expand)AuthorAgeFilesLines
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-201-4/+6
* Part 1 of KSE-IIIjulian2002-06-291-1/+0
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-022-2/+2
* Remove __P(). This was tested on the GENERIC kernel.obrien2002-03-202-136/+136
* Bah, I managed to turn cosmetic things into real bugs. Fix shadowedpeter2002-02-081-3/+3
* Fix long line added in previous commit.peter2002-02-071-1/+3
* Pre-KSE/M3 commit.julian2002-02-072-3/+3
* Regenerated file from previous commit to syscalls.mastergallatin2002-01-233-18/+6
* Linux/alpha uses the same BSDish return mechanism we do forgallatin2002-01-231-4/+4
* Merge part of revision 1.18 of sys/i386/linux/linux_machdep.c: don't usejhb2001-12-181-2/+0
* Eliminate the prefix parameter to linux_emul_find(), which was alwaysdes2001-10-271-2/+2
* minor commenting based on syscall environmentdillon2001-10-261-0/+6
* After removing the bogus differences, any real incompatibilitiesmarcel2001-10-191-452/+0
* Implement linux_chown and linux_lchown. The fchown syscall mapsmarcel2001-10-161-2/+0
* In FreeBSD's ifreq, ifr_ifru.ifru_flags is an array of two chars, while Linuxdes2001-10-151-1/+1
* Regen.marcel2001-10-073-7/+4
* Fix the NODEF entry for setpgid() so that it matches the NODEFmarcel2001-10-071-1/+1
* o Remove the linux_setpgid() stub.marcel2001-09-284-30/+8
* Stop using linux_getpgid(). The implementation at this time ismarcel2001-09-281-2/+2
* Make this compile again. I would have sworn that I did this already inpeter2001-09-203-43/+43
* Add a wrapper for linux_getsid -> getsid Syscall.mr2001-09-151-1/+0
* Implement LINUX_[SEM|IPC]_[STAT|INFO]mr2001-09-151-0/+2
* KSE Milestone 2julian2001-09-121-138/+140
* Round of cleanups and enhancements. These include (in random order):marcel2001-09-087-576/+773
* 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
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-132-8/+6
* track the One True Architecture (i386)mjacob2001-05-251-4/+4
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-012-10/+15
* Regen after adding linux_sched_get_priority_max() andgallatin2001-04-033-7/+15
* Add linux_sched_get_priority_max() and linux_sched_get_priority_min() togallatin2001-04-031-2/+2
* - Call fork1() directly instead of calling rfork() so that it doesn't maskjhb2001-03-111-9/+5
* Create clone'd linux processes as stopped processes at first and don'tjhb2001-03-061-2/+9
* Add MODULE_DEPEND() for the sysvipc modules. This allows the linulatorgallatin2001-03-051-0/+3
* sync with i386:gallatin2001-03-051-0/+2
* Regengallatin2001-02-203-13/+13
* Sort out the umount breakage introduced in the last 2 revisions.gallatin2001-02-201-4/+4
* Regenerate.jlemon2001-02-203-15/+10
* Fix duplicate linux_mount definitionjlemon2001-02-201-4/+4
* Allow debugging output to be controlled on a per-syscall granularity.jlemon2001-02-162-35/+53
* Re-gen auto generated files.jlemon2001-02-163-6/+27
* Remove dummy stub functions.jlemon2001-02-161-2/+0
* Add mount syscall to linux emulation. Also improve emulation of reboot.jlemon2001-02-162-4/+15
* Proc locking.jhb2001-01-242-1/+5
* Minor cleanups:marcel2000-12-051-8/+3
* Don't auto-generate the syscalls.marcel2000-12-038-7/+1224
* Don't auto-generate syscalls.marcel2000-12-031-1/+1
* Don't unregister the ioctl handlers before we verified wemarcel2000-11-231-11/+13
* Use the linux_connect() on alpha rather than passing directly throughgallatin2000-11-161-1/+2
* make the fcntl() flags match what the linux/alpha port uses, notgallatin2000-11-161-9/+11
OpenPOWER on IntegriCloud