aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/linux
Commit message (Expand)AuthorAgeFilesLines
* De-staticize enough to make all the LKMs work again. Add comments whereEivind Eklund1998-02-111-2/+2
* Staticize.Eivind Eklund1998-02-091-10/+16
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+3
* Declare printf() instead of including <stdio.h>, so that this doesn'tBruce Evans1998-02-011-3/+2
* I should not edit linux_prot.h directly. Fix the argument of linux_nice.KATO Takenori1997-12-171-2/+2
* Make COMPAT_43 and COMPAT_SUNOS new-style options.Eivind Eklund1997-12-161-2/+6
* As described by the submitter:Mike Smith1997-12-151-0/+16
* Added support for linux sound ioctls:Amancio Hasty1997-11-171-1/+6
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-062-39/+38
* Implement linux_iopl and linux_nice.KATO Takenori1997-10-291-15/+1
* Implement linux_semop, linux_semget and linux_semctl.KATO Takenori1997-10-281-1/+10
* Removed unused #includes (<machine/cpu.h> now gives more pollution).Bruce Evans1997-09-011-2/+1
* Fixed misplaced declaration.Bruce Evans1997-08-251-2/+3
* Minor formatting and style fixes.Bruce Evans1997-08-251-2/+5
* Revert my previous commit about using CS_SECURE macro.Philippe Charnier1997-08-211-1/+2
* Use CS_SECURE macro.Philippe Charnier1997-08-181-2/+1
* Removed unused #includes.Bruce Evans1997-07-203-19/+3
* Grr. Remove not-ready LDT modification fluff that also crept in withMike Smith1997-06-021-26/+1
* Add support for the SIOCGIFHWADDR ioctl, commonly used byMike Smith1997-06-021-1/+71
* md_regs is a struct trapframe * now, not int []Peter Wemm1997-05-071-41/+41
* Removed unused #includes.Bruce Evans1997-04-091-3/+1
* Removed potentially harmful garbage <vm/lock.h> and fixed bogusBruce Evans1997-04-011-2/+2
* Be consistant with the other syscall makefile's handling of the defaultPeter Wemm1997-03-291-1/+4
* Fix the warning when compiling the SYSINIT hook due to function types.Peter Wemm1997-03-291-2/+13
* Forgot $Id$, break a long linePeter Wemm1997-03-291-2/+5
* Add a Makefile for regenerating the syscall tablesPeter Wemm1997-03-291-0/+7
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-226-6/+6
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-146-6/+6
* Add IP_OPTIONS and the multicast-related setsockopts to theBill Fenner1996-12-031-1/+9
* Add audio mixer ioctls.Sujal Patel1996-11-051-1/+19
* Declare pointers to signal handling functions in full instead of asBruce Evans1996-10-251-3/+2
* Prepare kernel to take advantage of "branded" ELF binaries.Søren Schmidt1996-10-161-5/+6
* Updated #includes to 4.4lite style.Bruce Evans1996-10-151-2/+3
* Removed nested include of <sys/proc.h> from <vm/vm_object.h> and fixedBruce Evans1996-10-151-1/+2
* Clean-up the new VM map procfs code, and also add support for executableJohn Dyson1996-06-181-1/+3
* Clean up -Wunused warnings.Gary Palmer1996-06-121-2/+1
* Include <sys/buf.h> so that this does't blow up with B_WRITE undefined.Jordan K. Hubbard1996-05-011-1/+2
* Update the linux_sendsig() handler to the new type of the 4thPeter Wemm1996-03-171-4/+4
* Move the elf linux_interp structure from the lkm stub to here so that itPeter Wemm1996-03-101-1/+18
* Implement rudumentry support for the linux TIOC[SG]ETSERIAL ioctl's.Peter Wemm1996-03-101-1/+35
* First attempt at FreeBSD & Linux ELF support.Søren Schmidt1996-03-102-64/+114
* Oops.. I was wrong about the change to sigsuspend. The library interface isPeter Wemm1996-03-041-3/+4
* Add support for the old-style Linux termio (not termios) TCGETA etc.Peter Wemm1996-03-031-2/+4
* Minor touch-up... make two functions static, and add missing $Id$Peter Wemm1996-03-021-0/+1
* Mega-commit for Linux emulator update.. This has been stress tested underPeter Wemm1996-03-024-67/+480
* A new syscalls table for the Linux emulator. This is processed byPeter Wemm1996-03-022-0/+221
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-2/+2
* My first shot at get sound to work on the emulator.Søren Schmidt1995-12-291-1/+19
* Completed function declarations and added prototypes.Bruce Evans1995-11-222-7/+13