Re: Processes getting stuck in state tmpfs

2012-03-07 Thread Gleb Kurtsou
On (08/03/2012 01:20), Bernhard Froehlich wrote: > On 01.03.2012 23:25, Florian Smeets wrote: > > On 01.03.12 20:31, Gleb Kurtsou wrote: > >> Could you test the patch attached. > >> > >> It's also available here as seperate commits: > >> https://github.com/glk/freebsd-head/commits/tmpfs-rename > >>

Re: Processes getting stuck in state tmpfs

2012-03-07 Thread Bernhard Froehlich
On 01.03.2012 23:25, Florian Smeets wrote: On 01.03.12 20:31, Gleb Kurtsou wrote: Could you test the patch attached. It's also available here as seperate commits: https://github.com/glk/freebsd-head/commits/tmpfs-rename The test that used to hang within a minute has now been running successf

Re: boot2 overflow when building with clang

2012-03-07 Thread Jung-uk Kim
On Tuesday 06 March 2012 11:51 pm, Jia-Shiun Li wrote: > I am not familiar with boot2, but it looks like allocated size for > boot2 is not enough to hold code generated by clang. Reverting > r232570 fixes it. > > ===> sys/boot/i386/boot2 (all) > objcopy -S -O binary boot1.out boot1 > dd if=/dev/zer

Re: add k3772z 3g modem support for FreeBSD-9

2012-03-07 Thread Oliver Pinter
Hi! usb/165815 On 3/7/12, Adrian Chadd wrote: > Hi! > > Would you please submit this as a PR? > > That way it Doesn't get (as) lost. > > Thanks! > > > adrian > > On 6 March 2012 16:53, Oliver Pinter wrote: >> Hi all! >> >> I wrote a patch, to add support for Vodafone K3772-Z 3g modem. >> >> --

Re: add k3772z 3g modem support for FreeBSD-9

2012-03-07 Thread Adrian Chadd
Hi! Would you please submit this as a PR? That way it Doesn't get (as) lost. Thanks! adrian On 6 March 2012 16:53, Oliver Pinter wrote: > Hi all! > > I wrote a patch, to add support for Vodafone K3772-Z 3g modem. > > -- > Oliver Pinter > (Tresorium) > > __

Re: boot2 overflow when building with clang

2012-03-07 Thread Dimitry Andric
On 2012-03-07 20:36, Derek Tattersall wrote: >>From sources csup'ed this morning, I have the same problem. > Is there a fix for folks that don't use SVN? Assuming you are using CVS, use: "cvs up -r 1.99 sys/boot/i386/boot2/boot2.c" ___ freebsd-current@fr

Re: boot2 overflow when building with clang

2012-03-07 Thread Derek Tattersall
>From sources csup'ed this morning, I have the same problem. Is there a fix for folks that don't use SVN? -- Best regards, Derek Tattersall d...@mebtel.net dlt...@yahoo.com dtatt...@gmail.com ___ freebsd-current@freebsd.org mailin

Re: patches for if_iwi and wlan for WEP mode

2012-03-07 Thread Adrian Chadd
It's on topic because he included that in his patch. :) Adrian Sent from my Palm Pre on AT&T On Mar 7, 2012 12:18 PM, Bernhard Schmidt wrote: On Wednesday 07 March 2012 19:45:11 Adrian Chadd wrote: > Hi, > > I'd rather you didn't commit iwi_update_mcast() unless yo

Re: patches for if_iwi and wlan for WEP mode

2012-03-07 Thread Bernhard Schmidt
On Wednesday 07 March 2012 19:45:11 Adrian Chadd wrote: > Hi, > > I'd rather you didn't commit iwi_update_mcast() unless you absolutely > know that the NIC doesn't need to be notified of multicast group > membership changes. If so, please commit that as a separate fix. Oh well, iwi(4) receives mu

Re: patches for if_iwi and wlan for WEP mode

2012-03-07 Thread Adrian Chadd
On 7 March 2012 11:17, Bernhard Schmidt wrote: > On Tuesday 06 March 2012 21:12:55 Adrian Chadd wrote: >> .. except that the default if_transmit handling breaks fragments. Sigh. >> >> So we're going to have to implement if_transmit for all net80211 >> drivers soon and fix fragment handling. > > No

Re: patches for if_iwi and wlan for WEP mode

2012-03-07 Thread Bernhard Schmidt
On Tuesday 06 March 2012 21:12:55 Adrian Chadd wrote: > .. except that the default if_transmit handling breaks fragments. Sigh. > > So we're going to have to implement if_transmit for all net80211 > drivers soon and fix fragment handling. Not saying that you are wrong, it is unrelated to the issu

Re: patches for if_iwi and wlan for WEP mode

2012-03-07 Thread Bernhard Schmidt
On Wednesday 07 March 2012 16:38:44 Mitsuru IWASAKI wrote: > So iwi_transmit and iwi_qflush would not be necessary. correct > Today's version of patches at: > http://people.freebsd.org/~iwasaki/iwi/iwi-20120307.diff > > This would be the final version I hope. I gave it a q

Re: x220 notes

2012-03-07 Thread Vrachnis Ilias-Dimitrios
On 03/07/2012 01:25, Любомир Григоров wrote: I will be buying a X220 soon and have some questions: 1. Which wireless has better support? ThinkPad 11b/g/n Wireless (Realtek RTL8192SE / RTL8188CE) Intel Centrino Wireless-N 1000 2. I've read bad reviews about webcam having poor quality on GNU/Lin

Re: patches for if_iwi and wlan for WEP mode

2012-03-07 Thread Adrian Chadd
Hi, I'd rather you didn't commit iwi_update_mcast() unless you absolutely know that the NIC doesn't need to be notified of multicast group membership changes. If so, please commit that as a separate fix. I'll look at iwi later and give you feedback on that particular change. Thanks for chasing t

Re: patches for if_iwi and wlan for WEP mode

2012-03-07 Thread Mitsuru IWASAKI
if_start iwi_start iwi_start_locked iwi_tx_start So iwi_transmit and iwi_qflush would not be necessary. Today's version of patches at: http://people.freebsd.org/~iwasaki/iwi/iwi-20120307.diff This would be the final v

Re: patches for if_iwi and wlan for WEP mode

2012-03-07 Thread Mitsuru IWASAKI
> I'd rather you file a PR first describing what you just did, then > commit the fix and close the PR. OK, I've just submitted a PR. I'll follow the procedure you suggested. http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/165819 Thanks ___ freebsd-cur

Re: Migrating from FreeBSD 9.0-STABLE/amd to 10.0-CURRENT/amd64?

2012-03-07 Thread O. Hartmann
On 03/06/12 20:08, Dimitry Andric wrote: > On 2012-03-06 17:09, O. Hartmann wrote: > ... >> Well, I tried to switch by doing a "svn switch" in /usr/src, building a >> kernel, restarting the kernel in single user mode and then trying to >> build the world. At some point in /usr/src/share (I forgot w

[head tinderbox] failure on i386/i386

2012-03-07 Thread FreeBSD Tinderbox
TB --- 2012-03-07 07:40:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-03-07 07:40:00 - starting HEAD tinderbox run for i386/i386 TB --- 2012-03-07 07:40:00 - cleaning the object tree TB --- 2012-03-07 07:40:18 - cvsupping the source tree TB --- 2012-03-07 07:40:18 - /usr/bin/c