Searched hist:1.1113 (Results 1 - 13 of 13) sorted by relevance
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.1113 Thu Jul 12 09:37:57 GMT 2012 kiyohara Regen. 1.1113 Thu Jul 12 09:37:57 GMT 2012 kiyohara Regen. 1.1113 Thu Jul 12 09:37:57 GMT 2012 kiyohara Regen. 1.1113 Thu Jul 12 09:37:57 GMT 2012 kiyohara Regen. |
| H A D | pcidevs_data.h | 1.1113 Thu Jul 19 02:40:57 GMT 2012 msaitoh regen. 1.1113 Thu Jul 19 02:40:57 GMT 2012 msaitoh regen. 1.1113 Thu Jul 19 02:40:57 GMT 2012 msaitoh regen. 1.1113 Thu Jul 19 02:40:57 GMT 2012 msaitoh regen. |
| H A D | pcidevs | 1.1113 Sun Apr 08 13:14:04 GMT 2012 jakllsch Make the RS690 entries more closely match the terminology of the RS690 RRG/RPR/BDG documents. 1.1113 Sun Apr 08 13:14:04 GMT 2012 jakllsch Make the RS690 entries more closely match the terminology of the RS690 RRG/RPR/BDG documents. 1.1113 Sun Apr 08 13:14:04 GMT 2012 jakllsch Make the RS690 entries more closely match the terminology of the RS690 RRG/RPR/BDG documents. 1.1113 Sun Apr 08 13:14:04 GMT 2012 jakllsch Make the RS690 entries more closely match the terminology of the RS690 RRG/RPR/BDG documents. |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.1113 Sat May 24 07:41:59 GMT 2014 wiz grep-2.19 out. 1.1113 Sat May 24 07:41:59 GMT 2014 wiz grep-2.19 out. 1.1113 Sat May 24 07:41:59 GMT 2014 wiz grep-2.19 out. 1.1113 Sat May 24 07:41:59 GMT 2014 wiz grep-2.19 out. 1.1113 Sat May 24 07:41:59 GMT 2014 wiz grep-2.19 out. 1.1113 Sat May 24 07:41:59 GMT 2014 wiz grep-2.19 out. 1.1113 Sat May 24 07:41:59 GMT 2014 wiz grep-2.19 out. 1.1113 Sat May 24 07:41:59 GMT 2014 wiz grep-2.19 out. |
| H A D | CHANGES | 1.1113 Tue Sep 09 01:20:32 GMT 2008 jmcneill Note uvideo(4) 1.1113 Tue Sep 09 01:20:32 GMT 2008 jmcneill Note uvideo(4) 1.1113 Tue Sep 09 01:20:32 GMT 2008 jmcneill Note uvideo(4) 1.1113 Tue Sep 09 01:20:32 GMT 2008 jmcneill Note uvideo(4) 1.1113 Tue Sep 09 01:20:32 GMT 2008 jmcneill Note uvideo(4) 1.1113 Tue Sep 09 01:20:32 GMT 2008 jmcneill Note uvideo(4) 1.1113 Tue Sep 09 01:20:32 GMT 2008 jmcneill Note uvideo(4) 1.1113 Tue Sep 09 01:20:32 GMT 2008 jmcneill Note uvideo(4) 1.1113 Tue Sep 09 01:20:32 GMT 2008 jmcneill Note uvideo(4) 1.1113 Tue Sep 09 01:20:32 GMT 2008 jmcneill Note uvideo(4) |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.1113 Fri Sep 19 15:24:24 GMT 2014 christos Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work with wedges. |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.1113 Thu Aug 19 20:32:33 GMT 2021 rillig tests/lint: test folding of constant expressions Since November 2001, there is a comment above the function 'fold' that suggests there are a few bugs concerning overflow detection. Add some first 'proper regression tests' to prove these bugs. 1.1113 Thu Aug 19 20:32:33 GMT 2021 rillig tests/lint: test folding of constant expressions Since November 2001, there is a comment above the function 'fold' that suggests there are a few bugs concerning overflow detection. Add some first 'proper regression tests' to prove these bugs. 1.1113 Thu Aug 19 20:32:33 GMT 2021 rillig tests/lint: test folding of constant expressions Since November 2001, there is a comment above the function 'fold' that suggests there are a few bugs concerning overflow detection. Add some first 'proper regression tests' to prove these bugs. 1.1113 Thu Aug 19 20:32:33 GMT 2021 rillig tests/lint: test folding of constant expressions Since November 2001, there is a comment above the function 'fold' that suggests there are a few bugs concerning overflow detection. Add some first 'proper regression tests' to prove these bugs. 1.1113 Thu Aug 19 20:32:33 GMT 2021 rillig tests/lint: test folding of constant expressions Since November 2001, there is a comment above the function 'fold' that suggests there are a few bugs concerning overflow detection. Add some first 'proper regression tests' to prove these bugs. 1.1113 Thu Aug 19 20:32:33 GMT 2021 rillig tests/lint: test folding of constant expressions Since November 2001, there is a comment above the function 'fold' that suggests there are a few bugs concerning overflow detection. Add some first 'proper regression tests' to prove these bugs. 1.1113 Thu Aug 19 20:32:33 GMT 2021 rillig tests/lint: test folding of constant expressions Since November 2001, there is a comment above the function 'fold' that suggests there are a few bugs concerning overflow detection. Add some first 'proper regression tests' to prove these bugs. |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.1113 Wed Mar 20 22:51:37 GMT 2019 mrg split MKLLVM into MKLLVM and MKLLVMCMDS, like MKGCC and MKGCCCMDS: - only build clang or clang-tblgen if MKLLVMCMDS != "no" - move HAVE_MESA_VER earlier so we can detect mesa 18 and enable MKLLVM on platforms that need it - move the clang commands and headers into llvmcmds group - only build the clang specific LLVM libraries if MKLLVMCMDS != "no" much of this work came from maya@'s github commit f90685c11d4460d3098fa35f48b58d1893e974e0, reworked for HAVE_MESA_VER and llvmcmds vs MKCLANG. build tested on several platforms and on amd64 and i386 with several different build options (clang build, gcc build, gcc build with llvm libs). 1.1113 Wed Mar 20 22:51:37 GMT 2019 mrg split MKLLVM into MKLLVM and MKLLVMCMDS, like MKGCC and MKGCCCMDS: - only build clang or clang-tblgen if MKLLVMCMDS != "no" - move HAVE_MESA_VER earlier so we can detect mesa 18 and enable MKLLVM on platforms that need it - move the clang commands and headers into llvmcmds group - only build the clang specific LLVM libraries if MKLLVMCMDS != "no" much of this work came from maya@'s github commit f90685c11d4460d3098fa35f48b58d1893e974e0, reworked for HAVE_MESA_VER and llvmcmds vs MKCLANG. build tested on several platforms and on amd64 and i386 with several different build options (clang build, gcc build, gcc build with llvm libs). 1.1113 Wed Mar 20 22:51:37 GMT 2019 mrg split MKLLVM into MKLLVM and MKLLVMCMDS, like MKGCC and MKGCCCMDS: - only build clang or clang-tblgen if MKLLVMCMDS != "no" - move HAVE_MESA_VER earlier so we can detect mesa 18 and enable MKLLVM on platforms that need it - move the clang commands and headers into llvmcmds group - only build the clang specific LLVM libraries if MKLLVMCMDS != "no" much of this work came from maya@'s github commit f90685c11d4460d3098fa35f48b58d1893e974e0, reworked for HAVE_MESA_VER and llvmcmds vs MKCLANG. build tested on several platforms and on amd64 and i386 with several different build options (clang build, gcc build, gcc build with llvm libs). 1.1113 Wed Mar 20 22:51:37 GMT 2019 mrg split MKLLVM into MKLLVM and MKLLVMCMDS, like MKGCC and MKGCCCMDS: - only build clang or clang-tblgen if MKLLVMCMDS != "no" - move HAVE_MESA_VER earlier so we can detect mesa 18 and enable MKLLVM on platforms that need it - move the clang commands and headers into llvmcmds group - only build the clang specific LLVM libraries if MKLLVMCMDS != "no" much of this work came from maya@'s github commit f90685c11d4460d3098fa35f48b58d1893e974e0, reworked for HAVE_MESA_VER and llvmcmds vs MKCLANG. build tested on several platforms and on amd64 and i386 with several different build options (clang build, gcc build, gcc build with llvm libs). 1.1113 Wed Mar 20 22:51:37 GMT 2019 mrg split MKLLVM into MKLLVM and MKLLVMCMDS, like MKGCC and MKGCCCMDS: - only build clang or clang-tblgen if MKLLVMCMDS != "no" - move HAVE_MESA_VER earlier so we can detect mesa 18 and enable MKLLVM on platforms that need it - move the clang commands and headers into llvmcmds group - only build the clang specific LLVM libraries if MKLLVMCMDS != "no" much of this work came from maya@'s github commit f90685c11d4460d3098fa35f48b58d1893e974e0, reworked for HAVE_MESA_VER and llvmcmds vs MKCLANG. build tested on several platforms and on amd64 and i386 with several different build options (clang build, gcc build, gcc build with llvm libs). 1.1113 Wed Mar 20 22:51:37 GMT 2019 mrg split MKLLVM into MKLLVM and MKLLVMCMDS, like MKGCC and MKGCCCMDS: - only build clang or clang-tblgen if MKLLVMCMDS != "no" - move HAVE_MESA_VER earlier so we can detect mesa 18 and enable MKLLVM on platforms that need it - move the clang commands and headers into llvmcmds group - only build the clang specific LLVM libraries if MKLLVMCMDS != "no" much of this work came from maya@'s github commit f90685c11d4460d3098fa35f48b58d1893e974e0, reworked for HAVE_MESA_VER and llvmcmds vs MKCLANG. build tested on several platforms and on amd64 and i386 with several different build options (clang build, gcc build, gcc build with llvm libs). 1.1113 Wed Mar 20 22:51:37 GMT 2019 mrg split MKLLVM into MKLLVM and MKLLVMCMDS, like MKGCC and MKGCCCMDS: - only build clang or clang-tblgen if MKLLVMCMDS != "no" - move HAVE_MESA_VER earlier so we can detect mesa 18 and enable MKLLVM on platforms that need it - move the clang commands and headers into llvmcmds group - only build the clang specific LLVM libraries if MKLLVMCMDS != "no" much of this work came from maya@'s github commit f90685c11d4460d3098fa35f48b58d1893e974e0, reworked for HAVE_MESA_VER and llvmcmds vs MKCLANG. build tested on several platforms and on amd64 and i386 with several different build options (clang build, gcc build, gcc build with llvm libs). 1.1113 Wed Mar 20 22:51:37 GMT 2019 mrg split MKLLVM into MKLLVM and MKLLVMCMDS, like MKGCC and MKGCCCMDS: - only build clang or clang-tblgen if MKLLVMCMDS != "no" - move HAVE_MESA_VER earlier so we can detect mesa 18 and enable MKLLVM on platforms that need it - move the clang commands and headers into llvmcmds group - only build the clang specific LLVM libraries if MKLLVMCMDS != "no" much of this work came from maya@'s github commit f90685c11d4460d3098fa35f48b58d1893e974e0, reworked for HAVE_MESA_VER and llvmcmds vs MKCLANG. build tested on several platforms and on amd64 and i386 with several different build options (clang build, gcc build, gcc build with llvm libs). 1.1113 Wed Mar 20 22:51:37 GMT 2019 mrg split MKLLVM into MKLLVM and MKLLVMCMDS, like MKGCC and MKGCCCMDS: - only build clang or clang-tblgen if MKLLVMCMDS != "no" - move HAVE_MESA_VER earlier so we can detect mesa 18 and enable MKLLVM on platforms that need it - move the clang commands and headers into llvmcmds group - only build the clang specific LLVM libraries if MKLLVMCMDS != "no" much of this work came from maya@'s github commit f90685c11d4460d3098fa35f48b58d1893e974e0, reworked for HAVE_MESA_VER and llvmcmds vs MKCLANG. build tested on several platforms and on amd64 and i386 with several different build options (clang build, gcc build, gcc build with llvm libs). 1.1113 Wed Mar 20 22:51:37 GMT 2019 mrg split MKLLVM into MKLLVM and MKLLVMCMDS, like MKGCC and MKGCCCMDS: - only build clang or clang-tblgen if MKLLVMCMDS != "no" - move HAVE_MESA_VER earlier so we can detect mesa 18 and enable MKLLVM on platforms that need it - move the clang commands and headers into llvmcmds group - only build the clang specific LLVM libraries if MKLLVMCMDS != "no" much of this work came from maya@'s github commit f90685c11d4460d3098fa35f48b58d1893e974e0, reworked for HAVE_MESA_VER and llvmcmds vs MKCLANG. build tested on several platforms and on amd64 and i386 with several different build options (clang build, gcc build, gcc build with llvm libs). |
| /src/distrib/sets/lists/base/ | ||
| H A D | mi | 1.1113 Thu Aug 27 14:04:07 GMT 2015 nonaka Added rtwn(4) for Realtek RTL8188CE/RTL8192CE PCIe 802.11b/g/n wireless network devices. Ported from OpenBSD. 1.1113 Thu Aug 27 14:04:07 GMT 2015 nonaka Added rtwn(4) for Realtek RTL8188CE/RTL8192CE PCIe 802.11b/g/n wireless network devices. Ported from OpenBSD. 1.1113 Thu Aug 27 14:04:07 GMT 2015 nonaka Added rtwn(4) for Realtek RTL8188CE/RTL8192CE PCIe 802.11b/g/n wireless network devices. Ported from OpenBSD. 1.1113 Thu Aug 27 14:04:07 GMT 2015 nonaka Added rtwn(4) for Realtek RTL8188CE/RTL8192CE PCIe 802.11b/g/n wireless network devices. Ported from OpenBSD. 1.1113 Thu Aug 27 14:04:07 GMT 2015 nonaka Added rtwn(4) for Realtek RTL8188CE/RTL8192CE PCIe 802.11b/g/n wireless network devices. Ported from OpenBSD. 1.1113 Thu Aug 27 14:04:07 GMT 2015 nonaka Added rtwn(4) for Realtek RTL8188CE/RTL8192CE PCIe 802.11b/g/n wireless network devices. Ported from OpenBSD. 1.1113 Thu Aug 27 14:04:07 GMT 2015 nonaka Added rtwn(4) for Realtek RTL8188CE/RTL8192CE PCIe 802.11b/g/n wireless network devices. Ported from OpenBSD. 1.1113 Thu Aug 27 14:04:07 GMT 2015 nonaka Added rtwn(4) for Realtek RTL8188CE/RTL8192CE PCIe 802.11b/g/n wireless network devices. Ported from OpenBSD. 1.1113 Thu Aug 27 14:04:07 GMT 2015 nonaka Added rtwn(4) for Realtek RTL8188CE/RTL8192CE PCIe 802.11b/g/n wireless network devices. Ported from OpenBSD. 1.1113 Thu Aug 27 14:04:07 GMT 2015 nonaka Added rtwn(4) for Realtek RTL8188CE/RTL8192CE PCIe 802.11b/g/n wireless network devices. Ported from OpenBSD. |
| /src/usr.bin/make/ | ||
| H A D | var.c | 1.1113 Thu May 30 21:50:34 GMT 2024 rillig make: don't log anything when freeing memory 1.1113 Thu May 30 21:50:34 GMT 2024 rillig make: don't log anything when freeing memory |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.1113 Wed Nov 12 13:17:27 GMT 2008 pooka Now that MKPUFFS is default, kill it as advertised. While there, give puffs and refuse files sensible syspkg entries. 1.1113 Wed Nov 12 13:17:27 GMT 2008 pooka Now that MKPUFFS is default, kill it as advertised. While there, give puffs and refuse files sensible syspkg entries. 1.1113 Wed Nov 12 13:17:27 GMT 2008 pooka Now that MKPUFFS is default, kill it as advertised. While there, give puffs and refuse files sensible syspkg entries. 1.1113 Wed Nov 12 13:17:27 GMT 2008 pooka Now that MKPUFFS is default, kill it as advertised. While there, give puffs and refuse files sensible syspkg entries. 1.1113 Wed Nov 12 13:17:27 GMT 2008 pooka Now that MKPUFFS is default, kill it as advertised. While there, give puffs and refuse files sensible syspkg entries. 1.1113 Wed Nov 12 13:17:27 GMT 2008 pooka Now that MKPUFFS is default, kill it as advertised. While there, give puffs and refuse files sensible syspkg entries. 1.1113 Wed Nov 12 13:17:27 GMT 2008 pooka Now that MKPUFFS is default, kill it as advertised. While there, give puffs and refuse files sensible syspkg entries. 1.1113 Wed Nov 12 13:17:27 GMT 2008 pooka Now that MKPUFFS is default, kill it as advertised. While there, give puffs and refuse files sensible syspkg entries. 1.1113 Wed Nov 12 13:17:27 GMT 2008 pooka Now that MKPUFFS is default, kill it as advertised. While there, give puffs and refuse files sensible syspkg entries. |
| /src/sys/conf/ | ||
| H A D | files | 1.1113 Fri Oct 10 00:20:13 GMT 2014 uebayasi To make sure that I'm not doing wrong, try to define ffs/ufs/vfs dependencies a little more strictly. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.1113 Mon Feb 04 20:33:11 GMT 2008 jmmv Adjust lists to match the import of atf 0.4. 1.1113 Mon Feb 04 20:33:11 GMT 2008 jmmv Adjust lists to match the import of atf 0.4. 1.1113 Mon Feb 04 20:33:11 GMT 2008 jmmv Adjust lists to match the import of atf 0.4. 1.1113 Mon Feb 04 20:33:11 GMT 2008 jmmv Adjust lists to match the import of atf 0.4. 1.1113 Mon Feb 04 20:33:11 GMT 2008 jmmv Adjust lists to match the import of atf 0.4. 1.1113 Mon Feb 04 20:33:11 GMT 2008 jmmv Adjust lists to match the import of atf 0.4. 1.1113 Mon Feb 04 20:33:11 GMT 2008 jmmv Adjust lists to match the import of atf 0.4. 1.1113 Mon Feb 04 20:33:11 GMT 2008 jmmv Adjust lists to match the import of atf 0.4. 1.1113 Mon Feb 04 20:33:11 GMT 2008 jmmv Adjust lists to match the import of atf 0.4. |
Completed in 7574 milliseconds