Jenkins build is back to normal : FreeBSD_HEAD #332

2014-03-22 Thread jenkins-admin
See 

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Build failed in Jenkins: FreeBSD_HEAD #331

2014-03-22 Thread jenkins-admin
See 

Changes:

[glebius] sfxge: limit software Tx queue size.

Previous implementation limits put queue size only (when Tx lock can't
be acquired), but get queue may grow unboundedly which results in mbuf
pools exhaustion and latency growth.

Submitted by:   Andrew Rybchenko 
Sponsored by:   Solarflare Communications, Inc.

[bapt] Update to 20140321
This brings schema validation

MFC after:  1 week

[bdrewery] Create a root dataset so that /root is outside of the boot 
environment.

Discussed with: dteske on sysinstall@
MFC after:  1 month

[andrew] Simplify how we build MACHINE_ARCH. There are 3 options that may be set
however only arm, armeb, armv6, and soon armv6hf will be used.

--
[...truncated 141097 lines...]
--- apu_version.o ---
cc   -O2 -pipe   -DHAVE_CONFIG_H  
-I
  
-I
  
-I
  
-I
  
-I
  
-I
 -DHAVE_ICONV_H=1 -DAPU_HAVE_ICONV=1 -std=gnu99 -Qunused-arguments  
-fstack-protector -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int 
-Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value 
-Wno-parentheses-equality -Wno-unused-function -Wno-en
 um-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter 
-Wno-parentheses -c 

 -o apu_version.o
--- crypt_blowfish.o ---
cc   -O2 -pipe   -DHAVE_CONFIG_H  
-I
  
-I
  
-I
  
-I
  
-I
  
-I
 -DHAVE_ICONV_H=1 -DAPU_HAVE_ICONV=1 -std=gnu99 -Qunused-arguments  
-fstack-protector -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int 
-Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value 
-Wno-parentheses-equality -Wno-unused-function -Wno-en
 um-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter 
-Wno-parentheses -c 

 -o crypt_blowfish.o
--- getuuid.o ---
cc   -O2 -pipe   -DHAVE_CONFIG_H  
-I
  
-I
  
-I
  
-I
  
-I
  
-I
 -DHAVE_ICONV_H=1 -DAPU_HAVE_ICONV=1 -std=gnu99 -Qunused-arguments  
-fstack-protector -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int 
-Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value 
-Wno-parentheses-equality -Wno-unused-function -Wno-en
 um-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter 
-Wno-parentheses -c 

 -o getuuid.o
--- uuid.o ---
cc   -O2 -pipe   -DHAVE_CONFIG_H  
-I
  
-I
  
-I

Re: Hello fdclose

2014-03-22 Thread Matthias Apitz

Hello,

I'm using as MUA the famous 'mutt' and from time to time I'm missing a
feature in 'mutt': mark a thread as unwanted to present any new
messages in this thread. This is one I would mark for this.

Thanks

matthias
-- 
Sent from my FreeBSD netbook

Matthias Apitz, , http://www.unixarea.de/ f: +49-170-4527211
UNIX since V7 on PDP-11, UNIX on mainframe since ESER 1055 (IBM /370)
UNIX on x86 since SVR4.2 UnixWare 2.1.2, FreeBSD since 2.2.5
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Hello fdclose

2014-03-22 Thread Adrian Chadd
The call to <>

Done. Moving on!



-a


