> On 17 Feb 2019, at 9:18 PM, Warner Losh wrote:
>
> We did a lot of that traditionally in the FORTH loader too, and weren't
> always that good about it.
Uh, no. I only clear regions of the screen by positioning the cursor using ANSI
escape sequences and then drawing spaces. I do not clear t
On Sun, Feb 17, 2019 at 8:42 PM Rodney W. Grimes <
free...@pdx.rh.cn85.dnsmgr.net> wrote:
> > On Sun, Feb 17, 2019 at 9:00 PM Kyle Evans wrote:
> > >
> > > Author: kevans
> > > Date: Mon Feb 18 02:59:47 2019
> > > New Revision: 344243
> > > URL: https://svnweb.freebsd.org/changeset/base/344243
>
Author: ian
Date: Mon Feb 18 04:44:52 2019
New Revision: 344247
URL: https://svnweb.freebsd.org/changeset/base/344247
Log:
Make uboot_devdesc properly alias disk_devdesc, so that parsing the u-boot
loaderdev variable works correctly.
The uboot_devdesc struct is variously cast back and for
On Sun, 2019-02-17 at 19:41 -0800, Rodney W. Grimes wrote:
> > On Sun, Feb 17, 2019 at 9:00 PM Kyle Evans
> > wrote:
> > >
> > > Author: kevans
> > > Date: Mon Feb 18 02:59:47 2019
> > > New Revision: 344243
> > > URL: https://svnweb.freebsd.org/changeset/base/344243
> > >
> > > Log:
> > > lua
Author: emaste
Date: Mon Feb 18 03:49:16 2019
New Revision: 344246
URL: https://svnweb.freebsd.org/changeset/base/344246
Log:
kdump: expand comment on reasons for CAPFAIL_LOOKUP
Comment for CAPFAIL_LOOKUP refered only to paths containing ".." but
it is returned for other restricted VFS lo
> On Sun, Feb 17, 2019 at 9:00 PM Kyle Evans wrote:
> >
> > Author: kevans
> > Date: Mon Feb 18 02:59:47 2019
> > New Revision: 344243
> > URL: https://svnweb.freebsd.org/changeset/base/344243
> >
> > Log:
> > lualoader: only clear the screen before first password prompt
> >
> > This was previ
Author: avos
Date: Mon Feb 18 03:23:10 2019
New Revision: 344245
URL: https://svnweb.freebsd.org/changeset/base/344245
Log:
snmp_hostres(3): fix a typo in sanity checks in handle_chunk()
PR: 204253
Submitted by: David Binderman
MFC after:5 days
Modified:
head/usr.sbin/
Author: avos
Date: Mon Feb 18 03:15:25 2019
New Revision: 344244
URL: https://svnweb.freebsd.org/changeset/base/344244
Log:
Fix memory / resource leaks in usr.sbin/rpc.ypupdated/update.c
Re-apply r343909 to this file to get the issue fixed.
PR: 204956
Reported by: David Bi
On Sun, Feb 17, 2019 at 9:00 PM Kyle Evans wrote:
>
> Author: kevans
> Date: Mon Feb 18 02:59:47 2019
> New Revision: 344243
> URL: https://svnweb.freebsd.org/changeset/base/344243
>
> Log:
> lualoader: only clear the screen before first password prompt
>
> This was previously an unconditional
Author: kevans
Date: Mon Feb 18 02:59:47 2019
New Revision: 344243
URL: https://svnweb.freebsd.org/changeset/base/344243
Log:
lualoader: only clear the screen before first password prompt
This was previously an unconditional screen clear, regardless of whether or
not we would be prompting
Author: jhibbits
Date: Mon Feb 18 01:57:47 2019
New Revision: 344242
URL: https://svnweb.freebsd.org/changeset/base/344242
Log:
powerpc/boot: Move ubldr to /boot/uboot, and make this a separate filesystem
Summary:
Now that mpc85xx can boot via ubldr, move ubldr to a separate
filesystem,
Author: ian
Date: Sun Feb 17 23:38:17 2019
New Revision: 344239
URL: https://svnweb.freebsd.org/changeset/base/344239
Log:
Use a couple local variables to avoid repetitive long expressions that
cause line-wrapping.
Modified:
head/stand/common/disk.c
Modified: head/stand/common/disk.c
=
Author: ian
Date: Sun Feb 17 23:32:09 2019
New Revision: 344238
URL: https://svnweb.freebsd.org/changeset/base/344238
Log:
Restore loader(8)'s ability for lsdev to show partitions within a bsd slice.
I'm pretty sure this used to work at one time, perhaps long ago. It has
been failing rec
Author: ian
Date: Sun Feb 17 23:48:51 2019
New Revision: 344241
URL: https://svnweb.freebsd.org/changeset/base/344241
Log:
Garbage collection no-longer-used constant.
Modified:
head/stand/common/disk.c
Modified: head/stand/common/disk.c
===
Author: ian
Date: Sun Feb 17 23:46:11 2019
New Revision: 344240
URL: https://svnweb.freebsd.org/changeset/base/344240
Log:
Make lsdev -v output line up in neat columns by using a fixed width for
the size field and a tab between the partition type and the size.
Changes this
disk dev
Author: markj
Date: Sun Feb 17 16:56:41 2019
New Revision: 344233
URL: https://svnweb.freebsd.org/changeset/base/344233
Log:
Remove a write-only variable orphaned by r340677.
Modified:
head/sys/kern/sys_pipe.c
Modified: head/sys/kern/sys_pipe.c
===
Author: oshogbo
Date: Sun Feb 17 18:32:19 2019
New Revision: 344236
URL: https://svnweb.freebsd.org/changeset/base/344236
Log:
libnv: fix revert
Reported by: jenkins
Modified:
head/sys/contrib/libnv/nvpair.c
Modified: head/sys/contrib/libnv/nvpair.c
Author: markj
Date: Sun Feb 17 16:43:44 2019
New Revision: 344232
URL: https://svnweb.freebsd.org/changeset/base/344232
Log:
Fix refcount leaks in the SGX Linux compat ioctl handler.
Some argument validation error paths would return without releasing the
file reference obtained at the beg
Author: markj
Date: Sun Feb 17 16:35:19 2019
New Revision: 344231
URL: https://svnweb.freebsd.org/changeset/base/344231
Log:
Remove a redundant flag variable.
Use the object pointer itself to determine whether the object is locked.
No functional change intended.
Reviewed by: kib
M
> On Feb 17, 2019, at 04:17, Jan Beich wrote:
>
> Edward Tomasz Napierala writes:
>
>> ... while the
>> +.Em quarterly
>
> .Em looks unnecessary as "the" is enough. /quarterly is a package set
> (or repository), not an actual name of the branch.
>
> - /head -> /latest
> - /branches/*Q* -> /q
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Am Sun, 17 Feb 2019 18:26:27 + (UTC)
Mariusz Zaborski schrieb:
> Author: oshogbo
> Date: Sun Feb 17 18:26:27 2019
> New Revision: 344235
> URL: https://svnweb.freebsd.org/changeset/base/344235
>
> Log:
> libnv: fix double free
>
> In r3
Author: oshogbo
Date: Sun Feb 17 18:26:27 2019
New Revision: 344235
URL: https://svnweb.freebsd.org/changeset/base/344235
Log:
libnv: fix double free
In r343986 we introduced a double free. The structure was already
freed fixed in the r302966. This problem was introduced
because the Git
Author: pkelsey
Date: Sun Feb 17 17:47:08 2019
New Revision: 344234
URL: https://svnweb.freebsd.org/changeset/base/344234
Log:
It turns out r344226 narrowed the overrun bug but did not eliminate it
entirely
This commit fixes a remaining output buffer overrun in the
single-sector case whe
Edward Tomasz Napierala writes:
> ... while the
> +.Em quarterly
.Em looks unnecessary as "the" is enough. /quarterly is a package set
(or repository), not an actual name of the branch.
- /head -> /latest
- /branches/*Q* -> /quarterly
- /tags/RELEASE_* -> /release_*
> +subdirectory, eg:
Did y
Author: pkelsey
Date: Sun Feb 17 03:35:15 2019
New Revision: 344226
URL: https://svnweb.freebsd.org/changeset/base/344226
Log:
Fix memory corruption bug introduced in r325310
The bug occurred when a bounce buffer was used and the requested read
size was greater than the size of the bounce
Author: pkelsey
Date: Sun Feb 17 03:52:44 2019
New Revision: 344227
URL: https://svnweb.freebsd.org/changeset/base/344227
Log:
Remove whole-disk vdev support from zfsboot
This is consistent with the removal of whole-disk vdev support from
libsa/zfs/zfs.c in r342151, and is part way to hav
26 matches
Mail list logo