| plan 9 kernel history: overview | file list | diff list |
1999/0603/port/qio.c (diff list | history)
| 1999/0603/sys/src/9/port/qio.c:974,980 – 1999/0714/sys/src/9/port/qio.c:974,980 (short | long | prev | next) | ||
|
Bug fix: called wrong function name.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1999/0219 | n = Maxatomic; | |
| 1993/0528 | ||
| 1994/0208 | b = allocb(n); | |
| 1999/0603 |
| |
| 1999/0714 | setmalloctag(b, (up->text[0]<<24)|(up->text[1]<<16)|(up->text[2]<<8)|up->text[3]); | |
| 1994/0804 | if(waserror()){ freeb(b); nexterror(); | |