| Age | Commit message (Collapse) | Author |
|
|
|
we have to wait for the pcmconv process to exit before
exiting yourselfs because otherwise pcmconv could
keep /dev/audio open and prevent further reopens for
a short period of time.
|
|
locations
|
|
the rule that was used to copy header files from ../pc
accidently overwrote dat.h when ../pc/dat.h was updated
because it matched on all *.h files that was also found
in ../pc directory. change to exact match on $PCHEADERS
to prevent this.
|
|
|
|
problems that need to be addressed:
- reads in the whole /proc every second for no reason
- breaks when http server doesnt include Content-Length header
- length is wrong for continued download (-o option)
|
|
erik)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
do not store Block* pointer in packet descriptor, assumed
pointer would fit in a long. we use pointer table now to
record the Block* pointer and store index instead.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
apbootstrap
|
|
|
|
|
|
theres no cpuserver install anymore and pc kernels can
assume cpu role with service=cpu boot parameter.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|