Age | Commit message (Expand) | Author |
2017-01-12 | kernel: make the mntcache robust against fileserver like fossil that do not c... | cinap_lenrek |
2016-12-11 | devmouse: remove unused static map[] array | cinap_lenrek |
2016-12-10 | devmouse: change msec argument of *mousetrack() to ulong | cinap_lenrek |
2016-11-29 | devmouse: various bugfixes, simplify | cinap_lenrek |
2016-11-17 | devtls: remove unused get32() function | cinap_lenrek |
2016-11-12 | kernel/qio: make readblist() offset of type ulong as the rest | cinap_lenrek |
2016-11-12 | kernel/qio: get rid of unused qcopycnt debug variable | cinap_lenrek |
2016-11-09 | kernel/qio: implement concatblock() with pullupblock() | cinap_lenrek |
2016-11-08 | devbridge: simplify etherwrite() as we dont deal with block lists | cinap_lenrek |
2016-11-08 | kernel/qio: maintain Block.next pointer in padblock() | cinap_lenrek |
2016-11-08 | kernel/qio: fix comments, fix qiwrite() on close queue, remove debug setmallo... | cinap_lenrek |
2016-11-08 | devcons: simplify putstrn0() | cinap_lenrek |
2016-11-07 | devbridge: various bugfixes and improvements from charles forsyth | cinap_lenrek |
2016-11-07 | kernel/qio: big cleanup of qio functions | cinap_lenrek |
2016-11-07 | devloopback: simplify loopoput() | cinap_lenrek |
2016-11-05 | kernel: fix missing ; in panic() call | cinap_lenrek |
2016-11-05 | kernel: avoid padblock copying for devtls/devssl/esp, cleanup debugging | cinap_lenrek |
2016-11-05 | devmnt: avoid memory copies of I/O rpc buffer by using bwrite() | cinap_lenrek |
2016-11-05 | libc: move calloc() into its own compilation unit | cinap_lenrek |
2016-10-24 | fix bugs and cleanup cryptsetup code | cinap_lenrek |
2016-09-11 | kernel: rekey chacha state on each randomread() invocation | cinap_lenrek |
2016-09-11 | devcons: remove /dev/reboot "halt" command... | cinap_lenrek |
2016-09-11 | kernel: better nonce partitioning for chacha random number generator | cinap_lenrek |
2016-09-11 | kernel: xoroshiro128+ generator for rand()/nrand() | cinap_lenrek |
2016-09-11 | kernel: make randomread() fault reentrant | cinap_lenrek |
2016-09-11 | kernel: replace various custom random iv buffer filling functions with calls ... | cinap_lenrek |
2016-09-08 | kernel: fix type for utime/stime in pexit(), fix debug format strings | cinap_lenrek |
2016-09-08 | kernel: make sure procalarm() remaining time doesnt become negative | cinap_lenrek |
2016-09-08 | kernel: always do unsigned subtractions for m->ticks delta for updatecpu() an... | cinap_lenrek |
2016-09-07 | kernel: use tk2ms() instead of TK2MS macro for process time conversion | cinap_lenrek |
2016-09-07 | kernel: tsemacquire() use MACHP(0)->ticks for time delta | cinap_lenrek |
2016-09-07 | devcap: timeout capabilities after a minute, fix memory leak, paranoia | cinap_lenrek |
2016-09-06 | devproc: do unsigned subtraction to get MACHP(0)->ticks - up->times[TReal] delta | cinap_lenrek |
2016-08-27 | kernel: switch to fast portable chacha based seed-once random number generator | cinap_lenrek |
2016-08-27 | devsdp: keep cipher states in secret memory | cinap_lenrek |
2016-08-27 | devtls: allocate cipher states in secret memory | cinap_lenrek |
2016-08-27 | devssl: allocate cipher states in secret memory | cinap_lenrek |
2016-08-27 | kernel: add secalloc() and secfree() functions for secret memory allocation | cinap_lenrek |
2016-08-16 | devmnt: fix mistake in mntrahread() | cinap_lenrek |
2016-07-24 | devtls, devssl: make sure channel has ORDWR mode and is not a mount chan on f... | cinap_lenrek |
2016-07-24 | swap: make sure swap chan has ORDWR mode on fdtochan() | cinap_lenrek |
2016-07-19 | kernel: dont pprint() into 9p channels | cinap_lenrek |
2016-06-26 | kernel: more (arm) compiler friendly mul64fract() | cinap_lenrek |
2016-05-16 | avoid updating offset in pread; avoid diagnostic about vlong mask (charles fo... | cinap_lenrek |
2016-05-16 | correct check for segment overlap (rmiller) | cinap_lenrek |
2016-05-11 | devssl, devtls: fix permission checks | cinap_lenrek |
2016-05-05 | kernel: fix cb->f[0] nil dereferences due to short control request | cinap_lenrek |
2016-04-01 | kernel: always clunk closed fids asynchronously, regardless of caching | cinap_lenrek |
2016-03-31 | kernel: remove unused NSMAX, NSLOG, NSCACHE constants from portdat.h | cinap_lenrek |
2016-03-30 | devsegment: cleanups | cinap_lenrek |