| Age | Commit message (Expand) | Author |
| 2010-05-02 | Remove the nameidata from struct exec_package. It was used only for two | dholland |
| 2010-04-28 | On x86, change the bus_space_tag_t to a pointer to a struct | dyoung |
| 2010-04-23 | Fix compilation. | joerg |
| 2010-04-23 | Use struct segment_descriptor for pcb_fsd and pcb_gsd instead of int[2]. | joerg |
| 2010-04-23 | Replace M_IOV and some malloc(9)s with kmem(9), and while there: | rmind |
| 2010-04-23 | regen | chs |
| 2010-04-23 | add missing argument to clone(). the symptom of this was that pthread_join() | chs |
| 2010-04-18 | This patch fixes the NX regression issue observed on amd64 kernels, where | jym |
| 2010-04-08 | Do not use 0 for pointers, but NULL. | njoly |
| 2010-04-08 | Add a new clock_gettime1() function that holds most of the | njoly |
| 2010-04-03 | Move most clock_getres syscall code, except for coypout call, to a new | njoly |
| 2010-03-29 | Convert linux/linux32/netbsd32 clock_settime syscalls, to use the | njoly |
| 2010-03-29 | Make compat netbsd32 clock_getres copyout the netbsd32 timespec | njoly |
| 2010-03-28 | Cleanup compat netbsd32 nanosleep syscalls to use the common | njoly |
| 2010-03-05 | Reset sendsig_sigcontext_vec at fini to avoid having it point at | pooka |
| 2010-03-03 | regen: ENOSYS nfssvc honestly | pooka |
| 2010-03-03 | One more overcomplex ENOSYS bites the dust. | pooka |
| 2010-03-03 | Remove nfssvc non-emulations I missed yesterday. | pooka |
| 2010-03-03 | Add prototype and forward declarations to make the empty nfs stub compile. | martin |
| 2010-03-03 | When implementing "read directory", when there are too many empty entries | he |
| 2010-03-02 | regen: | pooka |
| 2010-03-02 | remove nfssvc emulation (or non-emulation) | pooka |
| 2010-03-02 | Kill fs_nfs.h and #ifdef NFS by making getfh() support unconditional | pooka |
| 2010-03-02 | regen for conditional lfs syscall removal | pooka |
| 2010-03-02 | -fs_lfs.h | pooka |
| 2010-03-02 | remove unused lfs compat stubs | pooka |
| 2010-03-02 | -fs_lfs.h | pooka |
| 2010-03-02 | Remove lfs syscall support from compat. I can't really imagine | pooka |
| 2010-03-02 | Nuke fs_lfs.h included for unknown reasons (if there was a reason | pooka |
| 2010-03-02 | fs_union.h is not used here anymore ... diudau | pooka |
| 2010-02-24 | Mark some suspicious ENODEV returns (should be ENXIO?) with comments. | dyoung |
| 2010-02-15 | typo in comment | dholland |
| 2010-02-14 | add missing glue file, otherwise the emulation will not work if | drochner |
| 2010-02-09 | Small typo in comment. | njoly |
| 2010-02-03 | Remove extra parenthesis. Found by cppcheck, reported by | wiz |
| 2010-02-02 | Missing printf in sys/compat/linux/arch/powerpc/linux_machdep.c | wiz |
| 2010-01-19 | A few more instances of __sigtimedwait1 -> sigtimedwait1 | pooka |
| 2010-01-19 | Get rid of last "easy" kernel symbols starting with __: | pooka |
| 2010-01-08 | The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live | pooka |
| 2010-01-05 | Remove extra semicolon. | mbalmer |
| 2009-12-21 | Do not include fs_lfs.h unless _KERNEL_OPT is defined. | njoly |
| 2009-12-21 | Remove SYS_compat_50_mq_timedreceive/SYS_compat_50_mq_timedsend | njoly |
| 2009-12-20 | If a multithreaded app closes an fd while another thread is blocked in | dsl |
| 2009-12-14 | replace mips:elf_check_itp() and ELFNAME2(netbsd32,probe_noteless) that | mrg |
| 2009-12-14 | Regen (new makesyscalls.sh) | matt |
| 2009-12-14 | Merge from matt-nb5-mips64 | matt |
| 2009-12-12 | Remove semicolon from NETBSD32TOx_UAP macro definitions. | njoly |
| 2009-12-12 | Add missing semicolons after NETBSD32TOx_UAP macro calls. | njoly |
| 2009-12-11 | In netbsd32_from_{ifreq,oifreq}(), use the compat structure size for | njoly |
| 2009-12-10 | Add SIOCGIFMTU support. | njoly |