summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-16rio(4): document "delete" wctl message (thanks mischief)cinap_lenrek
2015-08-16libsec: fix mistake breaking tlsServer() (thanks sl)cinap_lenrek
2015-08-16cpu: cleanup ssl code, make sure -p works for any auth methodcinap_lenrek
2015-08-15import(4): clarify -E and -e optionscinap_lenrek
2015-08-15libsec: TLS1.1 support (needs new devtls)cinap_lenrek
2015-08-15devtls: TLS1.1 explicit iv supportcinap_lenrek
2015-08-14kernel: try freebroken() *before* killbig() (thanks aiju)cinap_lenrek
2015-08-13hjfs: fix deadlockscinap_lenrek
2015-08-11hjfs: fix abort() in givebuf()cinap_lenrek
2015-08-10libc: fix wunlock() libthread deadlockcinap_lenrek
2015-08-09libc: fix spim endiannessmischief
2015-08-10mount, srv: add -N flag to skip authentication and attach anonymously as "none"cinap_lenrek
2015-08-09fortunes: If you want to do the work, I will review the results.stanley lieber
2015-08-10lib9p: make reqqueueflush() use new threadint(), which will also cover channe...cinap_lenrek
2015-08-10libthread: use "interrupt" proc ctl message instead of posting a note for thr...cinap_lenrek
2015-08-10libthread: fix mistake, make "all" the default target againcinap_lenrek
2015-08-09acid -k: fix intrcount() for amd64cinap_lenrek
2015-08-09acid -k: fix procenv() to new data structurecinap_lenrek
2015-08-09zunq: remove unused variables from devqspicinap_lenrek
2015-08-09kernel: move "setargs" field in Proc structure after "nargs" and "args"cinap_lenrek
2015-08-09kernel: mount flag is int not ulong, reduce size of Mount struct by putting m...cinap_lenrek
2015-08-09kernel: pgrpcpy(), simplify Mount structurecinap_lenrek
2015-08-09kernel: fix Mheadachecinap_lenrek
2015-08-08rootstub: add spimcinap_lenrek
2015-08-08cdproto: add spimcinap_lenrek
2015-08-08add /spimcinap_lenrek
2015-08-08python: fix build for objtype=$spimcinap_lenrek
2015-08-08gs: fix build for objtype=spimcinap_lenrek
2015-08-08libmp: fix build for objtype=spimcinap_lenrek
2015-08-08ape: fix build for objtype=spimcinap_lenrek
2015-08-08fix library mkfiles for objtype=spimcinap_lenrek
2015-08-05libmach: remove redundant check for big endianmischief
2015-08-05libmach: remove useless error check from previous commitmischief
2015-08-05libmach: set correct endianness with little endian ELF32 mips binariesmischief
2015-08-06kernel: remove unused MAXCRYPT constant from portdat.hcinap_lenrek
2015-08-06vgaigfx: remove #define MB, theres a MB enum in portdat.hcinap_lenrek
2015-08-06kernel: have to validate argv[] again when copying to the new stackcinap_lenrek
2015-08-06kernel: limit argv[] strings to the USTKSIZE to avoid overflowcinap_lenrek
2015-08-06kernel: validnamedup() the name argument for segattach()cinap_lenrek
2015-08-06kernel: fix indention in validname0()cinap_lenrek
2015-08-06kernel: limit syscallfmt user strings to 64K (as in validname)cinap_lenrek
2015-08-06kernel: change vmemchr() length argument to ulong and simplifycinap_lenrek
2015-08-06kernel: use Etoolong[] constant instead of string literal in validname0()cinap_lenrek
2015-08-06kernel: make shargs() function static in sysproc.ccinap_lenrek
2015-08-06kernel: reject empty argv (argv[0] == nil) in sysexec()cinap_lenrek
2015-08-05init: do not run $home/lib/profile when cd $home failedcinap_lenrek
2015-08-05kfs: set permission of / to 0775 on reamcinap_lenrek
2015-08-05cwfs: set permission of / to 0775 on reamcinap_lenrek
2015-08-05pc, pc64: remove unused psaux driver, cleanup devkbdcinap_lenrek
2015-08-05devkbd: disable mosue/keyboard on shutdown, disable ps2 mouse on init, remove...cinap_lenrek