Searched hist:1.1150 (Results 1 - 14 of 14) sorted by relevance
| /src/distrib/amd64/liveimage/emuimage/ | ||
| H A D | Makefile | 1.7 Sun Aug 11 11:00:30 GMT 2019 gson Live images built with MKDEBUG=yes fit in 2 GB since installing _pic.a libraries was disabled in src/share/mk/bsd.own.mk 1.1150. |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.1150 Thu Jun 13 06:11:54 GMT 2013 matt branches: 1.1150.2; 1.1150.4; Regen. 1.1150 Thu Jun 13 06:11:54 GMT 2013 matt branches: 1.1150.2; 1.1150.4; Regen. 1.1150 Thu Jun 13 06:11:54 GMT 2013 matt branches: 1.1150.2; 1.1150.4; Regen. 1.1150 Thu Jun 13 06:11:54 GMT 2013 matt branches: 1.1150.2; 1.1150.4; Regen. 1.1150 Thu Jun 13 06:11:54 GMT 2013 matt branches: 1.1150.2; 1.1150.4; Regen. 1.1150 Thu Jun 13 06:11:54 GMT 2013 matt branches: 1.1150.2; 1.1150.4; Regen. 1.1150 Thu Jun 13 06:11:54 GMT 2013 matt branches: 1.1150.2; 1.1150.4; Regen. 1.1150 Thu Jun 13 06:11:54 GMT 2013 matt branches: 1.1150.2; 1.1150.4; Regen. 1.1150 Thu Jun 13 06:11:54 GMT 2013 matt branches: 1.1150.2; 1.1150.4; Regen. |
| H A D | pcidevs_data.h | 1.1150 Wed Jul 17 19:51:03 GMT 2013 soren Regen. 1.1150 Wed Jul 17 19:51:03 GMT 2013 soren Regen. 1.1150 Wed Jul 17 19:51:03 GMT 2013 soren Regen. |
| H A D | pcidevs | 1.1150 Sun Mar 03 19:51:13 GMT 2013 msaitoh BCM5785F is not gigabit Ethernet. 1.1150 Sun Mar 03 19:51:13 GMT 2013 msaitoh BCM5785F is not gigabit Ethernet. 1.1150 Sun Mar 03 19:51:13 GMT 2013 msaitoh BCM5785F is not gigabit Ethernet. |
| /src/distrib/sets/lists/base/ | ||
| H A D | mi | 1.1150 Fri Jan 13 11:21:47 GMT 2017 nonaka branches: 1.1150.2; iwm(4): 3165 works fine with iwlwifi-7265D-17.ucode firmware. firmware from http://git.kernel.org/cgit/linux/kernel/git/iwlwifi/linux-firmware.git/tree/?id=be8a6fcba2e48e00674d1f35e6def56e2268039c 1.1150 Fri Jan 13 11:21:47 GMT 2017 nonaka branches: 1.1150.2; iwm(4): 3165 works fine with iwlwifi-7265D-17.ucode firmware. firmware from http://git.kernel.org/cgit/linux/kernel/git/iwlwifi/linux-firmware.git/tree/?id=be8a6fcba2e48e00674d1f35e6def56e2268039c |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.1150 Tue Sep 16 22:28:56 GMT 2014 roy Note import of dhcpcd-6.4.4 |
| H A D | CHANGES | 1.1150 Thu Dec 11 11:18:35 GMT 2008 roy Add the tabs utility, conforming to IEEE Std 1003.1 (``POSIX.1''). Fixes PR bin/11227 No objection on tech-userland, ok: martin 1.1150 Thu Dec 11 11:18:35 GMT 2008 roy Add the tabs utility, conforming to IEEE Std 1003.1 (``POSIX.1''). Fixes PR bin/11227 No objection on tech-userland, ok: martin 1.1150 Thu Dec 11 11:18:35 GMT 2008 roy Add the tabs utility, conforming to IEEE Std 1003.1 (``POSIX.1''). Fixes PR bin/11227 No objection on tech-userland, ok: martin |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.1150 Fri Oct 22 19:46:41 GMT 2021 rillig tests/indent: migrate tests for parentheses, struct, #if, wide char 1.1150 Fri Oct 22 19:46:41 GMT 2021 rillig tests/indent: migrate tests for parentheses, struct, #if, wide char 1.1150 Fri Oct 22 19:46:41 GMT 2021 rillig tests/indent: migrate tests for parentheses, struct, #if, wide char |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.1150 Sun Feb 26 00:03:14 GMT 2017 rin Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for other platforms by default. |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.1150 Sat Aug 01 15:43:01 GMT 2009 mbalmer Add a manual page for the gpiosim(4) pseudo-device. |
| /src/usr.bin/make/ | ||
| H A D | var.c | 1.1150 Sat Mar 29 16:44:14 GMT 2025 rillig make: stop parsing after seeing an unknown modifier in an expression Previously, after an expression such as ${VAR:Z::::}, make detected the unknown modifier ":Z" and then continued parsing, which produced unnecessary follow-up error messages. It was also necessary to distinguish the error cases when logging the result of an applied modifier in -dv mode. Unify the error handling cases of a syntax error, an evaluation error and an unknown modifier, to avoid the unnecessary follow-up error messages. The test in varmod-edge.mk now produces ":}" from the erroneous expression, which may be misleading and thus will be looked at in a follow-up commit. The general idea of this patch was reviewed by sjg, I made a few nonsubstantial changes after the review. 1.1150 Sat Mar 29 16:44:14 GMT 2025 rillig make: stop parsing after seeing an unknown modifier in an expression Previously, after an expression such as ${VAR:Z::::}, make detected the unknown modifier ":Z" and then continued parsing, which produced unnecessary follow-up error messages. It was also necessary to distinguish the error cases when logging the result of an applied modifier in -dv mode. Unify the error handling cases of a syntax error, an evaluation error and an unknown modifier, to avoid the unnecessary follow-up error messages. The test in varmod-edge.mk now produces ":}" from the erroneous expression, which may be misleading and thus will be looked at in a follow-up commit. The general idea of this patch was reviewed by sjg, I made a few nonsubstantial changes after the review. |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.1150 Sat Aug 10 00:20:17 GMT 2019 christos Don't install PIC libraries by default because they are too big since they contain debug symbols. I supplied a patch in PR/54449 to remove the debugging symbols but folks preferred to not install them at all. 1.1150 Sat Aug 10 00:20:17 GMT 2019 christos Don't install PIC libraries by default because they are too big since they contain debug symbols. I supplied a patch in PR/54449 to remove the debugging symbols but folks preferred to not install them at all. |
| /src/sys/conf/ | ||
| H A D | files | 1.1150 Fri Sep 04 06:10:47 GMT 2015 uebayasi Make config(1) output only ${ALLFILES}, selected input files, and pass it to Makefile.kern.inc, where files are filtered by suffix. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.1150 Thu May 22 14:24:42 GMT 2008 lukem OpenLDAP client libraries, utilities, and relevant manual pages. |
Completed in 2278 milliseconds