| plan 9 kernel history: overview | file list | diff list |
1997/0603/port/portdat.h (diff list | history)
| 1997/0516/sys/src/9/port/portdat.h:430,437 – 1997/0603/sys/src/9/port/portdat.h:430,443 (short | long | prev | next) | ||
|
make Fgrp.fd dynamically allocated
rsc Fri Mar 4 12:44:25 2005 | ||
| 1991/0705 | struct Fgrp { Ref; | |
| 1997/0603 | Chan **fd; int nfd; /* number allocated */ | |
| 1991/0705 | int maxfd; /* highest fd in use */ | |
| 1997/0603 | }; enum { DELTAFD = 20 /* incremental increase in Fgrp.fd's */ | |
| 1991/0705 | }; struct Palloc | |