aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of out-of-bounds array references in mapping betweenJohn Polstra1998-10-111-4/+9
* Make async I/O on a socket work.John Fieber1998-10-051-1/+4
* In linux_newuname bzero the right type of struct (linux_newuname_t).Søren Schmidt1998-10-051-2/+2
* Add several missing ioctl handlers. One needed by Sybase, the othersJohn Fieber1998-09-301-1/+21
* MF22: revert time bogon.Jordan K. Hubbard1998-09-241-2/+1
* return time in proper format for linux.Jordan K. Hubbard1998-09-231-1/+2
* Argh! *Now* the correct 3.0 fix is committed.Jordan K. Hubbard1998-08-311-7/+7
* Whoops! Stamp out a 2.2-ism that snuck between branches here.Jordan K. Hubbard1998-08-311-2/+2
* Initial support for using linux X servers under emulation - to use anJordan K. Hubbard1998-08-311-4/+36
* Use [u]intptr_t instead of [u_]long for casts between pointers andBruce Evans1998-08-161-3/+3
* Oops, the previous fix confused Linux's sigset_t with a pointer type.Bruce Evans1998-08-151-5/+5
* Converted the second last instance of hzto() to tvtohz().Bruce Evans1998-08-051-20/+15
* Fixed print format errors.Bruce Evans1998-07-294-51/+56
* Quick and dirty support for Linux's mremap. Not used by anythingJordan K. Hubbard1998-07-101-1/+32
* remove option LINUX as it did nothing, add DEBUG_LINUX to debug theJohn-Mark Gurney1998-06-301-1/+3
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* ".. x11amp appears to be calling shmctl(id, IPC_RMID, 0) and the emulationJordan K. Hubbard1998-06-021-9/+13
* s/nanoruntime/nanouptime/gPoul-Henning Kamp1998-05-171-2/+2
* Make a kernel version of the timer* functions called timerval* to bePoul-Henning Kamp1998-04-061-9/+9
* Use microruntime() rather than doing it by hand.Poul-Henning Kamp1998-04-041-3/+2
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-5/+5
* The linux chown syscall is more like lchown, a new chown syscall thatPeter Wemm1998-03-291-1/+22
* 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