mailing.openbsd.tech
  Home FAQ Contact Sign in
mailing.openbsd.tech only
 
Advanced search
May 2008
motuwethfrsasuw
   1234 18
567891011 19
12131415161718 20
19202122232425 21
262728293031  22
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
mailing.openbsd.tech Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  PLEASE TEST: usb diff         


Author: Federico G. Schwindt
Date: May 14, 2008 18:08

Hi,

If you have a USB device that, when plugged before booting, shows a
"device problem, disabling port" message, please test the diff below.
If you don't have such device, please test the diff below too.
Report any errors or changes to me.
Thanks,

f.-
Show full article (2.90Kb)
1 Comment
  Re: CWM: XShape Extnsions Fixed         


Author: Edd Barrett
Date: May 14, 2008 14:13

On Fri, May 09, 2008 at 01:45:17PM +0100, Edd wrote:
> Attached diff fixes non-rectangular windows in cwm and also small
> formatting clean-ups in surrounding code.

Same, but KNF'd
Index: calmwm.h
===================================================================
RCS file: /cvs/xenocara/app/cwm/calmwm.h,v
retrieving revision 1.38
diff -u -r1.38 calmwm.h
--- calmwm.h 1 May 2008 18:01:13 -0000 1.38
+++ calmwm.h 15 May 2008 21:13:39 -0000
@@ -355,6 +355,7 @@
struct client_ctx *client_mruprev(struct client_ctx *cc);
void client_gethints(struct client_ctx *cc);
void client_freehints(struct client_ctx *cc);
+void client_do_shape(struct client_ctx *);
Show full article (3.83Kb)
no comments
  CWM: Fix windows that dont sit in their frames properly         


Author: Edd Barrett
Date: May 14, 2008 13:44

Hi,

This fixes a really annoying little blighter in cwm which has been
bugging me for ages. Try fullsizing mplayer (the f key), then
un-fullscreen it, and observe the frame being offset.

Now apply this patch and try again :)

--

Best Regards
Edd

http://students.dec.bmth.ac.uk/ebarrett
Index: xevents.c
===================================================================
RCS file: /cvs/xenocara/app/cwm/xevents.c,v
retrieving revision 1.12
diff -u -r1.12 xevents.c
--- xevents.c 16 Apr 2008 13:35:37 -0000 1.12
+++ xevents.c 15 May 2008 20:43:46 -0000
@@ -152,6 +152,12 @@

XConfigureWindow(X_Dpy, e->window, e->value_mask, &wc);
Show full article (0.79Kb)
1 Comment
  Educational Sessions Announced For Americas Food and Beverage Show         


Author: arubin
Date: May 14, 2008 11:06

FOOD FOR THOUGHT
May 12, 2008

-SHOW NEWS
-Educational Sessions for the Americas Food & Beverage Show Announced
-Americas Food and Beverage Awards Sponsor Announced

-INDUSTRY NEWS
-Freshco is Newest Hispanic Market
-Latin Soft Drink Boom
-New Food-Safety Steps Proposed in House Bill
-Coffee Chains Change Market
-Latin America: Food or Fuel--That is the Burning Question
-Congress Reaches Tentative Farm Bill Deal

-WE WANT TO HEAR FROM YOU
-Please send your comments, questions, and suggestions to arubin@worldtrade.org.

SHOW NEWS

EDUCATIONAL SESSIONS FOR THE AMERICAS FOOD AND BEVERAGE SHOW ANNOUNCED
We are proud to announce this year's educational sessions, which feature tracks for attendees representing the food service, retail, and intermediary sectors. Click xxxx for more information on this year's educational sessions.

AMERICAS FOOD AND BEVERAGE AWARDS SPONSOR ANNOUNCED
Sante Magazine will be the official sponsor of this year's Americas Food and Beverage Awards at the Americas Food & Beverage Show.
Show full article (3.08Kb)
no comments
  GENERIC with new ACPI parser crashes on HP notebook [console log]         


Author: Denis Doroshenko
Date: May 14, 2008 03:16

now it crashs in some different way, yeeha!
those HP notebooks sure are nasty ACPI shitz :-)

in case someone finds this any interesting and/or useful:

OpenBSD 4.3-current (GENERIC) #0: Wed May 14 12:56:23 EEST 2008
cyxob@vll300864.omnitel.lan:/data/src/sys/arch/i386/compile/GENERIC
cpu0: Intel(R) Pentium(R) M processor 1600MHz ("GenuineIntel"
686...
Show full article (9.62Kb)
1 Comment