| Age | Commit message (Expand) | Author |
| 2015-12-07 | Modularize the clockctl pseudo-device and link to the build. | pgoyette |
| 2015-12-05 | The COMPAT_10 code for SYSVxxx is now part of the sysv_ipc module, so | pgoyette |
| 2015-12-03 | Merge the compat_sysv module into the sysv_ipc module - it should | pgoyette |
| 2015-12-03 | Add comment to #ifdef - it's a long way from its original #if | pgoyette |
| 2015-10-23 | Change do_sys_mount() so that it only takes as argument the type of the | maxv |
| 2015-10-22 | Handle both ioctls in both places :-) | christos |
| 2015-09-07 | Order library object build. | uebayasi |
| 2015-09-07 | Sprinkle more done messages. | uebayasi |
| 2015-09-06 | In kernel lib build, print message when things not only start bug also end. | uebayasi |
| 2015-08-24 | to garnish, dust with _KERNEL_OPT | pooka |
| 2015-07-24 | Unused inits (harmless). | maxv |
| 2015-07-11 | Handle case where compat_ifioctl() is called with ocmd != cmd, as found in | njoly |
| 2015-05-13 | The compat_sysv module now depends on sysv_ipc module. | pgoyette |
| 2015-05-12 | rump is compiled with COMPAT_OSOCK not COMPAT_OIFREQ and the code in if.c | christos |
| 2015-05-11 | Fix the #ifdef _MODULE stuff so that the syscall packages and sysctl stuff | pgoyette |
| 2015-05-10 | Split the SYSV* compat code out into a separate compat_sysv module. | pgoyette |
| 2014-11-26 | Tweak ifconf variants | ozaki-r |
| 2014-11-09 | Do not uselessly include <sys/malloc.h>. | maxv |
| 2014-10-20 | simplify | christos |
| 2014-10-20 | Memory leak, triggerable from root only. | maxv |
| 2014-09-05 | Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get | matt |
| 2014-07-01 | fix parameter types in pr_ioctl, called xx_control() functions and remove | rtr |
| 2014-06-22 | * split PRU_CONTROL functionality out of xxx_userreq() switches and place | rtr |
| 2014-05-22 | Use accessor functions for the tty's table of control characters. | dholland |
| 2014-05-18 | Add struct pr_usrreqs with a pr_generic function and prepare for the | rmind |
| 2014-04-04 | Move a few compat 50 syscalls, not applicable to rump kernels, out of | njoly |
| 2014-03-24 | use cpu_getmodel() to get the model name | christos |
| 2014-01-28 | Fix the compat-4.3 getdirentries call (pre d_type). This is used in NetBSD-0.9. | christos |
| 2014-01-24 | It is wishful thinking that vn_readdir will return dirent12 structures. | christos |
| 2013-12-17 | Free pathbuf in an error path. | martin |
| 2013-11-27 | Change the queue.3 *_END(&head) macros to NULL. Since we don't have CIRCLEQ | christos |
| 2013-11-23 | change the mountlist CIRCLEQ into a TAILQ | christos |
| 2013-09-19 | exec modules need to be of the exec kind | christos |
| 2013-03-29 | compat glue for new lwp_park() | christos |
| 2013-02-21 | remove empty #if | christos |
| 2013-02-21 | Wrap sysctl_teardown(&compat_clog) with the appropriate #if defined()s | skrll |
| 2013-02-21 | Move boottime50 and its associated sysctl into the compat module. As | pgoyette |
| 2013-01-22 | Simplify the ifdef mess. No functional context. | christos |
| 2012-11-03 | Move rusage computation to a new getrusage1() function. Adjust all | njoly |
| 2012-10-19 | Also copy the sfd element of struct ptmget. This somehow | apb |
| 2012-10-19 | This file getscompiled even if COMPAT_60 is not defined, so | apb |
| 2012-10-19 | Add COMPAT_60 versions of the TIOCPTMGET and TIOCPTSNAME ioctls. | apb |
| 2012-10-02 | kernel portion of clock_nanosleep() | christos |
| 2012-08-03 | Only do COMPAT_NETBSD32 stuff if _LP64 | matt |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2012-02-19 | Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! | rmind |
| 2012-02-19 | Add compat_60 stub for the SA syscall (all which just call sys_nosys). | matt |
| 2012-02-01 | Change the syscall API for quotas over to the new non-proplib one. | dholland |
| 2012-01-29 | Some further tidying for the COMPAT_50 quotactl code. Mostly cosmetic, | dholland |
| 2012-01-29 | Remove the proplib goop from the COMPAT_50 code for the old quotactl; | dholland |