]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2022-05-03  Roy MarplesIPv6: Resolicit a router just before it expires naturally resolicit-router
2022-04-20  Roy MarplesLinux: Use netlink to workout address flags
2022-03-31  Wu Xiaotianadd support for loongarch64 (#93)
2022-03-12  Roy Marplesduid: Disable use of machine UUID by default.
2022-02-24  Roy Marpleshooks: Use command -v rather than type
2022-02-24  Roy MarplesBump dates for prior
2022-02-24  Martin-Éric... Fixes manual page typos found by Lintian
2021-11-13  Roy Marplesdhcpcd.8: remove reference to 02-dump hook script
2021-11-13  Ben WoodsAdd epair(4) to the ignored interface types list (#73)
2021-11-12  Roy Marplesprivsep: Only set RLIMIT_NOFILES for supported platforms
2021-10-27  Veronika Kremnevasrc/privsep-linux.c: Add support of Synopsys ARC64...
2021-10-20  Roy Marplesprivsep: and again on OpenBSD
2021-10-20  Roy Marplesprivsep: Fix compile on Dragonfly BSD
2021-10-18  Roy MarplesREADME.md: Remove non existant man page links.
2021-10-14  Roy MarplesDHCP: Set INFORM state only when we are about to inform
2021-10-14  Kaelan MikowiczDHCP: Fix infinite INFORM messages
2021-10-12  Philip Paepsprivsep: Fix getting interface VLANID on BSD (#58)
2021-10-01  Roy MarplesDHCP6: Don't spam the log when a RA repeatedly triggers...
2021-08-31  Marian Cingelprivsep: Enforce proper alignment of serialized struct...
2021-08-31  Roy MarplesDHCP6: Only send FQDN for SOLICIT, REQUEST, RENEW,...
2021-08-31  Stefan SperlingFix rt_cmp_dest() for equivalent network prefixes with...
2021-08-31  Peter FabinskiUpdate man pages for default metric changes (#51)
2021-08-20  Craig McQueenFix parsing of hex/octal escapes in strings (#42)
2021-07-20  Roy MarplesMerge pull request #38 from concatime/posix-shell
2021-07-19  Roy MarplesBuild as dhcpcd-9.99 now we have a dhcpcd-9 branch.
2021-07-19  Roy MarplesIPv4LL: Don't remove statically assigned addresses
2021-05-04  Issam E. Maghniconfigure: test -a|o is not POSIX 38/head
2021-03-18  Roy MarplesFreeBSD: Finish EVFILT_PROCDESC implementation.
2021-03-17  Roy MarplesFix more new eloop fallout.
2021-03-17  Roy Marplesprivsep: Implement pdfork(2) for capsicum(4)
2021-03-17  Roy Marplesprivsep: Fix FreeBSD for prior
2021-03-17  Roy Marplesprivsep: Fix Linux support for prior
2021-03-17  Roy Marplesprivsep: Remove debug from prior
2021-03-17  Roy Marplesprivsep: Implement some process management
2021-03-17  Roy Marplesprivsep: Don't close control proxy on hangup
2021-03-10  Roy Marplescontrol: Fix working with new eloop
2021-03-08  Fabrice Fontainesrc/privsep-linux.c: add support for m68k (#29)
2021-03-08  Roy MarplesREADME.md: remove dead reference to phabricator
2021-02-20  Roy Marplescontrol: Cannot write with hangup
2021-02-16  Roy Marpleseloop: delete events from kqueue/epoll directly
2021-02-16  Roy Marpleslog a diagnostic here
2021-02-09  Roy Marplescontrol: Don't log error deleting fds from eloop.
2021-02-09  Roy MarplesBSD: Find the correct interface for tunneled routes
2021-02-08  Roy Marplescontrol: GC control deletion
2021-02-08  Fabrice Fontainesrc/privsep-linux.c: add support for arc (#28)
2021-02-07  Fabrice Fontainesrc/privsep-linux.c: add support for or1k (#27)
2021-02-05  Roy MarplesForce TOP as we know which directory we are in.
2021-02-05  Roy Marplescontrol fd can be both read and write.
2021-02-05  Fabrice Fontainesrc/privsep-linux: fix build on sparc (#26)
2021-02-05  Fabrice Fontainesrc/privsep-linux.c: add support for sh (#25)
2021-02-03  Roy MarplesFix tests
2021-02-02  Roy MarplesRename Privileged Actioneer to Privileged Proxy
2021-02-02  Roy MarplesRename Master to Manager
2021-02-02  Roy MarplesFix prior for epoll.
2021-02-02  Roy Marpleseloop: Make the API more like native poll/kqueue/epoll
2021-01-31  Roy MarplesAdd __NR_pselect6_time64 to priory
2021-01-31  Roy MarplesLinux: allow pselect(2) to work in SECCOMP
2021-01-31  Fabrice Fontaine src/privsep-linux.c: add support for microblaze (#24)
2021-01-31  Roy MarplesA belated welcome to 2021
2021-01-31  Fabrice Fontaine src/privsep-linux.c: add support for nios2 (#23)
2021-01-31  Roy MarplesTypo with prior
2021-01-31  Roy MarplesLinux: Add support for NDS32BE SECCOMP
2021-01-31  Fabrice Fontaine src/privsep-linux.c: add support for xtensa (#22)
2021-01-30  Roy Marplesimport-src: Improve target so we don't create empty...
2021-01-30  Roy Marplesimport-src: adjust build target so all .in files are...
2021-01-30  Fabrice Fontainesrc/privsep-linux.c: add support for nds32 (#21)
2021-01-30  Roy Marpleseloop: optimise the pselect code so it's not a wrapper...
2021-01-30  Roy Marpleseloop: Default to using ppoll(2) again.
2021-01-29  Roy Marpleseloop: Fix logic error with epoll reading test
2021-01-29  Roy Marpleseloop: Always free the pollfd buffer when clearing...
2021-01-29  Roy Marpleseloop: fix a memory leak when clearing events
2021-01-29  Roy MarplesWhitespace
2021-01-28  Roy Marpleseloop: fixup a compile warning
2021-01-28  Roy MarplesBSD: Plug a memory leak
2021-01-28  Roy MarplesLinux: Implement epoll(7) for eloop (again)
2021-01-28  Roy Marplescontrol: Don't log the write db didn't exist when freei...
2021-01-28  Roy Marplesprivsep: Restore the poll maxfd + 1 for state engine
2021-01-28  Roy MarplesDragonFly: cast away more kqueue compile warnings
2021-01-28  Roy MarplesFreeBSD: cast away some kqueue warnings
2021-01-28  Roy Marplesprivsep: Don't add 1 to max fd open when limiting resources
2021-01-28  Roy MarplesOpenBSD: Fix kqueue detection and one error.
2021-01-28  Roy MarplesBSD: Implement kqueue(2) for eloop (again)
2021-01-27  Roy Marplesprivsep: move setting signals to after clearing eloop
2021-01-27  Roy MarplesWhitespace
2021-01-27  Roy Marplesprivsep: Ensure BPF listener pid is logged in debug
2021-01-27  Roy Marplescontrol: log an error if we fail to remove the write...
2021-01-27  Roy MarplesWhitespace
2021-01-26  Roy Marplescontrol: unlink privileged socket when shutting down...
2021-01-24  Roy MarplesLinux: fix a memory leak when dhcpcd exits or the log... origin/HEAD origin/master
2021-01-24  Roy Marpleseloop: Allow eloop to process all fds returned from...
2021-01-18  Roy Marplesscript: Use rt_proto_add to ensure no duplicate interfa...
2020-12-28  Roy MarplesRelease dhcpcd-9.4.0 v9.4.0
2020-12-28  Roy Marplesscript: ignore inactive interfaces for ordering
2020-12-28  Roy MarplesDHCP: Split hardware address randomisation out of anony...
2020-12-27  Roy MarplesDHCP: For anonymous, just use a generic clientid
2020-12-27  Roy Marples20-resolv.conf: Don't call resolvconf -c if we didn...
2020-12-27  Roy MarplesCheck for NetBSD in prior, as we did before
2020-12-27  Roy Marplesdhcpcd: Don't roam when anonymous is set
2020-12-27  Roy MarplesNetBSD: Map IP Persistance to roaming
2020-12-27  Roy MarplesAdjust prior to build routes and run script after abort...
next