summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-31aux/vga: sandybridge support for igfx (unfinished)cinap_lenrek
2015-07-31iostats: add -C to usagecinap_lenrek
2015-07-30devmnt: fix mntcache()cinap_lenrek
2015-07-30games/doom: fix config file never being loaded or saved (thanks qu7uux)cinap_lenrek
2015-07-30games/doom: display correct message on medkit pickup when health low (thanks ...cinap_lenrek
2015-07-30games/doom: fix ouchface not being shown when it should be (thanks qu7uux)cinap_lenrek
2015-07-30games/doom: add bug compatibility switches (thanks qu7uux)cinap_lenrek
2015-07-30games/doom: fix switch textures swapping in ultimate doom (thansk qu7uux)cinap_lenrek
2015-07-29games/doom: implement filelength() (thanks quux)cinap_lenrek
2015-07-29etheriwl: add pciid for Centrino Wireless-N 1000 (thanks qu7uux)cinap_lenrek
2015-07-29webcookies: fix isdomainmatch() (fixes livejournal.com login)cinap_lenrek
2015-07-29ratrace: avoid blank line prints, make writer the parentcinap_lenrek
2015-07-29ratrace: various improvementscinap_lenrek
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