em(4) support for i82574L chip

2009-06-17 Thread Dariusz Swiderski
hi, this diff adds support for i82674L gigabit controller, added new phy type (BME1000) which is in most aspects compatible with M88. i've been running this diff on one machine for last weekend and seems to work fine. regards sfires Index: if_em.c ==

Re: cwm(1) new option: windowspawn

2009-06-17 Thread Thomas Pfaff
On Wed, 17 Jun 2009 11:42:03 +0200 Thomas Pfaff wrote: > > +#define CONF_WS_CURSOR1 > +#define CONF_WS_CENTER2 > +#define CONF_WS_RANDOM3 > + int windowspawn; I suppose I could add CONF_WS_FULLSCREEN here, too, if anyone i

cwm(1): exec globbing

2009-06-17 Thread Thomas Pfaff
This diff adds globbing to the exec function so you can type e.g. *ctl and get a list of all executable files that ends with ctl. Index: search.c === RCS file: /cvs/OpenBSD/xenocara/app/cwm/search.c,v retrieving revision 1.1.1.1 diff

Re: cwm(1) new option: windowspawn

2009-06-17 Thread Thomas Pfaff
A new (simplified) diff based on some feedback ... > This diff adds a new configuration option to cwm(1) called windowspawn > that controls where new windows are placed. It can be one of `center', > `cursor' (the default) or `random'. Index: OpenBSD/xenocara/app/cwm/calmwm.h diff -u OpenBSD/xeno