Page MenuHomeFreeBSD

ivy (Lexi Winter)
User

Projects

User Details

User Since
Dec 29 2023, 4:47 PM (71 w, 6 d)

Recent Activity

Today

ivy committed rG2d22d54fc4ab: newsyslog.conf.d/opensm.conf: remove leading blank line (authored by dvl).
newsyslog.conf.d/opensm.conf: remove leading blank line
Thu, May 15, 12:05 AM
ivy committed rGa1215090416b: link_addr: be more strict about address formats (authored by ivy).
link_addr: be more strict about address formats
Thu, May 15, 12:05 AM
ivy committed rGe7bcd658eb30: packages: move floppy utilities into a new package (authored by ivy).
packages: move floppy utilities into a new package
Thu, May 15, 12:05 AM
ivy committed rG145162ff1f9f: service(8): move to the rc package (authored by ivy).
service(8): move to the rc package
Thu, May 15, 12:05 AM
ivy committed rGf6328f052518: rc.subr: remove the dependency on bsdconfig (authored by ivy).
rc.subr: remove the dependency on bsdconfig
Thu, May 15, 12:05 AM
ivy committed rG0829839fd0cd: traceroute.8: improve the documentation of -P (authored by ivy).
traceroute.8: improve the documentation of -P
Thu, May 15, 12:05 AM
ivy closed D49936: link_addr: only accept '.' and ':' as separators.
Thu, May 15, 12:05 AM
ivy committed rG8ff7c4d56f21: RELNOTES: document bridge(4) member_ifaddrs change (authored by ivy).
RELNOTES: document bridge(4) member_ifaddrs change
Thu, May 15, 12:05 AM
ivy closed D50291: packages: move floppy utilities into a new package.
Thu, May 15, 12:04 AM
ivy committed rGb61850c4e6f6: bridge(4): default net.link.bridge.member_ifaddrs to false (authored by ivy).
bridge(4): default net.link.bridge.member_ifaddrs to false
Thu, May 15, 12:04 AM
ivy closed D50326: service(8): move to the rc package.
Thu, May 15, 12:04 AM
ivy committed rG7a8747f53498: libpam: provide a real /etc/pam.d/ftp (authored by ivy).
libpam: provide a real /etc/pam.d/ftp
Thu, May 15, 12:04 AM
ivy closed D50325: rc.subr: remove the dependency on bsdconfig.
Thu, May 15, 12:04 AM
ivy closed D50329: RELNOTES: document bridge(4) member_ifaddrs change.
Thu, May 15, 12:04 AM
ivy committed rG2b05168eb864: periodic: move some periodic scripts to their packages (authored by ivy).
periodic: move some periodic scripts to their packages
Thu, May 15, 12:04 AM
ivy closed D50328: bridge(4): default net.link.bridge.member_ifaddrs to false.
Thu, May 15, 12:04 AM
ivy closed D50339: libpam: provide a real /etc/pam.d/ftp.
Thu, May 15, 12:04 AM
ivy closed D50341: periodic: move some periodic scripts to their packages.
Thu, May 15, 12:04 AM

Yesterday

ivy added a comment to D50019: tcp: allow connections to IPv6 anycast address.

i intend to land this on Saturday unless anyone objects before then.

Wed, May 14, 11:42 PM
ivy added a reviewer for D50287: ctlstat: move to iSCSI package: jhb.
Wed, May 14, 9:50 PM
ivy accepted D50289: build.7: Improve building pkgbase.
Wed, May 14, 9:03 PM
ivy added inline comments to D50289: build.7: Improve building pkgbase.
Wed, May 14, 8:11 PM
ivy accepted D50355: build.7: PORTS_MODULES incompatible with pkgbase.
Wed, May 14, 7:55 PM
ivy added inline comments to D50289: build.7: Improve building pkgbase.
Wed, May 14, 6:11 PM
ivy requested changes to D50289: build.7: Improve building pkgbase.

as discussed on IRC, if you want to document the current situation, i agree with @markj that the section on update-packages needs more detail, specifically about how it only adds changed packages to the new repository.

