The only limit set by specification is:
A minimum of 16,384 bytes of space must be reserved for the GPT Partition Entry
Array.
>From this size and array entry size we do get 128, but specification does not
>limit the max number.
rgds,
toomas
> On 23. Dec 2019, at 00:33, Ian Lepore wrote:
>
>
On 21.12.2019 01:14, Gleb Smirnoff wrote:
> A> > Another future feature is possiblity to create pfil heads, that provide
> A> > not an mbuf pointer but just a memory pointer with length. That would
> A> > allow filtering at very early stages of a packet lifecycle, e.g. when
> A> > packet ha
Author: kib
Date: Mon Dec 23 20:15:19 2019
New Revision: 356038
URL: https://svnweb.freebsd.org/changeset/base/356038
Log:
Do not use waitable allocation of pbuf when creating cluster for write.
Previously just ensuring that we do not sleep when clustering for
md(4) vnode was enough. Now
Author: kib
Date: Mon Dec 23 20:18:05 2019
New Revision: 356039
URL: https://svnweb.freebsd.org/changeset/base/356039
Log:
Fix undefined behavior: left-shifting into the sign bit.
Reviewed by: dim, markj
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Differential revision:
Author: cem
Date: Mon Dec 23 20:23:02 2019
New Revision: 356041
URL: https://svnweb.freebsd.org/changeset/base/356041
Log:
fstyp(8): Fix WITHOUT_ICONV build
Reported by: olivier
Modified:
head/usr.sbin/fstyp/Makefile
head/usr.sbin/fstyp/apfs.c
head/usr.sbin/fstyp/exfat.c
head/usr.
Author: mav
Date: Mon Dec 23 20:41:55 2019
New Revision: 356042
URL: https://svnweb.freebsd.org/changeset/base/356042
Log:
Make pass(4) handle misaligned buffers of MAXPHYS size.
Since we are already using malloc()+copyin()/copyout() for smaller data
blocks, and since new asynchronous API
On Fri, Dec 20, 2019 at 10:22 AM Kyle Evans wrote:
>
> Author: kevans
> Date: Fri Dec 20 16:22:14 2019
> New Revision: 355936
> URL: https://svnweb.freebsd.org/changeset/base/355936
>
> Log:
> Kill off dummy kbd drivers
>
> As far as I can tell, these are an artifact of times when linker sets
Author: kevans
Date: Mon Dec 23 21:32:07 2019
New Revision: 356043
URL: https://svnweb.freebsd.org/changeset/base/356043
Log:
syscons: drop keyboard index from softc
Analysis seems to reveal that sc->keyboard >= 0 implies sc->kbd != NULL and
there's no such scenario where sc->kbd is set (
Author: kevans
Date: Mon Dec 23 21:41:04 2019
New Revision: 356044
URL: https://svnweb.freebsd.org/changeset/base/356044
Log:
sc: fix arm/mips/sparc64 MD bits
r356043 missed a couple of references in machdep parts... arguably, these
lines could probably be dropped as the softc is likely s
Author: kevans
Date: Mon Dec 23 21:46:48 2019
New Revision: 356045
URL: https://svnweb.freebsd.org/changeset/base/356045
Log:
terasic_mtl: kill off final dummy keyboard driver
The rest were removed in r355936, which speculated that the cause of this
phenomenon was due to an inability to h
Author: kevans
Date: Mon Dec 23 21:57:11 2019
New Revision: 356046
URL: https://svnweb.freebsd.org/changeset/base/356046
Log:
powerpc: repeat of r356044
It would have been nice to not have these duplicated in every single
sc_machdep.
Modified:
head/sys/powerpc/powerpc/sc_machdep.c
Mod
Author: markj
Date: Mon Dec 23 23:43:50 2019
New Revision: 356047
URL: https://svnweb.freebsd.org/changeset/base/356047
Log:
oce: Disallow the passthrough ioctl for unprivileged users.
A missing check meant that unprivileged users could send passthrough
commands to the device firmware.
Author: cem
Date: Tue Dec 24 01:47:08 2019
New Revision: 356048
URL: https://svnweb.freebsd.org/changeset/base/356048
Log:
gpart(8): ms-basic-data is used for exFAT on GPT
Be explicit about it; the first mention of exFAT is for the MBR type 'ntfs',
and the reader must work back from there
Author: cem
Date: Tue Dec 24 06:08:29 2019
New Revision: 356049
URL: https://svnweb.freebsd.org/changeset/base/356049
Log:
kern_synch: Fix some UB
It is UB to evaluate pointer comparisons when pointers do not point within
the same object. Instead, convert the pointers to numbers and comp
14 matches
Mail list logo