summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/zyd/microcode.h
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2009-04-08 19:43:05 +0000
committerwiz <wiz@NetBSD.org>2009-04-08 19:43:05 +0000
commitd1b96e557abfe55a427893b5ad94de9ae9c7743a (patch)
tree249ebe80873674d6a7a39cdca127a0d28485428e /sys/dev/microcode/zyd/microcode.h
parent7b2130ba39e6c363bc86ba8a67f801cc8eceaaad (diff)
Sync usage with man page.
Diffstat (limited to 'sys/dev/microcode/zyd/microcode.h')
0 files changed, 0 insertions, 0 deletions
a38d7cbb7726fc62dc486cee1896bb5173'>Allow kernel code to access constant databases by moving cdbr(3) and thejoerg 2013-12-02Fix aliases.joerg 2013-12-02changed lua_Number to int64_tlneto 2013-05-17Provide explicit LC_C_LOCALE accessor and drop the various NULL checks.joerg 2013-04-26Restore standalone strtol/strtoul for citrus for now.joerg 2013-04-16Add strtol_l and friends. Switch _citrus_bcs_strtol to use plainjoerg 2013-04-16Do not use isalpha here, since we explicitly only support the Portablejoerg 2012-03-22bring the casts to the operands, not the operation results.christos 2012-03-09Casts and type changes to fix portability issues.christos 2009-05-20Set endptr if the base is not supported. The opengroup spec does not specialchristos 2008-11-17oops, converted some #ifndef into #if defined...jnemeth 2008-11-17Convert all #ifdef _KERNEL to #if defined (_KERNEL) || defined(_STANDALONE)jnemeth 2008-11-16Our qsort() is inappropriate for kernel use because it makes recursivead 2008-11-16Make qsort() available in libkern.ad 2008-09-10Prepare use of strtoull, strtoumax and strtoimax in tools/compat byjoerg 2008-08-22Properly deal with LIBC namespace issues.matt 2008-08-22Unbork cross-builds in tools/compat/dogcow 2008-08-20Fix build breakage by adding appropriate #includes.oster 2008-08-20Unify the implementation of strto{l,ul,ll,ull,imax,umax,q,uq} into onejoerg 2006-12-18remove bogus (void)&var; from Anon Ymouschristos 2006-10-08- Move strtoll.c and strtoull.c from libc/stdlib to common/libc/stdlib.thorpej 2006-04-22Move strtoumax.c from libc/stdlib to common/libc/stdlib and include itthorpej 2005-12-21Add the old small random from the libkern and use it for now.christos 2005-12-21Make this compile for the kernel again.christos 2005-12-20Merge libkern + libc common files. As requested by core.christos