| Age | Commit message (Expand) | Author |
| 2017-12-20 | Pass LDFLAGS to ld. | maya |
| 2017-12-16 | compat_util.c must be compiled by default in the kernel. It is needed by | maxv |
| 2017-12-16 | Build these functions regardless of whether COMPAT_50 or COMPAT_70 are | maxv |
| 2017-12-16 | Build libcompat as an object, not as a library. We want all of its | maxv |
| 2017-12-16 | remove check for netbsd 1.5 without 5.0. it doesn't happen. | mrg |
| 2017-12-03 | Make code look the same, in particular zero out the rest of the directory | christos |
| 2017-11-22 | #idef the label next_ifa: just like the only goto using it. | martin |
| 2017-11-22 | Fix and make consistent of usages of psz/psref in ifconf variants | ozaki-r |
| 2017-08-04 | typos | maxv |
| 2017-07-29 | Kill needless nested extern of vec_compat_cvtcmd/ioctl. | riastradh |
| 2017-07-29 | Declare mountcompatnames in sys/vfs_syscalls.h to kill nested extern. | riastradh |
| 2017-07-28 | Fail, don't panic, on bad dirents from file system. | riastradh |
| 2017-04-29 | remove extra S | christos |
| 2017-04-29 | move MAP_COPY in compat | christos |
| 2017-04-13 | Switch compat_20_sys_getfsstat() to mountlist iterator. | hannken |
| 2017-03-14 | Use if_acquire and if_release instead of using psref API directly | ozaki-r |
| 2017-01-13 | use bdp, to avoid compiler warning. | christos |
| 2017-01-13 | convert strcpy to a bounded copy to avoid compiler warnings, although the | christos |
| 2017-01-13 | convert strcpy to a bounded copy to avoid compiler warnings, although the | christos |
| 2016-11-05 | Move if_43.c back into the shared Makefile.sysio where it really | pgoyette |
| 2016-11-03 | Move if_43.c out of Makefile.sysio and into the main Makefile. | pgoyette |
| 2016-11-03 | Hmmm, if we omit if_43.c from the SRCS list, then we break the i386 | pgoyette |
| 2016-11-03 | Really comment out if_43.c this time. (I need sleep and/or caffeine.) | pgoyette |
| 2016-11-03 | Use proper characgter to introduce comments! | pgoyette |
| 2016-11-03 | if_43.o gets included from libcompat automatically, due to two calls | pgoyette |
| 2016-11-03 | Reorganize SRCS lists for libcompat, compat.kmod, sysv_ipc.kmod. | riastradh |
| 2016-11-03 | Sprinkle #ifdef _KERNEL_OPT. | riastradh |
| 2016-09-21 | Add ifam_pid and ifam_addrflags to ifa_msghdr. | roy |
| 2016-09-13 | Make the ktrace record written by do_sys_sendmsg/do_sys_recvmsg overridable | martin |
| 2016-08-20 | fill in the tv_nsec parts of the converted timespec in cvtstat(). | mrg |
| 2016-08-01 | Apply pserialize and psref to struct ifaddr and its variants | ozaki-r |
| 2016-07-25 | Apply if_get/if_put to compat_ifioctl | ozaki-r |
| 2016-07-07 | Switch the address list of intefaces to pslist(9) | ozaki-r |
| 2016-06-16 | Use curlwp_bind and curlwp_bindx instead of open-coding LP_BOUND | ozaki-r |
| 2016-05-12 | Protect ifnet list with psz and psref | ozaki-r |
| 2016-04-06 | Add sc_pid to sockcred so that SOCK_DGRAM and LOCAL_CREDS socket option | roy |
| 2016-03-22 | remove a bunch of "@echo done" from the tail of rules. these messages | mrg |
| 2016-03-11 | PR/50947: David Binderman: sprinkle parens | christos |
| 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 |