Changes

Jump to: navigation, search

Kernel code quotes

706 bytes added, 17:47, 27 February 2012
m
Reverted edits by 27.126.152.82 (talk) to last revision by Kir
Here we're collecting some funny quotes from the linux kernel code
 
----
<source lang="c">
.owner = THIS_MODULE, /* for consistency 8) */
</source>
 
:''from linux-2.6.25/net/netlink/af_netlink.c (which is '''always''' built-in)''
 
----
<source lang="c">
/*
* ...
* Yes, it is a memory overhead, but in 2003 AD, who cares?
*/
</source>
 
:''from linux-2.6.24/include/linux/netfilter_bridge/ebt_among.h''
 
----
<source lang="c">
#define BITS_PER_BYTE 8
</source>
 
:''from linux-2.6.24/include/linux/bitops.h''
 
----
<source lang="c">
/* "NOOP" scheduler: the best scheduler, recommended for all interfaces
under all circumstances. It is difficult to invent anything faster or
cheaper.
*/
</source>
 
:''from linux-2.6.24/net/sched/sch_generic.c''
----

Navigation menu