#! /bin/bash # -kr Use Kernighan & Ritchie coding style. # -l150 Set maximum line length for non-comment lines to 150. # -pmt Preserve access and modification times on output files. indent -kr -l150 -pmt *.c *.h /atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/udelay.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-25added netmask_short in plugin_netinfo for CIDR notationvolker1-13/+52
2010-07-16compile error fixed (thanks to Tom)michael1-19/+19
2010-07-13support for Sure Electronics's 1602 LCD Display Board with USB from Mikhailmichael5-13/+50
2010-07-11X11 driver: possibility to ignore auto-repeated KeyPress eventsmzuther1-1/+22