On 22 March 2014 06:40, George Mitchell  wrote:
> On 03/21/14 20:51, Dag-Erling Smørgrav wrote:
>>
>> Warner Losh  writes:
>>>
>>> It does serve a useful purpose, though, which is why it has endured.
>>> If you were to have a man page that said 'Putc(3) returns ...' then the
>>> automated tools (and web links) that find Putc.3 wouldn't be able to
>>> since
>>> it doesn't exist.
>>
>>
>> Moreover - if FreeBSD were written in Pascal, it might not matter, but
>> in C, _exit(2) and _Exit(3) are two different functions.
>>
>> (I'm sure there are other examples without a leading underscore)
>>
>> (eww, starting a sentence with a non-alphabetic character would be even
>> worse...)
>>
>> DES
>>
> Etc., etc., etc.  Wouldn't it be more productive to spend this effort on
> recasting the sentence in question so that it doesn't start with a word
> that starts with a small letter?  -- George
>
> ___
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: dual-booting windows 7 and freebsd 10 from gpt partition SSD

2014-03-22 Thread Ranjan1018 .
I have installed Windows 8 and FreeBSD on the same Hard Disk, in a Samsung
laptop, as explained in this post :
https://forums.freebsd.org/viewtopic.php?f=12&t=44015

Maurizio


2014-03-21 19:44 GMT+01:00 Allan Jude :

> On 2014-03-21 03:47, M&S - Krasznai András wrote:
> > hi
> >
> > I have been using freebsd and windows 7 on mbr partitioned hdd (using
> easybcd on windows to manipulate boot menu and boot code).
> >
> > recently I bought an new machine with Intel I7 processor,  uefi bios,
> ssd and installed windows 7 64-bit first.
> >
> > after that I installed freebsd 10 (amd64); I used guided partitioning,
> which created a 64-kB freebsd-boot partition, a 48GB / partition and a swap
> about 2.5 GB.
> >
> >
> > Then I tried to set up booting by the same method: install easybcd in
> windows, then set up boot menu with easybcd, add an entry   freebsd as
> BSD/FreeBSD type entry,  but this time I am not able to get it work.
> >
> > Win 7 boots OK, but freebsd does not start, the windows boot manager
> complains about missing or corrupt boot block, which is definitely on the
> given full path.
> >
> > How can I get a working dual booting system in this case? Can anbody
> help me?
> >
> > Regards
> > Krasznai András
> > rendszermérnök
> > M&S Informatikai Zrt.
> > 1136 Budapest, Pannónia u. 17/A.
> > Telefon: +36   1 703-2923
> > Mobil:+36 30 703-2923
> >
> >
> > ___
> > freebsd-current@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-current
> > To unsubscribe, send any mail to "
> freebsd-current-unsubscr...@freebsd.org"
> >
>
> If I recall correctly, Windows will only boot a GPT partition if uEFI is
> enabled, and FreeBSD cannot boot uEFI (yet). I have only successfully
> dual booted using 2 different drives and using the BIOS boot selection
> menu, with the BIOS set to uEFI/CSM fallback mode, so that it uses uEFI
> for the Windows disk and CSM for the FreeBSD disk.
>
> Although, I didn't really try that hard, as I had the two drives and it
> worked.
>
> --
> Allan Jude
>
>
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Hello fdclose

2014-03-22 Thread George Mitchell

On 03/21/14 20:51, Dag-Erling Smørgrav wrote:

Warner Losh  writes:

It does serve a useful purpose, though, which is why it has endured.
If you were to have a man page that said ‘Putc(3) returns …’ then the
automated tools (and web links) that find Putc.3 wouldn’t be able to since
it doesn’t exist.


Moreover - if FreeBSD were written in Pascal, it might not matter, but
in C, _exit(2) and _Exit(3) are two different functions.

(I'm sure there are other examples without a leading underscore)

(eww, starting a sentence with a non-alphabetic character would be even
worse...)

DES


Etc., etc., etc.  Wouldn't it be more productive to spend this effort on
recasting the sentence in question so that it doesn't start with a word
that starts with a small letter?  -- George
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Hello fdclose

2014-03-22 Thread Kevin Oberman
On Fri, Mar 21, 2014 at 5:51 PM, Dag-Erling Smørgrav  wrote:

> Warner Losh  writes:
> > It does serve a useful purpose, though, which is why it has endured.
> > If you were to have a man page that said ‘Putc(3) returns …’ then the
> > automated tools (and web links) that find Putc.3 wouldn’t be able to
> since
> > it doesn’t exist.
>
> Moreover - if FreeBSD were written in Pascal, it might not matter, but
> in C, _exit(2) and _Exit(3) are two different functions.
>
> (I'm sure there are other examples without a leading underscore)
>
> (eww, starting a sentence with a non-alphabetic character would be even
> worse...)
>

3Com was once a very important networking company. 3M still is.

/me duck and runs.
-- 
R. Kevin Oberman, Network Engineer, Retired
E-mail: rkober...@gmail.com
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"