aboutsummaryrefslogtreecommitdiff
path: root/scripts/basic/docproc.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-02-01add support for renaming/relocating device nodesMike Frysinger3-5/+61
2008-02-01add a mini-faq about std{in,out,err}Mike Frysinger1-2/+4
2008-01-29- be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer18-99/+98
size-neutral WRT -std=gnu99 and fixes several compilation errors for strict C99 mode.
2008-01-29init: allow last line to be not terminated by '\n'Denis Vlasenko1-3/+3
2008-01-29mount: allow and ignore _netdev optionDenis Vlasenko1-0/+2
2008-01-29- update defconfigBernhard Reutner-Fischer1-3/+6
2008-01-29ash: code readability enhancements, no real code changesDenis Vlasenko1-31/+25