aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Moved some #includes from <sys/param.h> nearer to where they are actuallyBruce Evans1998-03-281-1/+2
* Removed redundant test against MAXDSIZ (the rlimit test is stronger).Bruce Evans1998-02-251-3/+3
* In the words of the submitter:Mike Smith1998-02-071-2/+62
* Changed `inline' to `__inline' so that this file can be compiled byBruce Evans1998-02-031-3/+3
* sigh....forgot to update the DEBUG printfJonathan M. Bresler1998-01-051-3/+3
* length argument to truncate() in linux emulationJonathan M. Bresler1998-01-051-1/+2
* Make hidden COMPAT_43 dependencies explict. Options in headers is aEivind Eklund1997-12-161-1/+3
* Make COMPAT_43 and COMPAT_SUNOS new-style options.Eivind Eklund1997-12-161-2/+6
* As described by the submitter:Mike Smith1997-12-151-1/+54
* As described by the submitter:Mike Smith1997-12-141-2/+147
* Don't include <sys/lock.h> in headers when only `struct simplelock' isBruce Evans1997-12-051-1/+2
* Added support for linux sound ioctls:Amancio Hasty1997-11-171-2/+18
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-067-293/+291
* Securelevel and formatting fixes, and trapframe simplification.KATO Takenori1997-10-301-10/+9
* Implement linux_iopl and linux_nice.KATO Takenori1997-10-291-1/+31
* Implement linux_semop, linux_semget and linux_semctl.KATO Takenori1997-10-281-4/+136
* Update for changes in the callout interface.Justin T. Gibbs1997-09-211-3/+4
* Moved include files which are independent of bs driver.KATO Takenori1997-08-281-0/+64
* Ops the arguments to copyin was in the wrong order..Søren Schmidt1997-08-101-2/+2
* Removed unused #includes.Bruce Evans1997-07-205-22/+5
* Make this thing actually compile.Doug Rabson1997-06-021-2/+2
* Oops, remove some bogus debugging code that crept in with the last commit.Mike Smith1997-06-021-10/+1
* Add support for the SIOCGIFHWADDR ioctl, commonly used byMike Smith1997-06-021-1/+44
* Always include PROT_READ for Linux mmap operations.Mike Smith1997-04-281-2/+2
* Remove dependancy on UFS' DIRBLKSIZ definition.Doug Rabson1997-04-061-6/+2
* Fix linux_getdents so that it can cope with filesystems which translateDoug Rabson1997-04-051-10/+46
* Removed potentially harmful garbage <vm/lock.h> and fixed bogusBruce Evans1997-04-011-2/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 3: includeBruce Evans1997-03-241-3/+2
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-243-6/+3
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-232-3/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-229-9/+9
* Make this compile again after the Lite2 merge.Mike Pritchard1997-02-102-5/+4
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-102-4/+4
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-149-9/+9
* Fixed lseek() on named pipes. It always succeeded but should always fail.Bruce Evans1996-12-191-1/+2
* Add IP_OPTIONS and the multicast-related setsockopts to theBill Fenner1996-12-031-1/+14
* Add audio mixer ioctls.Sujal Patel1996-11-051-1/+73
* 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