Author: kevlo
Date: Wed Dec 18 08:39:12 2013
New Revision: 259546
URL: http://svnweb.freebsd.org/changeset/base/259546
Log:
Fix style: add tab after #define.
Modified:
head/sys/dev/usb/wlan/if_run.c
head/sys/dev/usb/wlan/if_runreg.h
head/sys/dev/usb/wlan/if_runvar.h
Modified: head/sys/de
Author: kevlo
Date: Wed Dec 18 08:53:40 2013
New Revision: 259547
URL: http://svnweb.freebsd.org/changeset/base/259547
Log:
Use 'val' instead of 'val & 0xff' since the last argument of run_bbp_write()
is uint8_t.
Spotted by: yongari
Modified:
head/sys/dev/usb/wlan/if_run.c
Modified:
Author: ru
Date: Wed Dec 18 12:18:17 2013
New Revision: 259548
URL: http://svnweb.freebsd.org/changeset/base/259548
Log:
shm_open(2): Fixed the history information.
While here, sort xrefs.
Reviewed by: jhb
Modified:
head/lib/libc/sys/shm_open.2
Modified: head/lib/libc/sys/shm_open
Author: glebius
Date: Wed Dec 18 12:50:43 2013
New Revision: 259549
URL: http://svnweb.freebsd.org/changeset/base/259549
Log:
- Rename tty_makedev() into tty_makedevf() and make it capable
to fail and return error.
- Use make_dev_p() in tty_makedevf() instead of make_dev_cred().
- Always
John Baldwin writes:
> 1) 'make tinderbox' Just Works as a single command from an existing source
>tree checkout. [...]
>
> 2) 'make tinderbox' provides a summary of what failed. 'make universe'
>does not. [...]
So remove all the .if !defined(DOING_TINDERBOX) code the tinderbox
target,
Author: glebius
Date: Wed Dec 18 12:53:48 2013
New Revision: 259550
URL: http://svnweb.freebsd.org/changeset/base/259550
Log:
Make nmdm(4) destroy devices when both sides of a pair are disconnected.
This makes it possible to kldunload nmdm.ko when there are no users of it.
Reviewed by: k
On 12/18/13 01:24, Baptiste Daroussin wrote:
> On Wed, Dec 18, 2013 at 02:21:56AM +0200, Aleksandr Rybalko wrote:
>> On Tue, 10 Dec 2013 23:49:38 +0100
>> Andreas Tobler wrote:
>>
>>> On 10.12.13 14:43, Tijl Coosemans wrote:
On Tue, 10 Dec 2013 15:31:44 +0200 Aleksandr Rybalko wrote:
> Th
Author: pfg
Date: Wed Dec 18 14:53:36 2013
New Revision: 259555
URL: http://svnweb.freebsd.org/changeset/base/259555
Log:
gcc: add Apple compatible -Wnewline-eof
GCC 4.2 and previous have always warned about
"No newline at end of file".
Upstream GCC removed the warning completely but
Author: pfg
Date: Wed Dec 18 15:27:48 2013
New Revision: 259558
URL: http://svnweb.freebsd.org/changeset/base/259558
Log:
gcc: add Apple compatible -Wnewline-eof
Fix document: "Apple compatible" suits better the origin.
MFC after:1 week
Modified:
head/contrib/gcc/doc/invoke.texi
On Wed, Dec 18, 2013 at 02:53:36PM +, Pedro F. Giffuni wrote:
> New Revision: 259555
> URL: http://svnweb.freebsd.org/changeset/base/259555
>
> Log:
> gcc: add Apple compatible -Wnewline-eof
>
> GCC 4.2 and previous have always warned about
> "No newline at end of file".
>
> Upst
Author: marcel
Date: Wed Dec 18 17:03:43 2013
New Revision: 259561
URL: http://svnweb.freebsd.org/changeset/base/259561
Log:
Fix an inappropriate free of a non-dynamic value. While here, make the
code more naive and robust:
1. When setting ev_value, also always set ev_flags appropriately
Author: melifaro
Date: Wed Dec 18 18:25:27 2013
New Revision: 259562
URL: http://svnweb.freebsd.org/changeset/base/259562
Log:
Switch netstat -rn to use standard API for retrieving list of routes
instead of peeking inside in-kernel radix via kget.
This permits us to change kernel structures
Alexander V. Chernikov wrote this message on Wed, Dec 18, 2013 at 18:25 +:
> Author: melifaro
> Date: Wed Dec 18 18:25:27 2013
> New Revision: 259562
> URL: http://svnweb.freebsd.org/changeset/base/259562
>
> Log:
> Switch netstat -rn to use standard API for retrieving list of routes
> ins
On 18.12.2013 10:42, Alexey Dokuchaev wrote:
On Wed, Dec 18, 2013 at 02:53:36PM +, Pedro F. Giffuni wrote:
New Revision: 259555
URL: http://svnweb.freebsd.org/changeset/base/259555
Log:
gcc: add Apple compatible -Wnewline-eof
GCC 4.2 and previous have always warned about
"No n
Author: delphij
Date: Wed Dec 18 19:23:05 2013
New Revision: 259564
URL: http://svnweb.freebsd.org/changeset/base/259564
Log:
Commit 1/2: update arcmsr(4) to 1.20.00.29 in order to add
support of ARC-1883 SAS 12Gb/s RAID controllers.
Many thanks to Areca for continuing to support FreeBSD.
On Wednesday, December 18, 2013 7:53:24 am Dag-Erling Smørgrav wrote:
> John Baldwin writes:
> > 1) 'make tinderbox' Just Works as a single command from an existing source
> >tree checkout. [...]
> >
> > 2) 'make tinderbox' provides a summary of what failed. 'make universe'
> >does not.
Author: melifaro
Date: Wed Dec 18 20:04:04 2013
New Revision: 259566
URL: http://svnweb.freebsd.org/changeset/base/259566
Log:
Restore corefiles handling via kvm(3).
Found by: John-Mark Gurney
MFC after:4 weeks
Modified:
head/usr.bin/netstat/main.c
head/usr.bin/netstat/netst
On 18.12.2013 22:45, John-Mark Gurney wrote:
> Alexander V. Chernikov wrote this message on Wed, Dec 18, 2013 at 18:25 +:
>> Author: melifaro
>> Date: Wed Dec 18 18:25:27 2013
>> New Revision: 259562
>> URL: http://svnweb.freebsd.org/changeset/base/259562
>>
>> Log:
>> Switch netstat -rn to u
Author: melifaro
Date: Wed Dec 18 20:17:05 2013
New Revision: 259568
URL: http://svnweb.freebsd.org/changeset/base/259568
Log:
Add net.inet.ip.fw.dyn_keep_states sysctl which
re-links dynamic states to default rule instead of
flushing on rule deletion.
This can be useful while performing r
Author: np
Date: Wed Dec 18 20:37:49 2013
New Revision: 259569
URL: http://svnweb.freebsd.org/changeset/base/259569
Log:
cxgbe.4: Belated update to the man page to reflect T5 support.
MFC after:1 day
Modified:
head/share/man/man4/cxgbe.4
Modified: head/share/man/man4/cxgbe.4
===
Author: dteske
Date: Wed Dec 18 21:13:50 2013
New Revision: 259570
URL: http://svnweb.freebsd.org/changeset/base/259570
Log:
Fix "[: -eq: argument expected" error introduced by SVN r256343. The code
should not have used DIALOG_CANCEL because dialog.subr wasn't included to
define it. The effe
Author: rodrigc
Date: Wed Dec 18 21:14:43 2013
New Revision: 259571
URL: http://svnweb.freebsd.org/changeset/base/259571
Log:
Add SVN revision numbers for Mellanox updates.
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/art
Author: dteske
Date: Wed Dec 18 21:16:57 2013
New Revision: 259572
URL: http://svnweb.freebsd.org/changeset/base/259572
Log:
In bsdinstall_log, it's rather confusing to see the following sequence:
DEBUG: Running installation step: hostname
rm: /tmp/bsdinstall_etc/fstab: No such file or d
Author: rodrigc
Date: Wed Dec 18 21:22:16 2013
New Revision: 259573
URL: http://svnweb.freebsd.org/changeset/base/259573
Log:
Add SVN revision numbers for Chelsio updates.
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/arti
Author: rodrigc
Date: Wed Dec 18 21:23:16 2013
New Revision: 259574
URL: http://svnweb.freebsd.org/changeset/base/259574
Log:
Indent.
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
==
Author: pjd
Date: Wed Dec 18 21:45:46 2013
New Revision: 259576
URL: http://svnweb.freebsd.org/changeset/base/259576
Log:
MFV r258923: 4188 assertion failed in dmu_tx_hold_free(): dn_datablkshift != 0
illumos/illumos-gate@bb411a08b05466bfe0c7095b6373bbc1587e259a
MFC after:3 days
M
On 18.12.13 01:24, Baptiste Daroussin wrote:
> On Wed, Dec 18, 2013 at 02:21:56AM +0200, Aleksandr Rybalko wrote:
>> On Tue, 10 Dec 2013 23:49:38 +0100
>> Andreas Tobler wrote:
>>
>>> On 10.12.13 14:43, Tijl Coosemans wrote:
On Tue, 10 Dec 2013 15:31:44 +0200 Aleksandr Rybalko wrote:
> Th
On Wednesday, December 18, 2013 3:07:58 pm Alexander V. Chernikov wrote:
> On 18.12.2013 22:45, John-Mark Gurney wrote:
> > Alexander V. Chernikov wrote this message on Wed, Dec 18, 2013 at 18:25
> > +:
> >> Author: melifaro
> >> Date: Wed Dec 18 18:25:27 2013
> >> New Revision: 259562
> >> UR
On Tue, Dec 17, 2013 at 02:34:01PM -0500, John Baldwin wrote:
> On Tuesday, December 17, 2013 1:17:45 pm Mateusz Guzik wrote:
> > On Tue, Dec 17, 2013 at 11:41:49AM -0500, John Baldwin wrote:
> > > On Saturday, December 14, 2013 11:11:43 pm Mateusz Guzik wrote:
> > > > Author: mjg
> > > > Date: Sun
Author: pjd
Date: Thu Dec 19 00:51:48 2013
New Revision: 259580
URL: http://svnweb.freebsd.org/changeset/base/259580
Log:
If we cannot connect to casperd we don't enter sandbox, but if we can connect
to casperd, but we cannot access the service we need we exit with an error.
This should not
Author: pjd
Date: Thu Dec 19 00:53:11 2013
New Revision: 259581
URL: http://svnweb.freebsd.org/changeset/base/259581
Log:
Make the world a bit more secure place (hopefully) and turn the casperd on
by default.
Sponsored by: The FreeBSD Foundation
Modified:
head/etc/defaults/rc.conf
Mod
Author: rodrigc
Date: Thu Dec 19 03:21:53 2013
New Revision: 259586
URL: http://svnweb.freebsd.org/changeset/base/259586
Log:
Add entry for bhyve.
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
=
Author: markj
Date: Thu Dec 19 03:48:36 2013
New Revision: 259587
URL: http://svnweb.freebsd.org/changeset/base/259587
Log:
Invoke the kld_* event handlers from linker_load_file() and
linker_unload_file() rather than kern_kldload() and kern_kldunload(). This
ensures that the handlers are inv
Author: rodrigc
Date: Thu Dec 19 04:55:35 2013
New Revision: 259588
URL: http://svnweb.freebsd.org/changeset/base/259588
Log:
Add item for pkg(8).
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
=
Author: gjb
Date: Thu Dec 19 05:22:48 2013
New Revision: 259589
URL: http://svnweb.freebsd.org/changeset/base/259589
Log:
Fix doc build.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8859-1/relnot
Author: marcel
Date: Thu Dec 19 05:23:10 2013
New Revision: 259590
URL: http://svnweb.freebsd.org/changeset/base/259590
Log:
Fix readdir for the root directory on a FAT32 file system. The root
directory is like any subdirectory and as such needs to use a real
cluster number. To this end, kee
Author: marcel
Date: Thu Dec 19 05:28:43 2013
New Revision: 259591
URL: http://svnweb.freebsd.org/changeset/base/259591
Log:
Bump the loader version to 3.2 after various dosfs fixes (in particular).
Modified:
head/sys/boot/ia64/efi/version
Modified: head/sys/boot/ia64/efi/version
===
On Dec 16, 2013, at 2:03 PM, Nathan Whitehorn wrote:
> On 12/16/13 15:55, Teske, Devin wrote:
>> On Dec 16, 2013, at 1:50 PM, Nathan Whitehorn wrote:
>>
>>> On 12/16/13 15:48, Teske, Devin wrote:
On Dec 16, 2013, at 1:40 PM, Teske, Devin wrote:
> On Dec 16, 2013, at 1:26 PM, Natha
On Thu, Dec 19, 2013 at 01:28:24AM +0100, Mateusz Guzik wrote:
> That being said, instead of reverting the change (which would leave other
> field
> with similar issue in place) I propose adding the following:
> --- a/sys/kern/kern_exit.c
> +++ b/sys/kern/kern_exit.c
> @@ -220,6 +220,12 @@ exit1(s
Author: dteske
Date: Thu Dec 19 06:41:30 2013
New Revision: 259597
URL: http://svnweb.freebsd.org/changeset/base/259597
Log:
Fix a regression that occurred with SVN revisions 259474 and 259476 where
installation to 3-4+ (depending on vdev type) vdevs would result in odd
error messages where
Author: dteske
Date: Thu Dec 19 06:43:52 2013
New Revision: 259598
URL: http://svnweb.freebsd.org/changeset/base/259598
Log:
When using a bootpool, set the cachefile property so that it gets
imported automatically upon reboot to the newly installed system.
MFC after: 1 day
Modified:
he
41 matches
Mail list logo