aboutsummaryrefslogtreecommitdiff
path: root/TODO (unfollow)
Commit message (Expand)AuthorFilesLines
2006-06-26dont setpgrp() for now as it breaks system() and that is more important than ...Mike Frysinger1-4/+0
2006-06-26Upgrade mdev to allow commands to be run on create/delete.Rob Landley3-105/+130
2006-06-25Missed one. Based on suggestions from Erik Hovland.Rob Landley1-4/+4
2006-06-25Various cleanups I made while going through Erik Hovland's patch submissions,Rob Landley5-111/+31
2006-06-25- convert old-style parameter declarations (K&R) to modern style.Bernhard Reutner-Fischer3-314/+154
2006-06-25Whitespace. (Vim's auto-indent is kind of annoying at times, like "daytime"Rob Landley1-1/+1
2006-06-25Fix a possible race condition if two processes try to claim the same loopRob Landley1-3/+4
2006-06-25A few patches from Erik Hovland, turning strncpy() into safe_strncpy() andRob Landley4-12/+6