summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* - Handle mixer read ioctls correctly. They have the same group, number andluoqi1999-04-291-18/+149
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-281-9/+5
* Change suser_xxx() to suser() where it applies.phk1999-04-271-2/+2
* Suser() simplification:phk1999-04-274-7/+7
* unifdef -DVM_STACK - it's been on for a while for x86 and was checkedpeter1999-04-191-14/+1
* Well folks, this is it - The second stage of the removal for build supportpeter1999-04-171-1/+1
* Image activators use EXEC_SET(), not TEXT_SET(). (The first is a macropeter1999-04-171-1/+1
* Fix thread/process tracking and differentiation for Linux threads emulation.julian1999-03-021-19/+16
* svr4 emulator will refuse to unload itself if it is currently in use.newton1999-02-041-8/+8
* Acquiesce to proc.h for declarations of M_ZOMBIE, M_SUBPROC (and reordernewton1999-02-011-4/+1
* Oops - Ripped out a bit of debugging code which will stop certain bitsnewton1999-01-301-1/+1
* Emulator KLD for SysVR4 executables grabbed from NetBSD.newton1999-01-3056-0/+14053
* Enable Linux threads support by default.julian1999-01-261-33/+3
* Fix linux sendmsg() emulationmsmith1999-01-111-2/+35
* Use truncate() instead of otruncate() - step on the way to stoppingeivind1999-01-101-3/+3
* Add (but don't activate) code for a special VM option to makejulian1999-01-061-47/+46
* Commit patch insos1998-12-301-1/+6
* Commit #2 ofsos1998-12-301-1/+73
* According to the author..julian1998-12-241-9/+4
* Kill(pid, 0) normally returns 0 on both FreeBSD and Redhat after havingsos1998-12-211-2/+2
* Reviewed by: Luoqi Chen, Jordan Hubbardjulian1998-12-191-1/+173
* Removed the cast to a pointer in the definition of PS_STRINGS andbde1998-12-161-2/+2
* linux_pipe does not preserve the edx register. Linux andjkh1998-12-101-3/+12
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-7/+13
* MF22: Bring in some linux sound ioctl support which I committed to 2.2jkh1998-11-121-1/+61
* Fix a couple of out-of-bounds array references in mapping betweenjdp1998-10-111-4/+9
* Make async I/O on a socket work.jfieber1998-10-051-1/+4
* In linux_newuname bzero the right type of struct (linux_newuname_t).sos1998-10-051-2/+2
* Add several missing ioctl handlers. One needed by Sybase, the othersjfieber1998-09-301-1/+21
* MF22: revert time bogon.jkh1998-09-241-2/+1
* return time in proper format for linux.jkh1998-09-231-1/+2
* Argh! *Now* the correct 3.0 fix is committed.jkh1998-08-311-7/+7
* Whoops! Stamp out a 2.2-ism that snuck between branches here.jkh1998-08-311-2/+2
* Initial support for using linux X servers under emulation - to use anjkh1998-08-311-4/+36
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-161-3/+3
* Oops, the previous fix confused Linux's sigset_t with a pointer type.bde1998-08-151-5/+5
* Converted the second last instance of hzto() to tvtohz().bde1998-08-051-20/+15
* Fixed print format errors.bde1998-07-294-51/+56
* Quick and dirty support for Linux's mremap. Not used by anythingjkh1998-07-101-1/+32
* remove option LINUX as it did nothing, add DEBUG_LINUX to debug thejmg1998-06-301-1/+3
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* ".. x11amp appears to be calling shmctl(id, IPC_RMID, 0) and the emulationjkh1998-06-021-9/+13
* s/nanoruntime/nanouptime/gphk1998-05-171-2/+2
* Make a kernel version of the timer* functions called timerval* to bephk1998-04-061-9/+9
* Use microruntime() rather than doing it by hand.phk1998-04-041-3/+2
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-5/+5
* The linux chown syscall is more like lchown, a new chown syscall thatpeter1998-03-291-1/+22
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-1/+2
* Removed redundant test against MAXDSIZ (the rlimit test is stronger).bde1998-02-251-3/+3
* In the words of the submitter:msmith1998-02-071-2/+62
OpenPOWER on IntegriCloud