summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-28cc: provide fake realloc() for getenv()cinap_lenrek
2015-07-28kernel: remove obsolete comment from namec()cinap_lenrek
2015-07-28kernel: export mntattach() from devmnt.c avoiding bogus struct passing and sp...cinap_lenrek
2015-07-28ether79c970: set mbps for proper queue sizes, assume gigabit ethernet for vmwarecinap_lenrek
2015-07-28lib9p: return "write prohibited" error as documented in 9p(2) when srv->write...cinap_lenrek
2015-07-27kernel: clunk the cache when removing cache flag on a channel, only call crea...cinap_lenrek
2015-07-27devmnt: use c->iounit instead of msize-IOHDRSZ to chunk reads and writes, red...cinap_lenrek
2015-07-26devmnt: dont reset readahead window when requested offset still has pending rpccinap_lenrek
2015-07-26kernel: pipelined read ahead for the mount cachecinap_lenrek
2015-07-24page: fix deadlock, nil vs 0 for pointer comparsion, cleanupcinap_lenrek
2015-07-24libsec: increase handshake message buffer size (MaxChunk) to 32K (thanks sl)cinap_lenrek
2015-07-22fortunes: go away.stanley lieber
2015-07-23ip/httpfile: fix flushes, fix concurrent reads, set error stringcinap_lenrek
2015-07-23kernel: make sure fd is in range in fdclose()cinap_lenrek
2015-07-23kernel: simplify syspipe()cinap_lenrek
2015-07-23devaoe: more nil vs. 0cinap_lenrek
2015-07-22devaoe: fix off by one in aoeerror(), consistent use of nil for pointers, err...cinap_lenrek
2015-07-22kernel: consistent use of nil for pointer in sysfile.ccinap_lenrek
2015-07-22kernel: cleanup chan.c to consistenly use nil instead of 0 for pointerscinap_lenrek
2015-07-22kernel: make sure the swap device has a reasonable capacity in setswapchan()cinap_lenrek
2015-07-19devmnt: do not use user buffer to update the mount cachecinap_lenrek
2015-07-19devstream: fix mistakecinap_lenrek
2015-07-19stream(3): fix referencecinap_lenrek
2015-07-19fcp: use iounit() to determine buffer size, reduce number of worker procs to 8cinap_lenrek
2015-07-19cp: experimental stream supportcinap_lenrek
2015-07-19devstream: fast sequential file access with 9p pipelining experimentcinap_lenrek
2015-07-16pc: check Sse (bit 25) in cpuiddx before enabling fxsr in cr4 (fixes crash on...cinap_lenrek
2015-07-16aux/cpuid: make sure extended feature bits are available (fixes crash on the ...cinap_lenrek
2015-07-15devproc: make sure statbufread offset wont turn negativecinap_lenrek
2015-07-14fcp: fix wrong write pointer offset when read returns less than DEFB bytescinap_lenrek
2015-07-14kernel: remove debugalloc.ccinap_lenrek
2015-07-14mk9660: write data in alphabetical ordercinap_lenrek
2015-07-149660srv: keep data and metadata separate in the cache with a tagcinap_lenrek
2015-07-139660srv: go back to 128k clusterscinap_lenrek
2015-07-13inst: fix download task using ip/httpfile to mount a iso over http and prompt...cinap_lenrek
2015-07-13httpfile: fix evictblock() so we wont consume all the memorycinap_lenrek
2015-07-13libFLAC: fix compiler warnings by properly declaring void function argumentscinap_lenrek
2015-07-13python: HAVE_STDINT_H 1cinap_lenrek
2015-07-13ape: add stdint.h, fix SSIZE_MAX and add SIZE_MAX to limits.hcinap_lenrek
2015-07-13cpp: search source file directory first for quoted #include (thanks Ori_B)cinap_lenrek
2015-07-12ether82563: fix multicast filter (based on openbsd em(4) driver)cinap_lenrek
2015-07-11page: make lookahead fetch work in backwards directioncinap_lenrek
2015-07-11tftpd: count only options we understand so we wont send empty oack messagecinap_lenrek
2015-07-11etherrt2860: add multicast stubcinap_lenrek
2015-07-11etheriwl: add multicast stubcinap_lenrek
2015-07-11etherwpi: dont enable transmit power for invalid channels, add multicast stubcinap_lenrek
2015-07-10wifi: reflect current transmit rate in mbpscinap_lenrek
2015-07-10etherwpi: afra supportcinap_lenrek
2015-07-10etheriwl: dont clear descriptors after completioncinap_lenrek
2015-07-10wifi: adjust transmit rate on error (for etheriwl), small mkfile changescinap_lenrek