˜ 269987 13 490 241 186 139 181 222 189 229 167 139 160 490 185 K 10 svn:author V 5 markj K 8 svn:date V 27 2014-08-14T16:45:02.353979Z K 7 svn:log V 395 MFC r257877: Don't try to use the 32-bit drti.o unless the data model is explicitly set to ILP32. Otherwise dtrace -G will attempt to use it on amd64 if it can't determine which data model to use, which happens when -64 is omitted and no object files are provided, e.g. with # dtrace -G -n BEGIN This would result in a linker error, but now works properly. Also remove an unnecessary #ifdef. END K 10 svn:author V 8 melifaro K 8 svn:date V 27 2014-08-14T17:31:04.705831Z K 7 svn:log V 143 * Document internal commands. * Do not require/set default table type if algo name is specified. * Add TA_FLAG_READONLY option for algorithms. END K 10 svn:author V 4 neel K 8 svn:date V 27 2014-08-14T18:03:38.037030Z K 7 svn:log V 93 Reword comment to match the interrupt mode names from the MPtable spec. Reviewed by: tychon END K 10 svn:author V 6 andrew K 8 svn:date V 27 2014-08-14T18:08:51.020427Z K 7 svn:log V 44 Add two missing headers needed by userland. END K 10 svn:author V 5 gavin K 8 svn:date V 27 2014-08-14T18:16:27.527319Z K 7 svn:log V 87 Allow iwn105fw and iwn135 firmwares to be compiled into the kernel. MFC after: 1 week END K 10 svn:author V 5 gavin K 8 svn:date V 27 2014-08-14T18:29:55.622803Z K 7 svn:log V 127 Update i386/NOTES and amd64/NOTES files to contain the complete list of firmwares for iwn(4) and sort them. MFC after: 1 week END K 10 svn:author V 7 asomers K 8 svn:date V 27 2014-08-14T18:39:13.154005Z K 7 svn:log V 93 sbin/devd/devd.8 Fix grammar bug. Reported by: ian Sponsored by: Spectra Logic Corporation END K 10 svn:author V 6 andrew K 8 svn:date V 27 2014-08-14T18:44:08.810589Z K 7 svn:log V 133 Add minimal csu support. Some bits are broken as they are just loops, but we are not in userland yet so wait until then to fix them. END K 10 svn:author V 6 andrew K 8 svn:date V 27 2014-08-14T18:46:30.100016Z K 7 svn:log V 72 Fix the PRI*64 and SCN*64 macros. We use long long for 64-bit typedefs. END K 10 svn:author V 6 andrew K 8 svn:date V 27 2014-08-14T18:46:33.580769Z K 7 svn:log V 44 Allow us to build code that includes fenv.h END K 10 svn:author V 6 andrew K 8 svn:date V 27 2014-08-14T18:46:36.477342Z K 7 svn:log V 65 Add WEAK_REFERENCE to create a weak reference to a symbol in asm END K 10 svn:author V 7 glebius K 8 svn:date V 27 2014-08-14T18:57:46.611428Z K 7 svn:log V 393 - Count global pf(4) statistics in counter(9). - Do not count global number of states and of src_nodes, use uma_zone_get_cur() to obtain values. - Struct pf_status becomes merely an ioctl API structure, and moves to netpfil/pf/pf.h with its constants. - V_pf_status is now of type struct pf_kstatus. Submitted by: Kajetan Staszkiewicz Sponsored by: InnoGames GmbH END K 10 svn:author V 5 gavin K 8 svn:date V 27 2014-08-14T19:14:24.738909Z K 7 svn:log V 91 Update iwn(4) and iwnfw(4) man pages to reflect all available firmware. MFC after: 1 week END