Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2006-06-26 | fix watchdog on no-mmu systems by adding -F option for rexec | vapier | 2 | -4/+12 |
2006-06-26 | dont setpgrp() for now as it breaks system() and that is more important than ... | vapier | 1 | -4/+0 |
2006-06-26 | Upgrade mdev to allow commands to be run on create/delete. | landley | 3 | -105/+130 |
2006-06-25 | Missed one. Based on suggestions from Erik Hovland. | landley | 1 | -4/+4 |
2006-06-25 | Various cleanups I made while going through Erik Hovland's patch submissions, | landley | 5 | -111/+31 |
2006-06-25 | - convert old-style parameter declarations (K&R) to modern style. | aldot | 3 | -314/+154 |
2006-06-25 | Whitespace. (Vim's auto-indent is kind of annoying at times, like "daytime" | landley | 1 | -1/+1 |
2006-06-25 | Fix a possible race condition if two processes try to claim the same loop | landley | 1 | -3/+4 |
2006-06-25 | A few patches from Erik Hovland, turning strncpy() into safe_strncpy() and | landley | 4 | -12/+6 |