On Sun, Mar 30, 2025 at 12:39:38AM +, David Holland wrote:
> On Thu, Mar 27, 2025 at 05:42:03AM +0700, Robert Elz wrote:
> > | Because vnds are specifically configured for mounts; the only thing
> > | they're useful for is mounting a fs image that lives in a regular
> > | file.
> >
>
Module Name:src
Committed By: riastradh
Date: Sun Mar 30 14:30:40 UTC 2025
Modified Files:
src/sbin/efi: efiio.c
Log Message:
efi(8): EFI_VARNAME_MAXLENGTH is in bytes, not CHAR16.
Same with struct efi_var_ioc::namesize.
This shouldn't change the semantics of the program
Module Name:src
Committed By: riastradh
Date: Sun Mar 30 14:30:40 UTC 2025
Modified Files:
src/sbin/efi: efiio.c
Log Message:
efi(8): EFI_VARNAME_MAXLENGTH is in bytes, not CHAR16.
Same with struct efi_var_ioc::namesize.
This shouldn't change the semantics of the program
On Thu, Mar 27, 2025 at 05:42:03AM +0700, Robert Elz wrote:
> | Because vnds are specifically configured for mounts; the only thing
> | they're useful for is mounting a fs image that lives in a regular
> | file.
>
> No they're not, they can be used for playing with newfs variants,
> fs
Date:Wed, 26 Mar 2025 20:46:42 +
From:David Holland
Message-ID:
| Because vnds are specifically configured for mounts; the only thing
| they're useful for is mounting a fs image that lives in a regular
| file.
No they're not, they can be used for playing w
On Thu, Mar 27, 2025 at 02:26:46AM +0700, Robert Elz wrote:
> | GitHub/31: Ricardo Branco: Add -d flag to umount to detach vnds,
>
> Why would we do this for vnd devices, and not cgd, raidframe, ccd, ... ??
Because vnds are specifically configured for mounts; the only thing
they're useful fo
Date:Tue, 25 Mar 2025 15:01:11 -0400
From:"Christos Zoulas"
Message-ID: <20250325190111.e3226f...@cvs.netbsd.org>
| GitHub/31: Ricardo Branco: Add -d flag to umount to detach vnds,
Why would we do this for vnd devices, and not cgd, raidframe, ccd, ... ??
For that,
Module Name:src
Committed By: gutteridge
Date: Tue Mar 25 21:18:27 UTC 2025
Modified Files:
src/sbin/umount: umount.8
Log Message:
umount.8: some minor corrections after -d addition
Use the term "unconfigure" rather than "detach", since that's what's
consistently used els
Module Name:src
Committed By: christos
Date: Tue Mar 25 21:51:51 UTC 2025
Modified Files:
src/sbin/umount: umount.c
Log Message:
move sfs declaration in #ifdef SMALL
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sbin/umount/umount.c
Please note that
Module Name:src
Committed By: christos
Date: Tue Mar 25 21:51:51 UTC 2025
Modified Files:
src/sbin/umount: umount.c
Log Message:
move sfs declaration in #ifdef SMALL
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sbin/umount/umount.c
Please note that
Module Name:src
Committed By: gutteridge
Date: Tue Mar 25 21:18:27 UTC 2025
Modified Files:
src/sbin/umount: umount.8
Log Message:
umount.8: some minor corrections after -d addition
Use the term "unconfigure" rather than "detach", since that's what's
consistently used els
Module Name:src
Committed By: christos
Date: Tue Mar 25 19:01:11 UTC 2025
Modified Files:
src/sbin/umount: umount.8 umount.c
Log Message:
GitHub/31: Ricardo Branco: Add -d flag to umount to detach vnds, like FreeBSD
and Linux.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: christos
Date: Tue Mar 25 19:01:11 UTC 2025
Modified Files:
src/sbin/umount: umount.8 umount.c
Log Message:
GitHub/31: Ricardo Branco: Add -d flag to umount to detach vnds, like FreeBSD
and Linux.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: andvar
Date: Tue Mar 4 07:42:19 UTC 2025
Modified Files:
src/sbin/fsck_ffs: fsck.h
Log Message:
s/ownerchip/ownership/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sbin/fsck_ffs/fsck.h
Please note that diff
Module Name:src
Committed By: andvar
Date: Tue Mar 4 07:42:19 UTC 2025
Modified Files:
src/sbin/fsck_ffs: fsck.h
Log Message:
s/ownerchip/ownership/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sbin/fsck_ffs/fsck.h
Please note that diff
Module Name:src
Committed By: riastradh
Date: Sun Mar 2 14:18:04 UTC 2025
Modified Files:
src/sbin/efi: devpath2.c
Log Message:
efi(8): Avoid hard-coding sizeof(devpath_t) as magic constants.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sbin/efi/devpa
Module Name:src
Committed By: riastradh
Date: Sun Mar 2 14:18:04 UTC 2025
Modified Files:
src/sbin/efi: devpath2.c
Log Message:
efi(8): Avoid hard-coding sizeof(devpath_t) as magic constants.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sbin/efi/devpa
Module Name:src
Committed By: riastradh
Date: Sun Mar 2 00:23:59 UTC 2025
Modified Files:
src/sbin/efi: devpath1.c devpath2.c devpath3.c devpath4.c devpath5.c
gptsubr.c setvar.c
Log Message:
efi(8): Break overlong lines.
To generate a diff of this commit:
cv
Module Name:src
Committed By: riastradh
Date: Sun Mar 2 00:03:41 UTC 2025
Modified Files:
src/sbin/efi: Makefile bootvar.c certs.c devpath.h devpath1.c
devpath2.c devpath3.c devpath4.c efiio.c getvars.c gptsubr.c main.c
setvar.c showvar.c utils.c
L
Module Name:src
Committed By: riastradh
Date: Sun Mar 2 01:07:11 UTC 2025
Modified Files:
src/sbin/efi: bootvar.c devpath2.c devpath3.c gptsubr.c main.c setvar.c
showvar.c
Log Message:
efi(8): Break more overlong lines.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: riastradh
Date: Sun Mar 2 01:07:11 UTC 2025
Modified Files:
src/sbin/efi: bootvar.c devpath2.c devpath3.c gptsubr.c main.c setvar.c
showvar.c
Log Message:
efi(8): Break more overlong lines.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: riastradh
Date: Sun Mar 2 00:23:59 UTC 2025
Modified Files:
src/sbin/efi: devpath1.c devpath2.c devpath3.c devpath4.c devpath5.c
gptsubr.c setvar.c
Log Message:
efi(8): Break overlong lines.
To generate a diff of this commit:
cv
Module Name:src
Committed By: riastradh
Date: Sun Mar 2 00:03:41 UTC 2025
Modified Files:
src/sbin/efi: Makefile bootvar.c certs.c devpath.h devpath1.c
devpath2.c devpath3.c devpath4.c efiio.c getvars.c gptsubr.c main.c
setvar.c showvar.c utils.c
L
Module Name:src
Committed By: rillig
Date: Thu Feb 27 20:11:12 UTC 2025
Modified Files:
src/sbin/routed: radix.h
Log Message:
routed: remove extra semicolon at the end of a function-like macro
No binary change.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7
Module Name:src
Committed By: rillig
Date: Thu Feb 27 20:11:12 UTC 2025
Modified Files:
src/sbin/routed: radix.h
Log Message:
routed: remove extra semicolon at the end of a function-like macro
No binary change.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7
Module Name:src
Committed By: jakllsch
Date: Thu Feb 27 19:32:28 UTC 2025
Modified Files:
src/sbin/efi: main.c
Log Message:
fix build
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sbin/efi/main.c
Please note that diffs are not public domain; they are s
Module Name:src
Committed By: jakllsch
Date: Thu Feb 27 19:32:28 UTC 2025
Modified Files:
src/sbin/efi: main.c
Log Message:
fix build
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sbin/efi/main.c
Please note that diffs are not public domain; they are s
Module Name:src
Committed By: christos
Date: Thu Feb 27 17:26:56 UTC 2025
Modified Files:
src/sbin/efi: certs.c devpath.h devpath2.c main.c showvar.c showvar.h
Log Message:
make this compile with clang.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sbin
Module Name:src
Committed By: christos
Date: Thu Feb 27 17:26:56 UTC 2025
Modified Files:
src/sbin/efi: certs.c devpath.h devpath2.c main.c showvar.c showvar.h
Log Message:
make this compile with clang.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sbin
Module Name:src
Committed By: christos
Date: Tue Feb 25 22:11:37 UTC 2025
Modified Files:
src/sbin/efi: devpath3.c devpath4.c showvar.c utils.c
Log Message:
fix the build
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sbin/efi/devpath3.c src/sbin/efi/dev
Module Name:src
Committed By: christos
Date: Tue Feb 25 22:11:37 UTC 2025
Modified Files:
src/sbin/efi: devpath3.c devpath4.c showvar.c utils.c
Log Message:
fix the build
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sbin/efi/devpath3.c src/sbin/efi/dev
Module Name:src
Committed By: rillig
Date: Tue Feb 25 20:23:19 UTC 2025
Modified Files:
src/sbin/efi: Makefile certs.c
Log Message:
efi: don't use compound expressions as initializers
Lint doesn't like them, even though GCC accepts them.
No binary change.
To generate a
Module Name:src
Committed By: rillig
Date: Tue Feb 25 20:23:19 UTC 2025
Modified Files:
src/sbin/efi: Makefile certs.c
Log Message:
efi: don't use compound expressions as initializers
Lint doesn't like them, even though GCC accepts them.
No binary change.
To generate a
Module Name:src
Committed By: christos
Date: Mon Feb 24 17:07:04 UTC 2025
Modified Files:
src/sbin/gpt: recover.c
Log Message:
remove getopt call (noted by rillig@)
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sbin/gpt/recover.c
Please note that dif
Module Name:src
Committed By: christos
Date: Mon Feb 24 17:07:04 UTC 2025
Modified Files:
src/sbin/gpt: recover.c
Log Message:
remove getopt call (noted by rillig@)
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sbin/gpt/recover.c
Please note that dif
Module Name:src
Committed By: uwe
Date: Mon Feb 24 16:28:50 UTC 2025
Modified Files:
src/sbin/efi: efi.8
Log Message:
efi(8): brush up markup a bit (mostly consistent use of .Va)
XXX: The manpage should really make up its mind whether it wants to
call the boot number(s) "
Module Name:src
Committed By: uwe
Date: Mon Feb 24 16:28:50 UTC 2025
Modified Files:
src/sbin/efi: efi.8
Log Message:
efi(8): brush up markup a bit (mostly consistent use of .Va)
XXX: The manpage should really make up its mind whether it wants to
call the boot number(s) "
Module Name:src
Committed By: martin
Date: Mon Feb 24 15:59:04 UTC 2025
Modified Files:
src/sbin: Makefile
Log Message:
Restrict building of the efi userland tool to architectures providing
efi runtime serivces.
To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1
Module Name:src
Committed By: martin
Date: Mon Feb 24 15:59:04 UTC 2025
Modified Files:
src/sbin: Makefile
Log Message:
Restrict building of the efi userland tool to architectures providing
efi runtime serivces.
To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1
Module Name:src
Committed By: uwe
Date: Mon Feb 24 15:49:23 UTC 2025
Modified Files:
src/sbin/efi: efi.8
Log Message:
efi.8: g/c duplicate rcs id line
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sbin/efi/efi.8
Please note that diffs are not public do
Module Name:src
Committed By: uwe
Date: Mon Feb 24 15:49:23 UTC 2025
Modified Files:
src/sbin/efi: efi.8
Log Message:
efi.8: g/c duplicate rcs id line
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sbin/efi/efi.8
Please note that diffs are not public do
Module Name:src
Committed By: martin
Date: Mon Feb 24 15:42:05 UTC 2025
Modified Files:
src/sbin/efi: devpath1.c devpath3.c devpath4.c gptsubr.c
Log Message:
Fix a few printf formats
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sbin/efi/devpath1.c src/
Module Name:src
Committed By: martin
Date: Mon Feb 24 15:42:05 UTC 2025
Modified Files:
src/sbin/efi: devpath1.c devpath3.c devpath4.c gptsubr.c
Log Message:
Fix a few printf formats
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sbin/efi/devpath1.c src/
On Mon, 24 Feb 2025, Paul Goyette wrote:
Do we get a man page for this? :)
Oh I see ot now. thnks
On Mon, 24 Feb 2025, Christos Zoulas wrote:
Module Name:src
Committed By: christos
Date: Mon Feb 24 13:47:57 UTC 2025
Modified Files:
src/sbin: Makefile
Added Files
Do we get a man page for this? :)
On Mon, 24 Feb 2025, Christos Zoulas wrote:
Module Name:src
Committed By: christos
Date: Mon Feb 24 13:47:57 UTC 2025
Modified Files:
src/sbin: Makefile
Added Files:
src/sbin/efi: Makefile bootvar.c bootvar.h certs.c certs.h de
Module Name:src
Committed By: christos
Date: Mon Feb 24 13:47:57 UTC 2025
Modified Files:
src/sbin: Makefile
Added Files:
src/sbin/efi: Makefile bootvar.c bootvar.h certs.c certs.h defs.h
devpath.c devpath.h devpath1.c devpath1.h devpath2.c devpath2.h
Module Name:src
Committed By: christos
Date: Sun Feb 23 20:47:19 UTC 2025
Modified Files:
src/sbin/gpt: add.c backup.c biosboot.c create.c destroy.c gpt.c gpt.h
gpt_uuid.c header.c label.c main.c migrate.c recover.c remove.c
resize.c resizedisk.c res
Module Name:src
Committed By: christos
Date: Sun Feb 23 20:47:19 UTC 2025
Modified Files:
src/sbin/gpt: add.c backup.c biosboot.c create.c destroy.c gpt.c gpt.h
gpt_uuid.c header.c label.c main.c migrate.c recover.c remove.c
resize.c resizedisk.c res
Module Name:src
Committed By: jakllsch
Date: Sun Feb 23 15:00:53 UTC 2025
Modified Files:
src/sbin/atactl: atactl.c
Log Message:
atap_logical_align is already what we want, we don't have to subtract it
from the logical blocks per physical block number.
To generate a diff
Module Name:src
Committed By: jakllsch
Date: Sun Feb 23 15:00:53 UTC 2025
Modified Files:
src/sbin/atactl: atactl.c
Log Message:
atap_logical_align is already what we want, we don't have to subtract it
from the logical blocks per physical block number.
To generate a diff
Module Name:src
Committed By: pgoyette
Date: Sun Feb 9 08:48:39 UTC 2025
Modified Files:
src/sbin/gpt: gpt.8
Log Message:
Minor cleanups.
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/sbin/gpt/gpt.8
Please note that diffs are not public domain; they
Module Name:src
Committed By: pgoyette
Date: Sun Feb 9 08:48:39 UTC 2025
Modified Files:
src/sbin/gpt: gpt.8
Log Message:
Minor cleanups.
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/sbin/gpt/gpt.8
Please note that diffs are not public domain; they
Module Name:src
Committed By: tsutsui
Date: Sun Jan 19 04:37:15 UTC 2025
Modified Files:
src/sbin/disklabel: main.c
Log Message:
Add an entry of (belated) virt68k. Required to build live-image.
XXX: should be added to https://www.netbsd.org/developers/new-port.html
To
Module Name:src
Committed By: tsutsui
Date: Sun Jan 19 04:37:15 UTC 2025
Modified Files:
src/sbin/disklabel: main.c
Log Message:
Add an entry of (belated) virt68k. Required to build live-image.
XXX: should be added to https://www.netbsd.org/developers/new-port.html
To
Module Name:src
Committed By: christos
Date: Sun Jan 12 20:48:20 UTC 2025
Modified Files:
src/sbin/gpt: gpt.8
Log Message:
Add missing "to" (Anon Ymous)
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/sbin/gpt/gpt.8
Please note that diffs are not publi
Module Name:src
Committed By: christos
Date: Sun Jan 12 20:48:20 UTC 2025
Modified Files:
src/sbin/gpt: gpt.8
Log Message:
Add missing "to" (Anon Ymous)
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/sbin/gpt/gpt.8
Please note that diffs are not publi
Module Name:src
Committed By: rillig
Date: Fri Jan 3 16:16:14 UTC 2025
Modified Files:
src/sbin/fdisk: Makefile fdisk.8 fdisk.c
Log Message:
fdisk: remove unreachable options 'T' and 't', fix lint warnings
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 sr
Module Name:src
Committed By: rillig
Date: Fri Jan 3 16:16:14 UTC 2025
Modified Files:
src/sbin/fdisk: Makefile fdisk.8 fdisk.c
Log Message:
fdisk: remove unreachable options 'T' and 't', fix lint warnings
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 sr
Module Name:src
Committed By: rillig
Date: Fri Jan 3 00:49:24 UTC 2025
Modified Files:
src/sbin/mount_nfs: mount_nfs.c
Log Message:
mount_nfs: fix a few lint warnings
The options 'K' and 'm:' are neither documented nor handled.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: rillig
Date: Fri Jan 3 00:49:24 UTC 2025
Modified Files:
src/sbin/mount_nfs: mount_nfs.c
Log Message:
mount_nfs: fix a few lint warnings
The options 'K' and 'm:' are neither documented nor handled.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: andvar
Date: Wed Dec 18 20:56:40 UTC 2024
Modified Files:
src/sbin/gpt: gpt_uuid.c
Log Message:
s/reproducable/reproducible/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sbin/gpt/gpt_uuid.c
Please note that
Module Name:src
Committed By: andvar
Date: Wed Dec 18 20:56:40 UTC 2024
Modified Files:
src/sbin/gpt: gpt_uuid.c
Log Message:
s/reproducable/reproducible/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sbin/gpt/gpt_uuid.c
Please note that
Module Name:src
Committed By: martin
Date: Sat Dec 7 14:08:54 UTC 2024
Modified Files:
src/sbin/shutdown: shutdown.c
Log Message:
As discussed on tech-userlevel: pass a "what" argument to /etc/rc.shutdown
describing why we are shutting down. This allows e.g. for UPS actio
Module Name:src
Committed By: martin
Date: Sat Dec 7 14:08:54 UTC 2024
Modified Files:
src/sbin/shutdown: shutdown.c
Log Message:
As discussed on tech-userlevel: pass a "what" argument to /etc/rc.shutdown
describing why we are shutting down. This allows e.g. for UPS actio
Module Name:src
Committed By: riastradh
Date: Sun Nov 10 01:55:06 UTC 2024
Modified Files:
src/sbin/scsictl: scsictl.c
Log Message:
scsictl(8): KNF
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sbin/scsictl/scsictl.c
P
Module Name:src
Committed By: riastradh
Date: Sun Nov 10 01:55:06 UTC 2024
Modified Files:
src/sbin/scsictl: scsictl.c
Log Message:
scsictl(8): KNF
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sbin/scsictl/scsictl.c
P
Module Name:src
Committed By: rillig
Date: Sat Nov 9 12:45:39 UTC 2024
Modified Files:
src/sbin/scsictl: scsictl.8
Log Message:
scsictl.8: brush up markup
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sbin/scsictl/scsictl.8
Please note that diffs ar
Module Name:src
Committed By: rillig
Date: Sat Nov 9 12:45:39 UTC 2024
Modified Files:
src/sbin/scsictl: scsictl.8
Log Message:
scsictl.8: brush up markup
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sbin/scsictl/scsictl.8
Please note that diffs ar
Module Name:src
Committed By: mlelstv
Date: Sat Nov 9 11:09:40 UTC 2024
Modified Files:
src/sbin/scsictl: scsictl.8 scsictl.c
Log Message:
Add 'identify vpd' to also report Vital Product Data that identifies the device.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: mlelstv
Date: Sat Nov 9 11:09:40 UTC 2024
Modified Files:
src/sbin/scsictl: scsictl.8 scsictl.c
Log Message:
Add 'identify vpd' to also report Vital Product Data that identifies the device.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: rillig
Date: Tue Nov 5 20:07:41 UTC 2024
Modified Files:
src/sbin/raidctl: raidctl.c
Log Message:
raidctl: fix usage, remove redundant break statements
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/sbin/raidctl/raidctl.
Module Name:src
Committed By: rillig
Date: Tue Nov 5 20:07:41 UTC 2024
Modified Files:
src/sbin/raidctl: raidctl.c
Log Message:
raidctl: fix usage, remove redundant break statements
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/sbin/raidctl/raidctl.
Module Name:src
Committed By: rillig
Date: Tue Nov 5 19:58:27 UTC 2024
Modified Files:
src/sbin/raidctl: raidctl.c
Log Message:
raidctl: trim trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/sbin/raidctl/raidctl.c
Please note that d
Module Name:src
Committed By: rillig
Date: Tue Nov 5 19:58:27 UTC 2024
Modified Files:
src/sbin/raidctl: raidctl.c
Log Message:
raidctl: trim trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/sbin/raidctl/raidctl.c
Please note that d
Module Name:src
Committed By: rillig
Date: Tue Nov 5 19:52:18 UTC 2024
Modified Files:
src/sbin/raidctl: raidctl.c
Log Message:
raidctl: remove unused and undocumented option '-B'
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/sbin/raidctl/raidctl.c
Module Name:src
Committed By: rillig
Date: Tue Nov 5 19:52:18 UTC 2024
Modified Files:
src/sbin/raidctl: raidctl.c
Log Message:
raidctl: remove unused and undocumented option '-B'
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/sbin/raidctl/raidctl.c
Module Name:src
Committed By: christos
Date: Mon Nov 4 18:36:17 UTC 2024
Modified Files:
src/sbin/gpt: gpt.8 show.c
Log Message:
Additions to guid printing and an option to print start/size in hex
(from Anon Ymous)
To generate a diff of this commit:
cvs rdiff -u -r1.83
Module Name:src
Committed By: christos
Date: Mon Nov 4 18:36:17 UTC 2024
Modified Files:
src/sbin/gpt: gpt.8 show.c
Log Message:
Additions to guid printing and an option to print start/size in hex
(from Anon Ymous)
To generate a diff of this commit:
cvs rdiff -u -r1.83
Module Name:src
Committed By: kre
Date: Sat Nov 2 12:46:49 UTC 2024
Modified Files:
src/sbin/gpt: add.c
Log Message:
PR bin/58806 Never create a partition with a null guid
If a new partition entry being added doesn't already have a guid,
make one for it.
To generate a
Module Name:src
Committed By: kre
Date: Sat Nov 2 12:46:49 UTC 2024
Modified Files:
src/sbin/gpt: add.c
Log Message:
PR bin/58806 Never create a partition with a null guid
If a new partition entry being added doesn't already have a guid,
make one for it.
To generate a
Module Name:src
Committed By: mlelstv
Date: Sun Oct 20 13:49:41 UTC 2024
Modified Files:
src/sbin/wsconsctl: display.c
Log Message:
Handle EDID data larger than 256 bytes.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sbin/wsconsctl/display.c
Please
Module Name:src
Committed By: mlelstv
Date: Sun Oct 20 13:49:41 UTC 2024
Modified Files:
src/sbin/wsconsctl: display.c
Log Message:
Handle EDID data larger than 256 bytes.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sbin/wsconsctl/display.c
Please
Module Name:src
Committed By: mlelstv
Date: Sun Oct 20 13:44:37 UTC 2024
Modified Files:
src/sbin/wsconsctl: display.c
Log Message:
Retrieve configured console font with WSDISPLAYIO_GFONT.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sbin/wsconsctl/d
Module Name:src
Committed By: mlelstv
Date: Sun Oct 20 13:44:37 UTC 2024
Modified Files:
src/sbin/wsconsctl: display.c
Log Message:
Retrieve configured console font with WSDISPLAYIO_GFONT.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sbin/wsconsctl/d
Module Name:src
Committed By: mlelstv
Date: Sun Oct 20 08:46:02 UTC 2024
Modified Files:
src/sbin/wsconsctl: util.c
Log Message:
Add descriptions for all display types in wsconsio.h.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sbin/wsconsctl/util.c
Module Name:src
Committed By: mlelstv
Date: Sun Oct 20 08:46:02 UTC 2024
Modified Files:
src/sbin/wsconsctl: util.c
Log Message:
Add descriptions for all display types in wsconsio.h.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sbin/wsconsctl/util.c
Module Name:src
Committed By: mlelstv
Date: Sun Oct 20 08:21:30 UTC 2024
Modified Files:
src/sbin/gpt: gpt.c gpt_private.h gpt_uuid.c uuid.c
Log Message:
When generating timestamp based GUIDs for reproducable builds
- increment timestamp by 100ns for each partition.
- use
Module Name:src
Committed By: mlelstv
Date: Sun Oct 20 08:21:30 UTC 2024
Modified Files:
src/sbin/gpt: gpt.c gpt_private.h gpt_uuid.c uuid.c
Log Message:
When generating timestamp based GUIDs for reproducable builds
- increment timestamp by 100ns for each partition.
- use
Module Name:src
Committed By: riastradh
Date: Wed Oct 9 19:44:17 UTC 2024
Modified Files:
src/sbin/cgdconfig: cgdconfig.8
Log Message:
cgdconfig(8): Estimate verify methods' false accept probabilities.
An addendum following discussion around:
PR bin/58212: cgdconfig(8):
Module Name:src
Committed By: riastradh
Date: Wed Oct 9 19:44:17 UTC 2024
Modified Files:
src/sbin/cgdconfig: cgdconfig.8
Log Message:
cgdconfig(8): Estimate verify methods' false accept probabilities.
An addendum following discussion around:
PR bin/58212: cgdconfig(8):
Module Name:src
Committed By: rillig
Date: Fri Oct 4 11:38:45 UTC 2024
Modified Files:
src/sbin/dump: main.c
Log Message:
dump: suppress lint warning about "effectively discards 'const'"
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/sbin/dump/main.c
Module Name:src
Committed By: rillig
Date: Fri Oct 4 11:38:45 UTC 2024
Modified Files:
src/sbin/dump: main.c
Log Message:
dump: suppress lint warning about "effectively discards 'const'"
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/sbin/dump/main.c
Module Name:src
Committed By: roy
Date: Wed Sep 25 14:55:31 UTC 2024
Modified Files:
src/sbin/ifconfig: ifconfig.8
Log Message:
ifconfig.8: -s only looks at interface link state
To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 src/sbin/ifconfig/ifconfig.8
Module Name:src
Committed By: roy
Date: Wed Sep 25 14:55:31 UTC 2024
Modified Files:
src/sbin/ifconfig: ifconfig.8
Log Message:
ifconfig.8: -s only looks at interface link state
To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 src/sbin/ifconfig/ifconfig.8
Module Name:src
Committed By: mlelstv
Date: Sat Sep 14 08:30:44 UTC 2024
Modified Files:
src/sbin/dkctl: dkctl.8 dkctl.c
Log Message:
Expose DIOCGMEDIASIZE, DIOCGSECTORSIZE with new getgeometry command.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sb
Module Name:src
Committed By: mlelstv
Date: Sat Sep 14 08:30:44 UTC 2024
Modified Files:
src/sbin/dkctl: dkctl.8 dkctl.c
Log Message:
Expose DIOCGMEDIASIZE, DIOCGSECTORSIZE with new getgeometry command.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sb
Module Name:src
Committed By: mlelstv
Date: Fri Sep 13 11:11:30 UTC 2024
Modified Files:
src/sbin/gpt: biosboot.c
Log Message:
Don't use kernel type daddr_t for disk offsets.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sbin/gpt/biosboot.c
Please no
Module Name:src
Committed By: mlelstv
Date: Fri Sep 13 11:11:30 UTC 2024
Modified Files:
src/sbin/gpt: biosboot.c
Log Message:
Don't use kernel type daddr_t for disk offsets.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sbin/gpt/biosboot.c
Please no
Module Name:src
Committed By: mlelstv
Date: Fri Sep 13 11:07:35 UTC 2024
Modified Files:
src/sbin/gpt: show.c
Log Message:
Use destination variable also to determine size. No binary change, both
buffers are of the same size.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: mlelstv
Date: Fri Sep 13 11:07:35 UTC 2024
Modified Files:
src/sbin/gpt: show.c
Log Message:
Use destination variable also to determine size. No binary change, both
buffers are of the same size.
To generate a diff of this commit:
cvs rdiff -
1 - 100 of 875 matches
Mail list logo