Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-02 | aux/vga: do not set mode 3 unless connected | ftrvxmtrx | |
2015-01-02 | aux/vga: fix switching with different mode | ftrvxmtrx | |
Prior to switching display, switch to text mode 3, which is supported by anything, then set display, search for the desired mode, load it if found. If not found, set the display to the old one and switch to the old mode back. | |||
2015-01-02 | nedmail: do not recursively plumb email multipart attachments in print command | cinap_lenrek | |
2015-01-01 | nusb/kb: fix alt/altgr being swapped for some reason | ftrvxmtrx | |
2015-01-01 | aux/vga: display switching for Intel adapters | ftrvxmtrx | |
Magic was discovered by abusing INT 10 on several machines while switching cables back and forth and watching the end result. | |||
2015-01-01 | zynq: differentiate various pagefault types in faultarm() | cinap_lenrek | |
2015-01-01 | tcs: update charsets. Fixes issue #214 | ftrvxmtrx | |
2015-01-01 | hjfs: fix missing superblock dirty mark when reaming | cinap_lenrek | |
2014-12-31 | hjfs: make -m default 4 MB instead of 40 KB | aiju | |
2014-12-30 | terminus font: update .font files, remove references to old vga bitmaps | stanley lieber | |
2014-12-30 | lucidasans font: update font files, remove references to old vga bitmaps | stanley lieber | |
2014-12-30 | germgoth/unicode.12.font: update mappings, remove references to old vga bitmaps | stanley lieber | |
2014-12-30 | bring back nice control character glyphs in vga font | cinap_lenrek | |
2014-12-30 | zynq: enable branch prediction | cinap_lenrek | |
2014-12-30 | zynq: implement µs() | cinap_lenrek | |
2014-12-30 | zynq: enable prefetch hints and drop-prefetch | cinap_lenrek | |
2014-12-30 | libmemdraw: never point Buffer.alpha to nil (thanks mischief) | cinap_lenrek | |
the boolcopy optimization doesnt doesnt use Buffer.alpha, tho the debug function dumpbuf() still can dereference it. to keep it simple, always have Buffer.alpha point to the channel or &ones when not used. | |||
2014-12-29 | aux/vga: scale only if mode was set successfully | ftrvxmtrx | |
2014-12-29 | merge | cinap_lenrek | |
2014-12-29 | zymq: lilu dallas, multicore | cinap_lenrek | |
implement multiprocessor support. | |||
2014-12-29 | add games/md to /sys/src/games/mkfile | cinap_lenrek | |
2014-12-29 | aux/vga: rescale after loading new mode | ftrvxmtrx | |
Intel VBIOS seem to not update its state unless in graphical mode, so set the scaling mode after loading new graphical mode. | |||
2014-12-28 | libdraw: don't deference nil display in freefont | mischief | |
2014-12-28 | libmemdraw: fix fd leak in openmemsubfont and memory leak in freememsubfont | mischief | |
2014-12-28 | memlayer(2): fix memdraw signature | mischief | |
2014-12-28 | vga font: fix permissions (thanks, mischief) | stanley lieber | |
2014-12-28 | vga font: the existing bitmaps contained blank spaces for missing runes, ↵ | stanley lieber | |
which resulted in blanks being printed on screen. replace bitmaps and update .font files accordingly. | |||
2014-12-28 | fortunes: no. -- ftrvxmtrx | stanley lieber | |
2014-12-28 | aux/vga: remove -s option, move scaling to the size string itself | ftrvxmtrx | |
2014-12-27 | ircrc: use aux/trampoline or tlsclient for connections, add -T flag for tls | mischief | |
previously ircrc dialed through /net itself and resolved ips on its own. this prevented the use of an ip address, and also prevented use of ipv6. now you can use an ip, or a dns name that resolves to ipv6. the -T flag is also added to use tlsclient for encrypted connections. | |||
2014-12-26 | merge | ftrvxmtrx | |
2014-12-26 | aux/vga: scaling modes for VESA | ftrvxmtrx | |
2014-12-26 | vga, vesa: revert. this needs to be in aux/vga instead | ftrvxmtrx | |
2014-12-26 | vga, vesa: scaling modes | ftrvxmtrx | |
At least on some NVIDIA cards the default scaling mode makes black borders visible on all sides, even on native resolution. This patch adds a generic "scaling MODE" command to vgactl and adds support for it on VESA through NVIDIA VBE OEM extension. It hasn't been tested on any other video cards, but shouldn't break anything as the scaling mode is only set on write to vgactl. | |||
2014-12-26 | vga, vesa: scaling modes | ftrvxmtrx | |
2014-12-26 | socksd: revert back, previous commit broke UdpAssociate request | cinap_lenrek | |
should probably figure out a better way to get public ip address on a interface. | |||
2014-12-26 | libip: skip ipv6 loopback address (thanks mischief) | cinap_lenrek | |
2014-12-26 | socksd: dont use myipaddr() for announcing address | cinap_lenrek | |
2014-12-25 | getfcr: change getfcr/setfcr to use VFP | cinap_lenrek | |
2014-12-25 | zynq: only tmpmap() while splhi(), remove unneeded coherence() after ↵ | cinap_lenrek | |
tmpunmap(), splhi() in l2free() we have to call tmpmap() with interrupts disabled as the map is a per cpu and a interrupt can preempt us while we where commited to use a entry but *before* we wrote it! tmpunmap() already calls coherence() before flushpg() so it is not needed after tmpunmap(). splhi() in l2free() isnt needed as l2free() is always called with interrupts disabled from mmuswitch() and mmurelease(). | |||
2014-12-25 | zynq: dont do install target by default in the mkfile | cinap_lenrek | |
2014-12-24 | zynq: fpsave() and fpclear() both need to disable the fpu | cinap_lenrek | |
fpsave needs to disable the fpu! otherwise we won't catch the mathtrap() in the kernel or when context switching to another process that will attempt to use it. | |||
2014-12-24 | zynq: active.machs = 1 | cinap_lenrek | |
2014-12-24 | zynq: set mainmem->maxsize so kernel malloc() wont fail after 4MB | cinap_lenrek | |
2014-12-24 | 5l: remove -f flag and add -F flag to disable VFP code generation | cinap_lenrek | |
almost nobody uses FPA anymore, so make VFP the default but provide -F flag to disable it. | |||
2014-12-24 | zynq: fix kernel configuration so it builds | cinap_lenrek | |
2014-12-24 | nusb/serial: fix nusb/serial hang with ftdi | cinap_lenrek | |
have to create process, not a thread in ftdi code so main process can exit after posting fs service. | |||
2014-12-24 | added zynq kernel | aiju | |
2014-12-23 | fortunes: if(~ $i (seek _nsec)) { # untested so far - geoff | stanley lieber | |
2014-12-23 | rc-httpd(8): add HISTORY to man page | stanley lieber | |