summaryrefslogtreecommitdiffstats
path: root/sys/alpha/linux
Commit message (Expand)AuthorAgeFilesLines
* Added call to elf_brand_inuse() to prevent you from cutting your ownnewton1999-02-041-3/+11
* Minor cleanup; no more references to LKM's.peter1999-01-171-4/+1
* Add (but don't activate) code for a special VM option to makejulian1999-01-061-20/+3
* Commit patch insos1998-12-301-1/+3
* 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
* Make it compile again.sos1998-12-191-5/+5
* Reviewed by: Luoqi Chen, Jordan Hubbardjulian1998-12-194-12/+27
* Removed the cast to a pointer in the definition of PS_STRINGS andbde1998-12-161-2/+2
* Added 3 new errno values, requred by various standards: EOVERFLOW,dt1998-12-141-5/+5
* Finished updating module event handlers to be compatible withbde1998-11-151-8/+2
* MF22: Bring in some linux sound ioctl support which I committed to 2.2jkh1998-11-121-1/+16
* *gulp*. Jordan specifically OK'ed this..peter1998-10-161-17/+36
* Unregister the glibc2 brand at module unload time.alex1998-10-111-5/+19
* Make async I/O on a socket work.jfieber1998-10-052-11/+10
* Add several missing ioctl handlers. One needed by Sybase, the othersjfieber1998-09-301-1/+8
* Add support for glibc consumers using the new ld-linux.so.2 linker.msmith1998-09-171-2/+10
* Add provisions for variant core dump file formats, depending on thejdp1998-09-141-3/+6
* Initial support for using linux X servers under emulation - to use anjkh1998-08-311-1/+15
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-161-4/+4
* Fixed print format errors.bde1998-07-291-4/+5
* Fixed printf format errors.bde1998-07-291-9/+11
* 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
* This commit fixes various 64bit portability problems required fordfr1998-06-071-12/+12
* Unbotch whitespace and change switch with two cases to if.eivind1998-05-071-12/+9
* Translate T_PROTFLT to SIGSEGV instead of SIGBUS when running undereivind1998-04-281-1/+26
* Added EIDRM & ENOMSG to errno translation table.sos1998-04-131-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
* Added a null entry for sysmk that is generated by makesyscalls.sh.jb1998-03-131-1/+2
* Staticized.bde1998-02-132-4/+3
* De-staticize enough to make all the LKMs work again. Add comments whereeivind1998-02-111-2/+2
* Staticize.eivind1998-02-091-10/+16
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Declare printf() instead of including <stdio.h>, so that this doesn'tbde1998-02-011-3/+2
* I should not edit linux_prot.h directly. Fix the argument of linux_nice.kato1997-12-171-2/+2
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-2/+6
* As described by the submitter:msmith1997-12-151-0/+16
* Added support for linux sound ioctls:ahasty1997-11-171-1/+6
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-062-39/+38
* Implement linux_iopl and linux_nice.kato1997-10-291-15/+1
* Implement linux_semop, linux_semget and linux_semctl.kato1997-10-281-1/+10
* Removed unused #includes (<machine/cpu.h> now gives more pollution).bde1997-09-011-2/+1
* Fixed misplaced declaration.bde1997-08-251-2/+3
* Minor formatting and style fixes.bde1997-08-251-2/+5
OpenPOWER on IntegriCloud