summaryrefslogtreecommitdiff
path: root/sys/compat/common
AgeCommit message (Expand)Author
2018-04-12If we are modular, allow us to use modules for compat; don't load all thechristos
2018-04-12provide vectors for the ifconf compat code and ifdatareq compat code.christos
2018-03-19XXX stub it completely for now to make it compilemartin
2018-03-19XXX: don't reference the global for now so that kernels without ccd build.christos
2018-03-19remove another error decl.christos
2018-03-18remove error declchristos
2018-03-18- use the conditional from the header filechristos
2018-03-18Declare 'error' if neededpgoyette
2018-03-18factor out the ccd COMPAT_60 code.christos
2018-03-18include compat/sys/cpuio.h and multiple include protection.christos
2018-03-18finish MD glue for compat ucode module.christos
2018-03-17redo the cpu ucode compat code.christos
2018-03-16PR/53103: Timo Buhrmester: linux emulation of sendto(2) brokenchristos
2018-03-15add uvm swap compat code.christos
2017-12-20Pass LDFLAGS to ld.maya
2017-12-16compat_util.c must be compiled by default in the kernel. It is needed bymaxv
2017-12-16Build these functions regardless of whether COMPAT_50 or COMPAT_70 aremaxv
2017-12-16Build libcompat as an object, not as a library. We want all of itsmaxv
2017-12-16remove check for netbsd 1.5 without 5.0. it doesn't happen.mrg
2017-12-03Make code look the same, in particular zero out the rest of the directorychristos
2017-11-22#idef the label next_ifa: just like the only goto using it.martin
2017-11-22Fix and make consistent of usages of psz/psref in ifconf variantsozaki-r
2017-08-04typosmaxv
2017-07-29Kill needless nested extern of vec_compat_cvtcmd/ioctl.riastradh
2017-07-29Declare mountcompatnames in sys/vfs_syscalls.h to kill nested extern.riastradh
2017-07-28Fail, don't panic, on bad dirents from file system.riastradh
2017-04-29remove extra Schristos
2017-04-29move MAP_COPY in compatchristos
2017-04-13Switch compat_20_sys_getfsstat() to mountlist iterator.hannken
2017-03-14Use if_acquire and if_release instead of using psref API directlyozaki-r
2017-01-13use bdp, to avoid compiler warning.christos
2017-01-13convert strcpy to a bounded copy to avoid compiler warnings, although thechristos
2017-01-13convert strcpy to a bounded copy to avoid compiler warnings, although thechristos
2016-11-05Move if_43.c back into the shared Makefile.sysio where it reallypgoyette
2016-11-03Move if_43.c out of Makefile.sysio and into the main Makefile.pgoyette
2016-11-03Hmmm, if we omit if_43.c from the SRCS list, then we break the i386pgoyette
2016-11-03Really comment out if_43.c this time. (I need sleep and/or caffeine.)pgoyette
2016-11-03Use proper characgter to introduce comments!pgoyette
2016-11-03if_43.o gets included from libcompat automatically, due to two callspgoyette
2016-11-03Reorganize SRCS lists for libcompat, compat.kmod, sysv_ipc.kmod.riastradh
2016-11-03Sprinkle #ifdef _KERNEL_OPT.riastradh
2016-09-21Add ifam_pid and ifam_addrflags to ifa_msghdr.roy
2016-09-13Make the ktrace record written by do_sys_sendmsg/do_sys_recvmsg overridablemartin
2016-08-20fill in the tv_nsec parts of the converted timespec in cvtstat().mrg
2016-08-01Apply pserialize and psref to struct ifaddr and its variantsozaki-r
2016-07-25Apply if_get/if_put to compat_ifioctlozaki-r
2016-07-07Switch the address list of intefaces to pslist(9)ozaki-r
2016-06-16Use curlwp_bind and curlwp_bindx instead of open-coding LP_BOUNDozaki-r
2016-05-12Protect ifnet list with psz and psrefozaki-r
2016-04-06Add sc_pid to sockcred so that SOCK_DGRAM and LOCAL_CREDS socket optionroy