summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/tools
ModeNameSize
-rw-r--r--Makefile253logplain
-rw-r--r--array2bin.c2093logplain
-rw-r--r--bin2blob.c2990logplain
/> device. If we cannot determine the device name of the console, print the console dev_t in hex. 2004-03-25Move sysctlbyname(), sysctlnametomib(), and sysctlgetmibinfo() fromatatat sysctl(8) into libc, making the minor number jump. Add prototypes to sys/sysctl.h, fix sets, modify man pages, etc. That oughta cover it. 2003-12-04New sysctl(8) binary. Performs auto-discovery and can add/removeatatat nodes from the tree. Never needs to be recompiled again. 2002-11-30tweaks for fparseln(3) move from libutil to libc:lukem - remove #include <util.h> if nothing else needed it - remove LDFLAGS+=-lutil if nothing else needed it 2002-08-19Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/pathlukem 2002-03-20handle new emulation sysctls, and cleanup function duplication.christos 2000-03-12Add a "-f file" flag to process directives from a file.tsarna 2000-01-17don't install /usr/sbin/sysctl (backward compat symlink)itojun 2000-01-17move sysctl to /sbin/sysctl. symlink from /usr/sbin/sysctlitojun is supplied for backward compatibility. add /sbin/sysctl to base/mi (does not remove /usr/sbin/sysctl as we have a symlink) 2000-01-17Moved from usr.sbin/sysctl/Makefile,vitojun