config: make reconfig target

2013-10-28 Thread Marc Espie
The following patch expands config(8) slightly to be able to say make reconfig from the build directory. Yeah, it's sugar, but it got tiresome having to change directories all the time. I've put the reconfig target at end, where I'm sure it can't be the first target. An alternative approach

Re: HFSC queue pusher

2013-10-28 Thread Martin Pelikan
As far as I know, HZ is all we have in a portable fashion. How do you get better? (I have an answer. I've prodded for years. Noone has bit yet. Maybe you will). Is the answer start writing drivers for other timers and make them run softclock independently of the scheduler tick? Do we

config(8) 'make config' v2

2013-10-28 Thread Marc Espie
Theo says no need for reconfig, make config will do just fine. okays ? Index: config.h === RCS file: /build/data/openbsd/cvs/src/usr.sbin/config/config.h,v retrieving revision 1.25 diff -u -p -r1.25 config.h --- config.h5 Dec

Re: config(8) 'make config' v2

2013-10-28 Thread Vadim Zhukov
2013/10/28 Marc Espie es...@nerim.net: Theo says no need for reconfig, make config will do just fine. okays ? Index: config.h === RCS file: /build/data/openbsd/cvs/src/usr.sbin/config/config.h,v retrieving revision 1.25 diff

V3 Re: config(8) 'make config' v2

2013-10-28 Thread Marc Espie
Backforth with Theo. A bit more logic. Most trees are moveable, and it's possible to do so when -b is not in use... Index: config.h === RCS file: /build/data/openbsd/cvs/src/usr.sbin/config/config.h,v retrieving revision 1.25 diff -u