show full info about ibss nodes in ifconfig scan

2013-11-30 Thread Stefan Sperling
I've got an ibss network in the neighbourhood, and their nwid doesn't show up in ifconfig scan output because ifconfig chooses to only show that for APs. This diff changes the line: bssid 02:ca:ff:ee:ba:be lladdr 00:18:84:16:8c:ed 43dB 54M ibss,short_preamble cache to the more in

Re: perlre(1) and substitution evaluations

2013-11-30 Thread Lars Noodén
On 11/30/2013 01:52 PM, Marc Espie wrote: > For this kind of thing, you're much better off talking to upstream > as this is totally openbsd-independent. Ok. Thanks. /Lars

Re: perlre(1) and substitution evaluations

2013-11-30 Thread Marc Espie
On Sat, Nov 30, 2013 at 12:59:54PM +0200, Lars Nooden wrote: > perlre(1) seems to be missing information about substitution evaluations > with the /e option. The functionality is present in perl: > > perl -e '$_=2; s/2/1+3/e; print' > > But it is not listed in the base documentation. The

perlre(1) and substitution evaluations

2013-11-30 Thread Lars Nooden
perlre(1) seems to be missing information about substitution evaluations with the /e option. The functionality is present in perl: perl -e '$_=2; s/2/1+3/e; print' But it is not listed in the base documentation. The modifier /e is described in "Programming Perl", 4th ed, pp 186, 254-2

Re: getdents(2) corrections

2013-11-30 Thread Jason McIntyre
On Fri, Nov 29, 2013 at 04:09:25PM -0800, Philip Guenther wrote: > On Fri, Nov 29, 2013 at 2:16 PM, Jared Yanovich wrote: > > Perhaps 'basep' was from an earlier proposed getdents interface but > > I'm not sure what it references now... > > Ah, that's left over from when this was also going to be