| Home | Sort by: relevance | last modified time | path |
| /src/lib/libutil/ | |
| util.expsym | 1.1.2.1 Sat Dec 20 13:51:18 UTC 2025 martin Pull up following revision(s) (requested by kre in ticket #134): lib/libutil/util.expsym: revision 1.2 lib/libutil/shlib_version: revision 1.55 distrib/sets/lists/base/shl.mi: revision 1.1018 lib/libutil/strpct.c: revision 1.7 lib/libutil/strpct.3: revision 1.8 distrib/sets/lists/debug/shl.mi: revision 1.379 tests/bin/df/t_df.sh: revision 1.4 bin/df/df.c: revision 1.105 include/util.h: revision 1.71 PR lib/59811 allow any rounding in strpct(3). Add str[s]pct_r (same as str[s]pct with an addition "how to round" param) and strpct_round to set the rounding used by the older str[s]pct functions. The default remains rounding down (toward zero) for compatibility. See the PR (and the updated man page) for the details. For df(1) use "round away from zero" mode, as POSIX requires. Adjust expected df output percentages (PR lib/59811 related) df now rounds percentages up, as POSIX specifies, rather than down, as it used to. Adjust the expected output (add 1 to many of the entries in the percentage column) to compensate for this change. |
| strpct.3 | 1.7.2.1 Sat Dec 20 13:51:19 UTC 2025 martin Pull up following revision(s) (requested by kre in ticket #134): lib/libutil/util.expsym: revision 1.2 lib/libutil/shlib_version: revision 1.55 distrib/sets/lists/base/shl.mi: revision 1.1018 lib/libutil/strpct.c: revision 1.7 lib/libutil/strpct.3: revision 1.8 distrib/sets/lists/debug/shl.mi: revision 1.379 tests/bin/df/t_df.sh: revision 1.4 bin/df/df.c: revision 1.105 include/util.h: revision 1.71 PR lib/59811 allow any rounding in strpct(3). Add str[s]pct_r (same as str[s]pct with an addition "how to round" param) and strpct_round to set the rounding used by the older str[s]pct functions. The default remains rounding down (toward zero) for compatibility. See the PR (and the updated man page) for the details. For df(1) use "round away from zero" mode, as POSIX requires. Adjust expected df output percentages (PR lib/59811 related) df now rounds percentages up, as POSIX specifies, rather than down, as it used to. Adjust the expected output (add 1 to many of the entries in the percentage column) to compensate for this change. |
| strpct.c | 1.6.2.1 Sat Dec 20 13:51:18 UTC 2025 martin Pull up following revision(s) (requested by kre in ticket #134): lib/libutil/util.expsym: revision 1.2 lib/libutil/shlib_version: revision 1.55 distrib/sets/lists/base/shl.mi: revision 1.1018 lib/libutil/strpct.c: revision 1.7 lib/libutil/strpct.3: revision 1.8 distrib/sets/lists/debug/shl.mi: revision 1.379 tests/bin/df/t_df.sh: revision 1.4 bin/df/df.c: revision 1.105 include/util.h: revision 1.71 PR lib/59811 allow any rounding in strpct(3). Add str[s]pct_r (same as str[s]pct with an addition "how to round" param) and strpct_round to set the rounding used by the older str[s]pct functions. The default remains rounding down (toward zero) for compatibility. See the PR (and the updated man page) for the details. For df(1) use "round away from zero" mode, as POSIX requires. Adjust expected df output percentages (PR lib/59811 related) df now rounds percentages up, as POSIX specifies, rather than down, as it used to. Adjust the expected output (add 1 to many of the entries in the percentage column) to compensate for this change. |
| shlib_version | 1.54.30.1 Sat Dec 20 13:51:18 UTC 2025 martin Pull up following revision(s) (requested by kre in ticket #134): lib/libutil/util.expsym: revision 1.2 lib/libutil/shlib_version: revision 1.55 distrib/sets/lists/base/shl.mi: revision 1.1018 lib/libutil/strpct.c: revision 1.7 lib/libutil/strpct.3: revision 1.8 distrib/sets/lists/debug/shl.mi: revision 1.379 tests/bin/df/t_df.sh: revision 1.4 bin/df/df.c: revision 1.105 include/util.h: revision 1.71 PR lib/59811 allow any rounding in strpct(3). Add str[s]pct_r (same as str[s]pct with an addition "how to round" param) and strpct_round to set the rounding used by the older str[s]pct functions. The default remains rounding down (toward zero) for compatibility. See the PR (and the updated man page) for the details. For df(1) use "round away from zero" mode, as POSIX requires. Adjust expected df output percentages (PR lib/59811 related) df now rounds percentages up, as POSIX specifies, rather than down, as it used to. Adjust the expected output (add 1 to many of the entries in the percentage column) to compensate for this change. |
| /src/tests/bin/df/ | |
| t_df.sh | 1.3.4.1 Sat Dec 20 13:51:19 UTC 2025 martin Pull up following revision(s) (requested by kre in ticket #134): lib/libutil/util.expsym: revision 1.2 lib/libutil/shlib_version: revision 1.55 distrib/sets/lists/base/shl.mi: revision 1.1018 lib/libutil/strpct.c: revision 1.7 lib/libutil/strpct.3: revision 1.8 distrib/sets/lists/debug/shl.mi: revision 1.379 tests/bin/df/t_df.sh: revision 1.4 bin/df/df.c: revision 1.105 include/util.h: revision 1.71 PR lib/59811 allow any rounding in strpct(3). Add str[s]pct_r (same as str[s]pct with an addition "how to round" param) and strpct_round to set the rounding used by the older str[s]pct functions. The default remains rounding down (toward zero) for compatibility. See the PR (and the updated man page) for the details. For df(1) use "round away from zero" mode, as POSIX requires. Adjust expected df output percentages (PR lib/59811 related) df now rounds percentages up, as POSIX specifies, rather than down, as it used to. Adjust the expected output (add 1 to many of the entries in the percentage column) to compensate for this change. |
| /src/include/ | |
| util.h | 1.70.2.1 Sat Dec 20 13:51:19 UTC 2025 martin Pull up following revision(s) (requested by kre in ticket #134): lib/libutil/util.expsym: revision 1.2 lib/libutil/shlib_version: revision 1.55 distrib/sets/lists/base/shl.mi: revision 1.1018 lib/libutil/strpct.c: revision 1.7 lib/libutil/strpct.3: revision 1.8 distrib/sets/lists/debug/shl.mi: revision 1.379 tests/bin/df/t_df.sh: revision 1.4 bin/df/df.c: revision 1.105 include/util.h: revision 1.71 PR lib/59811 allow any rounding in strpct(3). Add str[s]pct_r (same as str[s]pct with an addition "how to round" param) and strpct_round to set the rounding used by the older str[s]pct functions. The default remains rounding down (toward zero) for compatibility. See the PR (and the updated man page) for the details. For df(1) use "round away from zero" mode, as POSIX requires. Adjust expected df output percentages (PR lib/59811 related) df now rounds percentages up, as POSIX specifies, rather than down, as it used to. Adjust the expected output (add 1 to many of the entries in the percentage column) to compensate for this change. |
| /src/bin/df/ | |
| df.c | 1.104.2.1 Sat Dec 20 13:51:19 UTC 2025 martin Pull up following revision(s) (requested by kre in ticket #134): lib/libutil/util.expsym: revision 1.2 lib/libutil/shlib_version: revision 1.55 distrib/sets/lists/base/shl.mi: revision 1.1018 lib/libutil/strpct.c: revision 1.7 lib/libutil/strpct.3: revision 1.8 distrib/sets/lists/debug/shl.mi: revision 1.379 tests/bin/df/t_df.sh: revision 1.4 bin/df/df.c: revision 1.105 include/util.h: revision 1.71 PR lib/59811 allow any rounding in strpct(3). Add str[s]pct_r (same as str[s]pct with an addition "how to round" param) and strpct_round to set the rounding used by the older str[s]pct functions. The default remains rounding down (toward zero) for compatibility. See the PR (and the updated man page) for the details. For df(1) use "round away from zero" mode, as POSIX requires. Adjust expected df output percentages (PR lib/59811 related) df now rounds percentages up, as POSIX specifies, rather than down, as it used to. Adjust the expected output (add 1 to many of the entries in the percentage column) to compensate for this change. |
| /src/sys/dev/pci/ | |
| pcidevs.h | 1.1018 Tue Feb 09 04:40:52 UTC 2010 msaitoh regen. |
| pcidevs_data.h | 1.1018 Tue Feb 09 23:14:20 UTC 2010 hubertf regen |
| pcidevs | 1.1018 Sat Jan 30 20:47:57 UTC 2010 jakllsch Add Qumranet vendor and Virtio device IDs. Also, sort some vendor entries. |
| /src/usr.bin/make/ | |
| var.c | 1.1018 Sat Mar 26 14:34:07 UTC 2022 rillig make: avoid trailing whitespace in debug log for variables Since trailing whitespace is invisible, describe the variable value in words to make it visible. |
| /src/sys/arch/i386/conf/ | |
| GENERIC | 1.1018 Sat Feb 19 13:52:27 UTC 2011 jmcneill modularize VIA PadLock support - retire options VIA_PADLOCK, replace with 'padlock0 at cpu0' - driver supports attach & detach - support building as a module |
| /src/sys/conf/ | |
| files | 1.1018 Mon Jun 27 11:52:24 UTC 2011 uch 7th Edition(V7) File System support. and NetBSD symbolic-link, socket, FIFO extension. see newfs_v7fs(8). |
| /src/doc/ | |
| CHANGES | 1.1018 Sat Feb 09 19:36:04 UTC 2008 jmmv Note the addition of the MKMODULAR option. |
| 3RDPARTY | 1.1018 Sun Mar 24 23:04:07 UTC 2013 christos update dhcp to the latest |
| /src/distrib/sets/lists/man/ | |
| mi | 1.1018 Sat Aug 04 11:02:57 UTC 2007 ad branches: 1.1018.2; Add cpuctl(8). For now this is not much more than a toy for debugging and benchmarking that allows taking CPUs online/offline. Sat Aug 04 11:02:57 UTC 2007 ad branches: 1.1018.2; Add cpuctl(8). For now this is not much more than a toy for debugging and benchmarking that allows taking CPUs online/offline. 1.1018.2.2 Sat Aug 04 11:02:58 UTC 2007 ad Add cpuctl(8). For now this is not much more than a toy for debugging and benchmarking that allows taking CPUs online/offline. 1.1018.2.1 Sat Aug 04 11:02:57 UTC 2007 ad file mi was added on branch matt-mips64 on 2007-08-04 11:02:58 +0000 |
| /src/distrib/sets/lists/tests/ | |
| mi | 1.1018 Sun Feb 14 20:16:17 UTC 2021 rillig make: add test for the variable modifier ':sh' |
| /src/share/mk/ | |
| bsd.own.mk | 1.1018 Sun Oct 08 15:03:50 UTC 2017 christos Add variables for static PIE |
| /src/distrib/sets/lists/base/ | |
| mi | 1.1018 Tue Feb 05 17:52:22 UTC 2013 matt Add ./var/db/obsolete/debug |
| shl.mi | 1.1018 Sun Dec 14 16:28:05 UTC 2025 kre PR lib/59811 allow any rounding in strpct(3). Add str[s]pct_r (same as str[s]pct with an addition "how to round" param) and strpct_round to set the rounding used by the older str[s]pct functions. The default remains rounding down (toward zero) for compatibility. See the PR (and the updated man page) for the details. For df(1) use "round away from zero" mode, as POSIX requires. XXX pullup -11 1.1008.2.2 Sat Dec 20 13:51:19 UTC 2025 martin Pull up following revision(s) (requested by kre in ticket #134): lib/libutil/util.expsym: revision 1.2 lib/libutil/shlib_version: revision 1.55 distrib/sets/lists/base/shl.mi: revision 1.1018 lib/libutil/strpct.c: revision 1.7 lib/libutil/strpct.3: revision 1.8 distrib/sets/lists/debug/shl.mi: revision 1.379 tests/bin/df/t_df.sh: revision 1.4 bin/df/df.c: revision 1.105 include/util.h: revision 1.71 PR lib/59811 allow any rounding in strpct(3). Add str[s]pct_r (same as str[s]pct with an addition "how to round" param) and strpct_round to set the rounding used by the older str[s]pct functions. The default remains rounding down (toward zero) for compatibility. See the PR (and the updated man page) for the details. For df(1) use "round away from zero" mode, as POSIX requires. Adjust expected df output percentages (PR lib/59811 related) df now rounds percentages up, as POSIX specifies, rather than down, as it used to. Adjust the expected output (add 1 to many of the entries in the percentage column) to compensate for this change. |
| /src/distrib/sets/lists/debug/ | |
| shl.mi | 1.367.2.3 Sat Dec 20 13:51:19 UTC 2025 martin Pull up following revision(s) (requested by kre in ticket #134): lib/libutil/util.expsym: revision 1.2 lib/libutil/shlib_version: revision 1.55 distrib/sets/lists/base/shl.mi: revision 1.1018 lib/libutil/strpct.c: revision 1.7 lib/libutil/strpct.3: revision 1.8 distrib/sets/lists/debug/shl.mi: revision 1.379 tests/bin/df/t_df.sh: revision 1.4 bin/df/df.c: revision 1.105 include/util.h: revision 1.71 PR lib/59811 allow any rounding in strpct(3). Add str[s]pct_r (same as str[s]pct with an addition "how to round" param) and strpct_round to set the rounding used by the older str[s]pct functions. The default remains rounding down (toward zero) for compatibility. See the PR (and the updated man page) for the details. For df(1) use "round away from zero" mode, as POSIX requires. Adjust expected df output percentages (PR lib/59811 related) df now rounds percentages up, as POSIX specifies, rather than down, as it used to. Adjust the expected output (add 1 to many of the entries in the percentage column) to compensate for this change. |
| /src/distrib/sets/lists/comp/ | |
| mi | 1.1018 Thu Mar 22 17:41:30 UTC 2007 pooka puffs_cred.{0,3} |