summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux
Commit message (Expand)AuthorAgeFilesLines
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlybde1996-04-071-4/+1
* Fixed unsigned longs that should have been vm_offset_t.bde1996-03-192-6/+10
* Update the linux_sendsig() handler to the new type of the 4thpeter1996-03-171-4/+4
* Remove references to MAP_FILE.. That is now "default" and is onlypeter1996-03-122-4/+4
* Fix the vm_map_remove and vm_map_protect calls.. Somewhere along thepeter1996-03-102-8/+10
* Move the elf linux_interp structure from the lkm stub to here so that itpeter1996-03-101-1/+18
* Implement rudumentry support for the linux TIOC[SG]ETSERIAL ioctl's.peter1996-03-102-2/+97
* Fix the getdents() emulation, the Linux ELF libraries use this, andpeter1996-03-101-3/+11
* Fix a (mostly harmless) bogon when allocating space above the stackpeter1996-03-101-2/+2
* First attempt at FreeBSD & Linux ELF support.sos1996-03-104-71/+119
* update linux_times() and linux_utime() emulation,peter1996-03-045-22/+56
* Oops.. I was wrong about the change to sigsuspend. The library interface ispeter1996-03-041-3/+4
* Add support for LINUX_TCSETAW and LINUX_TCSETAF, which Linux-pine uses.peter1996-03-041-1/+9
* Add support for the old-style Linux termio (not termios) TCGETA etc.peter1996-03-032-4/+76
* Minor touch-up... make two functions static, and add missing $Id$peter1996-03-022-3/+4
* Mega-commit for Linux emulator update.. This has been stress tested underpeter1996-03-0219-909/+2462
* A new syscalls table for the Linux emulator. This is processed bypeter1996-03-022-0/+221
* This is an extract of changes from what I am currently running...peter1996-02-162-114/+174
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-2/+2
* Call pipe_stat() when presented with a DTYPE_PIPE file in the linuxpeter1996-01-301-1/+5
* Fixed vm_map_find for new vm updates.dyson1996-01-192-8/+13
* Add linux_mknod so that it will do mkfifo if needed...sos1996-01-143-43/+61
* reran makesyscallspeter1996-01-081-2/+1
* The Linux emulator depends on SYSV IPC but doesn't actually referencewollman1996-01-051-1/+3
* Oops, forgot a little difference between my src-tree and ours...sos1995-12-301-2/+2
* My first shot at get sound to work on the emulator.sos1995-12-293-8/+127
* Update linux_ipc.c to use the now generated prototypes for the shm* callspeter1995-12-151-9/+9
* Initial attempt at getting Linux QMAGIC shared lib support. I havepeter1995-12-151-4/+4
* Clean up some warnings by using the generated structures in <sys/sysproto.h>peter1995-12-155-94/+93
* Restored a vm #include.bde1995-12-142-2/+4
* Attempt to make the Linux LKM compile again after the recent VM includepeter1995-12-093-3/+16
* Update the Linux LKM to use the new ps_strings and stack gap arrangements.peter1995-12-091-2/+2
* Include <vm/vm.h> explicitly to avoid breaking when vnode_if.h doesn'tbde1995-12-061-1/+2
* Completed function declarations and added prototypes.bde1995-11-2213-327/+410
* All:dg1995-11-063-41/+41
* Fix the getdirentries of ibcs2 to handle uneven DIRBLKSIZ offsets.swallace1995-10-101-6/+8
* Submitted by: Juergen Lock <nox@jelal.hb.north.de>julian1995-10-041-11/+25
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-281-7/+2
* Modified linux_readdir() function to properly handle Linux readdir()swallace1995-08-281-14/+27
* Moved setting of VTEXT flag into the appropriate image activators. Thisdg1995-08-241-1/+3
* First incarnation of our Linux emulator or rather compatibility code.sos1995-06-2512-0/+4413
OpenPOWER on IntegriCloud