summaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1996-11-029-4267/+0
* Changed type of ni_dirp in `struct namei' from caddr_t to `const char *'Bruce Evans1996-09-031-4/+3
* 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 -Wunused warnings.Gary Palmer1996-06-123-10/+6
* First pass at cleaning up macros relating to pages, clusters and all that.Poul-Henning Kamp1996-05-021-3/+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-191-3/+5
* Remove references to MAP_FILE.. That is now "default" and is onlyPeter Wemm1996-03-121-2/+2
* Fix the vm_map_remove and vm_map_protect calls.. Somewhere along thePeter Wemm1996-03-101-3/+3
* Implement rudumentry support for the linux TIOC[SG]ETSERIAL ioctl's.Peter Wemm1996-03-101-1/+62
* 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-101-3/+1
* update linux_times() and linux_utime() emulation,Peter Wemm1996-03-042-17/+49
* 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-031-2/+72
* Minor touch-up... make two functions static, and add missing $Id$Peter Wemm1996-03-021-3/+3
* Mega-commit for Linux emulator update.. This has been stress tested underPeter Wemm1996-03-029-380/+1202
* This is an extract of changes from what I am currently running...Peter Wemm1996-02-161-63/+150
* 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-191-4/+7
* Add linux_mknod so that it will do mkfifo if needed...Søren Schmidt1996-01-141-1/+16
* 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-292-7/+108
* 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-141-1/+2
* Attempt to make the Linux LKM compile again after the recent VM includePeter Wemm1995-12-091-1/+6
* Include <vm/vm.h> explicitly to avoid breaking when vnode_if.h doesn'tBruce Evans1995-12-061-1/+2
* Completed function declarations and added prototypes.Bruce Evans1995-11-227-35/+39
* All:David Greenman1995-11-061-20/+20
* Fix the getdirentries of ibcs2 to handle uneven DIRBLKSIZ offsets.Steven Wallace1995-10-101-6/+8
* Submitted by: Juergen Lock <nox@jelal.hb.north.de>Julian Elischer1995-10-041-11/+25
* Reviewed by: julian with quick glances by bruce and othersJulian Elischer1995-08-281-7/+2
* Modified linux_readdir() function to properly handle Linux readdir()Steven Wallace1995-08-281-14/+27
* First incarnation of our Linux emulator or rather compatibility code.Søren Schmidt1995-06-257-0/+3026