summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux
Commit message (Expand)AuthorAgeFilesLines
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-112-5/+7
* Fix a couple of warnings and some bitrot in comments.peter1999-05-092-6/+5
* 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-292-20/+178
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-284-17/+12
* Change suser_xxx() to suser() where it applies.phk1999-04-271-2/+2
* Suser() simplification:phk1999-04-271-3/+3
* unifdef -DVM_STACK - it's been on for a while for x86 and was checkedpeter1999-04-192-19/+2
* Fix thread/process tracking and differentiation for Linux threads emulation.julian1999-03-021-19/+16
* Added call to elf_brand_inuse() to prevent you from cutting your ownnewton1999-02-041-3/+11
* Enable Linux threads support by default.julian1999-01-261-33/+3
* Minor cleanup; no more references to LKM's.peter1999-01-172-7/+4
* 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-062-67/+49
* Commit patch insos1998-12-302-2/+9
* Commit #2 ofsos1998-12-304-8/+90
* Commit #1 of:sos1998-12-301-3/+5
* According to the author..julian1998-12-241-9/+4
* The result of running make linux_sysent.c on the new syscalls.mastersos1998-12-223-4/+5
* Fix NOIMPL -> NOPROTO as per bruce.sos1998-12-221-2/+2
* The result of running make linux_sysent.c on the new syscall.master filesos1998-12-213-4/+4
* Syscall 168 (poll) is not implemented in the Linux emulator. Thissos1998-12-211-2/+3
* Kill(pid, 0) normally returns 0 on both FreeBSD and Redhat after havingsos1998-12-211-2/+2
* Make it compile again.sos1998-12-191-5/+5
* Reviewed by: Luoqi Chen, Jordan Hubbardjulian1998-12-198-18/+206
* Removed the cast to a pointer in the definition of PS_STRINGS andbde1998-12-162-4/+4
* Added 3 new errno values, requred by various standards: EOVERFLOW,dt1998-12-141-5/+5
* 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
* Finished updating module event handlers to be compatible withbde1998-11-151-8/+2
* MF22: Bring in some linux sound ioctl support which I committed to 2.2jkh1998-11-122-2/+77
* *gulp*. Jordan specifically OK'ed this..peter1998-10-162-19/+38
* Unregister the glibc2 brand at module unload time.alex1998-10-111-5/+19
* 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-053-12/+14
* 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-302-2/+29
* MF22: revert time bogon.jkh1998-09-241-2/+1
* return time in proper format for linux.jkh1998-09-231-1/+2
* Add support for glibc consumers using the new ld-linux.so.2 linker.msmith1998-09-171-2/+10
* Add provisions for variant core dump file formats, depending on thejdp1998-09-141-3/+6
* 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-312-5/+51
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-163-12/+13
* 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
OpenPOWER on IntegriCloud