Author: andrew
Date: Tue Dec 22 09:08:21 2015
New Revision: 292591
URL: https://svnweb.freebsd.org/changeset/base/292591
Log:
Remove the arm KERNPHYSADDR option as it is no longer used. The make
option is still in existance as it is used to build the trampoline code.
Modified:
head/sys/arm/
Author: hselasky
Date: Tue Dec 22 09:26:24 2015
New Revision: 292592
URL: https://svnweb.freebsd.org/changeset/base/292592
Log:
Guard against the same process being both CUSE server and client at
the same time. This can easily lead to a deadlock when destroying the
character devices nodes.
Author: hselasky
Date: Tue Dec 22 09:41:33 2015
New Revision: 292593
URL: https://svnweb.freebsd.org/changeset/base/292593
Log:
Make CUSE usable with platforms where the size of "unsigned long" is
different from the size of a pointer.
Modified:
head/sys/fs/cuse/cuse.c
head/sys/fs/cuse/cus
Author: hselasky
Date: Tue Dec 22 09:55:44 2015
New Revision: 292594
URL: https://svnweb.freebsd.org/changeset/base/292594
Log:
Make CUSE usable with platforms where the size of "unsigned long" is
different from the size of a pointer.
Modified:
head/lib/libcuse/cuse_lib.c
head/sys/fs/cuse
Author: ume
Date: Tue Dec 22 12:01:06 2015
New Revision: 292595
URL: https://svnweb.freebsd.org/changeset/base/292595
Log:
We don't need to use a temporary buffer, here.
MFC after:1 week
Modified:
head/lib/libc/net/map_v4v6.c
Modified: head/lib/libc/net/map_v4v6.c
==
Author: jtl
Date: Tue Dec 22 13:41:50 2015
New Revision: 292599
URL: https://svnweb.freebsd.org/changeset/base/292599
Log:
Fix a panic when launching VNETs after the commit of r292309.
Differential Revision:https://reviews.freebsd.org/D4645
Reviewed by: rrs
Reported by: kp
T
Thanks!
Kristof
> On 22 Dec 2015, at 14:41, Jonathan T. Looney wrote:
>
> Author: jtl
> Date: Tue Dec 22 13:41:50 2015
> New Revision: 292599
> URL: https://svnweb.freebsd.org/changeset/base/292599
>
> Log:
> Fix a panic when launching VNETs after the commit of r292309.
>
> Differential Rev
Author: bz
Date: Tue Dec 22 14:53:19 2015
New Revision: 292601
URL: https://svnweb.freebsd.org/changeset/base/292601
Log:
Since r256624 we've been leaking routing table allocations
on vnet enabled jail shutdown. Call the provided cleanup
routines for IP versions 4 and 6 to plug these leaks.
Author: bz
Date: Tue Dec 22 14:57:04 2015
New Revision: 292602
URL: https://svnweb.freebsd.org/changeset/base/292602
Log:
Simplify bringup order by removing a SYSINIT making it a static list
initialization.
Mfp4 @180384,180385:
There is no need for a dedicated SYSINIT here. The
Author: bz
Date: Tue Dec 22 15:00:04 2015
New Revision: 292603
URL: https://svnweb.freebsd.org/changeset/base/292603
Log:
If bootverbose is enabled every vnet startup and virtual interface
creation will print extra lines on the console. We are generally not
interested in this (repeated) info
Author: bz
Date: Tue Dec 22 15:03:45 2015
New Revision: 292604
URL: https://svnweb.freebsd.org/changeset/base/292604
Log:
If vnets are torn down while ifconfig runs an ioctl to say, destroy an
epair(4), we may hit if_detach_internal() without holding a lock and by
the time we aquire it the i
Author: pfg
Date: Tue Dec 22 15:20:08 2015
New Revision: 292605
URL: https://svnweb.freebsd.org/changeset/base/292605
Log:
crontab: replace malloc + bzero with calloc
Obtained from:OpenBSD (Rev 1.20)
Modified:
head/usr.sbin/cron/cron/popen.c
Modified: head/usr.sbin/cron/cron/pop
Author: pfg
Date: Tue Dec 22 15:30:26 2015
New Revision: 292606
URL: https://svnweb.freebsd.org/changeset/base/292606
Log:
crontab: properly free an entry
This should close memory leak.
Obtained from:OpenBSD (rev. 1.62)
CID: 271773
Modified:
head/usr.sbin/cron/cro
Author: pfg
Date: Tue Dec 22 15:32:45 2015
New Revision: 292607
URL: https://svnweb.freebsd.org/changeset/base/292607
Log:
cron: Check the return value of pipe(2)
Fix inspired by: OpenBSD (rev 1.56)
CID: 1009830
Modified:
head/usr.sbin/cron/cron/do_command.c
Modified: head/usr.s
Author: pfg
Date: Tue Dec 22 15:42:53 2015
New Revision: 292608
URL: https://svnweb.freebsd.org/changeset/base/292608
Log:
Undo change from r292607 that was not meant to be there
Pointyhat: me
Modified:
head/usr.sbin/cron/cron/do_command.c
Modified: head/usr.sbin/cron/cron/do_command.c
Author: adrian
Date: Tue Dec 22 15:59:41 2015
New Revision: 292609
URL: https://svnweb.freebsd.org/changeset/base/292609
Log:
[mips] Add TLB pagemask probing code, and print out the allowable page sizes.
This is from Stacey's work on larger kernel stack sizes for MIPS. Thanks!
Submitt
Author: mav
Date: Tue Dec 22 17:01:30 2015
New Revision: 292610
URL: https://svnweb.freebsd.org/changeset/base/292610
Log:
Fix speed setting by NVRAM for 24xx and above chips.
Modified:
head/sys/dev/isp/isp.c
Modified: head/sys/dev/isp/isp.c
==
Author: andrew
Date: Tue Dec 22 17:18:40 2015
New Revision: 292611
URL: https://svnweb.freebsd.org/changeset/base/292611
Log:
Don't adjust the program counter to an invalid address after reaching a
breakpoint. The value doesn't need to be adjusted as it is already
correctly returned from the
Author: rodrigc
Date: Tue Dec 22 17:46:14 2015
New Revision: 292612
URL: https://svnweb.freebsd.org/changeset/base/292612
Log:
Refer to creating Phabricator Herald notifications
This will allow maintainers to be notified of
any reviews or commits affecting parts of the
tree which they m
Author: ed
Date: Tue Dec 22 18:12:11 2015
New Revision: 292613
URL: https://svnweb.freebsd.org/changeset/base/292613
Log:
Let tsearch()/tdelete() use an AVL tree.
The existing implementations of POSIX tsearch() and tdelete() don't
attempt to perform any balancing at all. Testing reveals t
Author: imp
Date: Tue Dec 22 19:40:34 2015
New Revision: 292616
URL: https://svnweb.freebsd.org/changeset/base/292616
Log:
Delete the DOS dir to mirror what we do with NANO_WORLDDIR.
Copy ubldr and ubldr.bin to the dos partition when we're making it.
Minor style fixes.
Modified:
head/tool
Author: ngie
Date: Tue Dec 22 20:08:32 2015
New Revision: 292619
URL: https://svnweb.freebsd.org/changeset/base/292619
Log:
Remove redundant ctx_switch_xsave declaration in sys/amd64/include/md_var.h
This variable was added to sys/x86/include/x86_var.h recently.
This unbreaks building
Author: kib
Date: Tue Dec 22 20:12:52 2015
New Revision: 292620
URL: https://svnweb.freebsd.org/changeset/base/292620
Log:
If we annoy user with the terminal output due to failed load of
interpreter, also show the actual error code instead of some
interpretation.
Sponsored by: The FreeB
Author: kib
Date: Tue Dec 22 20:22:17 2015
New Revision: 292621
URL: https://svnweb.freebsd.org/changeset/base/292621
Log:
Keep devfs mount locked for the whole duration of the devfs_setattr(),
and ensure that our dirent is instantiated.
Reported and tested by: bde
Sponsored by: T
Author: jhb
Date: Tue Dec 22 20:33:49 2015
New Revision: 292622
URL: https://svnweb.freebsd.org/changeset/base/292622
Log:
Move the mkioctls script to libsysdecode and use it to generate a
sysdecode_ioctlname() function. This function matches the behavior
of the truss variant in that it ret
Author: emaste
Date: Tue Dec 22 20:36:14 2015
New Revision: 292623
URL: https://svnweb.freebsd.org/changeset/base/292623
Log:
Support a.out format in nlist only on i386
i386 is the only current FreeBSD architecture that ever used a.out
format.
Reviewed by: kib
Sponsored by: The Fr
Author: kib
Date: Tue Dec 22 20:37:34 2015
New Revision: 292624
URL: https://svnweb.freebsd.org/changeset/base/292624
Log:
Make it possible for the cdevsw d_close() driver method to detect last
close and close due to revoke(2)-like operation.
A new FLASTCLOSE flag indicates that this is l
Author: emaste
Date: Tue Dec 22 20:40:34 2015
New Revision: 292625
URL: https://svnweb.freebsd.org/changeset/base/292625
Log:
Revert accidental whitespace changes included with r292623
Modified:
head/sys/boot/efi/include/amd64/efibind.h
head/sys/boot/efi/include/amd64/pe.h
head/sys/boot/e
Author: ngie
Date: Tue Dec 22 21:07:33 2015
New Revision: 292626
URL: https://svnweb.freebsd.org/changeset/base/292626
Log:
Fold lim_shared into lim_copy to mute a -Wunused compiler warning from
clang when the kernel is compiled without INVARIANTS
Differential Revision: https://reviews.fr
Author: andreast
Date: Tue Dec 22 21:26:50 2015
New Revision: 292627
URL: https://svnweb.freebsd.org/changeset/base/292627
Log:
Silence a boring warning.
Modified:
head/contrib/gcc/config/rs6000/sysv4.h
Modified: head/contrib/gcc/config/rs6000/sysv4.h
On Tue, 22 Dec 2015, Konstantin Belousov wrote:
Log:
If we annoy user with the terminal output due to failed load of
interpreter, also show the actual error code instead of some
interpretation.
This and nearby messages are of annoyingly low quality. They don't
even print the program name(s
On Tuesday, December 22, 2015 09:07:33 PM Garrett Cooper wrote:
> Author: ngie
> Date: Tue Dec 22 21:07:33 2015
> New Revision: 292626
> URL: https://svnweb.freebsd.org/changeset/base/292626
>
> Log:
> Fold lim_shared into lim_copy to mute a -Wunused compiler warning from
> clang when the kern
On Tue, 22 Dec 2015, Konstantin Belousov wrote:
Log:
Keep devfs mount locked for the whole duration of the devfs_setattr(),
and ensure that our dirent is instantiated.
Reported and tested by:bde
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Thanks.
This is part of
On 19 December 2015 at 13:42, Alan Cox wrote:
> Author: alc
> Date: Sat Dec 19 18:42:50 2015
> New Revision: 292469
> URL: https://svnweb.freebsd.org/changeset/base/292469
>
> Log:
> Introduce a new mechanism for relocating virtual pages to a new physical
> address and use this mechanism when:
> On Dec 22, 2015, at 13:17, John Baldwin wrote:
>
> On Tuesday, December 22, 2015 09:07:33 PM Garrett Cooper wrote:
…
> It shouldn't be zero, I think == 1 would be best actually.
I’ll boot up GENERIC and see whether or not it works with == 1.
Thanks :)!
-NGie
Author: bapt
Date: Tue Dec 22 22:40:42 2015
New Revision: 292629
URL: https://svnweb.freebsd.org/changeset/base/292629
Log:
backtrace.3: Fix prototype of backtrace_symbols_fd_fmt().
While here, fix a typo
Submitted by: Sascha Wildner
Obtained from:DragonflyBSD
Modified:
head
> On Dec 22, 2015, at 13:51, Ed Maste wrote:
>
> On 19 December 2015 at 13:42, Alan Cox wrote:
>> Author: alc
>> Date: Sat Dec 19 18:42:50 2015
>> New Revision: 292469
>> URL: https://svnweb.freebsd.org/changeset/base/292469
>>
>> Log:
>> Introduce a new mechanism for relocating virtual pages
On Dec 22, 2015 18:48, "NGie Cooper" wrote:
>
>
> > On Dec 22, 2015, at 13:51, Ed Maste wrote:
> >
> > On 19 December 2015 at 13:42, Alan Cox wrote:
> >> Author: alc
> >> Date: Sat Dec 19 18:42:50 2015
> >> New Revision: 292469
> >> URL: https://svnweb.freebsd.org/changeset/base/292469
> >>
> >>
Author: davidcs
Date: Wed Dec 23 01:31:32 2015
New Revision: 292638
URL: https://svnweb.freebsd.org/changeset/base/292638
Log:
Check for packet_length is greater than 60 bytes as well as packet_length is
greater than len_on_bd, before invoking the routine to handle jumbo over SGL
(bxe_servic
Author: davidcs
Date: Wed Dec 23 03:19:12 2015
New Revision: 292639
URL: https://svnweb.freebsd.org/changeset/base/292639
Log:
Add support for firmware dump (a.k.a grcdump)
MFC after:5 days
Added:
head/sys/dev/bxe/bxe_dump.h (contents, props changed)
head/sys/dev/bxe/bxe_ioctl.h (c
Author: ngie
Date: Wed Dec 23 03:29:37 2015
New Revision: 292640
URL: https://svnweb.freebsd.org/changeset/base/292640
Log:
Clean up trailing whitespace; no functional change
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/kern/link_elf.c
Modified: hea
Author: ngie
Date: Wed Dec 23 03:34:43 2015
New Revision: 292641
URL: https://svnweb.freebsd.org/changeset/base/292641
Log:
Fix r292640
vim overzealously removed some trailing `+' and I didn't check the
diff
MFC after: 1 week
X-MFC with: r292640
Pointyhat to: ngie
Sponsored by:
On Mon, Dec 21, 2015 at 12:58 AM, Garrett Cooper wrote:
> Author: ngie
> Date: Mon Dec 21 08:58:14 2015
> New Revision: 292533
> URL: https://svnweb.freebsd.org/changeset/base/292533
>
> Log:
> Skip the testcases if mac_bsdextended(4) isn't detected on the
> system
>
> MFC after: 2 weeks
>
Author: imp
Date: Wed Dec 23 06:49:18 2015
New Revision: 292644
URL: https://svnweb.freebsd.org/changeset/base/292644
Log:
Copy all the dtb files that we build as part of the kernel build from
boot/dtb to the fat partition. They seem to be needed.
Create an empty uEnv.txt file
Modified:
h
Author: imp
Date: Wed Dec 23 06:49:28 2015
New Revision: 292645
URL: https://svnweb.freebsd.org/changeset/base/292645
Log:
Touch /firstboot in the WORLDDIR.
Modified:
head/tools/tools/nanobsd/embedded/common
Modified: head/tools/tools/nanobsd/embedded/common
=
> On Dec 22, 2015, at 22:42, Craig Rodrigues wrote:
>
>> On Mon, Dec 21, 2015 at 12:58 AM, Garrett Cooper wrote:
>> Author: ngie
>> Date: Mon Dec 21 08:58:14 2015
>> New Revision: 292533
>> URL: https://svnweb.freebsd.org/changeset/base/292533
>>
>> Log:
>> Skip the testcases if mac_bsdexten
Author: rodrigc
Date: Wed Dec 23 07:28:48 2015
New Revision: 292646
URL: https://svnweb.freebsd.org/changeset/base/292646
Log:
Remove extraneous characters
Noticed by: markj
Reviewed by:allanjude
Modified:
head/usr.bin/vmstat/vmstat.c
Modified: head/usr.bin/vmstat/vmstat.c
===
47 matches
Mail list logo