Fix assigning array variables in ksh

2021-02-21 Thread Vadim Zhukov
Hello all. This continues the 'Another potential ksh bug?' thread on misc@: https://marc.info/?l=openbsd-misc=160736700220621=2 This present is a bit too late for Christmas, but at least the Day of Red Army is coming soon. I'm sure noone is against this patch then. The code in typeset()

mg: specify a different startup file

2021-02-21 Thread Mark Lumsden
This diff allows mg(1) to specify an alternative startup file on the fly when starting mg: $ mg -u ~/.mg2 I decided to use "u" since that is what emacs uses to load another user's init file: https://www.gnu.org/software/emacs/manual/html_node/emacs/Init-File.html Perhaps "f" would be better

Re: veb(4), a virtual ethernet bridge (that could replace bridge(4)?)

2021-02-21 Thread Vitaliy Makkoveev
Hello. > + ifp->if_ioctl = veb_ioctl; > + ifp->if_input = veb_input; > + //ifp->if_rtrequest = veb_rtrequest; > + ifp->if_output = veb_output; > + ifp->if_enqueue = veb_enqueue; Could you replace c++ style comment in veb_clone_create()? > +veb_clone_destroy(struct ifnet