]> git.lizzy.rs Git - plan9front.git/history - sys/src/9
libregexp: improve the transition to next available thread, instruction, and generation
[plan9front.git] / sys / src / 9 /
2017-01-22 cinap_lenrekpc/pc64: get rid of timerset(0) case, was used with...
2017-01-22 cinap_lenreksgi: get rid of timerset(0) case
2017-01-22 cinap_lenreksgi: cleanup timer code
2017-01-12 cinap_lenreksgi: change definition of tas() to take void* like...
2017-01-12 cinap_lenrekmerge
2017-01-12 cinap_lenrekkernel: make the mntcache robust against fileserver...
2017-01-12 cinap_lenrekkernel: add "close" ctl message for tcp connection...
2016-12-29 cinap_lenrekvgaigfx: enable softscreen by default
2016-12-17 cinap_lenrekpc: modify cpu0 page tables in patwc() instead of curre...
2016-12-17 cinap_lenrekpat write combinding support for 386 kernel, honor...
2016-12-15 cinap_lenrekpc64: implement simple write combining for framebuffers...
2016-12-14 cinap_lenrekxen: fix build by adding missing rdrandbuf() function
2016-12-11 cinap_lenrekdevmouse: remove unused static map[] array
2016-12-10 cinap_lenrekdevmouse: change msec argument of *mousetrack() to...
2016-12-05 cinap_lenrekaudioac97: support for ICH4-ICH7 based cards with memor...
2016-11-29 cinap_lenrekdevmouse: various bugfixes, simplify
2016-11-29 cinap_lenrekomap: cleanup mouse.c, just a dummy for mousectl()
2016-11-29 cinap_lenrekomap: fix format string warning %d for long
2016-11-19 cinap_lenrekmerge
2016-11-19 cinap_lenreklink loopbackmedium and netdevmedium in bcm/pif, sgi...
2016-11-17 cinap_lenrekdevtls: remove unused get32() function
2016-11-17 cinap_lenrekpc64: check if vmap() range fits in VMAPLEN window...
2016-11-15 cinap_lenrekip/tcp: never raise the mss over the link mtu < 1280...
2016-11-15 cinap_lenrekip: get rid of update_mtucache() and restrict_mtu(...
2016-11-15 cinap_lenrekip/pktmedium: no mintu, no maclen... thi is ip packets
2016-11-15 cinap_lenrekip/pktmedium: fix wrong hsize, theres no ethernet heade...
2016-11-15 cinap_lenrekip/tcp: only calculae mss from interface mtu when direc...
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_lenrekkernel/ip: fix typo (rfc -> ifc)
2016-11-08 cinap_lenrekgre: check nil for pullupblock()
2016-11-08 cinap_lenrekdevbridge: simplify etherwrite() as we dont deal with...
2016-11-08 cinap_lenrekkernel/ip: remove nil checks for allocb() and padblock()
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-07 cinap_lenrekip: always pass a single block to Medium.bwrite(),...
2016-11-07 cinap_lenrekip/nullmedium: free passed block in nullbwrite()
2016-11-07 cinap_lenrekip/tcp: remove useless nil checks for padblock() and...
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_lenrekarchacpi: fix format string warning on amd64
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-10-23 cinap_lenrekpc/archacpi: don't do acpi initialization in the kernel...
2016-10-22 cinap_lenrekip: simplify code as packblock() and concatblock()...
2016-10-22 cinap_lenrekdevip: simplify ipbwrite() by using retun value of...
2016-10-22 cinap_lenrekip/icmp: only reply to echo request when directed to...
2016-10-18 ftrvxmtrxarchacpi: optionally export acpi memory regions; proper...
2016-09-17 cinap_lenreketherzynq: implement promisc mode and multicast filter...
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_lenrekip/esp: allocate 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_lenrekwifi: update wifi.h header
2016-08-27 cinap_lenrekwifi: allocate cipher states in secret memory, do AESst...
2016-08-27 cinap_lenrekkernel: add secalloc() and secfree() functions for...
2016-08-20 cinap_lenrekmerge
2016-08-20 cinap_lenrekvga/igfx: add pci did's for kenjis intel graphics cards.
2016-08-16 cinap_lenrekdevmnt: fix mistake in mntrahread()
2016-08-14 cinap_lenrekip/il: dont attept to connect over IPv6, IL only suppor...
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-30 cinap_lenrekacpi: _ADR and _BBN might be methods, so use amleval...
2016-06-30 cinap_lenrekether8169: fix wrong mbps setting (from qu7uux)
2016-06-26 cinap_lenrekkernel: more (arm) compiler friendly mul64fract()
2016-06-05 cinap_lenrekaml: define amlintmask and set it according to DSDT...
2016-06-02 stanley lieberetheriwl: add pcid 0x0082 for Intel Centrino Advanced...
2016-05-26 cinap_lenrekvgaigfx: check gtt to determine graphics memory size...
2016-05-26 cinap_lenreketheriwl: add pci id for PRO/Wireless 5350 AGN (thanks...
2016-05-16 cinap_lenrekkernel: add srvtls and tlsclient to bootfs.proto for...
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-08 cinap_lenrekvgaigfx: fix device id for Ivy Bridge (thanks Kenji)
2016-05-05 cinap_lenrekkernel: fix cb->f[0] nil dereferences due to short...
2016-05-05 cinap_lenrekremove unmaintained omap4 (pandaboard) kernel
2016-05-05 cinap_lenrekremove unmaintained bitsy (ipaq) kernel
next