| Home | Sort by: relevance | last modified time | path |
| /src/sys/dev/pci/ | |
| pcidevs_data.h | 1.891 Sun Aug 26 07:19:11 UTC 2007 xtraeme branches: 1.891.2; regen Sun Aug 26 07:19:11 UTC 2007 xtraeme branches: 1.891.2; regen 1.891.2.3 Sun Mar 23 02:04:49 UTC 2008 matt sync with HEAD 1.891.2.2 Wed Jan 09 01:53:57 UTC 2008 matt sync with HEAD 1.891.2.1 Tue Nov 06 23:29:26 UTC 2007 matt sync with HEAD |
| pcidevs.h | 1.891 Sun Aug 19 00:40:38 UTC 2007 riz Regen. |
| pcidevs | 1.891 Sun Aug 19 00:39:46 UTC 2007 riz Add 27 Intel ICH9 device IDs, from: http://download.intel.com/design/chipsets/specupdt/31697301.pdf |
| /src/usr.bin/make/ | |
| var.c | 1.891 Mon Mar 15 20:00:50 UTC 2021 rillig make: rename ApplyModifiersState to ModChain The new name accurately describes the structural element that holds such properties as the separator character and whether the expression value is considered a single word. The old name ApplyModifiersState was too long and was meant as a placeholder anyway, when I introduced it in var.c 1.236 from 2020-07-03. |
| /src/sys/arch/i386/conf/ | |
| GENERIC | 1.891 Wed Apr 30 15:29:11 UTC 2008 ad For PR kern/38537: - Make MULTIPROCESSOR mandatory on i386. Installation changes: - Update installation section of release notes to match reality. - Rename INSTALL to INSTALL_FLOPPY, retire INSTALL_LARGE. - Build INSTALL kernel from GENERIC, like on amd64. - Update boot menu to allow disabling ACPI and/or SMP. - Remove GENERIC.NOACPI from the installed kernel list. - TODO: install default boot.cfg in etc.tgz. - TODO: possibly enable PCI fixup stuff at runtime if ACPI is disabled. Build changes: - No longer build ALL, it's for verification, is slow to build and the build process is already crippled by the number of kernels built. - No longer build GENERIC.NOACPI. |
| /src/sys/conf/ | |
| files | 1.891 Sun Feb 03 13:25:57 UTC 2008 martin defflag CPU_IN_CKSUM |
| /src/doc/ | |
| CHANGES | 1.891 Sat Jul 21 00:03:31 UTC 2007 tsutsui Note timecounter(9) and todr(9) support on alpha. |
| 3RDPARTY | 1.891 Thu Dec 08 01:11:47 UTC 2011 taca ISC DHCP 4.2.3-P1 and 4.1-ESV-R4 has released. |
| /src/distrib/sets/lists/tests/ | |
| mi | 1.891 Sun Aug 16 20:03:52 UTC 2020 rillig make(1): move tests for the :M modifier into separate files The test for the different escaping has been adjusted to actually show the different parsing results in the test output. To do this, it had to get its own file since it needs the -dv debug flag and specialized post-processing. |
| /src/distrib/sets/lists/man/ | |
| mi | 1.891 Wed May 17 19:41:35 UTC 2006 riz Mark specific manpages, catpages, and info files as "gcccmds", so that a "distribution" build with MKGCCCMDS=no and any of MKCATPAGES, MKMAN, and MKINFO set to yes can still succeed. Tested with two distribution builds of i386; one with MKGCCCMDS=no and one without. 1.768.2.28 Sat May 20 00:04:20 UTC 2006 tron Pull up following revision(s) (requested by riz in ticket #1326): distrib/sets/lists/comp/mi: revision 1.882 via patch distrib/sets/lists/man/mi: revision 1.891 via patch Mark specific manpages, catpages, and info files as "gcccmds", so that a "distribution" build with MKGCCCMDS=no and any of MKCATPAGES, MKMAN, and MKINFO set to yes can still succeed. Tested with two distribution builds of i386; one with MKGCCCMDS=no and one without. |
| /src/share/mk/ | |
| bsd.own.mk | 1.891 Sun Jan 31 18:47:14 UTC 2016 christos flip amd64 and evbarm to the new binutils |
| /src/distrib/sets/lists/comp/ | |
| mi | 1.891 Sat Jun 24 05:11:40 UTC 2006 mrg add support for MKISCSI=no. 1.770.2.10 Sat May 20 00:04:20 UTC 2006 tron Pull up following revision(s) (requested by riz in ticket #1326): distrib/sets/lists/comp/mi: revision 1.882 via patch distrib/sets/lists/man/mi: revision 1.891 via patch Mark specific manpages, catpages, and info files as "gcccmds", so that a "distribution" build with MKGCCCMDS=no and any of MKCATPAGES, MKMAN, and MKINFO set to yes can still succeed. Tested with two distribution builds of i386; one with MKGCCCMDS=no and one without. |
| /src/distrib/sets/lists/base/ | |
| mi | 1.891 Fri Dec 03 17:57:43 UTC 2010 phx Make sure the new ukbd.any.powerbook keymap is just compiled for macppc. So it can be removed from distrib/sets/lists/base/mi again. |
| shl.mi | 1.891 Sat Jun 06 21:25:59 UTC 2020 thorpej Improvements to the problib(3) API: ==> Provide a much more complete set of setters and getters for different value types in the prop_array_util(3) and prop_dictionary_util(3) functions. ==> Overhaul the prop_data(3), prop_number(3), and prop_string(3) APIs to be easier to use and less awkwardly named, Deprecate the old awkward names, and produce link-time warnings when they are referenced. ==> Deprecate mutable prop_data(3) and prop_string(3) objects. The old APIs that support them still exist, but will now produce link-time warnings when used. ==> When the new prop_string(3) API is used, strings are internally de-duplicated as a memory footprint optimization. ==> Provide a rich set of bounds-checked gettter functions in and a corresponding set of convenience setters in the prop_number(3) API. ==> Add a new prop_bool_value(3) function that is equivalent to prop_bool_true(3), but aligned with the new "value" routines in prop_data(3), prop_string(3), and prop_number(3). |