| Age | Commit message (Expand) | Author |
| 2004-11-13 | Add ptyfs pty device number translation. | christos |
| 2004-11-13 | add LINUX_TIOCGPTN | christos |
| 2004-11-13 | Add ptyfs magic number and entry. | christos |
| 2004-11-13 | Add LINUX_TIOCGPTN for ptyfs pty emulation. | christos |
| 2004-11-13 | Split out the setup stack function for the benefit of lkms. | christos |
| 2004-10-20 | Move boot device detection code from i386 and amd64 ports to x86_autoconf.c. | thorpej |
| 2004-10-07 | PR kern/27184: Have linux_sys_waitpid() call linux_sys_wait4() so the | erh |
| 2004-10-05 | regen: generate struct linux_sys_shmget_args for linux_sys_shmget(2) | jdolecek |
| 2004-10-05 | mark linux_sys_shmget() STD, so that appropriate struct linux_sys_shmget_args | jdolecek |
| 2004-09-28 | regen - now using wrapper for shmget(2) | jdolecek |
| 2004-09-28 | add flag for shmget(2) to specify that later shmat(2) for the shared memory | jdolecek |
| 2004-09-28 | fold shmat1() back into sys_shmat(), the change in rev 1.64 is not sufficient | jdolecek |
| 2004-09-24 | Since the implementation of bsd_to_linux_statfs64() is conditional, | he |
| 2004-09-20 | move definition of linux_fsid_t to common/linux_types.h - it's identical | jdolecek |
| 2004-09-20 | regen: | jdolecek |
| 2004-09-20 | implement support for Linux statfs64() syscall - 64bit variant of statfs() | jdolecek |
| 2004-09-20 | Add a linux_fsid_t typedef for the ports that don't have architecture dependent | christos |
| 2004-09-19 | Adjust struct statfs content to flag that the newer Linux kernel do | jdolecek |
| 2004-09-19 | move definition of struct linux_stafs to common/linux_types.h, and use | jdolecek |
| 2004-09-17 | There's no need to pass a proc value when using UIO_SYSSPACE with | skrll |
| 2004-09-13 | bsd_to_linux_statfs(): | jdolecek |
| 2004-09-12 | if passed sockaddr has family AF_UNSPEC, use socket family of the socket | jdolecek |
| 2004-09-10 | Fix typo in comment. | wiz |
| 2004-09-09 | Next attempt to fix the RCS Id. *sigh* | tron |
| 2004-09-09 | Finish linux_sys_exit_group() with a (never reached) "return" statement so | tron |
| 2004-09-08 | regen: add exit_group(2) | jdolecek |
| 2004-09-08 | implement basic exit_group(2), which just terminates calling thread; | jdolecek |
| 2004-09-08 | do more strict flag checking in clone(2) (matches what Linux does) | jdolecek |
| 2004-09-05 | linux_sa_get: g/c curproc use, we get the process as one of arguments | jdolecek |
| 2004-09-05 | improve the (#ifdef DEBUG_LINUX) socketcall argument dump code: | jdolecek |
| 2004-09-05 | add some newer clone flags | jdolecek |
| 2004-08-29 | dump socketcall data #ifdef DEBUG_LINUX | jdolecek |
| 2004-08-29 | in debug log, data dump is more useful unsigned | jdolecek |
| 2004-08-29 | handle mmap() request with MAP_GROWSDOWN flag (request for stack-like | jdolecek |
| 2004-08-28 | g/c LINUX_MAP_IGNMASK define - it's not used anywhere | jdolecek |
| 2004-08-24 | fix debug printf - lm_addr is not pointer anumore | jdolecek |
| 2004-08-22 | make struct linux_oldmmap members explicitly unsigned (with exception | jdolecek |
| 2004-08-13 | on Linux, unlink() fails with EISDIR if the target is directory, | jdolecek |
| 2004-08-08 | fix two bugs in previous: | jdolecek |
| 2004-08-08 | linux processes sharing VM space (via clone() call) must also | jdolecek |
| 2004-08-01 | Linux returns ENOMEM (not EFAULT) if the address specified in mprotect() | jdolecek |
| 2004-08-01 | regen - sync syscall lists with Linux kernel 2.6.7 | jdolecek |
| 2004-08-01 | add entries for #403, #404 (unused) | jdolecek |
| 2004-08-01 | sync the syscall lists with Linux kernel 2.6.7 | jdolecek |
| 2004-08-01 | regen: | jdolecek |
| 2004-08-01 | add stub entries for syscalls added until Linux kernel 2.6.7 | jdolecek |
| 2004-08-01 | regen: | jdolecek |
| 2004-08-01 | connect madvise(2) and mincore(2) - apparently the newer Linux libs | jdolecek |
| 2004-07-25 | remove the LINUX_SP_WRAP hack since it doesn't seem to be needed anymore, | chs |
| 2004-06-19 | Fix a reversed errno issue for Linux binaries on mips. While we are there, | manu |