Wed, May 14, 5:26 PM
ivy added a comment to D50289: build.7: Improve building pkgbase.

can we just have a single target (for example, make packages) which either creates or updates the repository? if necessary there could also be a make clean-packages target but i'm not sure this is needed, you can just delete the repository if you want that.

Wed, May 14, 3:27 PM
ivy accepted D50343: ng_sample: As defined in MISRA-C, use resp == NULL.
Wed, May 14, 2:45 PM
ivy added inline comments to D50325: rc.subr: remove the dependency on bsdconfig.
Wed, May 14, 2:38 PM
ivy added a comment to D50339: libpam: provide a real /etc/pam.d/ftp.

actually i see the file was previously installed in the ftp package (not ftpd) which seems also dubious as that's for the FTP client, which won't be using PAM at all. so i think the change is still right but i'll clarify the commit message before landing.

Wed, May 14, 1:56 PM
ivy added a comment to D50339: libpam: provide a real /etc/pam.d/ftp.

i've tested pkg upgrade with this change and it is not confused by replacing the hard link with a separate file as far as i can tell (e.g., it doesn't replace /etc/pam.d/ftpd with the contents of /etc/pam.d/ftp).

Wed, May 14, 1:38 PM
ivy updated the summary of D50339: libpam: provide a real /etc/pam.d/ftp.
Wed, May 14, 1:38 PM
ivy updated the diff for D50339: libpam: provide a real /etc/pam.d/ftp.

per comments, remove the link

Wed, May 14, 1:37 PM
ivy retitled D50339: libpam: provide a real /etc/pam.d/ftp from libpam: install /etc/pam.d/ftp correctly to libpam: provide a real /etc/pam.d/ftp.
Wed, May 14, 1:37 PM
ivy added a comment to D50339: libpam: provide a real /etc/pam.d/ftp.

if we're intending for this file to be used by ports, FreeBSD-ftpd may not be the right place to put it in the first place; perhaps it should live in -runtime with (most of) the rest of the PAM configs?

Wed, May 14, 12:51 PM
ivy added a comment to D50339: libpam: provide a real /etc/pam.d/ftp.

Looking at the target from a broader view, it seems like it only exists because we don't have a notion of per-group LINKS.

Wed, May 14, 12:19 PM
ivy added a comment to D50339: libpam: provide a real /etc/pam.d/ftp.
In D50339#1148701, @des wrote:

I would prefer fixing the mk scripts, if that's not too much work?

Wed, May 14, 11:50 AM
ivy updated the diff for D50339: libpam: provide a real /etc/pam.d/ftp.

use FTPTAG_ARGS

Wed, May 14, 11:49 AM

Tue, May 13

ivy requested review of D50341: periodic: move some periodic scripts to their packages.
Tue, May 13, 11:43 PM
ivy requested review of D50339: libpam: provide a real /etc/pam.d/ftp.
Tue, May 13, 10:40 PM
ivy updated the diff for D50328: bridge(4): default net.link.bridge.member_ifaddrs to false.

add an UPDATING entry

Tue, May 13, 9:31 PM
ivy requested review of D50336: traceroute tests: fix the test when SCTP is supported.
Tue, May 13, 8:07 PM
ivy updated the diff for D50328: bridge(4): default net.link.bridge.member_ifaddrs to false.

also initialise the variable to false

Tue, May 13, 2:47 PM
ivy added a reviewer for D50328: bridge(4): default net.link.bridge.member_ifaddrs to false: manpages.
Tue, May 13, 2:36 PM
ivy added a comment to D50329: RELNOTES: document bridge(4) member_ifaddrs change.

i'll update the commit id when landing this

Tue, May 13, 2:33 PM
ivy added a reviewer for D50328: bridge(4): default net.link.bridge.member_ifaddrs to false: network.
Tue, May 13, 2:33 PM
ivy requested review of D50329: RELNOTES: document bridge(4) member_ifaddrs change.
Tue, May 13, 2:32 PM
ivy requested review of D50328: bridge(4): default net.link.bridge.member_ifaddrs to false.
Tue, May 13, 2:32 PM
ivy updated the diff for D50325: rc.subr: remove the dependency on bsdconfig.

