| Age | Commit message (Expand) | Author |
| 2018-04-12 | If we are modular, allow us to use modules for compat; don't load all the | christos |
| 2018-04-12 | provide vectors for the ifconf compat code and ifdatareq compat code. | christos |
| 2018-03-19 | XXX stub it completely for now to make it compile | martin |
| 2018-03-19 | XXX: don't reference the global for now so that kernels without ccd build. | christos |
| 2018-03-19 | remove another error decl. | christos |
| 2018-03-18 | remove error decl | christos |
| 2018-03-18 | - use the conditional from the header file | christos |
| 2018-03-18 | Declare 'error' if needed | pgoyette |
| 2018-03-18 | factor out the ccd COMPAT_60 code. | christos |
| 2018-03-18 | include compat/sys/cpuio.h and multiple include protection. | christos |
| 2018-03-18 | finish MD glue for compat ucode module. | christos |
| 2018-03-17 | redo the cpu ucode compat code. | christos |
| 2018-03-16 | PR/53103: Timo Buhrmester: linux emulation of sendto(2) broken | christos |
| 2018-03-15 | add uvm swap compat code. | christos |
| 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 |