]> git.lizzy.rs Git - plan9front.git/history - sys/src/9/port
ssh: loop keyboard-interactive on failure
[plan9front.git] / sys / src / 9 / port /
2017-04-04 cinap_lenrekkernel: avoid waserror() botch in devwalk (from drawter...
2017-04-04 cinap_lenrekkernel: fix memory leak in checkpagerefs() debug functi...
2017-03-28 cinap_lenrekkernel: fix twakeup()/timerdel() race condition
2017-03-27 spewhjfs: merge start of hjfs check implementation
2017-03-26 cinap_lenrekdevsd: handle case where theres no ifc->enable() function
2017-03-26 cinap_lenrekmerge
2017-03-26 cinap_lenrekdevsd: check return value of ifc->enable(), don't leak...
2017-03-18 cinap_lenrekdevmouse: refactor screen blanking logic
2017-03-11 cinap_lenrekmerge
2017-03-11 cinap_lenrekkernel: get rid of active.Lock and active.thunderbirdsargo
2017-01-12 cinap_lenrekmerge
2017-01-12 cinap_lenrekkernel: make the mntcache robust against fileserver...
2016-12-11 cinap_lenrekdevmouse: remove unused static map[] array
2016-12-10 cinap_lenrekdevmouse: change msec argument of *mousetrack() to...
2016-11-29 cinap_lenrekdevmouse: various bugfixes, simplify
2016-11-17 cinap_lenrekdevtls: remove unused get32() function
2016-11-12 cinap_lenrekkernel/qio: make readblist() offset of type ulong as...
2016-11-12 cinap_lenrekkernel/qio: get rid of unused qcopycnt debug variable
2016-11-09 cinap_lenrekkernel/qio: implement concatblock() with pullupblock()
2016-11-08 cinap_lenrekdevbridge: simplify etherwrite() as we dont deal with...
2016-11-08 cinap_lenrekkernel/qio: maintain Block.next pointer in padblock()
2016-11-07 cinap_lenrekkernel/qio: fix comments, fix qiwrite() on close queue...
2016-11-07 cinap_lenrekdevcons: simplify putstrn0()
2016-11-07 cinap_lenrekdevbridge: various bugfixes and improvements from charl...
2016-11-07 cinap_lenrekkernel/qio: big cleanup of qio functions
2016-11-07 cinap_lenrekdevloopback: simplify loopoput()
2016-11-05 cinap_lenrekkernel: fix missing ; in panic() call
2016-11-05 cinap_lenrekkernel: avoid padblock copying for devtls/devssl/esp...
2016-11-05 cinap_lenrekdevmnt: avoid memory copies of I/O rpc buffer by using...
2016-11-05 cinap_lenreklibc: move calloc() into its own compilation unit
2016-10-24 cinap_lenrekfix bugs and cleanup cryptsetup code
2016-09-11 cinap_lenrekkernel: rekey chacha state on each randomread() invocation
2016-09-11 cinap_lenrekdevcons: remove /dev/reboot "halt" command...
2016-09-11 cinap_lenrekkernel: better nonce partitioning for chacha random...
2016-09-11 cinap_lenrekkernel: xoroshiro128+ generator for rand()/nrand()
2016-09-11 cinap_lenrekkernel: make randomread() fault reentrant
2016-09-10 cinap_lenrekkernel: replace various custom random iv buffer filling...
2016-09-07 cinap_lenrekkernel: fix type for utime/stime in pexit(), fix debug...
2016-09-07 cinap_lenrekkernel: make sure procalarm() remaining time doesnt...
2016-09-07 cinap_lenrekkernel: always do unsigned subtractions for m->ticks...
2016-09-07 cinap_lenrekkernel: use tk2ms() instead of TK2MS macro for process...
2016-09-07 cinap_lenrekkernel: tsemacquire() use MACHP(0)->ticks for time...
2016-09-07 cinap_lenrekdevcap: timeout capabilities after a minute, fix memory...
2016-09-06 cinap_lenrekmerge
2016-09-06 cinap_lenrekdevproc: do unsigned subtraction to get MACHP(0)->ticks...
2016-08-27 cinap_lenrekmerge
2016-08-27 cinap_lenrekkernel: switch to fast portable chacha based seed-once...
2016-08-27 cinap_lenrekdevsdp: keep cipher states in secret memory
2016-08-27 cinap_lenrekdevtls: allocate cipher states in secret memory
2016-08-27 cinap_lenrekdevssl: allocate cipher states in secret memory
2016-08-27 cinap_lenrekkernel: add secalloc() and secfree() functions for...
2016-08-16 cinap_lenrekdevmnt: fix mistake in mntrahread()
2016-07-24 cinap_lenrekdevtls, devssl: make sure channel has ORDWR mode and...
2016-07-24 cinap_lenrekswap: make sure swap chan has ORDWR mode on fdtochan()
2016-07-19 cinap_lenrekkernel: dont pprint() into 9p channels
2016-06-26 cinap_lenrekkernel: more (arm) compiler friendly mul64fract()
2016-05-16 cinap_lenrekavoid updating offset in pread; avoid diagnostic about...
2016-05-16 cinap_lenrekcorrect check for segment overlap (rmiller)
2016-05-11 cinap_lenrekdevssl, devtls: fix permission checks
2016-05-05 cinap_lenrekkernel: fix cb->f[0] nil dereferences due to short...
2016-04-01 cinap_lenrekkernel: always clunk closed fids asynchronously, regard...
2016-03-31 cinap_lenrekkernel: remove unused NSMAX, NSLOG, NSCACHE constants...
2016-03-30 cinap_lenrekdevsegment: cleanups
2016-03-29 cinap_lenrekkernel: fix procflushmmu()
2016-03-28 cinap_lenrekkernel: print pid as %lud instead %lux (in tsleep(...
2016-03-28 cinap_lenrekdevtls: print the path of the underlying chan in status...
2016-03-27 cinap_lenrekzynq: introduce SG_FAULT to prevent access to AXI segme...
2016-03-26 cinap_lenrekkernel: fix tsleep()/twakeup()/tsemacquire() race
2016-03-23 cinap_lenrekdevtls: zero secret information before freeing, cleanup
2016-03-23 cinap_lenrekadd portable AES-GCM (Galois/Counter Mode) implementati...
2016-03-17 cinap_lenrekabandon streaming experiment
2016-03-10 cinap_lenrekmake kernel UTFmax and Runemax consistent with libc...
2016-03-10 cinap_lenrekmerge
2016-03-10 cinap_lenrekdevcons: nil vs 0
2016-03-10 cinap_lenrekkernel: make fversion()/mntversion() types consistent
2016-03-09 cinap_lenrekdevtls: fix wrong iounit
2016-02-28 cinap_lenrekdevdraw: remove unused Edepth[]
2016-02-15 cinap_lenrekdevmnt: deal with partial response for Tversion request...
2016-02-14 cinap_lenrekprovide /n and /mnt early in bootrc to allow consistent...
2016-01-13 cinap_lenrekdevssl: use tsmemcmp() to compare mac to close timing...
2016-01-07 cinap_lenrekkernel: remove todfix overflow iprint() spam
2016-01-07 cinap_lenrekformat pointer subtraction results with %zd instead...
2016-01-07 cinap_lenrekintroduce signed intptr and %z format modifier for...
2016-01-05 cinap_lenrekkernel: change active.machs from bitmap to char array...
2015-12-21 cinap_lenrektls: implement chacha20/poly1305 aead cipher suits
2015-12-21 cinap_lenrekkernel: missing changes for ibrk() prototype
2015-12-16 cinap_lenrekdevprov: remove unused extern int unfair
2015-12-16 cinap_lenrekkernel: use uintptr for ibrk() return value (for base...
2015-11-30 cinap_lenrekmerge
2015-11-30 cinap_lenrekkernel: cleanup exit()/shutdown()/reboot() code
2015-11-22 cinap_lenrekdevenv: fix ORCLOSE handling
2015-11-06 cinap_lenrekmerge
2015-11-06 cinap_lenrekkernel: use nicer check in okaddr(), wet floor signs...
2015-11-06 cinap_lenrekmerge
2015-11-06 cinap_lenrekkernel: fix okaddr() check
2015-10-28 cinap_lenrekdevtls: reject SHA2_256 mac for SSL, but TLS is fine
2015-10-08 cinap_lenrekmerge
2015-10-08 mischiefport: fix typo in devmnt mntproc name
2015-09-20 cinap_lenrekdevsd: handle SYNCHRONIZE CACHE scsi commands as nops...
2015-09-20 cinap_lenreksdmmc: handle fakescsi emulation
next