18 Commits

Author SHA1 Message Date
christos
c1f2b118ff PR/53608: Ian Bruene: document __{printf,syslog}like. 2018-09-14 20:53:49 +00:00
joerg
1228936036 __dead functions can not return, which is different from not returning a
value.
2018-09-14 20:38:38 +00:00
riastradh
c3da429306 Fix note on __predict_true: predicts nonzero, not 1 specifically. 2014-04-21 15:52:27 +00:00
wiz
c1b5b45790 Whitespace; better macro. 2013-10-25 22:19:41 +00:00
apb
b3d7317ada Use markup in the descriptions of __diagused and __debugused. 2013-10-25 15:11:21 +00:00
apb
28fabf432b Document __diagused and __debugused 2013-10-25 14:46:59 +00:00
apb
bcf09c165b Try to make this more compiler-neutral, and give both GCC and LLVM/Clang
as examples.
2013-10-25 14:41:08 +00:00
jym
b3d5f36ddc typo: prefict -> predict 2011-09-18 17:43:20 +00:00
jruoho
1194e4acc3 Briefly document __predict_true() and __predict_false(). 2011-03-19 04:59:43 +00:00
jruoho
c29a3eba93 Document the __alignof__ GNU extension. 2010-12-19 08:10:07 +00:00
jruoho
43b7e12140 Note that the previous are available only for the kernel. 2010-12-17 08:23:04 +00:00
jruoho
cc55e6fca5 Briefly describe __read_mostly and __cachline_aligned. 2010-12-17 08:13:09 +00:00
jruoho
595da22eed Reference __builtin_object_size(3) and attribute(3) with each other. 2010-12-16 17:50:39 +00:00
jruoho
e4082b0bf6 Document __dead, __pure, __constfunc, __noinline, __unused, and __used. 2010-12-16 17:47:53 +00:00
jruoho
b71dd4cbdd Paraphrase slightly. 2010-12-16 15:55:41 +00:00
jruoho
ec9cee68b7 Xref cdefs(3). 2010-12-16 10:40:04 +00:00
jruoho
af41f549a3 Remove extra .Pp before wizd(8) beats me. 2010-12-16 08:45:05 +00:00
jruoho
084bbf58ac Start to document the GNU C attributes. For now, only __packed, __aligned,
and __section are documented, but I will keep extending this.
2010-12-16 08:35:35 +00:00