mailing.openbsd.tech
  Home FAQ Contact Sign in
Your Ad Here
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
  wireless switch on acpithinkpad(4)         


Author: Alexander Hall
Date: May 13, 2008 17:57

Simple diff to remove "acpithinkpad: unknown type 7 event 0x000"
warning. Since my kernel hacking knowledge is limited, I'll leave
it at that.

Index: acpithinkpad.c
===================================================================
RCS file: /cvs/src/sys/dev/acpi/acpithinkpad.c,v
retrieving revision 1.1
diff -u -p -r1.1 acpithinkpad.c
--- acpithinkpad.c 27 Apr 2008 16:23:16 -0000 1.1
+++ acpithinkpad.c 14 May 2008 00:51:04 -0000
@@ -63,6 +63,9 @@
#define THINKPAD_TABLET_PEN_INSERTED 0x00b
#define THINKPAD_TABLET_PEN_REMOVED 0x00c

+/* type 7 events */
+#define THINKPAD_WIRELESS_SWITCH 0x000
+
struct acpithinkpad_softc {
struct device sc_dev;
Show full article (1.55Kb)
no comments
  cwm - allow autogroup to not group things when sticky is Yes         


Author: andrew fresh
Date: May 13, 2008 11:02

I dunno if this is proper, but I have sticky set, and I mostly like it,
but I want Pidgin to move with me so here is the diff.

l8rZ,
--
andrew - ICQ# 253198 - Jabber: andrew@rraz.net

BOFH excuse of the day: the daemons! the daemons! the terrible daemons!
Index: cwmrc.5
===================================================================
RCS file: /cvs/xenocara/app/cwm/cwmrc.5,v
retrieving...
Show full article (1.94Kb)
no comments
  Re: [patch] pf PPTP nat passthrough patch.         


Author: Henning Brauer
Date: May 13, 2008 02:41

* Girish Venkatachalam gmail.com> [2008-05-12 18:18]:
> Right now anyway you cannot test since the hackathon in Japan has
> changed the NAT code completely. So I have to rewrite the kernel bits.

but before we actually have to complete and commit that :)

--
Henning Brauer, hb@bsws.de, henning@openbsd.org
BS Web Services, http://bsws.de
Full-Service ISP - Secure Hosting, Mail and DNS Services
Dedicated Servers, Rootservers, Application Hosting - Hamburg & Amsterdam
3 Comments
  Victorinox Swiss Army Classic Officer's 1884 Mens Watch V.25727         


Author: yxs008
Date: May 12, 2008 20:48

Victorinox Swiss Army Classic Officer's 1884 Mens Watch V.25727

Victorinox Swiss Army Classic Officer's 1884 Mens Watch V.25727 Link :
http://victorinox-swiss-army.hotwatch.org/victorinox-classic-officer-1884-V25727...

Victorinox Swiss Army Classic Officer's 1884 Mens Watch V.25727
Information :

Brand : Victorinox Swiss Army Watches ( http://victorinox-swiss-army.hotwatch.org/
)
Gender : Mens
Code : victorinox-classic-officer-1884-V25727
Item Variations : SWISS ARMY 24727 V24727, Victorinox-V24727
Movement : Quartz
Bezel : Two-Tone Stainless Steel
Case Material : Two-Tone Stainless Steel
Case Diameter : 42 mm
Dial Color : White
Crystal : Scratch Resistant Sapphire
Clasp : Two-Tone Stainless Steel
Water Resistant : 100m/330ft
Show full article (2.70Kb)
no comments
  Re: aucat(1) recording with AU/WAV support         


Author: Iruata Souza
Date: May 9, 2008 16:01

On Fri, May 9, 2008 at 6:49 PM, Ted Unangst gmail.com> wrote:
> On May 9, 2008, at 12:13 PM, "Iruata Souza" gmail.com> wrote:
>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>
>> does bloat keep things simple?
>
> Does sending the same email twice make it better?
>

I was just displaying non-printing characters, sorry

iru
no comments
  gem(4) diff needs testing         


Author: Brad
Date: May 9, 2008 15:55

The following diff fixes the gem(4) driver to properly set and clear
the IFF_OACTIVE flag as appropriate to indicate to the upper layer
that the adapter has run out of TX descriptors.

Please test with any gem(4) adapters.

Index: gem.c
===================================================================
RCS file: /cvs/src/sys/dev/ic/gem.c,v
retrieving revision 1.73
diff -u -p -r1.73 gem.c
--- gem.c 10 Feb 2008 16:54:23 -0000 1.73
+++ gem.c 1 Apr 2008 21:32:46 -0000
@@ -807,7 +807,6 @@ gem_init(struct ifnet *ifp)

ifp->if_flags |= IFF_RUNNING;
ifp->if_flags &= ~IFF_OACTIVE;
- ifp->if_timer = 0;
splx(s);
Show full article (1.23Kb)
no comments
  Re: aucat(1) recording with AU/WAV support         


Author: Ted Unangst
Date: May 9, 2008 14:52

On May 9, 2008, at 12:13 PM, "Iruata Souza" gmail.com> wrote:
>
>>>>>>
>>>>>
>>>>
>>>
>
> does bloat keep things simple?

Does sending the same email twice make it better?
no comments
  Re: aucat(1) recording with AU/WAV support         


Author: Unix Fan
Date: May 9, 2008 10:39

Tim Wiess wrote:
> I was originally thinking in a different mindset.

Yeah, The Unix philosophy...

OpenBSD isn't Unix, but Theo is a douche. :-)

-Nix Fan.
no comments
  usb diff: please test         


Author: Federico G. Schwindt
Date: May 9, 2008 10:36

hi,

if you have a usb device that does not work when booting with
"device problem, disabling port X", but works if plugged after, please give
it a try and send me the dmesg.
the printf will go away when i commit it.
thanks,

f.-
Show full article (1.48Kb)
no comments
Your Ad Here
  Re: aucat(1) recording with AU/WAV support         


Author: Iruata Souza
Date: May 9, 2008 10:07

On Fri, May 9, 2008 at 1:31 PM, Jacob Meuser sdf.lonestar.org> wrote:
> On Fri, May 09, 2008 at 01:11:35PM -0300, Iruata Souza wrote:
>> On Fri, May 9, 2008 at 12:48 PM, Henning Brauer
>> wrote:
>>> * Tim Wiess [2008-05-09 17:46]:
>>>>>>> a) Creates SUN AU files
>>>>>>> b) Creates RIFF WAV files
>>>>>>> c) You can specify the duration of recording
>>>>>>> d) You can specify recording rates and few other misc options
>>>>>>
>>>>>> Would there be any value in creating a new tool, maybe called
>>>>>> aurec(1)?
>>>>>
>>>>> No. Why learn/maintain a new tool, then a tiny commandline option will
>>>>> do?
>>>>
>>>> Because recording is not aucat's job. It's analogous to adding more
>>>> options to cat(1). If you want to convert&write the data, pipe it to
>>>> another program whos job is to do just that. Keep it simple.
>>> ...
Show full article (1.27Kb)
no comments
1 2 3 4 5 6 7 8 9