Re: pthread library related

2016-06-01 Thread Charles Cui
Hi guys, I have attached patches based on comments from Christos. The new patch used atomic_inc_uint_nv to limit the number of sems used by each process. I have tested these patches. They worked. 2016-05-30 14:19 GMT-07:00 Charles Cui : > good to know atomic_inc_uint_nv is implemented using c

Patch to calendar(1) to provide an option to print version and exit

2016-06-01 Thread Alistair Crooks
I've put up a patch for review at: http://www.netbsd.org/~agc/calendar-20160601.diff It adds the -v argument to calendar(1) to print the version number and exit: % calendar -v calendar-20160601 % All feedback gratefully received. Thanks, Alistair