Author: adrian
Date: Mon Feb 13 07:47:36 2012
New Revision: 231576
URL: http://svn.freebsd.org/changeset/base/231576
Log:
Correct the 802.11s mesh configuration structure and related tidbits.
* Change the mesh IE size to be IEEE80211_MESH_CONF_SZ rather than the
size of the structure;
Author: hselasky
Date: Mon Feb 13 07:47:16 2012
New Revision: 231575
URL: http://svn.freebsd.org/changeset/base/231575
Log:
Re-generate /etc/devd/usb.conf
MFC after:1 day
Modified:
head/etc/devd/usb.conf
Modified: head/etc/devd/usb.conf
==
Author: truckman
Date: Mon Feb 13 07:30:42 2012
New Revision: 231574
URL: http://svn.freebsd.org/changeset/base/231574
Log:
MFC r231102:
Improve sparse file handling when printing the block list for an inode by
not bailing out early when a hole is encountered in the direct block list.
P
On 13.02.2012 0:56, Dmitry Morozovsky wrote:
On Mon, 13 Feb 2012, Andrey Zonov wrote:
[snip]
Please don't. Even if you can't write the pidfile, you should run the
service. The same as for pidfile_open() failure as documented in
example. Feel free to warn about problem with writing to pidfile,
Author: emaste
Date: Mon Feb 13 01:44:12 2012
New Revision: 231573
URL: http://svn.freebsd.org/changeset/base/231573
Log:
Fix panic after "WARNING - ATA_IDENTIFY taskqueue timeout"
When performing a firmware upgrade via atacontrol[1] the subsequent
command may time out producing the error
Author: mckusick
Date: Mon Feb 13 01:33:39 2012
New Revision: 231572
URL: http://svn.freebsd.org/changeset/base/231572
Log:
Missing conditions in checking whether an inode has been written.
Found and tested by: Peter Holm
MFC after: 2 weeks (to 9 only)
Modified:
head/sys/ufs/
Author: adrian
Date: Mon Feb 13 00:28:41 2012
New Revision: 231571
URL: http://svn.freebsd.org/changeset/base/231571
Log:
Attempt to address some potential vap->iv_bss race conditions.
There are unfortunately a number of situations where vap->iv_bss is changed
or freed by some code in net
Author: brooks
Date: Sun Feb 12 23:18:05 2012
New Revision: 231568
URL: http://svn.freebsd.org/changeset/base/231568
Log:
Prevent periodic scripts that run longer than the expected period from
starting up before the previous script finishes. This prevents an
infinite number of them from pil
Author: brooks
Date: Sun Feb 12 23:12:47 2012
New Revision: 231567
URL: http://svn.freebsd.org/changeset/base/231567
Log:
MFC 231196:
eui64_aton and eui64_ntoa are actually the equivalent of ether_aton_r and
ether_nota_r and do not use static variables so remove the note copied
from
Author: brooks
Date: Sun Feb 12 23:07:45 2012
New Revision: 231566
URL: http://svn.freebsd.org/changeset/base/231566
Log:
MFC 231196:
eui64_aton and eui64_ntoa are actually the equivalent of ether_aton_r and
ether_nota_r and do not use static variables so remove the note copied
from
On Feb 12, 2012 1:32 PM, "Mikolaj Golub" wrote:
>
>
> On Sun, 12 Feb 2012 12:56:58 -0800 Jos Backus wrote:
>
> JB> Right. So why not add a Unix socket listener to daemon(8) so the rc.d
> JB> script can send commands over the socket instead of using the
pidfile?
> JB> This is what supervise/svc
On Sun, 12 Feb 2012 12:56:58 -0800 Jos Backus wrote:
JB> Right. So why not add a Unix socket listener to daemon(8) so the rc.d
JB> script can send commands over the socket instead of using the pidfile?
JB> This is what supervise/svc let you do today.
JB> I don't understand why this solution
On Mon, 13 Feb 2012, Andrey Zonov wrote:
[snip]
> > Please don't. Even if you can't write the pidfile, you should run the
> > service. The same as for pidfile_open() failure as documented in
> > example. Feel free to warn about problem with writing to pidfile, but
> > don't treat it as critial er
On Sun, Feb 12, 2012 at 12:41 PM, Andrey Zonov wrote:
> On 13.02.2012 0:02, Pawel Jakub Dawidek wrote:
>>
>> On Sun, Feb 12, 2012 at 09:06:55PM +0200, Mikolaj Golub wrote:
>>>
>>> AZ> Check return code from pidfile_write() function. I saw many times
>>> AZ> when pid could not be written becau
On 13.02.2012 0:02, Pawel Jakub Dawidek wrote:
On Sun, Feb 12, 2012 at 09:06:55PM +0200, Mikolaj Golub wrote:
AZ> Check return code from pidfile_write() function. I saw many times
AZ> when pid could not be written because of there is not enough free
AZ> space (but file was created). U
On Sat, Feb 11, 2012 at 12:35:27PM +0200, Mikolaj Golub wrote:
> Thank you. Here are the patches I would like to commit if there are no
> objections or other suggestions:
>
> http://people.freebsd.org/~trociny/daemon/daemon.spawn.1.patch
The patch looks good to me. I'd just fix style nit: please
On Sun, Feb 12, 2012 at 09:06:55PM +0200, Mikolaj Golub wrote:
> AZ> Check return code from pidfile_write() function. I saw many times
> AZ> when pid could not be written because of there is not enough free
> AZ> space (but file was created). Unfortunately, I have no suggestions
> AZ> how to
On Feb 12, 2012, at 7:55 AM, Robert Millan wrote:
> Author: rmh
> Date: Sun Feb 12 14:55:27 2012
> New Revision: 231559
> URL: http://svn.freebsd.org/changeset/base/231559
>
> Log:
> Move WITHOUT_SOURCELESS_* files to sys/conf/ in order to avoid "universe"
> target processing them as if they wer
Author: rmh
Date: Sun Feb 12 19:29:34 2012
New Revision: 231565
URL: http://svn.freebsd.org/changeset/base/231565
Log:
Fix a typo.
Approved by: kib (mentor)
Reported by: lwhsu, Niclas Zeising
MFC after:5 days
Modified:
head/sys/conf/WITHOUT_SOURCELESS_HOST
Modified: head/sys/
On Sat, 11 Feb 2012 16:16:16 +0400 Andrey Zonov wrote:
AZ> On 11.02.2012 14:35, Mikolaj Golub wrote:
>>
>> Thank you. Here are the patches I would like to commit if there are no
>> objections or other suggestions:
>>
>> http://people.freebsd.org/~trociny/daemon/daemon.spawn.1.patch
>> http
Author: ed
Date: Sun Feb 12 18:29:56 2012
New Revision: 231564
URL: http://svn.freebsd.org/changeset/base/231564
Log:
Globally replace u_int*_t from (non-contributed) man pages.
The reasoning behind this, is that if we are consistent in our
documentation about the uint*_t stuff, people wi
On 2012-02-12 17:43, Robert Millan wrote:
> El 4 de febrer de 2012 9:48, Niclas Zeising ha escrit:
>>> +++ head/sys/amd64/conf/WITHOUT_SOURCELESS_HOST Sat Feb 4 00:54:43
>>> 2012(r230972)
>>> @@ -0,0 +1,10 @@
>>> +#
>>> +# WITHOUT_SOURCELESS_UCODE -- Disable drivers that include so
El 6 de febrer de 2012 17:48, Jung-uk Kim ha escrit:
> On Friday 03 February 2012 07:54 pm, Robert Millan wrote:
>> +nodevice ti
>
> Tigon 1 and 2 had open-sourced firmware. In fact, I believe wpaul
> developed custom firmware for FreeBSD and the (early?) sources are
> still available here:
El 4 de febrer de 2012 9:48, Niclas Zeising ha escrit:
>> +++ head/sys/amd64/conf/WITHOUT_SOURCELESS_HOST Sat Feb 4 00:54:43
>> 2012 (r230972)
>> @@ -0,0 +1,10 @@
>> +#
>> +# WITHOUT_SOURCELESS_UCODE -- Disable drivers that include sourceless
> ^
> This se
Author: avg
Date: Sun Feb 12 14:58:50 2012
New Revision: 231563
URL: http://svn.freebsd.org/changeset/base/231563
Log:
start watchdogd before most of other daemons/servers
The main benefit is that watchdogd would shutdown after most of other
daemons/servers and thus, for example, would re
Author: dim
Date: Sun Feb 12 14:56:40 2012
New Revision: 231561
URL: http://svn.freebsd.org/changeset/base/231561
Log:
MFC r231054:
In usr.bin/rpcgen/rpc_main.c, properly check the return value of
strlcpy(), in addition to checking that of strlcat().
Modified:
stable/8/usr.bin/rpcgen/r
Author: dim
Date: Sun Feb 12 14:56:31 2012
New Revision: 231560
URL: http://svn.freebsd.org/changeset/base/231560
Log:
MFC r231054:
In usr.bin/rpcgen/rpc_main.c, properly check the return value of
strlcpy(), in addition to checking that of strlcat().
Modified:
stable/9/usr.bin/rpcgen/r
Author: dim
Date: Sun Feb 12 14:56:50 2012
New Revision: 231562
URL: http://svn.freebsd.org/changeset/base/231562
Log:
MFC r231054:
In usr.bin/rpcgen/rpc_main.c, properly check the return value of
strlcpy(), in addition to checking that of strlcat().
Modified:
stable/7/usr.bin/rpcgen/r
Author: rmh
Date: Sun Feb 12 14:55:27 2012
New Revision: 231559
URL: http://svn.freebsd.org/changeset/base/231559
Log:
Move WITHOUT_SOURCELESS_* files to sys/conf/ in order to avoid "universe"
target processing them as if they were standalone kernel config files.
Approved by: kib (mentor
Author: avg
Date: Sun Feb 12 14:54:19 2012
New Revision: 231558
URL: http://svn.freebsd.org/changeset/base/231558
Log:
newvers.sh: unbreak git/git-svn support
MFC after:2 weeks
Modified:
head/sys/conf/newvers.sh
Modified: head/sys/conf/newvers.sh
On 2/11/12 9:14 PM, Max Khon wrote:
Author: fjoe
Date: Sun Feb 12 05:14:12 2012
New Revision: 231543
URL: http://svn.freebsd.org/changeset/base/231543
Log:
- Use fixed-width integer types.
- Prefer to use C99 stdint types.
nice..
pitty it was written in 96 :-)
good work
This fixes
31 matches
Mail list logo