]> git.lizzy.rs Git - plan9front.git/history - sys/src
libauthsrv: open internal file-descriptors with OCEXEC flag
[plan9front.git] / sys / src /
2020-12-07 cinap_lenreklibauthsrv: open internal file-descriptors with OCEXEC...
2020-12-07 cinap_lenreklibauth: open internal file-descriptors with OCEXEC...
2020-12-07 cinap_lenreklibdraw: open file-descriptor with OCEXEC flag in readc...
2020-12-07 cinap_lenreklibndb: open internal file-descriptors with OCEXEC...
2020-12-07 cinap_lenreklib9p: open internal file-descriptor with OCEXEC flag...
2020-12-07 cinap_lenreklib9p: open /mnt/factotum/rpc with OCEXEC flag in auth9p()
2020-12-07 cinap_lenreklib9p: improve reqqueuecreate()
2020-12-07 cinap_lenrekmerge
2020-12-07 cinap_lenreklibdraw: open internal file-descriptors with OCEXEC...
2020-12-07 cinap_lenreklibdraw: remove unused Error label in freescreen()
2020-12-07 cinap_lenreklibthread: reduce stack usage of threadkill*(), open...
2020-12-07 cinap_lenreklibthread: reduce stack usage for ioprocs, open /proc...
2020-12-07 cinap_lenreklibthread: simplify threadsetname()
2020-12-07 cinap_lenreklibc: open internal file-descriptor with OCEXEC flag
2020-12-07 cinap_lenrekrio: format pid's as ulongs
2020-12-07 cinap_lenrekrio: open /dev/snarf with OCEXEC flag when writing
2020-12-07 cinap_lenrekrio: simplify filsysinit() by using getuser(), format...
2020-12-06 kviklibndb: remove db file size limit
2020-12-06 cinap_lenrekmerge
2020-12-06 cinap_lenrekpc64: assign fpsave/fprestore only once in fpuinit()
2020-12-06 kvikptrap: implement filtering on plumb attributes
2020-12-06 cinap_lenrekpc64: AMD64 mandates SSE support, remove the check...
2020-12-06 cinap_lenrekxen: use pc/fpu.c
2020-12-06 cinap_lenrekpc, pc64: move all fpu specific code from main.c to...
2020-12-06 Sigridxen: fix for the last avx changes
2020-12-06 Sigridamd64: FP: back to static size for allocation and copying
2020-12-06 Sigridamd64: FP: always use enough to fit AVX state and align...
2020-12-06 Sigridamd64, vmx: support avx/avx2 for host/guest; use *noavx...
2020-12-06 cinap_lenrekrio: undo previous commit, was a stupid idea
2020-12-06 cinap_lenrekrio: give visual clue during sweep and bandsizing when...
2020-12-06 cinap_lenrekrio: use libdraw's badrect() to exclude some extreme...
2020-12-06 cinap_lenrekrio: rewrite better portion() function
2020-12-06 Sigridrio: handle corner selection for resizing better (thank...
2020-12-06 Sigridrio: goodrect: clarify minimal height and actually...
2020-12-06 Sigridrio: allow windows as small as one line of text, still...
2020-12-06 Sigridaux/status^(bar msg): few small fixes (thanks umbraticus)
2020-12-06 Alex Musolinocwfs: fix interpretation of startdump argument
2020-12-05 cinap_lenrekpc/dma, pc/sdide: use uintptr for physical address...
2020-12-05 cinap_lenrekpc, pc64: allocate dma bounce buffer right after xinit()
2020-12-05 cinap_lenrekpc, pc64: exclude memory regions with unusual MTRR...
2020-12-04 Sigridfaces: add -c option to remove faces with button 1...
2020-12-01 cinap_lenrekmerge
2020-12-01 cinap_lenreklibdraw: do not force flushimage() on freescreen()
2020-12-01 cinap_lenrekrio: properly restore the windows contents on /dev...
2020-11-30 Ori Bernsteinproof: don't confuse ""(1) (thanks Stuart Morrow)
2020-11-29 cinap_lenrekrio: avoid redrawing window text on resize for programs...
2020-11-29 cinap_lenrekpc, pc64, xen: rewrite interrupt handling code
2020-11-28 Alex Musolinogames/mix: fix decoding of shift instructions
2020-11-28 Alex Musolinogames/mix: fix SLAX and SRAX instructions (thanks nicolagi)
2020-11-27 Sigridfplot: add hyperbolic functions
2020-11-27 Sigridfplot: add abs
2020-11-27 Alex Musolinomerge
2020-11-27 Alex Musolinogames/mix: fix implementation of MOVE instruction ...
2020-11-25 Alex Musolinoupas: fix mk nuke
2020-11-22 Ori Bernsteinupas/*: fix mkfile issues (thanks amavect)
2020-11-22 cinap_lenrekpc, pc64: move common irq handling code out of trap.c
2020-11-21 mischiefefi: prefer plan9.ini from ESP we loaded from
2020-11-22 Ori Bernsteindc: fix crashes with : operator (thanks istvan bak)
2020-11-22 Ori Bernsteinupas: make 'all' the default target
2020-11-21 cinap_lenrekpc, pc64: fix grub multiboot
2020-11-21 cinap_lenrekmerge
2020-11-21 cinap_lenrekether8169: fix interrupt panic before init, defer initi...
2020-11-21 cinap_lenrekpc, pc64: implement disabling of msi interrupts
2020-11-21 mischiefnusb/kb, nusb/joy: dont try to set protocol on nonboot...
2020-11-21 cinap_lenrekpc, pc64: new MTRR code supporting AMD TOM2 MSR and...
2020-11-21 cinap_lenrekpc, pc64: disable all pci devices for /dev/reboot
2020-11-21 cinap_lenrekpc, pc64: disable all pci devices in pcicfginit()
2020-11-21 cinap_lenrekkernel: add portable pcimsienable()/pcimsidisable(...
2020-11-20 cinap_lenreketherm10g: remove duplicated pci capability enum
2020-11-20 cinap_lenrekkernel: remove unused pcinextcap() function
2020-11-20 cinap_lenrekpc/l.s: remove unsued m0gdtptr/m0idtptr structs
2020-11-20 Anthony Martinawk: fix truncated input after fflush
2020-11-18 Ori Bernsteinupas/*: cleanup mkfiles (thanks amavect)
2020-11-17 cinap_lenrekpc, pc64: load idt early in trapinit0()
2020-11-17 cinap_lenrekpc/l.s: load virtual gdt pointer after mmu switch
2020-11-16 cinap_lenreknusb/cam: don't videoclose() when open failed
2020-11-16 kvikdiff: fix change marker for -c mode
2020-11-16 kvikptrap: fail if invoked with no arguments
2020-11-15 cinap_lenrekaux/cpuid: fix final newline on printbits()
2020-11-15 cinap_lenreketheriwl: bring back recovery on flushq timeout
2020-11-15 cinap_lenrekaudiohda: do not enable interrupts before intrenable()
2020-11-10 cinap_lenrekaudiohda: reset irbsts bits in hdainterrupt() (thanks...
2020-11-08 Ori Bernsteinimap4d: imap4date should ignore time and timezone ...
2020-11-07 Ori Bernsteinupas/marshal: add -S saveto to save outgoing mail,...
2020-11-04 cinap_lenrekmerge
2020-11-04 cinap_lenrekpc/pc64: fix faulty mtrr slot reuse (thanks Fulton)
2020-11-03 cinap_lenrekmerge
2020-11-03 cinap_lenrekpc, pc64: allocate i/o port space for unassigned pci...
2020-11-02 Ori Bernsteinupas/common: delete library on 'mk clean'
2020-11-02 cinap_lenrekmtx: fix pci access routines (see changeset 8012:78891f...
2020-11-02 Sigridaudio/wavdec: add -s option
2020-11-02 cinap_lenrekaux/realemu: use #$/pci/B.D.Fraw to access pci config...
2020-11-02 cinap_lenrekvmx: mask out bits 0:2 and 24:30 of pci CONFIG_ADDRESS...
2020-11-01 Ori Bernsteinrc: show line numbers on error
2020-11-01 Ori Bernsteinlibc: recurse on smaller half of array
2020-10-31 Alex Musolinojpg: treat EOF as EOI marker
2020-10-30 Ori Bernsteinvt: improve behavior of chording
2020-10-29 cinap_lenrekip/cifsd: fix missing int return type for vpack() ...
2020-10-29 Sigridaux/cpuid: decode leaf 7; extend leaf 13 decoding
2020-10-27 cinap_lenrekaudiohda: make it work with qemu (thanks mischief)
next