summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Fix page fault in linux_uselib syscall.marcel1999-08-081-2/+2
* We don't end up checking for a return value of EFAULT from the copyinstr()green1999-08-071-5/+12
* Previous commit also removed some 'const' qualifiers on args fornewton1999-07-301-1/+1
* Previous commit also finished cleaning up some dev_t -> udev_t transformationsnewton1999-07-305-5/+5
* Fix svr4_sys_poll(); SysV STREAMS produce return values from poll() whichnewton1999-07-301-6/+2
* Add $Id$ tagsnewton1999-07-3048-23/+140
* Fix panic caused when *stat64() family of syscalls try to fill-innewton1999-07-303-46/+28
* Use the vn_todev() function, rather than VOP_GETATTRphk1999-07-181-7/+3
* Implementation of TCXONC.marcel1999-07-171-1/+32
* Implement VT_RELDISP ioctlmarcel1999-07-081-1/+6
* Trivial implementation of TIOCM{S|G}ET and TIOCMBI{S|C} ioctls. No needmarcel1999-07-061-1/+17
* Rename struct members sa_siginfo. POSIX reserves identifiers startingcracauer1999-07-063-39/+39
* Let newuname return "Linux" as the OS name and not "FreeBSD". Also, return amarcel1999-07-051-3/+3
* sys/buf.h needs to have included sys/systm.h for spl prototypes.green1999-07-031-1/+1
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-112-5/+7
* Ack! I deleted "struct", not "const".. Oh boy...peter1999-05-101-1/+1
* Fix a couple of warnings and some bitrot in comments.peter1999-05-092-4/+4
* Yet another place which knew too much. Still not sure how muchphk1999-05-091-2/+2
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-2/+2
* Fix up a few easy 'assignment used as truth value' and 'suggest parenspeter1999-05-065-24/+43
* - 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
OpenPOWER on IntegriCloud