Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Apr 2019 04:16:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        doc@FreeBSD.org
Subject:   [Bug 123484] [patch] teach pxeboot.8 about ISC DHCP v3
Message-ID:  <bug-123484-9-CODId4Q6SO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-123484-9@https.bugs.freebsd.org/bugzilla/>
References:  <bug-123484-9@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D123484

--- Comment #8 from commit-hook@freebsd.org ---
A commit references this bug:

Author: kevans
Date: Sun Apr 21 04:15:58 UTC 2019
New revision: 346480
URL: https://svnweb.freebsd.org/changeset/base/346480

Log:
  MFC r338262, r339334, r339796, r340240, r340857, r340917, r341007

  r338262:
  stand: fdt: Drop some write-only assignments/variables and leaked bits

  Generally straightforward enough; a copy of argv[1] was being made in
  command_fdt_internal, solely used for a comparison within the
  handler-search, then promptly leaked.

  r339334:
  loader.efi: add poweroff command

  Add poweroff command to make life a bit easier.

  r339796:
  Simplify the EFI delay() function by calling BS->Stall()

  r340240:
  loader: ptable_open() check for ptable_cd9660read result is wrong

  The ptable_*read() functions return NULL on read errors (and partition ta=
ble
  closed as an side effect). The ptable_open must check the return value and
  act properly.

  r340857:
  Nuke out buffer overflow safety marker code, it duplicates similar code in
  the malloc()/free() as well as having potential of softening the handling
  in case error is detected down to a mere warning as compared to hard panic
  in free().

  r340917:
  Update pxeboot(8) manual page to reflect the next-server change in the ISC
DHCP v3 server.

  r341007:
  Bump the date of pxeboot(8) manual page for r340917.

  PR:           123484, 232483

Changes:
_U  stable/11/
  stable/11/stand/common/bcache.c
  stable/11/stand/common/part.c
  stable/11/stand/efi/libefi/delay.c
  stable/11/stand/efi/loader/main.c
  stable/11/stand/fdt/fdt_loader_cmd.c
  stable/11/stand/i386/pxeldr/pxeboot.8

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-123484-9-CODId4Q6SO>