Thu, 19 Sep 2019 02:24:23 +0200 | cinap_lenrek | devproc: move proctab() call after Qnotepg special case in procwrite() |
Thu, 19 Sep 2019 02:07:46 +0200 | cinap_lenrek | kernel: simplify pgrpnote(); moving the note string copying to procwrite() |
Mon, 16 Sep 2019 16:21:40 +0200 | cinap_lenrek | ape: don't hardcode list of ape library directories in /sys/src/ape/lib/mkfile |
Sun, 15 Sep 2019 04:53:45 +0200 | cinap_lenrek | bcm64: add addarchfile() prototype to fns.h (for qeed) |
Sat, 14 Sep 2019 14:02:34 +0200 | cinap_lenrek | bcm64: enter page tables in mmutop *AFTER* switching asid in mmuswitch() |
Thu, 12 Sep 2019 15:28:04 +0200 | cinap_lenrek | acid/kernel: for stacktraces, try to use context from error stack when process is not sleeping |
Wed, 11 Sep 2019 15:41:14 +0200 | cinap_lenrek | ip/cifsd: dont return garbage in upper 32 bit of unix extension stat fields |
Tue, 10 Sep 2019 21:19:34 +0200 | cinap_lenrek | ip/cifsd: add basic support for UNIX extensions |
Tue, 10 Sep 2019 21:17:23 +0200 | cinap_lenrek | ip/cifsd: exit to close connection when we get malformed smb header (fixes linux mount hang) |
Mon, 09 Sep 2019 16:58:45 +0200 | cinap_lenrek | usbehci: silence "param declared but not used" compiler warning in itdinit()/sitdinit() |
Mon, 09 Sep 2019 16:56:01 +0200 | cinap_lenrek | sdide: silence compiler warning in atadebug() |
Mon, 09 Sep 2019 17:27:57 +0100 | Roberto E. Vargas Caballero | ape: Add mkstemp to /sys/src/ape/lib/ap/gen/mkfile |
Mon, 09 Sep 2019 16:00:06 +0100 | Roberto E. Vargas Caballero | Add toascii() to ape |
Mon, 09 Sep 2019 15:58:39 +0100 | Roberto E. Vargas Caballero | Add mkstemp to stdlib.h |
Sun, 08 Sep 2019 19:04:55 +0200 | cinap_lenrek | merge |
Sun, 08 Sep 2019 19:02:01 +0200 | cinap_lenrek | kernel: clear FPillegal in pexit() and before pprint() |
Sun, 08 Sep 2019 18:53:12 +0200 | cinap_lenrek | devproc: restore psstate info string in procstopwait() |
Sat, 07 Sep 2019 18:25:04 -0700 | Ori Bernstein | Allow address expressions in ?c after int casts. |
Sat, 07 Sep 2019 12:46:44 -0700 | Ori Bernstein | merge |
Sat, 07 Sep 2019 12:37:33 -0700 | Ori Bernstein | Libflac: Tell it that we have stdint.h so it finds SIZE_MAX |
Sat, 07 Sep 2019 02:13:35 +0200 | cinap_lenrek | merge |
Sat, 07 Sep 2019 02:11:18 +0200 | cinap_lenrek | cc: fix void cast crash |
Fri, 06 Sep 2019 18:01:52 -0700 | Ori Bernstein | Include integer limits from generic stdint.h in system-specific stdint.h |
Fri, 06 Sep 2019 16:33:11 -0700 | Ori Bernstein | Add missing UINTsz_MIN defines to ape stdint.h |
Fri, 06 Sep 2019 11:57:08 -0700 | Ori Bernstein | merge |
Fri, 06 Sep 2019 11:55:35 -0700 | David du Colombier | sys/src/libventi: define VtEntryNoArchive constant |
Fri, 06 Sep 2019 11:55:18 -0700 | David du Colombier | sys/src/libventi: implement vtsha1 and vtsha1check functions |
Fri, 06 Sep 2019 11:54:44 -0700 | David du Colombier | sys/src/libventi: implement vtreconn and vtredial functions |
Fri, 06 Sep 2019 18:48:35 +0200 | cinap_lenrek | ip/ipconfig: don't leave behind null address when dhcp gets interrupted |
Fri, 06 Sep 2019 08:25:21 -0700 | Ori Bernstein | Add RFC2822 (email style) formatted dates to to date(1). |
Wed, 04 Sep 2019 02:44:39 +0200 | cinap_lenrek | kernel: get rid of tmperrbuf and use syserrstr swapping instead in namec() |
Wed, 04 Sep 2019 02:41:22 +0200 | cinap_lenrek | rune(2): complete source references |
Wed, 04 Sep 2019 02:40:41 +0200 | cinap_lenrek | kernel: make exec clear errstr, stop side-channels and truncate on utf8 boundary |
Mon, 02 Sep 2019 19:38:44 +0200 | cinap_lenrek | bcm64: enable devgpio in kernel configuration (thanks qeed) |
Fri, 30 Aug 2019 20:17:19 +0200 | cinap_lenrek | ndb/dnsquery, ndb/csquery: write ">" prompt to stderr (thanks kvik) |
Fri, 30 Aug 2019 07:35:54 +0200 | cinap_lenrek | rsa(2): document asn1encodeRSApriv() and asn1encodeRSApub() functions |
Fri, 30 Aug 2019 07:34:35 +0200 | cinap_lenrek | auth/rsa2asn1: implement private key export with -a flag (thanks kvik) |
Thu, 29 Aug 2019 07:35:22 +0200 | cinap_lenrek | pc64: map kernel text readonly and everything else no-execute |
Wed, 28 Aug 2019 21:01:16 +0200 | cinap_lenrek | 8l, 6l: fix "unknown relation: TEXT" xfol() bug (thanks mischief) |
Tue, 27 Aug 2019 06:16:20 +0200 | cinap_lenrek | kernel: prohibit changing cache attributes (SG_CACHED|SG_DEVICE) in segattach(), set SG_RONLY in data2txt() |
Tue, 27 Aug 2019 04:04:46 +0200 | cinap_lenrek | kernel: make user stack segment non-executable |
Tue, 27 Aug 2019 03:55:12 +0200 | cinap_lenrek | pc64: implement NX bit discovery, map kernel mappings no-execute |
Tue, 27 Aug 2019 03:48:51 +0200 | cinap_lenrek | kernel: catch execution read fault on SG_NOEXEC segment (for mips) |
Tue, 27 Aug 2019 03:47:18 +0200 | cinap_lenrek | kernel: catch execution read fault on SG_NOEXEC segment |
Mon, 26 Aug 2019 22:34:38 +0200 | cinap_lenrek | kernel: expose no execute bit to portable mmu code as SG_NOEXEC / PTENOEXEC, add PTECACHED bits |
Mon, 26 Aug 2019 17:02:58 +0200 | qwx | vncv: fix snarf buffer realloc memory corruption |
Sun, 25 Aug 2019 20:02:53 +0200 | cinap_lenrek | emmc: 50MHz highspeed support (from richard miller) |
Sun, 25 Aug 2019 18:45:29 +0200 | cinap_lenrek | bcm64: replace emmc2 driver with richard millers sdhc driver |
Sat, 24 Aug 2019 16:35:03 +0200 | cinap_lenrek | /sys/lib/dist/mkfile: adjust 2GB for pi3 and zynq img |
Sat, 24 Aug 2019 16:29:00 +0200 | cinap_lenrek | /sys/lib/dist/mkfile: storage vendors idea of 2GB is deflating |
Fri, 23 Aug 2019 21:39:20 +0200 | cinap_lenrek | bcm64: deal with discontinuous memory regions, avoid virtual memory aliasing, implement vmap() proper |
Thu, 22 Aug 2019 02:54:06 +0200 | cinap_lenrek | bcm: invalidate cache on Fbinfo after firmware completion |
Thu, 22 Aug 2019 02:52:21 +0200 | cinap_lenrek | bcm: flush out early boot messages on uart and screen initialization |
Wed, 21 Aug 2019 19:34:24 +0200 | cinap_lenrek | /sys/lib/acid/kernel: fix procstk() for arm64, set kdir for arm/arm64 to bcm/bcm64 |
Wed, 21 Aug 2019 18:28:01 +0200 | cinap_lenrek | bcm: set XN bits for kernel device mappings |
Mon, 19 Aug 2019 16:42:20 +0200 | cinap_lenrek | bcm64: do not use OTP_BOOTMODE_REG to determine OSC frequency (thanks richard miller) |
Mon, 19 Aug 2019 01:09:24 +0200 | cinap_lenrek | disk/format: implement long name support |
Sun, 18 Aug 2019 22:19:29 +0200 | cinap_lenrek | add missing device tree file for raspberry pi 4 |
Sun, 18 Aug 2019 21:43:04 +0200 | cinap_lenrek | add raspberry pi 4 kernel and bootloader to pi3.img target |
Sun, 18 Aug 2019 21:16:30 +0200 | cinap_lenrek | bcm64: add support for more than 1GB of ram (untested) |