review fixes

Tue, May 13, 12:27 PM
ivy added inline comments to D50325: rc.subr: remove the dependency on bsdconfig.
Tue, May 13, 10:49 AM
ivy committed rG313713b24c6d: column(1): add -l flag (authored by ivy).
column(1): add -l flag
Tue, May 13, 10:42 AM
ivy closed D50290: column(1): add -l flag.
Tue, May 13, 10:42 AM
ivy requested review of D50326: service(8): move to the rc package.
Tue, May 13, 10:17 AM
ivy added a comment to D50325: rc.subr: remove the dependency on bsdconfig.

although i don't think rc.subr should depend on bsdconfig in general, the real purpose of this change is to let us move bsdconfig out of the FreeBSD-utilities package in pkgbase.

Tue, May 13, 10:01 AM
ivy requested review of D50325: rc.subr: remove the dependency on bsdconfig.
Tue, May 13, 10:00 AM
ivy updated the diff for D50290: column(1): add -l flag.

review fixes

Tue, May 13, 9:04 AM

Mon, May 12

ivy abandoned D50099: netinet6: make RFC4291 anycast conformance a sysctl.

closing this in favour of D50019. thank you everyone for your input on a surprisingly complicated issue :-)

Mon, May 12, 11:07 PM
ivy committed rG0268d03ba195: svcj: add "routing" option (authored by ivy).
svcj: add "routing" option
Mon, May 12, 10:28 PM
ivy closed D49844: svcj: add "routing" option.
Mon, May 12, 10:28 PM
ivy committed rG3a53fe2cc4b7: jail: add allow.routing jail permission (authored by ivy).
jail: add allow.routing jail permission
Mon, May 12, 10:28 PM
ivy closed D49843: jail: add allow.routing jail permission.
Mon, May 12, 10:27 PM
ivy added a comment to D50292: deprecate RIP.

RIP is quite a simple routing protocol to be implemented, and can be found from lots of routers. It is still available from modern routers, even modern networks prefer other routing protocols.

Mon, May 12, 9:46 PM

Sun, May 11

ivy accepted D50293: e6000sw.4: Initial manual page.

this seems fine to me, but add a license and perhaps don't MFC it until the DESCRIPTION has been improved a bit, for example, "The .Nm driver supports Marvel 88E61xx switch chips". no one really knows what these do anyway since the documentation is a trade secret.

Sun, May 11, 1:32 AM
ivy updated the diff for D50292: deprecate RIP.

fix an error in the route6d.8 manpage

Sun, May 11, 1:18 AM
ivy requested review of D50292: deprecate RIP.
Sun, May 11, 1:11 AM
ivy added a comment to D50291: packages: move floppy utilities into a new package.

i appreciate the concern but i don't know what else we'd use "fd" for - it's not like we need a package of file descriptors (in case people run out). since all the tools start are called fd* and floppy disks were historically /dev/fd* this seems like a good name.

Sun, May 11, 12:27 AM

Sat, May 10

ivy requested review of D50291: packages: move floppy utilities into a new package.
Sat, May 10, 11:36 PM
ivy added a comment to D50290: column(1): add -l flag.

will bump Dd before landing

Sat, May 10, 9:39 PM
ivy requested review of D50290: column(1): add -l flag.
Sat, May 10, 9:38 PM
ivy accepted D50277: make.conf.5: add CPUTYPE?= note from UPDATING.
Sat, May 10, 9:25 PM
ivy accepted D50277: make.conf.5: add CPUTYPE?= note from UPDATING.

appears correct based on UPDATING and also my memory of how you're meant to set this.

Sat, May 10, 9:01 PM
ivy requested review of D50287: ctlstat: move to iSCSI package.
Sat, May 10, 7:58 PM
ivy added inline comments to D49936: link_addr: only accept '.' and ':' as separators.
Sat, May 10, 6:15 PM
ivy added a comment to D50286: packages: rename elftoolchain to toolchain, add more things.

