| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix thread/process tracking and differentiation for Linux threads emulation. | julian | 1999-03-02 | 1 | -19/+16 |
* | Added call to elf_brand_inuse() to prevent you from cutting your own | newton | 1999-02-04 | 1 | -3/+11 |
* | Enable Linux threads support by default. | julian | 1999-01-26 | 1 | -33/+3 |
* | Minor cleanup; no more references to LKM's. | peter | 1999-01-17 | 2 | -7/+4 |
* | Fix linux sendmsg() emulation | msmith | 1999-01-11 | 1 | -2/+35 |
* | Use truncate() instead of otruncate() - step on the way to stopping | eivind | 1999-01-10 | 1 | -3/+3 |
* | Add (but don't activate) code for a special VM option to make | julian | 1999-01-06 | 2 | -67/+49 |
* | Commit patch in | sos | 1998-12-30 | 2 | -2/+9 |
* | Commit #2 of | sos | 1998-12-30 | 4 | -8/+90 |
* | Commit #1 of: | sos | 1998-12-30 | 1 | -3/+5 |
* | According to the author.. | julian | 1998-12-24 | 1 | -9/+4 |
* | The result of running make linux_sysent.c on the new syscalls.master | sos | 1998-12-22 | 3 | -4/+5 |
* | Fix NOIMPL -> NOPROTO as per bruce. | sos | 1998-12-22 | 1 | -2/+2 |
* | The result of running make linux_sysent.c on the new syscall.master file | sos | 1998-12-21 | 3 | -4/+4 |
* | Syscall 168 (poll) is not implemented in the Linux emulator. This | sos | 1998-12-21 | 1 | -2/+3 |
* | Kill(pid, 0) normally returns 0 on both FreeBSD and Redhat after having | sos | 1998-12-21 | 1 | -2/+2 |
* | Make it compile again. | sos | 1998-12-19 | 1 | -5/+5 |
* | Reviewed by: Luoqi Chen, Jordan Hubbard | julian | 1998-12-19 | 8 | -18/+206 |
* | Removed the cast to a pointer in the definition of PS_STRINGS and | bde | 1998-12-16 | 2 | -4/+4 |
* | Added 3 new errno values, requred by various standards: EOVERFLOW, | dt | 1998-12-14 | 1 | -5/+5 |
* | linux_pipe does not preserve the edx register. Linux and | jkh | 1998-12-10 | 1 | -3/+12 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 1 | -7/+13 |
* | Finished updating module event handlers to be compatible with | bde | 1998-11-15 | 1 | -8/+2 |
* | MF22: Bring in some linux sound ioctl support which I committed to 2.2 | jkh | 1998-11-12 | 2 | -2/+77 |
* | *gulp*. Jordan specifically OK'ed this.. | peter | 1998-10-16 | 2 | -19/+38 |
* | Unregister the glibc2 brand at module unload time. | alex | 1998-10-11 | 1 | -5/+19 |
* | Fix a couple of out-of-bounds array references in mapping between | jdp | 1998-10-11 | 1 | -4/+9 |
* | Make async I/O on a socket work. | jfieber | 1998-10-05 | 3 | -12/+14 |
* | In linux_newuname bzero the right type of struct (linux_newuname_t). | sos | 1998-10-05 | 1 | -2/+2 |
* | Add several missing ioctl handlers. One needed by Sybase, the others | jfieber | 1998-09-30 | 2 | -2/+29 |
* | MF22: revert time bogon. | jkh | 1998-09-24 | 1 | -2/+1 |
* | return time in proper format for linux. | jkh | 1998-09-23 | 1 | -1/+2 |
* | Add support for glibc consumers using the new ld-linux.so.2 linker. | msmith | 1998-09-17 | 1 | -2/+10 |
* | Add provisions for variant core dump file formats, depending on the | jdp | 1998-09-14 | 1 | -3/+6 |
* | Argh! *Now* the correct 3.0 fix is committed. | jkh | 1998-08-31 | 1 | -7/+7 |
* | Whoops! Stamp out a 2.2-ism that snuck between branches here. | jkh | 1998-08-31 | 1 | -2/+2 |
* | Initial support for using linux X servers under emulation - to use an | jkh | 1998-08-31 | 2 | -5/+51 |
* | Use [u]intptr_t instead of [u_]long for casts between pointers and | bde | 1998-08-16 | 3 | -12/+13 |
* | Oops, the previous fix confused Linux's sigset_t with a pointer type. | bde | 1998-08-15 | 1 | -5/+5 |
* | Converted the second last instance of hzto() to tvtohz(). | bde | 1998-08-05 | 1 | -20/+15 |
* | Fixed print format errors. | bde | 1998-07-29 | 6 | -61/+70 |
* | Fixed printf format errors. | bde | 1998-07-29 | 1 | -9/+11 |
* | Quick and dirty support for Linux's mremap. Not used by anything | jkh | 1998-07-10 | 5 | -4/+44 |
* | remove option LINUX as it did nothing, add DEBUG_LINUX to debug the | jmg | 1998-06-30 | 1 | -1/+3 |
* | Updated generated files. | bde | 1998-06-09 | 3 | -10/+3 |
* | Include "opt_compat.h" explicitly instead of depending on | bde | 1998-06-09 | 1 | -2/+2 |
* | Updated generated files. | bde | 1998-06-08 | 1 | -139/+139 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 3 | -181/+186 |
* | ".. x11amp appears to be calling shmctl(id, IPC_RMID, 0) and the emulation | jkh | 1998-06-02 | 1 | -9/+13 |
* | s/nanoruntime/nanouptime/g | phk | 1998-05-17 | 1 | -2/+2 |