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