]> git.lizzy.rs Git - plan9front.git/history - sys/src/9
devbridge: simplify etherwrite() as we dont deal with block lists
[plan9front.git] / sys / src / 9 /
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
2016-05-05 cinap_lenrekpc64: add etheryuk driver
2016-05-05 cinap_lenreketheryuk: add Yukon 88R8055 id from erik quanstros...
2016-05-04 cinap_lenrekretire the dec alpha port
2016-05-01 cinap_lenrekpc: use fpsave() instead of fpenv() to capture fp excep...
2016-04-07 cinap_lenrekether82563: initial i217 support from http://www.9legac...
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_lenrekzynq: cleanup devarch, flushmmu() after procflushpsecg()
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-28 cinap_lenrekdevip: applying changes for bug: multicasts_and_udp_buffers
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-12 cinap_lenrekdevip: handle ignoreadvice flag for all protocols
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-03-05 ftrvxmtrx9/mkfile: update ARCH
2016-02-28 cinap_lenrekdevdraw: remove unused Edepth[]
2016-02-21 cinap_lenrekfix ipv6 icmphostunr() locking and memory free bugs...
2016-02-20 cinap_lenreksgi: add chmod to bootfs.proto for sgi kernel
2016-02-16 cinap_lenrekusbuhci: removing "uhci bug" print spam from interrupt...
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-02-13 cinap_lenrekmerge
next