K 10 svn:author V 3 kib K 8 svn:date V 27 2014-06-15T05:01:35.804938Z K 7 svn:log V 370 Fix some cosmetic issues with the use of kmem_malloc() in the i386 LDT sysarch(2) code. Use M_ZERO instead of explicit bzero(9). Do not check for failed allocation when M_WAITOK is specified (which is specified always). Use malloc(9) when allocating memory for the intermediate copy of the user-supplied buffer. Sponsored by: The FreeBSD Foundation MFC after: 1 week END