| Age | Commit message (Expand) | Author |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-06-23 | PR/21948: Todd Vierling: Implement MAP_TRYFIXED for linux emulation. | christos |
| 2003-06-23 | PR/21937: Todd Vierling: Proper support for mmap2 | christos |
| 2003-03-05 | Use do_setresuid() to implement linux_sys_setresuid() | dsl |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-12-16 | Don't allow non-page-aligned offsets! So dumb. From Jason Ish, thanks. | christos |
| 2002-11-25 | Add ULL to a 64-bit integer constant. | thorpej |
| 2002-11-13 | we now export information about CLK_TCK via ELF aux args, no need to | jdolecek |
| 2002-11-13 | linux_sys_times(): if tms is NULL, just return the number of ticks since | jdolecek |
| 2002-09-23 | Put storage class first in "static const" declaration. | simonb |
| 2002-06-20 | Don't copy from destination to destination. | enami |
| 2002-05-10 | Fix off by one error in check for size of field "d_off" in Linux | tron |
| 2002-05-10 | Move implementation of linux_sys_getdents64() to source file for | tron |
| 2002-04-10 | implement getdents64; my full java tree builds now. | christos |
| 2002-04-03 | Allocate the right size for the native gid_t array in setgroups16. | fvdl |
| 2002-03-31 | make signal array handling uniform, and put signal arrays in a separate | christos |
| 2002-03-22 | gc debugging printfs. | christos |
| 2002-03-22 | nuke mmap2, cleanup mmap, add mprotect | christos |
| 2002-03-16 | make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * | christos |
| 2002-02-20 | proper statfs emulation... | christos |
| 2002-02-18 | Resolve alpha compile issues: | christos |
| 2002-02-18 | Back off previous partially - make linux_release[] back 2.0.38 | jdolecek |
| 2002-02-17 | There is no linux_sys_ugetrlimit on mips, so don't try building it (XXX: adds | rafal |
| 2002-02-15 | - add a real linux_sys___sysctl because the mib numbers are different. | christos |
| 2001-12-09 | replace "vnode" and "vtext" with "file" and "exec" in uvmexp field names. | chs |
| 2001-11-13 | add RCSIDs (including regeneration of files as appropriate) | lukem |
| 2001-09-08 | Removed a hack to make PowerPC mmap work. This could have side effects on | manu |
| 2001-07-18 | Add support for the __WALL wait4(2) flag. | thorpej |
| 2001-06-04 | Fixes by Chuck Silvers to make ptrace PEEKTEXT more 64 bit friendy | manu |
| 2001-06-03 | added a double cast to build on alpha | manu |
| 2001-06-02 | Slighly improve the PTRACE_CONT comment | jdolecek |
| 2001-05-27 | Fixed the return value of ptrace for PEEKTEXT and PEEKDATA: return value must | manu |
| 2001-05-20 | Added powerpc status in a comment | manu |
| 2001-03-30 | Implement linux_sys_nosys() and use it instead of sys_nosys() for | jdolecek |
| 2001-03-16 | Removed an unused oldbrk variable in linux_sys_brk() | manu |
| 2001-03-15 | Made linux_sys_brk() cleaner (no functionnality change) | manu |
| 2001-03-15 | Fixed brk() emulation. We now keep track of the processes' idea of the | manu |
| 2001-01-05 | Set Linux version to 2.0.38 for now, until the clone + "real time signal" | fvdl |
| 2000-12-29 | Hardcode what the linux uname() calls return (Linux 2.2.5 is the current | fvdl |
| 2000-12-27 | Use CHECK_ALT_* for chown and lchown, missed in my previous commit. | fvdl |
| 2000-12-22 | split off thread specific stuff from struct sigacts to struct sigctx, leaving | jdolecek |
| 2000-12-21 | Only include the 16-bit uid/gid stuff if on i386 or m68k. This is a | thorpej |
| 2000-12-18 | Add seperate entries for 16 bit uid/gid calls, so that border cases | fvdl |
| 2000-12-13 | Implement sysinfo. | augustss |
| 2000-12-02 | add emulation of linux swapoff(2) | jdolecek |
| 2000-12-01 | implement linux_sys_setdomainname()/linux_sys_swapon(), using code | jdolecek |
| 2000-12-01 | add e_path (emulation path) to struct emul, which replaces emulation-specific | jdolecek |
| 2000-11-01 | Linux LINUX_PTRACE_SINGLESTEP operation should have same | jdolecek |
| 2000-09-07 | In the case of MAP_ANON, Linux mmap ignores the fd argument completely. | fvdl |