| Age | Commit message (Expand) | Author |
| 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 |
| 2009-12-10 | Do not give native requests to netbsd32_ioctl(), use the compat | njoly |
| 2009-12-10 | Kill debug printf. | njoly |
| 2009-12-10 | Make netbsd32_from_{ifreq,oifreq}() copy the whole structure, not only | njoly |
| 2009-12-10 | Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostly | matt |
| 2009-12-10 | Move saemul_netbsd32 to netbsd32_sa.c and allow the KERN_SA bits to be omitted. | matt |
| 2009-12-09 | Rename fo_drain() to fo_abort(), 'drain' is used to mean 'wait for output | dsl |
| 2009-12-09 | Add netbsd32_oifreq and fix issue in copying the interface name. With this | christos |
| 2009-12-05 | Remove the portalfs kernel file system driver. Replace mount_portal(8) | pooka |
| 2009-11-28 | Add LINUX_SIOCGIFMTU and LINUX_IP_HDRINCL support. | dsl |
| 2009-11-28 | Set irm->bufmem = uvmexp.filepages; | dsl |
| 2009-11-24 | Regen for personality(2) update. | njoly |
| 2009-11-24 | Update personality(2) to match Linux definition where the argument is an | njoly |
| 2009-11-23 | Use lwp_getpcb() in compat code, clean from struct user. | rmind |
| 2009-11-22 | more s/the the/the/ | mbalmer |