| Home | Sort by: relevance | last modified time | path |
1 2
| /src/etc/ | |
| ntp.conf | 1.20.16.2 Fri Dec 12 19:38:51 UTC 2025 martin Pull up following revision(s) (requested by andvar in ticket #1985): external/bsd/ntp/bin/ntptime/ntptime.8: revision 1.2 etc/ntp.conf: revision 1.24 share/man/man4/options.4: revision 1.532 Fix path to accopt.html in the comment. Seems unnoticed since netbsd 7 or so, but probably needs pullups. Fix path to ntp documentation. 1.23.6.1 Fri Dec 12 19:34:16 UTC 2025 martin Pull up following revision(s) (requested by andvar in ticket #120): external/bsd/ntp/bin/ntptime/ntptime.8: revision 1.2 etc/ntp.conf: revision 1.24 share/man/man4/options.4: revision 1.532 Fix path to accopt.html in the comment. Seems unnoticed since netbsd 7 or so, but probably needs pullups. Fix path to ntp documentation. 1.23.2.1 Fri Dec 12 19:36:34 UTC 2025 martin Pull up following revision(s) (requested by andvar in ticket #1206): external/bsd/ntp/bin/ntptime/ntptime.8: revision 1.2 etc/ntp.conf: revision 1.24 share/man/man4/options.4: revision 1.532 Fix path to accopt.html in the comment. Seems unnoticed since netbsd 7 or so, but probably needs pullups. Fix path to ntp documentation. |
| /src/sys/dev/vmt/ | |
| vmt_subr.c | 1.3.16.2 Wed Oct 01 14:58:37 UTC 2025 martin Pull up following revision(s) (requested by ozaki-r in ticket #1164): sys/net/link_proto.c: revision 1.41 sys/netinet6/in6.c: revision 1.293 sys/net/if.h: revision 1.307 sys/netinet/ip_icmp.c: revision 1.180 sys/dev/vmt/vmt_subr.c: revision 1.11 sys/netinet6/in6_var.h: revision 1.105 sys/netinet6/in6_var.h: revision 1.106 sys/net/if.c: revision 1.532 sys/net/if.c: revision 1.533 sys/netinet6/mld6.c: revision 1.102 sys/netinet/in_var.h: revision 1.104 sys/net/if_spppsubr.c: revision 1.270 sys/net/if_spppsubr.c: revision 1.271 sys/netinet6/nd6.c: revision 1.284 if: introduce if_first_addr() (and psref variant) It returns a first address (ifa) of a given family on a given interface. It will replace a bunch of open codes and make their intent clear. Apply if_first_addr() and if_first_addr_psref() in6: introduce in6ifa_first_lladdr() (and psref variant) It returns a first link-local address (ifa) on a given interface. Apply in6ifa_first_lladdr() and in6ifa_first_lladdr_psref() |
| /src/sys/dev/pci/ | |
| if_ena.c | 1.15.2.1 Fri Aug 09 16:06:39 UTC 2019 martin Pull up following revision(s) (requested by msaitoh in ticket #37): doc/3RDPARTY: revision 1.1641 sys/dev/pci/if_ena.c: revision 1.16 sys/arch/amd64/conf/GENERIC: revision 1.532 If the memory space's BAR and the MSI-X table is on the same BAR, reserve the space. Almost the same as nvme_pci.c and xhci_pci.c. Tested by ryoon@. Add ena(4). |
| /src/share/man/man4/ | |
| options.4 | 1.532 Fri Dec 12 07:05:52 UTC 2025 andvar Fix path to ntp documentation. 1.506.2.4 Fri Dec 12 19:38:51 UTC 2025 martin Pull up following revision(s) (requested by andvar in ticket #1985): external/bsd/ntp/bin/ntptime/ntptime.8: revision 1.2 etc/ntp.conf: revision 1.24 share/man/man4/options.4: revision 1.532 Fix path to accopt.html in the comment. Seems unnoticed since netbsd 7 or so, but probably needs pullups. Fix path to ntp documentation. 1.523.2.3 Fri Dec 12 19:36:34 UTC 2025 martin Pull up following revision(s) (requested by andvar in ticket #1206): external/bsd/ntp/bin/ntptime/ntptime.8: revision 1.2 etc/ntp.conf: revision 1.24 share/man/man4/options.4: revision 1.532 Fix path to accopt.html in the comment. Seems unnoticed since netbsd 7 or so, but probably needs pullups. Fix path to ntp documentation. 1.531.2.1 Fri Dec 12 19:34:16 UTC 2025 martin Pull up following revision(s) (requested by andvar in ticket #120): external/bsd/ntp/bin/ntptime/ntptime.8: revision 1.2 etc/ntp.conf: revision 1.24 share/man/man4/options.4: revision 1.532 Fix path to accopt.html in the comment. Seems unnoticed since netbsd 7 or so, but probably needs pullups. Fix path to ntp documentation. |
| Makefile | 1.532 Sun Nov 07 01:12:22 UTC 2010 jakllsch Add schide(4) man page. |
| /src/sys/net/ | |
| link_proto.c | 1.40.4.1 Wed Oct 01 14:58:36 UTC 2025 martin Pull up following revision(s) (requested by ozaki-r in ticket #1164): sys/net/link_proto.c: revision 1.41 sys/netinet6/in6.c: revision 1.293 sys/net/if.h: revision 1.307 sys/netinet/ip_icmp.c: revision 1.180 sys/dev/vmt/vmt_subr.c: revision 1.11 sys/netinet6/in6_var.h: revision 1.105 sys/netinet6/in6_var.h: revision 1.106 sys/net/if.c: revision 1.532 sys/net/if.c: revision 1.533 sys/netinet6/mld6.c: revision 1.102 sys/netinet/in_var.h: revision 1.104 sys/net/if_spppsubr.c: revision 1.270 sys/net/if_spppsubr.c: revision 1.271 sys/netinet6/nd6.c: revision 1.284 if: introduce if_first_addr() (and psref variant) It returns a first address (ifa) of a given family on a given interface. It will replace a bunch of open codes and make their intent clear. Apply if_first_addr() and if_first_addr_psref() in6: introduce in6ifa_first_lladdr() (and psref variant) It returns a first link-local address (ifa) on a given interface. Apply in6ifa_first_lladdr() and in6ifa_first_lladdr_psref() |
| if_spppsubr.c | 1.266.4.1 Wed Oct 01 14:58:36 UTC 2025 martin Pull up following revision(s) (requested by ozaki-r in ticket #1164): sys/net/link_proto.c: revision 1.41 sys/netinet6/in6.c: revision 1.293 sys/net/if.h: revision 1.307 sys/netinet/ip_icmp.c: revision 1.180 sys/dev/vmt/vmt_subr.c: revision 1.11 sys/netinet6/in6_var.h: revision 1.105 sys/netinet6/in6_var.h: revision 1.106 sys/net/if.c: revision 1.532 sys/net/if.c: revision 1.533 sys/netinet6/mld6.c: revision 1.102 sys/netinet/in_var.h: revision 1.104 sys/net/if_spppsubr.c: revision 1.270 sys/net/if_spppsubr.c: revision 1.271 sys/netinet6/nd6.c: revision 1.284 if: introduce if_first_addr() (and psref variant) It returns a first address (ifa) of a given family on a given interface. It will replace a bunch of open codes and make their intent clear. Apply if_first_addr() and if_first_addr_psref() in6: introduce in6ifa_first_lladdr() (and psref variant) It returns a first link-local address (ifa) on a given interface. Apply in6ifa_first_lladdr() and in6ifa_first_lladdr_psref() |
| if.c | 1.532 Thu Jun 05 06:28:12 UTC 2025 ozaki-r if: introduce if_first_addr() (and psref variant) It returns a first address (ifa) of a given family on a given interface. It will replace a bunch of open codes and make their intent clear. 1.528.2.2 Wed Oct 01 14:58:36 UTC 2025 martin Pull up following revision(s) (requested by ozaki-r in ticket #1164): sys/net/link_proto.c: revision 1.41 sys/netinet6/in6.c: revision 1.293 sys/net/if.h: revision 1.307 sys/netinet/ip_icmp.c: revision 1.180 sys/dev/vmt/vmt_subr.c: revision 1.11 sys/netinet6/in6_var.h: revision 1.105 sys/netinet6/in6_var.h: revision 1.106 sys/net/if.c: revision 1.532 sys/net/if.c: revision 1.533 sys/netinet6/mld6.c: revision 1.102 sys/netinet/in_var.h: revision 1.104 sys/net/if_spppsubr.c: revision 1.270 sys/net/if_spppsubr.c: revision 1.271 sys/netinet6/nd6.c: revision 1.284 if: introduce if_first_addr() (and psref variant) It returns a first address (ifa) of a given family on a given interface. It will replace a bunch of open codes and make their intent clear. Apply if_first_addr() and if_first_addr_psref() in6: introduce in6ifa_first_lladdr() (and psref variant) It returns a first link-local address (ifa) on a given interface. Apply in6ifa_first_lladdr() and in6ifa_first_lladdr_psref() |
| if.h | 1.304.2.1 Wed Oct 01 14:58:36 UTC 2025 martin Pull up following revision(s) (requested by ozaki-r in ticket #1164): sys/net/link_proto.c: revision 1.41 sys/netinet6/in6.c: revision 1.293 sys/net/if.h: revision 1.307 sys/netinet/ip_icmp.c: revision 1.180 sys/dev/vmt/vmt_subr.c: revision 1.11 sys/netinet6/in6_var.h: revision 1.105 sys/netinet6/in6_var.h: revision 1.106 sys/net/if.c: revision 1.532 sys/net/if.c: revision 1.533 sys/netinet6/mld6.c: revision 1.102 sys/netinet/in_var.h: revision 1.104 sys/net/if_spppsubr.c: revision 1.270 sys/net/if_spppsubr.c: revision 1.271 sys/netinet6/nd6.c: revision 1.284 if: introduce if_first_addr() (and psref variant) It returns a first address (ifa) of a given family on a given interface. It will replace a bunch of open codes and make their intent clear. Apply if_first_addr() and if_first_addr_psref() in6: introduce in6ifa_first_lladdr() (and psref variant) It returns a first link-local address (ifa) on a given interface. Apply in6ifa_first_lladdr() and in6ifa_first_lladdr_psref() |
| /src/sys/netinet/ | |
| in_var.h | 1.103.2.2 Wed Oct 01 14:58:37 UTC 2025 martin Pull up following revision(s) (requested by ozaki-r in ticket #1164): sys/net/link_proto.c: revision 1.41 sys/netinet6/in6.c: revision 1.293 sys/net/if.h: revision 1.307 sys/netinet/ip_icmp.c: revision 1.180 sys/dev/vmt/vmt_subr.c: revision 1.11 sys/netinet6/in6_var.h: revision 1.105 sys/netinet6/in6_var.h: revision 1.106 sys/net/if.c: revision 1.532 sys/net/if.c: revision 1.533 sys/netinet6/mld6.c: revision 1.102 sys/netinet/in_var.h: revision 1.104 sys/net/if_spppsubr.c: revision 1.270 sys/net/if_spppsubr.c: revision 1.271 sys/netinet6/nd6.c: revision 1.284 if: introduce if_first_addr() (and psref variant) It returns a first address (ifa) of a given family on a given interface. It will replace a bunch of open codes and make their intent clear. Apply if_first_addr() and if_first_addr_psref() in6: introduce in6ifa_first_lladdr() (and psref variant) It returns a first link-local address (ifa) on a given interface. Apply in6ifa_first_lladdr() and in6ifa_first_lladdr_psref() |
| ip_icmp.c | 1.178.4.1 Wed Oct 01 14:58:36 UTC 2025 martin Pull up following revision(s) (requested by ozaki-r in ticket #1164): sys/net/link_proto.c: revision 1.41 sys/netinet6/in6.c: revision 1.293 sys/net/if.h: revision 1.307 sys/netinet/ip_icmp.c: revision 1.180 sys/dev/vmt/vmt_subr.c: revision 1.11 sys/netinet6/in6_var.h: revision 1.105 sys/netinet6/in6_var.h: revision 1.106 sys/net/if.c: revision 1.532 sys/net/if.c: revision 1.533 sys/netinet6/mld6.c: revision 1.102 sys/netinet/in_var.h: revision 1.104 sys/net/if_spppsubr.c: revision 1.270 sys/net/if_spppsubr.c: revision 1.271 sys/netinet6/nd6.c: revision 1.284 if: introduce if_first_addr() (and psref variant) It returns a first address (ifa) of a given family on a given interface. It will replace a bunch of open codes and make their intent clear. Apply if_first_addr() and if_first_addr_psref() in6: introduce in6ifa_first_lladdr() (and psref variant) It returns a first link-local address (ifa) on a given interface. Apply in6ifa_first_lladdr() and in6ifa_first_lladdr_psref() |
| /src/sys/netinet6/ | |
| in6_var.h | 1.104.20.1 Wed Oct 01 14:58:36 UTC 2025 martin Pull up following revision(s) (requested by ozaki-r in ticket #1164): sys/net/link_proto.c: revision 1.41 sys/netinet6/in6.c: revision 1.293 sys/net/if.h: revision 1.307 sys/netinet/ip_icmp.c: revision 1.180 sys/dev/vmt/vmt_subr.c: revision 1.11 sys/netinet6/in6_var.h: revision 1.105 sys/netinet6/in6_var.h: revision 1.106 sys/net/if.c: revision 1.532 sys/net/if.c: revision 1.533 sys/netinet6/mld6.c: revision 1.102 sys/netinet/in_var.h: revision 1.104 sys/net/if_spppsubr.c: revision 1.270 sys/net/if_spppsubr.c: revision 1.271 sys/netinet6/nd6.c: revision 1.284 if: introduce if_first_addr() (and psref variant) It returns a first address (ifa) of a given family on a given interface. It will replace a bunch of open codes and make their intent clear. Apply if_first_addr() and if_first_addr_psref() in6: introduce in6ifa_first_lladdr() (and psref variant) It returns a first link-local address (ifa) on a given interface. Apply in6ifa_first_lladdr() and in6ifa_first_lladdr_psref() |
| mld6.c | 1.101.26.1 Wed Oct 01 14:58:36 UTC 2025 martin Pull up following revision(s) (requested by ozaki-r in ticket #1164): sys/net/link_proto.c: revision 1.41 sys/netinet6/in6.c: revision 1.293 sys/net/if.h: revision 1.307 sys/netinet/ip_icmp.c: revision 1.180 sys/dev/vmt/vmt_subr.c: revision 1.11 sys/netinet6/in6_var.h: revision 1.105 sys/netinet6/in6_var.h: revision 1.106 sys/net/if.c: revision 1.532 sys/net/if.c: revision 1.533 sys/netinet6/mld6.c: revision 1.102 sys/netinet/in_var.h: revision 1.104 sys/net/if_spppsubr.c: revision 1.270 sys/net/if_spppsubr.c: revision 1.271 sys/netinet6/nd6.c: revision 1.284 if: introduce if_first_addr() (and psref variant) It returns a first address (ifa) of a given family on a given interface. It will replace a bunch of open codes and make their intent clear. Apply if_first_addr() and if_first_addr_psref() in6: introduce in6ifa_first_lladdr() (and psref variant) It returns a first link-local address (ifa) on a given interface. Apply in6ifa_first_lladdr() and in6ifa_first_lladdr_psref() |
| in6.c | 1.288.2.4 Wed Oct 01 14:58:36 UTC 2025 martin Pull up following revision(s) (requested by ozaki-r in ticket #1164): sys/net/link_proto.c: revision 1.41 sys/netinet6/in6.c: revision 1.293 sys/net/if.h: revision 1.307 sys/netinet/ip_icmp.c: revision 1.180 sys/dev/vmt/vmt_subr.c: revision 1.11 sys/netinet6/in6_var.h: revision 1.105 sys/netinet6/in6_var.h: revision 1.106 sys/net/if.c: revision 1.532 sys/net/if.c: revision 1.533 sys/netinet6/mld6.c: revision 1.102 sys/netinet/in_var.h: revision 1.104 sys/net/if_spppsubr.c: revision 1.270 sys/net/if_spppsubr.c: revision 1.271 sys/netinet6/nd6.c: revision 1.284 if: introduce if_first_addr() (and psref variant) It returns a first address (ifa) of a given family on a given interface. It will replace a bunch of open codes and make their intent clear. Apply if_first_addr() and if_first_addr_psref() in6: introduce in6ifa_first_lladdr() (and psref variant) It returns a first link-local address (ifa) on a given interface. Apply in6ifa_first_lladdr() and in6ifa_first_lladdr_psref() |
| nd6.c | 1.279.4.4 Wed Oct 01 14:58:36 UTC 2025 martin Pull up following revision(s) (requested by ozaki-r in ticket #1164): sys/net/link_proto.c: revision 1.41 sys/netinet6/in6.c: revision 1.293 sys/net/if.h: revision 1.307 sys/netinet/ip_icmp.c: revision 1.180 sys/dev/vmt/vmt_subr.c: revision 1.11 sys/netinet6/in6_var.h: revision 1.105 sys/netinet6/in6_var.h: revision 1.106 sys/net/if.c: revision 1.532 sys/net/if.c: revision 1.533 sys/netinet6/mld6.c: revision 1.102 sys/netinet/in_var.h: revision 1.104 sys/net/if_spppsubr.c: revision 1.270 sys/net/if_spppsubr.c: revision 1.271 sys/netinet6/nd6.c: revision 1.284 if: introduce if_first_addr() (and psref variant) It returns a first address (ifa) of a given family on a given interface. It will replace a bunch of open codes and make their intent clear. Apply if_first_addr() and if_first_addr_psref() in6: introduce in6ifa_first_lladdr() (and psref variant) It returns a first link-local address (ifa) on a given interface. Apply in6ifa_first_lladdr() and in6ifa_first_lladdr_psref() |
| /src/distrib/sets/lists/base/ | |
| mi | 1.532 Tue Mar 15 16:05:03 UTC 2005 peter branches: 1.532.2; Install pf(4) examples. Reviewed by yamt@. Thanks to hubertf@ for the reminder. Tue Mar 15 16:05:03 UTC 2005 peter branches: 1.532.2; Install pf(4) examples. Reviewed by yamt@. Thanks to hubertf@ for the reminder. 1.532.2.34 Tue Nov 18 21:33:17 UTC 2008 bouyer pullup the following revisions (requested by lukem in ticket #1977): share/zoneinfo/africa TZDATA2008I share/zoneinfo/asia TZDATA2008I share/zoneinfo/southamerica TZDATA2008I share/zoneinfo/zone.tab TZDATA2008I distrib/sets/lists/mi 1.778 update zoneinfo to tzdata2008i 1.532.2.33 Wed Oct 08 19:14:22 UTC 2008 bouyer Pull up following revision(s) (requested by lukem in ticket #1968): distrib/sets/lists/base/mi: revisions 1.699, 1.721, 1.725, 1.773 share/zoneinfo/Makefile patch share/zoneinfo/africa patch share/zoneinfo/antarctica patch share/zoneinfo/asia patch share/zoneinfo/australasia patch share/zoneinfo/backward patch share/zoneinfo/europe patch share/zoneinfo/iso3166.tab patch share/zoneinfo/leapseconds patch share/zoneinfo/northamerica patch share/zoneinfo/southamerica patch share/zoneinfo/zone.tab patch Update to tzdata2008f. 1.532.2.32 Mon Oct 15 05:09:55 UTC 2007 riz Pull up following revisions via patch (requested by bouyer in ticket #1838): distrib/sets/lists/man/mi: revision 1.997 sbin/bioctl/strtonum.c: revision 1.1 sys/dev/Makefile: revision 1.25 sys/arch/amd64/conf/GENERIC: revision 1.139 sbin/bioctl/strtonum.h: revision 1.1 sys/dev/bio.c: revision 1.1 sbin/bioctl/bioctl.c: revision 1.1 share/man/man4/bio.4: revision 1.1 sbin/bioctl/bioctl.8: revision 1.1 sys/sys/envsys.h: revision 1.11 sbin/bioctl/bioctl.8: revision 1.3 sbin/bioctl/bioctl.8: revision 1.4 sys/arch/i386/conf/XEN2_DOM0: revision 1.25 distrib/sets/lists/base/mi: revision 1.704 sys/conf/majors: revision 1.34 share/man/man4/Makefile: revision 1.426 etc/MAKEDEV.tmpl: revision 1.86 sys/arch/i386/conf/GENERIC: revision 1.825 distrib/sets/lists/comp/mi: revision 1.1022 sys/conf/files: revision 1.839 usr.sbin/envstat/envstat.c: revision 1.24 sbin/Makefile: revision 1.105 sys/dev/ic/mfi.c: revision 1.4 sys/dev/biovar.h: revision 1.1 sys/dev/ic/mfivar.h: revision 1.4 sbin/bioctl/Makefile: revision 1.1 Fix typo. Add bio(4) and associated bioctl(8) from OpenBSD, a driver control block device controllers, and more specifically raid controllers. Add a new sensor type, ENVSYS_DRIVE, to report drive status. From OpenBSD. Add bio and sysmon support to mfi(4). This allow userland to query status for drives and logical volumes attached to a mfi(4) controller. While there fix some debug printfs in mfi so they compile. Add bio(4) to amd64 and i386 GENERIC. Add bio(4) and associated bioctl(8) from OpenBSD, a driver control block device controllers, and more specifically raid controllers. Add a new sensor type, ENVSYS_DRIVE, to report drive status. From OpenBSD. Add bio and sysmon support to mfi(4). This allow userland to query status for drives and logical volumes attached to a mfi(4) controller. While there fix some debug printfs in mfi so they compile. Add bio(4) to amd64 and i386 GENERIC. Fix Dd argument (use full month names). Use more markup. Comment out references to safte(4) and softraid(4), which don't exist in NetBSD. Remove trailing whitespace. Use macros instead of characters for HTML output (replace ">", "<" with \*[Gt], \*[Lt]). Sort sections. Create /dev/bio 1.532.2.31 Sat Mar 31 14:34:18 UTC 2007 bouyer Apply patch (requested by apb in ticket #1682): distrib/sets/lists/base/mi patch doc/3RDPARTY patch share/zoneinfo/africa patch share/zoneinfo/antarctica patch share/zoneinfo/asia patch share/zoneinfo/australasia patch share/zoneinfo/backward patch share/zoneinfo/etcetera patch share/zoneinfo/europe patch share/zoneinfo/factory patch share/zoneinfo/iso3166.tab patch share/zoneinfo/leapseconds patch share/zoneinfo/northamerica patch share/zoneinfo/pacificnew patch share/zoneinfo/solar87 patch share/zoneinfo/solar88 patch share/zoneinfo/solar89 patch share/zoneinfo/southamerica patch share/zoneinfo/systemv patch share/zoneinfo/yearistype.sh patch share/zoneinfo/zone.tab patch update to tzdata2007a. 1.532.2.30 Fri Aug 11 04:41:24 UTC 2006 riz branches: 1.532.2.30.2; Pull up following revision(s) via patch (requested by ghen in ticket #1460): distrib/sets/lists/base/mi: revision 1.556, 1.565 distrib/sets/lists/man/mi: revision 1.792, 1.814 sbin/Makefile: revision 1.94 sbin/scan_ffs/Makefile: revision 1.1-1.3, 1.5-1.7 sbin/scan_ffs/scan_ffs.c: revision 1.1-1.9 sbin/scan_ffs/scan_ffs.8: revision 1.1-1.6 via patch Add scan_ffs(8) from OpenBSD, modified for NetBSD to support FFSv2 and LFS (scan_lfs(8)). Utility to find FFSv1, FFSv2 and LFS partitions on disks, useful to recover lost disklabels. .2.30 Fri Aug 11 04:41:24 UTC 2006 riz branches: 1.532.2.30.2; Pull up following revision(s) via patch (requested by ghen in ticket #1460): distrib/sets/lists/base/mi: revision 1.556, 1.565 distrib/sets/lists/man/mi: revision 1.792, 1.814 sbin/Makefile: revision 1.94 sbin/scan_ffs/Makefile: revision 1.1-1.3, 1.5-1.7 sbin/scan_ffs/scan_ffs.c: revision 1.1-1.9 sbin/scan_ffs/scan_ffs.8: revision 1.1-1.6 via patch Add scan_ffs(8) from OpenBSD, modified for NetBSD to support FFSv2 and LFS (scan_lfs(8)). Utility to find FFSv1, FFSv2 and LFS partitions on disks, useful to recover lost disklabels. 1.532.2.29 Sun Jul 30 16:38:58 UTC 2006 tron Apply patch (requested by bouyer in ticket #1431): - Add a /dev/amr* control file for amr(4) devices, which allows sending raw commands to the controller. - Add a amrctl(8) control tool, which for now only allows to get status from the adapter (status of adapter, logical volumes and and individual drives). 1.532.2.28 Thu Jul 13 22:02:30 UTC 2006 tron Apply patch (requested by ghen in ticket #1425): Update BIND to version 9.3.2. |
| /src/usr.bin/xlint/lint1/ | |
| cgram.y | 1.532 Fri May 16 20:39:48 UTC 2025 rillig lint: clean up |
| tree.c | 1.532 Thu Jun 29 00:52:06 UTC 2023 rillig lint: use standard terminology for bit-field width No functional change. |
| /src/sys/arch/amd64/conf/ | |
| GENERIC | 1.532 Thu Aug 01 13:48:50 UTC 2019 msaitoh Add ena(4). 1.531.2.2 Fri Aug 09 16:06:39 UTC 2019 martin Pull up following revision(s) (requested by msaitoh in ticket #37): doc/3RDPARTY: revision 1.1641 sys/dev/pci/if_ena.c: revision 1.16 sys/arch/amd64/conf/GENERIC: revision 1.532 If the memory space's BAR and the MSI-X table is on the same BAR, reserve the space. Almost the same as nvme_pci.c and xhci_pci.c. Tested by ryoon@. Add ena(4). |
| /src/sys/dev/usb/ | |
| usbdevs.h | 1.532 Sat Dec 12 14:03:48 UTC 2009 cherry regen from usbdevs 1.538 > Add product IDs for Qualcomm RWT FCT-CDMA 2000 1xRTT Modem, ZTE Storage and CDMA 1xEVDO Modem > From $FreeBSD: head/sys/dev/usb/usbdevs 199331 2009-11-16 20:35:16Z thompsa $ |
| usbdevs_data.h | 1.532 Sun Nov 15 17:34:32 UTC 2009 tsutsui Regen from usbdevs rev 1.537: > Add IDs for DisplayLink DL-1x0/1x5 based USB LCDs and USB-VGA adaptors. > Info from FUKAUMI Naoki's udl(4) driver patch. |
| /src/external/bsd/ntp/bin/ntptime/ | |
| ntptime.8 | 1.1.68.1 Fri Dec 12 19:34:16 UTC 2025 martin Pull up following revision(s) (requested by andvar in ticket #120): external/bsd/ntp/bin/ntptime/ntptime.8: revision 1.2 etc/ntp.conf: revision 1.24 share/man/man4/options.4: revision 1.532 Fix path to accopt.html in the comment. Seems unnoticed since netbsd 7 or so, but probably needs pullups. Fix path to ntp documentation. 1.1.64.1 Fri Dec 12 19:36:34 UTC 2025 martin Pull up following revision(s) (requested by andvar in ticket #1206): external/bsd/ntp/bin/ntptime/ntptime.8: revision 1.2 etc/ntp.conf: revision 1.24 share/man/man4/options.4: revision 1.532 Fix path to accopt.html in the comment. Seems unnoticed since netbsd 7 or so, but probably needs pullups. Fix path to ntp documentation. 1.1.56.1 Fri Dec 12 19:38:51 UTC 2025 martin Pull up following revision(s) (requested by andvar in ticket #1985): external/bsd/ntp/bin/ntptime/ntptime.8: revision 1.2 etc/ntp.conf: revision 1.24 share/man/man4/options.4: revision 1.532 Fix path to accopt.html in the comment. Seems unnoticed since netbsd 7 or so, but probably needs pullups. Fix path to ntp documentation. |
| /src/distrib/notes/common/ | |
| main | 1.532 Sat Oct 01 00:32:35 UTC 2016 flxd Add myself |
| /src/usr.bin/make/ | |
| parse.c | 1.532 Tue Jan 26 23:44:56 UTC 2021 rillig make(1): in -dp mode, print stack trace with each diagnostic This makes it easier to track down where a warning or an error originated from. This information could be further enriched for .for loops, to also include the variable names and their values. For now, it's good enough to replace the large comment describing how a stack trace _could_ be generated with actual code that implements that idea. The syntax of the locations is <filename>:<lineno>, which intentionally differs from the traditional "<filename>" line <lineno>, since the former is more widely supported by editors and IDEs. Having this stacktrace information is especially intended for complicated systems built upon make, such as pkgsrc. |
| main.c | 1.532 Fri Feb 05 05:15:12 UTC 2021 rillig make: in the Var_ functions, move the scope to the front This change provides for a more natural reading order in the code. Placing the scope first makes it immediately clear in which context the remaining parameters are interpreted. No functional change. |
1 2