| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bug in debug-printfs of struct linux_termios fields, where I forgot to | marcel | 1999-08-17 | 1 | -5/+5 |
* | Fix bug in the debug-printf of the vfork syscall, where the format specifier | marcel | 1999-08-17 | 1 | -24/+24 |
* | Implement linux_vfork() syscall by calling vfork(). Analogous to the | marcel | 1999-08-16 | 1 | -1/+18 |
* | Provide wrappers for sched_{s|g}etscheduler. We need to convert the policy | marcel | 1999-08-15 | 1 | -1/+65 |
* | Fix bug in the fcntl syscall where 'arg' was not set properly. | marcel | 1999-08-15 | 1 | -2/+4 |
* | Include opt_compat.h so that COMPAT_43 is defined. This gives us the proper | marcel | 1999-08-15 | 1 | -10/+15 |
* | Implementation of the linux_getcwd syscall. | marcel | 1999-08-14 | 1 | -1/+16 |
* | Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. Both | marcel | 1999-08-14 | 1 | -75/+216 |
* | Fix LINUX_TIOC{S|G}SERIAL implementation. Both do not copy data in or out | marcel | 1999-08-14 | 1 | -25/+21 |
* | Fix the LINUX_TCSET{A|AW|AF} and LINUX_TCSET{S|SW|SF} ioctls. These all suffer | marcel | 1999-08-14 | 1 | -7/+28 |
* | Fix a couple of termio/termios conversion bugs/typos/dupos/brainos and other | marcel | 1999-08-14 | 1 | -18/+23 |
* | Implementation of the CDROMSUBCHNL ioctl. | marcel | 1999-08-13 | 1 | -1/+65 |
* | In doing lock type conversion (struct flock), make sure that carbage in results | marcel | 1999-08-13 | 1 | -2/+5 |
* | Use a wrapper for the link syscall that does name translations. | marcel | 1999-08-12 | 1 | -1/+20 |
* | Do not map {s|g}etrlimit onto FreeBSD syscalls. The arguments don't match. | marcel | 1999-08-11 | 1 | -1/+52 |
* | Fix page fault in linux_uselib syscall. | marcel | 1999-08-08 | 1 | -2/+2 |
* | We don't end up checking for a return value of EFAULT from the copyinstr() | green | 1999-08-07 | 1 | -5/+12 |
* | Use the vn_todev() function, rather than VOP_GETATTR | phk | 1999-07-18 | 1 | -7/+3 |
* | Implementation of TCXONC. | marcel | 1999-07-17 | 1 | -1/+32 |
* | Implement VT_RELDISP ioctl | marcel | 1999-07-08 | 1 | -1/+6 |
* | Trivial implementation of TIOCM{S|G}ET and TIOCMBI{S|C} ioctls. No need | marcel | 1999-07-06 | 1 | -1/+17 |
* | Rename struct members sa_siginfo. POSIX reserves identifiers starting | cracauer | 1999-07-06 | 1 | -17/+17 |
* | Let newuname return "Linux" as the OS name and not "FreeBSD". Also, return a | marcel | 1999-07-05 | 1 | -3/+3 |
* | Divorce "dev_t" from the "major|minor" bitmap, which is now called | phk | 1999-05-11 | 2 | -5/+7 |
* | Fix a couple of warnings and some bitrot in comments. | peter | 1999-05-09 | 1 | -1/+3 |
* | Yet another place which knew too much. Still not sure how much | phk | 1999-05-09 | 1 | -2/+2 |
* | I got tired of seeing all the cdevsw[major(foo)] all over the place. | phk | 1999-05-08 | 1 | -2/+2 |
* | Fix up a few easy 'assignment used as truth value' and 'suggest parens | peter | 1999-05-06 | 5 | -24/+43 |
* | - Handle mixer read ioctls correctly. They have the same group, number and | luoqi | 1999-04-29 | 1 | -18/+149 |
* | Enable vmspace sharing on SMP. Major changes are, | luoqi | 1999-04-28 | 1 | -9/+5 |
* | Change suser_xxx() to suser() where it applies. | phk | 1999-04-27 | 1 | -2/+2 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -3/+3 |
* | unifdef -DVM_STACK - it's been on for a while for x86 and was checked | peter | 1999-04-19 | 1 | -14/+1 |
* | Fix thread/process tracking and differentiation for Linux threads emulation. | julian | 1999-03-02 | 1 | -19/+16 |
* | Enable Linux threads support by default. | julian | 1999-01-26 | 1 | -33/+3 |
* | 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 | 1 | -47/+46 |
* | Commit patch in | sos | 1998-12-30 | 1 | -1/+6 |
* | Commit #2 of | sos | 1998-12-30 | 1 | -1/+73 |
* | According to the author.. | julian | 1998-12-24 | 1 | -9/+4 |
* | Kill(pid, 0) normally returns 0 on both FreeBSD and Redhat after having | sos | 1998-12-21 | 1 | -2/+2 |
* | Reviewed by: Luoqi Chen, Jordan Hubbard | julian | 1998-12-19 | 1 | -1/+173 |
* | Removed the cast to a pointer in the definition of PS_STRINGS and | bde | 1998-12-16 | 1 | -2/+2 |
* | 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 |
* | MF22: Bring in some linux sound ioctl support which I committed to 2.2 | jkh | 1998-11-12 | 1 | -1/+61 |
* | 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 | 1 | -1/+4 |
* | In linux_newuname bzero the right type of struct (linux_newuname_t). | sos | 1998-10-05 | 1 | -2/+2 |