summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/rum
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/microcode/rum')
0 files changed, 0 insertions, 0 deletions
/rcs?id=b03e850826bbb8ba45d1a6a6579f8d93e9c6a681'>Don't use dangling elses.joerg 2011-05-26Default to -Wno-sign-compare -Wno-pointer-sign for clang.joerg Push -Wno-array-bounds down to the cases that depend on it. Selectively disable warnings for 3rd party software or non-trivial issues to be reviewed later to get clang -Werror to build most of the tree. 2011-05-15register c -> int cchristos 2009-11-06Accept -U num. Nowadays, diff(1) rejects -u0 etc by default.enami 2009-10-24Reduce amount of macro magic. Use the same special characters as nroffjoerg can deal with limitations of the terminal. 2009-10-23Reduce macro magic. Ensure that GNU is on the left side.joerg Consistently use roff character entities, nroff is smart enough to deal with that. 2008-05-03Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this islukem a variable that is used by in-tree Makefiles to control behaviour. (MKsomevar variables are generally intended to be controlled by the end-user) 2006-03-26Coverity CID 1202: Always return on EOF, otherwise we would try to usechristos ctab[-1]. 2006-03-26Coverity CID 927: Check for NULL before de-referencing.christos 2006-03-26Coverity CID 2361: Avoid possible NULL deref.christos 2006-03-26Coverity CID 2607: Although use after free is impossible here, clarify code.christos 2004-05-23Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target andlukem setting NOLINT, NOPIC, NOPROFILE (etc) 2003-09-06we are going to have sa_sigaction, when we get siginfo.christos 2003-06-27Fix one option in option list.wiz 2003-01-18fix some Unix -> UNIX, Posix -> POSIX and some typos.grant From Igor Sobrado in PR pkg/19666. 2002-09-19- use NETBSDSRCDIR as appropriatelukem - makefile lint (moving NOxx to top of file, include <bsd.own.mk> as necessary, ...) 2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross 2001-12-12Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly).lukem Otherwise the appropriate MKxxx=no won't be defined . 2001-12-12MKfoo=no -> NOfootv 2001-01-09- Use PRINTOBJDIR and .WAIT where appropriate.enami - Define PARALLEL in gdb/Makefile since multiple yacc might run. 2001-01-09convert to using .WAITlukem