Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-09-26 | move src/syscall to src/lib/syscall. | Russ Cox | 1 | -292/+0 | |
enforce rule: all kernel data structures and constants go in syscall module. move things that should be in syscall out of net. make net a single package. R=r OCL=15985 CL=15994 | |||||
2008-08-04 | use new export syntax to avoid repetition | Rob Pike | 1 | -136/+2 | |
R=gri OCL=13819 CL=13819 | |||||
2008-07-29 | fix type error caused by recent change | Rob Pike | 1 | -2/+2 | |
R=gri OCL=13545 CL=13545 | |||||
2008-07-28 | add lstat | Rob Pike | 1 | -4/+2 | |
clean up some code fix comments add paramter names to interface R=ken OCL=13521 CL=13521 | |||||
2008-07-26 | beginnings of a low-level syscall library | Rob Pike | 1 | -0/+428 | |
R=ken OCL=13483 CL=13496 |