Author: ngie
Date: Mon Jan 26 07:24:18 2015
New Revision: 277729
URL: https://svnweb.freebsd.org/changeset/base/277729
Log:
Regen src.conf(5)
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
Author: ngie
Date: Mon Jan 26 07:15:49 2015
New Revision: 277728
URL: https://svnweb.freebsd.org/changeset/base/277728
Log:
Add MK_AUTOFS knob for building and installing autofs(4), et al
MFC after: 2 weeks
Sponsored by: EMC / Isilon Storage Division
Added:
head/tools/build/options/WIT
Author: ngie
Date: Mon Jan 26 06:44:48 2015
New Revision: 277727
URL: https://svnweb.freebsd.org/changeset/base/277727
Log:
Add MK_BHYVE knob for building and installing bhyve(4), et al
MFC after: 2 weeks
Sponsored by: EMC / Isilon Storage Division
Added:
head/tools/build/options/WITHO
Author: ngie
Date: Mon Jan 26 06:29:07 2015
New Revision: 277726
URL: https://svnweb.freebsd.org/changeset/base/277726
Log:
Build sbin/iscontrol again if MK_ISCSI != no
MFC after: 13 days
X-MFC with: r277675
Pointyhat to: me
Modified:
head/sbin/Makefile
Modified: head/sbin/Makefile
Author: ngie
Date: Mon Jan 26 06:27:07 2015
New Revision: 277725
URL: https://svnweb.freebsd.org/changeset/base/277725
Log:
Add MK_HAST knob for building and installing hastd(8), et al
MFC after: 2 weeks
Sponsored by: EMC / Isilon Storage Division
Added:
head/tools/build/options/WITHOU
This is completely arbitrary. Please revert it, or I will revert it in 48
hours.
Scott
> On Jan 25, 2015, at 4:57 AM, Dag-Erling Sm?rgrav wrote:
>
> Author: des
> Date: Sun Jan 25 11:57:18 2015
> New Revision: 277693
> URL: https://svnweb.freebsd.org/changeset/base/277693
>
> Log:
> Fix the
Author: adrian
Date: Mon Jan 26 04:04:57 2015
New Revision: 277723
URL: https://svnweb.freebsd.org/changeset/base/277723
Log:
Call WITNESS_WARN() in callout_drain() to check whether any locks are
being held before sleeping.
This has bitten me (in ath(4)) once before and I'd like to see th
Author: gonzo
Date: Sun Jan 25 23:58:34 2015
New Revision: 277720
URL: https://svnweb.freebsd.org/changeset/base/277720
Log:
- Increase default i2c bus timeout to 5 seconds from 1 second. Sometimes
1 second is not enugh for TDA19988 HDMI framer (e.g. on Beaglebone Black)
- Add per-device
Author: scottl
Date: Sun Jan 25 22:29:23 2015
New Revision: 277717
URL: https://svnweb.freebsd.org/changeset/base/277717
Log:
Fix the ioctl interface to properly support fetching the header of regular
and extended config pages.
Obtained from:Netflix, Inc.
MFC after:3 days
M
Author: gonzo
Date: Sun Jan 25 22:08:36 2015
New Revision: 277716
URL: https://svnweb.freebsd.org/changeset/base/277716
Log:
Add vt(4) support to AM335x LCDC driver
Modified:
head/sys/arm/ti/am335x/am335x_lcd.c
head/sys/arm/ti/am335x/files.am335x
Modified: head/sys/arm/ti/am335x/am335x_lcd
On Mon, Jan 26, 2015 at 07:50:59AM +1100, Peter Jeremy wrote:
> On 2015-Jan-25 22:29:26 +0300, Slawa Olhovchenkov wrote:
> >I think this is result of convert (signed short) to (signed int).
> >
> >> >ls -l /usr/ports/packages32/lang
> >> >total 2
> >> >lrwxr-xr-x 1 4294967294 wheel 33 Mar 17
On 2015-Jan-25 22:29:26 +0300, Slawa Olhovchenkov wrote:
>I think this is result of convert (signed short) to (signed int).
>
>> >ls -l /usr/ports/packages32/lang
>> >total 2
>> >lrwxr-xr-x 1 4294967294 wheel 33 Mar 17 2012 perl-threaded-5.12.4_4.tbz
>> >-> ../All/perl-threaded-5.12.4_4.tbz
>
On Sunday, January 25, 2015 07:56:46 PM John Baldwin wrote:
> Author: jhb
> Date: Sun Jan 25 19:56:45 2015
> New Revision: 277712
> URL: https://svnweb.freebsd.org/changeset/base/277712
>
> Log:
> Change the default VFS timestamp precision from seconds to microseconds.
>
> Discussed on:
On Sunday, January 25, 2015 07:45:44 PM John Baldwin wrote:
> Author: jhb
> Date: Sun Jan 25 19:45:44 2015
> New Revision: 277709
> URL: https://svnweb.freebsd.org/changeset/base/277709
>
> Log:
> Use an sbuf to generate the output of the net.inet.tcp.hostcache.list
> sysctl to avoid a possibl
Author: jhb
Date: Sun Jan 25 20:37:32 2015
New Revision: 277714
URL: https://svnweb.freebsd.org/changeset/base/277714
Log:
natd(8) will work with an unconfigured interface and effectively not do
anything until the interface is assigned an address. This fixes
ipfw_nat to do the same by using
Author: jhb
Date: Sun Jan 25 20:16:45 2015
New Revision: 277713
URL: https://svnweb.freebsd.org/changeset/base/277713
Log:
If the boot-time memory test is enabled, output a dot ('.') for
each GB of RAM tested so people watching the console can see that
the machine is making progress and not
Author: jhb
Date: Sun Jan 25 19:56:45 2015
New Revision: 277712
URL: https://svnweb.freebsd.org/changeset/base/277712
Log:
Change the default VFS timestamp precision from seconds to microseconds.
Discussed on: arch@
MFC after:2 weeks
Modified:
head/sys/kern/vfs_subr.c
Modified: he
Author: jhb
Date: Sun Jan 25 19:53:09 2015
New Revision: 277710
URL: https://svnweb.freebsd.org/changeset/base/277710
Log:
Pass a valid Dx state variable to PCIB_POWER_FOR_SLEEP() in pcib_resume()
instead of NULL.
Submitted by: dchagin
MFC after:2 weeks
Modified:
head/sys/dev/pci
Author: jhb
Date: Sun Jan 25 19:45:44 2015
New Revision: 277709
URL: https://svnweb.freebsd.org/changeset/base/277709
Log:
Use an sbuf to generate the output of the net.inet.tcp.hostcache.list
sysctl to avoid a possible buffer overflow if the cache grows while the
text is being generated.
On Mon, Jan 26, 2015 at 06:21:28AM +1100, Peter Jeremy wrote:
> On 2015-Jan-25 18:36:40 +0300, Slawa Olhovchenkov wrote:
> >On Mon, Jan 26, 2015 at 02:31:05AM +1100, Bruce Evans wrote:
> >
> >> On Sun, 25 Jan 2015, Slawa Olhovchenkov wrote:
> >> > This is not full true for ZFS case.
> >> > On ZFS
On 2015-Jan-25 18:36:40 +0300, Slawa Olhovchenkov wrote:
>On Mon, Jan 26, 2015 at 02:31:05AM +1100, Bruce Evans wrote:
>
>> On Sun, 25 Jan 2015, Slawa Olhovchenkov wrote:
>> > This is not full true for ZFS case.
>> > On ZFS nobody is 2^32-2.
Can you please provide a reference to this in the code.
> On Jan 25, 2015, at 7:54 AM, Garrett Cooper wrote:
>
>
>> On Jan 25, 2015, at 04:43, Sergey Kandaurov wrote:
>>
>>> On 25 January 2015 at 15:02, Dag-Erling Smørgrav wrote:
>>> Author: des
>>> Date: Sun Jan 25 12:02:38 2015
>>> New Revision: 277694
>>> URL: https://svnweb.freebsd.org/change
> On Jan 25, 2015, at 5:43 AM, Sergey Kandaurov wrote:
>
> On 25 January 2015 at 15:02, Dag-Erling Smørgrav wrote:
>> Author: des
>> Date: Sun Jan 25 12:02:38 2015
>> New Revision: 277694
>> URL: https://svnweb.freebsd.org/changeset/base/277694
>>
>> Log:
>> Remove ISA NICs. Anyone still usi
The number of MK_foo opts that are intruding into the kernel module builds is
starting to get out of hand. :( Especially since they are duplicative of the
MODULES_OVERRIDE functionality and are very unevenly applied.
Warner
> On Jan 24, 2015, at 10:13 PM, Garrett Cooper wrote:
>
> Author: ngie
On Sun, Jan 25, 2015 at 10:07:00AM -0700, Warner Losh wrote:
>
> > On Jan 24, 2015, at 8:51 AM, Konstantin Belousov
> > wrote:
> >
> > On Sat, Jan 24, 2015 at 05:42:40PM +0200, Konstantin Belousov wrote:
> >> On Sat, Jan 24, 2015 at 07:56:37AM -0700, Ian Lepore wrote:
> >>> On Sat, 2015-01-24 a
On Sun, Jan 25, 2015 at 03:49:27PM +0100, Dag-Erling Sm??rgrav wrote:
> Sergey Kandaurov writes:
> > Dag-Erling Sm??rgrav writes:
> > > Log:
> > > Remove ISA NICs. Anyone still using these on amd64 can build their
> > > own kernel.
> > If so, what about i386? (I'd rather not pc98)
>
> There
> On Jan 24, 2015, at 8:51 AM, Konstantin Belousov wrote:
>
> On Sat, Jan 24, 2015 at 05:42:40PM +0200, Konstantin Belousov wrote:
>> On Sat, Jan 24, 2015 at 07:56:37AM -0700, Ian Lepore wrote:
>>> On Sat, 2015-01-24 at 12:51 +, Konstantin Belousov wrote:
Author: kib
Date: Sat Jan
Author: des
Date: Sun Jan 25 15:44:46 2015
New Revision: 277706
URL: https://svnweb.freebsd.org/changeset/base/277706
Log:
Allow the user to specify the location of control.conf.
Modified:
head/etc/rc.d/local_unbound
Modified: head/etc/rc.d/local_unbound
=
On Mon, Jan 26, 2015 at 02:31:05AM +1100, Bruce Evans wrote:
> On Sun, 25 Jan 2015, Slawa Olhovchenkov wrote:
>
> > On Sun, Jan 25, 2015 at 04:56:24PM +1100, Bruce Evans wrote:
> >
> >> Negative ids have historical abuses in places like mountd. mountd still
> >> hard-codes -2 and -2 for the defa
On Sun, 25 Jan 2015, Slawa Olhovchenkov wrote:
On Sun, Jan 25, 2015 at 04:56:24PM +1100, Bruce Evans wrote:
Negative ids have historical abuses in places like mountd. mountd still
hard-codes -2 and -2 for the default uid and gid of an unprivileged user.
It at least casts these values to uid_t
> On Jan 25, 2015, at 04:43, Sergey Kandaurov wrote:
>
>> On 25 January 2015 at 15:02, Dag-Erling Smørgrav wrote:
>> Author: des
>> Date: Sun Jan 25 12:02:38 2015
>> New Revision: 277694
>> URL: https://svnweb.freebsd.org/changeset/base/277694
>>
>> Log:
>> Remove ISA NICs. Anyone still usin
Sergey Kandaurov writes:
> Dag-Erling Smørgrav writes:
> > Log:
> > Remove ISA NICs. Anyone still using these on amd64 can build their
> > own kernel.
> If so, what about i386? (I'd rather not pc98)
There's a greater chance of ISA devices still being in use on i386
hardware than on amd64 ha
On Sun, Jan 25, 2015 at 04:56:24PM +1100, Bruce Evans wrote:
> Negative ids have historical abuses in places like mountd. mountd still
> hard-codes -2 and -2 for the default uid and gid of an unprivileged user.
> It at least casts these values to uid_t and gid_t before using them.
> This gives th
On 25 January 2015 at 15:02, Dag-Erling Smørgrav wrote:
> Author: des
> Date: Sun Jan 25 12:02:38 2015
> New Revision: 277694
> URL: https://svnweb.freebsd.org/changeset/base/277694
>
> Log:
> Remove ISA NICs. Anyone still using these on amd64 can build their
> own kernel.
>
> Modified:
> h
Author: des
Date: Sun Jan 25 12:11:50 2015
New Revision: 277695
URL: https://svnweb.freebsd.org/changeset/base/277695
Log:
Allow tracing dlfunc() / dlsym() events.
MFC after:1 week
Modified:
head/libexec/rtld-elf/rtld.c
head/usr.bin/kdump/kdump.c
Modified: head/libexec/rtld-elf/rt
Author: des
Date: Sun Jan 25 12:02:38 2015
New Revision: 277694
URL: https://svnweb.freebsd.org/changeset/base/277694
Log:
Remove ISA NICs. Anyone still using these on amd64 can build their
own kernel.
Modified:
head/sys/amd64/conf/GENERIC
Modified: head/sys/amd64/conf/GENERIC
===
Author: des
Date: Sun Jan 25 11:57:18 2015
New Revision: 277693
URL: https://svnweb.freebsd.org/changeset/base/277693
Log:
Fix the font in the text version. This has bothered me for a long time...
MFC after:1 week
Modified:
head/sys/boot/forth/beastie.4th
head/sys/boot/forth/brand
On Sun, Jan 25, 2015 at 04:56:24PM +1100, Bruce Evans wrote:
> On Sat, 24 Jan 2015, Baptiste Daroussin wrote:
>
> > Log:
> > Allow negative numbers in -u and -g options
>
> This is backwards. ids and gids are non-negative integers that can be
> represented in the type uid_t and gid_t, respectiv
38 matches
Mail list logo