if this lands i will send a heads up to current@ and pkgbase@ since we don't really have a good way to handle adding new packages right now.

Sat, May 10, 6:12 PM
ivy requested review of D50286: packages: rename elftoolchain to toolchain, add more things.
Sat, May 10, 6:12 PM
ivy requested review of D50285: packages: move smbfs examples to the smbutils package.
Sat, May 10, 5:22 PM
ivy updated the diff for D50284: packages: handle suffixes in generate-ucl.lua.

tweak a comment to be more informative

Sat, May 10, 4:57 PM
ivy requested review of D50284: packages: handle suffixes in generate-ucl.lua.
Sat, May 10, 4:43 PM
ivy requested review of D50283: packages: handle dependencies in ucl.
Sat, May 10, 3:51 PM
ivy requested review of D50281: packages: make UCL files required.
Sat, May 10, 12:48 PM
ivy updated the diff for D50280: packages: create UCL files for package descriptions.

fix rcmds ucl; this was converted wrong due to its different Makefile syntax.

Sat, May 10, 12:14 PM
ivy requested review of D50280: packages: create UCL files for package descriptions.
Sat, May 10, 10:29 AM
ivy updated the diff for D50160: packages: move ucl files to a subdirectory.

new version:

Sat, May 10, 9:57 AM

Fri, May 9

ivy committed rG8c7d193e3cbe: net/if_dl.h: add param names in prototypes (authored by ivy).
net/if_dl.h: add param names in prototypes
Fri, May 9, 10:51 PM
ivy committed rG7e0c5e0128c4: sys/cdefs.h: add __nodiscard annotation (authored by ivy).
sys/cdefs.h: add __nodiscard annotation
Fri, May 9, 10:51 PM
ivy closed D50219: net/if_dl.h: add param names in prototypes.
Fri, May 9, 10:51 PM
ivy closed D50217: sys/cdefs.h: add __nodiscard annotation.
Fri, May 9, 10:51 PM
ivy added inline comments to D48693: build/development.7: System building examples.
Fri, May 9, 4:40 PM
ivy added inline comments to D49936: link_addr: only accept '.' and ':' as separators.
Fri, May 9, 3:28 PM
ivy updated the diff for D49936: link_addr: only accept '.' and ':' as separators.

review fixes

Fri, May 9, 3:28 PM
ivy added inline comments to D49936: link_addr: only accept '.' and ':' as separators.
Fri, May 9, 2:18 PM
ivy added inline comments to D49936: link_addr: only accept '.' and ':' as separators.
Fri, May 9, 2:11 PM
ivy updated the diff for D49936: link_addr: only accept '.' and ':' as separators.

update __FreeBSD_version. this got lost during the rebase.

Fri, May 9, 1:46 PM
ivy updated the summary of D49936: link_addr: only accept '.' and ':' as separators.
Fri, May 9, 1:29 PM
ivy updated the diff for D49936: link_addr: only accept '.' and ':' as separators.

new version of link_addr().

Fri, May 9, 1:28 PM
ivy updated the diff for D50217: sys/cdefs.h: add __nodiscard annotation.

mention std::ignore in cdefs.9 for C++

Fri, May 9, 9:41 AM
ivy added a reviewer for D50217: sys/cdefs.h: add __nodiscard annotation: manpages.
Fri, May 9, 9:21 AM
ivy updated the summary of D50217: sys/cdefs.h: add __nodiscard annotation.
Fri, May 9, 9:19 AM
ivy updated the summary of D50217: sys/cdefs.h: add __nodiscard annotation.
Fri, May 9, 9:18 AM
ivy updated the diff for D50217: sys/cdefs.h: add __nodiscard annotation.
  • add doc in cdefs.9
  • remove result_use_or_ignore_check and replace uses of it with nodiscard
Fri, May 9, 9:16 AM

Wed, May 7

ivy accepted D50247: mail: remove the SIGHUP handler from lex.c.

okay, in that case POSIX gives me no other option than to approve this change

Wed, May 7, 9:25 PM