On Wed, Dec 04, 2013 at 07:38:24AM +, Edward Tomasz Napierala wrote:
> Author: trasz
> Date: Wed Dec 4 07:38:23 2013
> New Revision: 258909
> URL: http://svnweb.freebsd.org/changeset/base/258909
>
> Log:
> Add "null" backend to mdconfig(8). This does exactly what the name
> suggests, and
Author: trasz
Date: Wed Dec 4 07:38:23 2013
New Revision: 258909
URL: http://svnweb.freebsd.org/changeset/base/258909
Log:
Add "null" backend to mdconfig(8). This does exactly what the name
suggests, and is somewhat useful for benchmarking.
MFC after:1 month
No objections from:
On Wed, Dec 04, 2013 at 05:06:56AM +, Eitan Adler wrote:
E> Author: eadler
E> Date: Wed Dec 4 05:06:56 2013
E> New Revision: 258908
E> URL: http://svnweb.freebsd.org/changeset/base/258908
E>
E> Log:
E> Avoid using a static buffer in atalk_ntoa. This will help allow users to
call route(1)
Author: eadler
Date: Wed Dec 4 05:06:56 2013
New Revision: 258908
URL: http://svnweb.freebsd.org/changeset/base/258908
Log:
Avoid using a static buffer in atalk_ntoa. This will help allow users to
call route(1) as a library.
Submitted by: Sebastian Huber (older
version)
Discussed on:
On Tue, Dec 3, 2013 at 7:28 PM, Sean Bruno wrote:
> Author: sbruno
> Date: Wed Dec 4 00:28:44 2013
> New Revision: 258901
> URL: http://svnweb.freebsd.org/changeset/base/258901
>
> Log:
> svn r251516 resized the buf argument a bit too much. Pass a hardcoded
> size of 6 to humanize_number() t
Author: eadler
Date: Wed Dec 4 04:29:52 2013
New Revision: 258907
URL: http://svnweb.freebsd.org/changeset/base/258907
Log:
Add const qualifier where appropriate
Submitted by: Sebastian Huber
Modified:
head/sbin/route/route.c
Modified: head/sbin/route/route.c
=
Author: eadler
Date: Wed Dec 4 04:28:49 2013
New Revision: 258906
URL: http://svnweb.freebsd.org/changeset/base/258906
Log:
Add const qualifier where appropriate
Submitted by: Sebastian Huber
Modified:
head/sbin/route/route.c
Modified: head/sbin/route/route.c
=
Author: eadler
Date: Wed Dec 4 04:28:00 2013
New Revision: 258905
URL: http://svnweb.freebsd.org/changeset/base/258905
Log:
Turn 'n' into a local variable. This is required for additional changes.
Submitted by: Sebastian Huber
Modified:
head/sbin/route/route.c
Modified: head/sbin/rou
Author: pfg
Date: Wed Dec 4 02:27:52 2013
New Revision: 258904
URL: http://svnweb.freebsd.org/changeset/base/258904
Log:
ext2fs: add two new reserved inodes.
According to online documentation [1], Ext4 has two new "special"
inodes so add the new exclude and replica inodes.
Reference
Author: markj
Date: Wed Dec 4 01:40:39 2013
New Revision: 258903
URL: http://svnweb.freebsd.org/changeset/base/258903
Log:
Enable some previously-disabled DTrace tests for umod, ufunc and usym. They
expect the installed ksh binary to be named "ksh", which is not the case
when it's installed
Author: markj
Date: Wed Dec 4 01:35:04 2013
New Revision: 258902
URL: http://svnweb.freebsd.org/changeset/base/258902
Log:
The uaddr, ufunc, umod and usym functions all seem to work as expected on
FreeBSD, so stop hiding them behind a "#if defined(sun)".
Reported by: Prashanth Kumar
M
Author: sbruno
Date: Wed Dec 4 00:28:44 2013
New Revision: 258901
URL: http://svnweb.freebsd.org/changeset/base/258901
Log:
svn r251516 resized the buf argument a bit too much. Pass a hardcoded
size of 6 to humanize_number() to resolve this.
PR: 184405
Submitted by: jhb
MF
Author: pjd
Date: Wed Dec 4 00:10:37 2013
New Revision: 258900
URL: http://svnweb.freebsd.org/changeset/base/258900
Log:
Break the loop once we know we have the SYF_CAPENABLED flag.
Modified:
head/sys/kern/makesyscalls.sh
Modified: head/sys/kern/makesyscalls.sh
=
Author: pjd
Date: Tue Dec 3 23:16:08 2013
New Revision: 258899
URL: http://svnweb.freebsd.org/changeset/base/258899
Log:
Only the shared library is installed in /lib/. Static library and symlink
to shared library stays in /usr/lib/. Don't delete them.
Reported by: jkim
Modified:
head
Author: emaste
Date: Tue Dec 3 22:26:38 2013
New Revision: 258897
URL: http://svnweb.freebsd.org/changeset/base/258897
Log:
Update LLDB to upstream r196322 snapshot
Upstream revisions of note:
r196298 - Fix use of std::lower_bound
r196322 - Fix log message for new invalidation checks
Author: cperciva
Date: Tue Dec 3 21:55:57 2013
New Revision: 258894
URL: http://svnweb.freebsd.org/changeset/base/258894
Log:
The rc system aggressively caches the contents of /etc/rc.conf in order to
improve boot performance; this produces arguably astonishing (non-)results
if /etc/rc.conf
On 3 December 2013 15:48, Eitan Adler wrote:
> On Tue, Dec 3, 2013 at 2:23 PM, Ed Maste wrote:
>> Author: emaste
>> Date: Tue Dec 3 19:23:54 2013
>> New Revision: 258884
>> URL: http://svnweb.freebsd.org/changeset/base/258884
>>
>> Log:
>> Update LLDB to upstream r196259 snapshot
>
> Thanks!
>
Author: cperciva
Date: Tue Dec 3 21:35:25 2013
New Revision: 258893
URL: http://svnweb.freebsd.org/changeset/base/258893
Log:
Add a new sysctl / loader tunable kern.panic_reboot_wait_time which
defaults to PANIC_REBOOT_WAIT_TIME (a long-existing kernel config
setting). Use this now-variabl
Author: emaste
Date: Tue Dec 3 21:29:45 2013
New Revision: 258892
URL: http://svnweb.freebsd.org/changeset/base/258892
Log:
lldb: Threaded inferior support for FreeBSD
This is in the process of being submitted to the upstream LLDB
repository. The thread list functionality is modelled in
Author: jhb
Date: Tue Dec 3 21:00:13 2013
New Revision: 258891
URL: http://svnweb.freebsd.org/changeset/base/258891
Log:
Various updates and tweaks to the wait(2) manpage.
PR: docs/183904
Submitted by: Michael Galassi
Reviewed by: kib, wblock (earlier version)
Modified:
On Tue, Dec 3, 2013 at 2:23 PM, Ed Maste wrote:
> Author: emaste
> Date: Tue Dec 3 19:23:54 2013
> New Revision: 258884
> URL: http://svnweb.freebsd.org/changeset/base/258884
>
> Log:
> Update LLDB to upstream r196259 snapshot
Thanks!
When you update vendor sources can you please include a br
Author: emaste
Date: Tue Dec 3 19:23:54 2013
New Revision: 258884
URL: http://svnweb.freebsd.org/changeset/base/258884
Log:
Update LLDB to upstream r196259 snapshot
Sponsored by: DARPA, AFRL
Added:
head/contrib/llvm/tools/lldb/include/lldb/API/SBPlatform.h
- copied unchanged from r
Author: np
Date: Tue Dec 3 18:34:52 2013
New Revision: 258879
URL: http://svnweb.freebsd.org/changeset/base/258879
Log:
cxgbe(4): T4_SET_SCHED_CLASS and T4_SET_SCHED_QUEUE ioctls to program
scheduling classes in the chip and to bind tx queue(s) to a scheduling
class respectively. These ca
Author: emaste
Date: Tue Dec 3 18:12:51 2013
New Revision: 258873
URL: http://svnweb.freebsd.org/changeset/base/258873
Log:
Workaround lldb issue with main module base address
On FreeBSD lldb sometimes reloads the the main module's (executable's)
symbols at the wrong address. Work aroun
Author: trasz
Date: Tue Dec 3 18:04:14 2013
New Revision: 258871
URL: http://svnweb.freebsd.org/changeset/base/258871
Log:
Properly report an error instead of panicing when user tries to create
LUN backed by non-disk device, e.g. /dev/null.
Reviewed by: ken (earlier version)
MFC after
Author: jhb
Date: Tue Dec 3 14:50:12 2013
New Revision: 258869
URL: http://svnweb.freebsd.org/changeset/base/258869
Log:
Fix an off-by-one error in r228960. The maximum priority delta provided
by SCHED_PRI_TICKS should be SCHED_PRI_RANGE - 1 so that the resulting
priority value (before nic
Author: pjd
Date: Tue Dec 3 13:38:13 2013
New Revision: 258868
URL: http://svnweb.freebsd.org/changeset/base/258868
Log:
Add libcapsicum and libcasper libraries that were moved from /usr/lib/ to
/lib/.
Reviewed by: glebius
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles
Author: pjd
Date: Tue Dec 3 13:28:05 2013
New Revision: 258867
URL: http://svnweb.freebsd.org/changeset/base/258867
Log:
Initialize cookie before use.
Reported by: Coverity
Coverity CID: 1135292
Modified:
head/sbin/casperd/casperd.c
Modified: head/sbin/casperd/casperd.c
Author: pjd
Date: Tue Dec 3 13:26:37 2013
New Revision: 258866
URL: http://svnweb.freebsd.org/changeset/base/258866
Log:
Fix comparisons in assertions.
Reported by: Coverity
Coverity CID: 1130048
Modified:
head/lib/libcasper/libcasper.c
Modified: head/lib/libcasper/libcasper.c
=
On Mon, Dec 02, 2013 at 09:34:30PM +0100, Pawel Jakub Dawidek wrote:
P> > On Mon, Dec 02, 2013 at 05:07:22PM +, Pawel Jakub Dawidek wrote:
P> > P> Author: pjd
P> > P> Date: Mon Dec 2 17:07:22 2013
P> > P> New Revision: 258850
P> > P> URL: http://svnweb.freebsd.org/changeset/base/258850
P> > P>
30 matches
Mail list logo