summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_misc.c
Commit message (Expand)AuthorAgeFilesLines
* Removed unused #includes.bde1997-07-201-8/+1
* Always include PROT_READ for Linux mmap operations.msmith1997-04-281-2/+2
* Removed potentially harmful garbage <vm/lock.h> and fixed bogusbde1997-04-011-2/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make this compile again after the Lite2 merge.mpp1997-02-101-2/+2
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Clean up -Wunused warnings.gpalmer1996-06-121-3/+2
* First pass at cleaning up macros relating to pages, clusters and all that.phk1996-05-021-3/+3
* 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-191-3/+5
* Remove references to MAP_FILE.. That is now "default" and is onlypeter1996-03-121-2/+2
* Fix the vm_map_remove and vm_map_protect calls.. Somewhere along thepeter1996-03-101-3/+3
* update linux_times() and linux_utime() emulation,peter1996-03-041-14/+43
* Mega-commit for Linux emulator update.. This has been stress tested underpeter1996-03-021-150/+283
* This is an extract of changes from what I am currently running...peter1996-02-161-64/+151
* Fixed vm_map_find for new vm updates.dyson1996-01-191-4/+7
* Add linux_mknod so that it will do mkfifo if needed...sos1996-01-141-1/+16
* 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-151-24/+23
* Restored a vm #include.bde1995-12-141-1/+2
* Attempt to make the Linux LKM compile again after the recent VM includepeter1995-12-091-1/+6
* 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-221-12/+8
* All:dg1995-11-061-20/+20
* Submitted by: Juergen Lock <nox@jelal.hb.north.de>julian1995-10-041-11/+25
* First incarnation of our Linux emulator or rather compatibility code.sos1995-06-251-0/+660
OpenPOWER on IntegriCloud