| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | libthread: add threadmaybackground | Russ Cox | 2020-12-30 | 1 | -0/+6 |
| | | | | | | | | | Programs that want to background themselves now need to define threadmaybackground returning 1. This avoids a confusing (to people and debuggers) extra parent process for all the threaded programs that will never want to background themselves. | ||||
| * | Trivial changes: whitespace and modes. | Dan Cross | 2020-01-10 | 1 | -1/+1 |
| | | | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net> | ||||
| * | venti: import changes from plan 9 | David du Colombier | 2011-11-08 | 1 | -2/+1 |
| | | | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5325044 | ||||
| * | venti: fix usage to match manuals | David du Colombier | 2011-06-07 | 1 | -2/+2 |
| | | | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4576041 | ||||
| * | venti: import changes from plan 9 | David du Colombier | 2011-06-02 | 1 | -1/+13 |
| | | | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4523057 | ||||
| * | venti: fix sync deadlock, add /proc stub | Russ Cox | 2007-10-29 | 1 | -1/+1 |
| | | |||||
| * | venti: new icache | Russ Cox | 2007-09-25 | 1 | -13/+8 |
| | | |||||
| * | add -r for readonly | rsc | 2007-05-03 | 1 | -3/+11 |
| | | |||||
| * | checkpoint | rsc | 2007-04-27 | 1 | -2/+2 |
| | | |||||
| * | assorted changes from Plan 9 | rsc | 2006-07-18 | 1 | -2/+4 |
| | | |||||
| * | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 2006-04-01 | 1 | -2/+2 |
| | | |||||
| * | fix usage | rsc | 2005-07-18 | 1 | -1/+1 |
| | | |||||
| * | return of venti | rsc | 2005-07-12 | 1 | -0/+266 |
