| Age | Commit message (Expand) | Author |
| 2010-03-03 | When implementing "read directory", when there are too many empty entries | he |
| 2010-03-02 | Nuke fs_lfs.h included for unknown reasons (if there was a reason | pooka |
| 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-05 | Remove extra semicolon. | mbalmer |
| 2009-12-14 | Regen (new makesyscalls.sh) | matt |
| 2009-12-14 | Merge from matt-nb5-mips64 | matt |
| 2009-12-10 | Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostly | matt |
| 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-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-18 | Make compat linux/linux32 msgrcv_msgarg type member of type | njoly |
| 2009-11-16 | Make sure to never leak padding space before copyout or copyin | joerg |
| 2009-11-13 | Return the result of copyout. Reminded by Niolas Joly. | joerg |
| 2009-11-13 | Provide SIOCGIFNAME. | joerg |
| 2009-11-11 | - selcommon/pollcommon: drop redundant l argument. | rmind |
| 2009-11-04 | do_sys_wait(): fix previous by checking for ru != NULL. Noticed by | rmind |
| 2009-10-30 | Regen for struct linux_stat64 fix. | njoly |
| 2009-10-30 | stat64 syscalls require struct linux_stat64. | njoly |
| 2009-10-25 | Initialise struct emul members by name (it is readable now and one can search | rmind |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2009-09-20 | Trying to fix build problem. Thanks to joerg's advise. | taca |
| 2009-09-03 | Use correct sched_setscheduler syscall 3rd argument type. | njoly |
| 2009-08-28 | Another one that needs <sys/exec_aout.h>. | dholland |
| 2009-08-18 | remove some "inline" from functions which are defined in a .c file | drochner |
| 2009-08-18 | more debugging for mmap | christos |
| 2009-08-15 | Include <sys/exec_aout.h> explicitly instead of relying on <sys/exec.h> to | matt |
| 2009-08-13 | Don't include EXEC_AOUT stuff by default. | matt |
| 2009-08-09 | Add enum uio_seg argument to do_sys_mknod and do_sys_mkdir so these functions | haad |
| 2009-07-22 | Make compat linux/linux32 getdents(2) fail with ENOTDIR instead of | njoly |
| 2009-07-21 | Do reject unknown/invalid linux clockid. | njoly |
| 2009-06-29 | Convert 67 namei call sites to use namei_simple, in these functions: | dholland |
| 2009-06-23 | sched_getaffinity(2) update: | njoly |
| 2009-06-18 | In linux_sys_sched_getaffinity(), do not leak memory on error. | njoly |
| 2009-06-17 | Regen for sendmsg/recvmsg definitions update. | njoly |
| 2009-06-17 | Add a new linux_msghdr structure, as its size differs on 64bit archs. | njoly |
| 2009-06-16 | Add LINUX_CMSG_{SPACE,LEN} macros. Use then when calculating the | njoly |
| 2009-06-16 | For linux cmsg header copyout, use the linux structure size, not the | njoly |
| 2009-06-16 | Make compat linux sendmsg/recvmsg output msghdr and control messages | njoly |
| 2009-06-11 | In sendmsg(2), do copy the msghdr structure before trying to use it. | njoly |
| 2009-06-08 | Regen for rt_queueinfo(2) update. | njoly |
| 2009-06-08 | Update rt_queueinfo(2) definition, and kill a corresponding comment. | njoly |
| 2009-06-08 | Small rt_queueinfo(2) update, to require a linux_siginfo structure. | njoly |
| 2009-06-08 | Various compat linux siginfo fixes. | njoly |
| 2009-06-02 | Add the mask value returned by siggetmask. | njoly |
| 2009-06-02 | Make nice(2) return EPERM on error, not EACCES (from sys_setpriority). | njoly |
| 2009-05-29 | Add native to linux siginfo si_status translation, used on i386 and | njoly |