| Age | Commit message (Expand) | Author |
| 2003-12-20 | Put back Emmanuel's sigfilter hooks, as decided by Core. | fvdl |
| 2003-12-20 | Introduce lwp_emuldata and the associated hooks. No hook is provided for the | manu |
| 2003-12-05 | back the sigfilter emulation hook change off | jdolecek |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-12-03 | Add a sigfilter emulation hook. It is used at the beginning of kpsignal2() | manu |
| 2003-11-15 | We have CVS; there is no reason to make .bak files when generating the | thorpej |
| 2003-11-12 | - Count number of zombies and stopped children and requeue them at the top | dsl |
| 2003-10-31 | adapt for changes to kern/exec_elf32.c | drochner |
| 2003-10-26 | Use ${HOST_SH} instead of `sh'. | lukem |
| 2003-10-15 | Add the gating of system calls that cause modifications to the underlying | hannken |
| 2003-09-26 | Fix "constify sendsig/trapsignal" fallout for non-siginfo'd archs. Test | simonb |
| 2003-09-25 | constify sendsig/trapsignal | christos |
| 2003-09-13 | move dupfd from struct proc to struct lwp - it's per-LWP, not per-process; we | jdolecek |
| 2003-09-13 | ptyname[] must not be static, the contents are modified later in the routine | jdolecek |
| 2003-09-06 | SA_SIGINFO changes | christos |
| 2003-08-24 | add support for non-executable mappings (where the hardware allows this) | chs |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | struct proc * -> struct lwp * | martin |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-05-16 | use strlcpy | itojun |
| 2003-04-01 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-03-21 | Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'. | dsl |
| 2003-02-23 | Make updating a file's reference and use count MP-safe. | pk |
| 2003-02-14 | Use find_stopped_child() and proc_free() in compat wait() code to | dsl |
| 2003-01-29 | Cull unused variables. Sigh. | atatat |
| 2003-01-28 | No need to pick a "default address" for mmap in compat code, since we | atatat |
| 2003-01-20 | Don't need a semi-colon after the closing brace of a function. | simonb |
| 2003-01-18 | Regen for correct RCS ID. | thorpej |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-18 | Regen: Merge the nathanw_sa branch. | thorpej |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-11-29 | Get the dynamic interpreter location using emul_find_interp(), so that | jdolecek |
| 2002-11-26 | rename: s/sa_/<compat>sa/g | christos |
| 2002-11-01 | set struct emul's nsysent to compat SYS_NSYSENT, not SYS_MAXSYSCALL | jdolecek |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-09-23 | Remove breaks after returns, unreachable returns and returns after | simonb |
| 2002-09-21 | - Introduce a e_fault field in struct proc to provide emulation specific | manu |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-08-26 | Implement passing AT_{E,R}{U,G}ID in the elf aux vector, like solaris. | christos |
| 2002-07-25 | Make sure that the pointer to old parent process for ptraced children | jdolecek |
| 2002-07-04 | Add kernel support for having userland provide the signal trampoline: | thorpej |
| 2002-06-19 | Match the Solaris siginfo layout for _LP64. | eeh |
| 2002-05-03 | __LP64__ -> _LP64 | eeh |
| 2002-04-12 | Always define SA_SIGINFO, and keep track of it in SVR4 emulation. This is | manu |
| 2002-03-31 | make signal array handling uniform, and put signal arrays in a separate | christos |
| 2002-03-24 | fd_revoke(): don't assume that f_type other DTYPE_VNODE and DTYPE_SOCKET | jdolecek |
| 2002-03-20 | use 64 signals. | christos |
| 2002-03-18 | Cosmetic change (lines longer than 80 car) | manu |
| 2002-03-16 | make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * | christos |
| 2002-02-07 | Handle MAP_ANON (0x100 in Solaris8, not 0x1000) properly, by factoring out | tv |