summaryrefslogtreecommitdiff
path: root/sys/compat/common
AgeCommit message (Expand)Author
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
2016-03-22remove a bunch of "@echo done" from the tail of rules. these messagesmrg
2016-03-11PR/50947: David Binderman: sprinkle parenschristos
2015-12-07Modularize the clockctl pseudo-device and link to the build.pgoyette
2015-12-05The COMPAT_10 code for SYSVxxx is now part of the sysv_ipc module, sopgoyette
2015-12-03Merge the compat_sysv module into the sysv_ipc module - it shouldpgoyette
2015-12-03Add comment to #ifdef - it's a long way from its original #ifpgoyette
2015-10-23Change do_sys_mount() so that it only takes as argument the type of themaxv
2015-10-22Handle both ioctls in both places :-)christos
2015-09-07Order library object build.uebayasi
2015-09-07Sprinkle more done messages.uebayasi
2015-09-06In kernel lib build, print message when things not only start bug also end.uebayasi
2015-08-24to garnish, dust with _KERNEL_OPTpooka
2015-07-24Unused inits (harmless).maxv
2015-07-11Handle case where compat_ifioctl() is called with ocmd != cmd, as found innjoly