Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-21 | tga: fix bad output channel descriptor for grayscale images and -9 flag, ↵ | cinap_lenrek | |
revert page work arround | |||
2013-01-21 | merge | ftrvxmtrx | |
2013-01-21 | page: image/tga | ftrvxmtrx | |
2013-01-21 | page: force images to RGB using -3 flag (fixes grey-scale images displaying) | ftrvxmtrx | |
2013-01-21 | file: detect tga images | ftrvxmtrx | |
2013-01-20 | readtga: fix b/w, add color-mapped images support | ftrvxmtrx | |
2013-01-20 | totruecolor: support CRGBV images as input | ftrvxmtrx | |
2013-01-20 | readtga: clean-up | ftrvxmtrx | |
2013-01-18 | rewrite.direct: rewrite aliases before delivering to local users to avoid ↵ | stanley lieber | |
re-sending the message | |||
2013-01-19 | audiohda: automatically pick inpin | cinap_lenrek | |
2013-01-19 | audio: add port/audioif.h dependencies to mkfile | cinap_lenrek | |
2013-01-19 | audiohda: first attempt on audio recording support for intel hda audio, ↵ | cinap_lenrek | |
distinguish mode in audio code | |||
2013-01-18 | merge | cinap_lenrek | |
2013-01-18 | audioac97: audio recording | cinap_lenrek | |
2013-01-17 | fortunes: maybe i should ask at #cat-v | stanley lieber | |
2013-01-17 | webfs: handle multiple WWW-Authenticate headers, fix fmtstrinit() memory leaks | cinap_lenrek | |
2013-01-16 | vncv: do flushimage() under display lock, zero ypdate rect | cinap_lenrek | |
2013-01-14 | 6in4: add -o option to make it possible to use different nets for ipv6 and ↵ | cinap_lenrek | |
ipv4 interface | |||
2013-01-13 | Four shall be the number thou shalt count, and the number of the counting ↵ | cinap_lenrek | |
shall be four. | |||
2013-01-13 | plan9.ini(8): isa uarts | cinap_lenrek | |
2013-01-13 | vt: ignore line spacing escape2 | cinap_lenrek | |
2013-01-13 | remove non standard COM3 (eia2) serial port from i8250 uart. | cinap_lenrek | |
access to non standard serial port COM3 at i/o port 0x200 causes kernel panic on some machines (Toshiba Sattelite 1415-S115). also, some machines have gameport at 0x200. i readded uartisa to the pcf and pccpuf kernel configurations so one can use plan9.ini to add non standard uarts like: uart2=type=isa port=0x200 irq=5 | |||
2013-01-13 | hjfs: dont mask permission bits for "create" console command | cinap_lenrek | |
2013-01-12 | webfs: preauth support | cinap_lenrek | |
2013-01-11 | hget(1): fix typo, various cleanups | cinap_lenrek | |
2013-01-11 | hget(1): document restrictions for name@file with -m flag, fix examples, usage | cinap_lenrek | |
2013-01-11 | mk: fix ar padding problems on 64bit (from eriks amd64mkar patch) | cinap_lenrek | |
2013-01-11 | libdraw: gengetwindow() fix mistake | cinap_lenrek | |
dont zero *winp so the "screen" pointer is preserved. | |||
2013-01-10 | libdraw: gengetwindow() resize race | cinap_lenrek | |
instead of trying to make rio not change the window image too fast and give the client some time to attach it (which turns out to be impossible), we acknowledge that there is a race and just retry the window reattach as long as the winname keeps changing in gengetwindow(). | |||
2013-01-10 | merge | cinap_lenrek | |
2013-01-10 | still races, reverting... need a better approach. | cinap_lenrek | |
2013-01-09 | merge | cinap_lenrek | |
2013-01-09 | rio: fix window resize and attach race | cinap_lenrek | |
if a window gets hidden/unhidden/resized too fast, the client might have no chance attaching to that image using winname. so we move the window offscreen instead and delay the freeimage() by doing it in the deletethread(). | |||
2013-01-09 | hjfs(4): update man page | stanley lieber | |
2013-01-09 | vac(1), ec(2), usb(3), hjfs(8): fix source reference | cinap_lenrek | |
2013-01-09 | tlssrv(8): fix bad cross reference | cinap_lenrek | |
2013-01-09 | audio(1): various cleanups | cinap_lenrek | |
2013-01-09 | add intel 82598 10gb ethernet to pcf and pccpuf configuration, add support ↵ | cinap_lenrek | |
for 82599 (from sources) | |||
2013-01-09 | devtls: fix hmac buffer size for SHA1 hashes (from erik) | cinap_lenrek | |
the buffer isn't big enough for SHA1 hashes, which are larger than MD5 hashes. | |||
2013-01-09 | ape: fix getsockname() byte swaped ports (by yarikos) | cinap_lenrek | |
APE's getsockname() returns port with bytes swapped (on 386). | |||
2013-01-08 | libdraw: fix wrong menusel() calculation for menuhit() (noticable with small ↵ | cinap_lenrek | |
fonts) the text for a menu entry is drawn from: y = textr.min.y + i*(font->height+Vspacing); but we calculated the item from: r = insetrect(textr); i = (p.y - r.min.y) / (font->height+Vspacing); the insetrect is wrong. | |||
2013-01-08 | aux/vga: remove debug prints | cinap_lenrek | |
2013-01-07 | aux/vga: add fixbios() for patching bogus vesa bios | cinap_lenrek | |
2013-01-07 | hjfs: disable shutdown when listening on network connections | cinap_lenrek | |
2013-01-07 | hjfs: network announce/listen support | cinap_lenrek | |
2013-01-06 | vga: avoid setting vgactl type vesa multiple times | cinap_lenrek | |
2013-01-06 | vga: dont confuse io bar with mem bar in vgas3 and vgavesa | cinap_lenrek | |
harmless bug. just make sure we loop over the memory bars only and skip the io bars. | |||
2013-01-05 | ndb/dnsdebug: make sure request is initialized (import from sources) | cinap_lenrek | |
2013-01-05 | tbl: fix wrong register count calculation (found by erik) | cinap_lenrek | |
2013-01-04 | sdiahci: do port reset on stuck drive on boot | cinap_lenrek | |