summaryrefslogtreecommitdiff
path: root/sys/i386/linux
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.1_cvscvs2svn1997-03-2716-16/+16
* Fix breakage from -current.Jordan K. Hubbard1996-12-231-1/+3
* YAMFC: Make DFLDSIZ and MAXDSIZ fully-supported options.Joerg Wunsch1996-12-221-1/+3
* YAMFC (fixed lseek() on named pipes by adding new descriptor typeBruce Evans1996-12-211-1/+2
* YAMFCPoul-Henning Kamp1996-12-032-2/+23
* Merge from -currentPoul-Henning Kamp1996-11-092-2/+92
* 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
* Changed type of ni_dirp in `struct namei' from caddr_t to `const char *'Bruce Evans1996-09-031-4/+3
* Fixed some more easy cases of const poisoning in the kernel. Cosmetic.Bruce Evans1996-09-031-2/+2
* Fix memory leak bug in the path parsing code which never released it'sNate Williams1996-08-051-6/+10
* Removed unused #include. Linux doesn't support SCO consoles.Bruce Evans1996-06-231-2/+1
* 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-124-12/+7
* First pass at cleaning up macros relating to pages, clusters and all that.Poul-Henning Kamp1996-05-022-6/+6
* Include <sys/buf.h> so that this does't blow up with B_WRITE undefined.Jordan K. Hubbard1996-05-011-1/+2
* Removed unnecessary #includes from <sys/imgact.h> so that it isBruce Evans1996-05-011-1/+3
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlyBruce Evans1996-04-071-4/+1
* Fixed unsigned longs that should have been vm_offset_t.Bruce Evans1996-03-192-6/+10
* Update the linux_sendsig() handler to the new type of the 4thPeter Wemm1996-03-171-4/+4
* Remove references to MAP_FILE.. That is now "default" and is onlyPeter Wemm1996-03-122-4/+4
* Fix the vm_map_remove and vm_map_protect calls.. Somewhere along thePeter Wemm1996-03-102-8/+10
* 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-102-2/+97
* Fix the getdents() emulation, the Linux ELF libraries use this, andPeter Wemm1996-03-101-3/+11
* Fix a (mostly harmless) bogon when allocating space above the stackPeter Wemm1996-03-101-2/+2
* First attempt at FreeBSD & Linux ELF support.Søren Schmidt1996-03-104-71/+119
* update linux_times() and linux_utime() emulation,Peter Wemm1996-03-045-22/+56
* Oops.. I was wrong about the change to sigsuspend. The library interface isPeter Wemm1996-03-041-3/+4
* Add support for LINUX_TCSETAW and LINUX_TCSETAF, which Linux-pine uses.Peter Wemm1996-03-041-1/+9
* Add support for the old-style Linux termio (not termios) TCGETA etc.Peter Wemm1996-03-032-4/+76
* Minor touch-up... make two functions static, and add missing $Id$Peter Wemm1996-03-022-3/+4
* Mega-commit for Linux emulator update.. This has been stress tested underPeter Wemm1996-03-0219-909/+2462
* A new syscalls table for the Linux emulator. This is processed byPeter Wemm1996-03-022-0/+221
* This is an extract of changes from what I am currently running...Peter Wemm1996-02-162-114/+174
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-2/+2
* Call pipe_stat() when presented with a DTYPE_PIPE file in the linuxPeter Wemm1996-01-301-1/+5
* Fixed vm_map_find for new vm updates.John Dyson1996-01-192-8/+13
* Add linux_mknod so that it will do mkfifo if needed...Søren Schmidt1996-01-143-43/+61
* reran makesyscallsPeter Wemm1996-01-081-2/+1
* The Linux emulator depends on SYSV IPC but doesn't actually referenceGarrett Wollman1996-01-051-1/+3
* Oops, forgot a little difference between my src-tree and ours...Søren Schmidt1995-12-301-2/+2
* My first shot at get sound to work on the emulator.Søren Schmidt1995-12-293-8/+127
* Update linux_ipc.c to use the now generated prototypes for the shm* callsPeter Wemm1995-12-151-9/+9
* Initial attempt at getting Linux QMAGIC shared lib support. I havePeter Wemm1995-12-151-4/+4
* Clean up some warnings by using the generated structures in <sys/sysproto.h>Peter Wemm1995-12-155-94/+93
* Restored a vm #include.Bruce Evans1995-12-142-2/+4
* Attempt to make the Linux LKM compile again after the recent VM includePeter Wemm1995-12-093-3/+16