Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-07 | mothra: ignore size attribute for select tag | cinap_lenrek | |
2012-07-07 | mothra: fix <br/> <hr/> tags | cinap_lenrek | |
2012-07-06 | hproxy: force connection close | cinap_lenrek | |
2012-07-06 | add hproxy to mkfile | cinap_lenrek | |
2012-07-06 | hproxy: simple http proxy server | cinap_lenrek | |
2012-07-05 | add bzfs(4) manpage | cinap_lenrek | |
2012-07-05 | add tap(1) manpage | cinap_lenrek | |
2012-07-05 | add pstree to ps(1) manpage. | cinap_lenrek | |
2012-07-05 | g: more extensions | cinap_lenrek | |
2012-07-05 | g: expand matched files list and add to grep(1) man page | stanley lieber | |
2012-07-05 | merge | cinap_lenrek | |
2012-07-05 | add socksd to ipserv(8) | cinap_lenrek | |
2012-07-05 | kill(1): english | stanley lieber | |
2012-07-05 | cryptsetup(8): english | stanley lieber | |
2012-07-05 | add cryptsetup(8), add crypt command doc to fs(3) | cinap_lenrek | |
2012-07-05 | add dontkill to kill(1) manpage | cinap_lenrek | |
2012-07-05 | merge | cinap_lenrek | |
2012-07-05 | tput(1) manpage, add -b buflen option, exit status | cinap_lenrek | |
2012-07-04 | pkg(1): fix man page | stanley lieber | |
2012-07-04 | /lib/troll: i notice that there is now conflict b/w nix and plan 9 syscall ↵ | stanley lieber | |
numbering. | |||
2012-07-04 | factotum: use glenda as hostowner default | cinap_lenrek | |
2012-07-04 | inst: remove the cdboot parameter from plan9.ini | cinap_lenrek | |
2012-07-04 | mothra: scrollbar mouse grab in alt display | cinap_lenrek | |
2012-07-03 | hgignore: ignore more stuff | cinap_lenrek | |
2012-07-02 | read: add -c flag to copy bytes instead of lines | cinap_lenrek | |
2012-07-02 | mothra: remove 4K snarf limit for edit panel | cinap_lenrek | |
2012-07-01 | mothra: make sequence of links separated by space | cinap_lenrek | |
2012-07-01 | scram: wire proc to cpu0, work arround for hp dc5700 | cinap_lenrek | |
2012-07-01 | mothra: join underlined links | cinap_lenrek | |
2012-06-30 | plan9.ini(8): ACPI update | cinap_lenrek | |
2012-06-30 | mothra: fix scrollbar mouse grab behaviour | cinap_lenrek | |
by default, scrollbars captured the mouse unless all mouse buttons where released. this makes sense in mothra main window, but makes drop down menus with scrollbar unusable. the patch lets one select the behaviour using the USERFL-flag. if set, the scrollbar will capture the mouse. if not set, scrollbar will release the mouse when outside the scrollbar rect. | |||
2012-06-30 | scram: acpi scram for qemu fix | cinap_lenrek | |
2012-06-29 | fshalt(8): ACPI | cinap_lenrek | |
2012-06-29 | scram: cleanup | cinap_lenrek | |
2012-06-29 | acpi shutdown | aiju | |
2012-06-29 | fshalt(8): add /sys/src/cmd/scram.c | stanley lieber | |
2012-06-29 | /lib/troll: Who is big troll/trouble maker really? | stanley lieber | |
2012-06-28 | webfs: fix mistake | cinap_lenrek | |
2012-06-28 | webfs: send Accept headers | cinap_lenrek | |
2012-06-27 | fortunes: really | stanley lieber | |
2012-06-27 | aan: use netconninfo from dial(2), threadsetname | cinap_lenrek | |
2012-06-27 | aan: fix bugs, initial timeout, portable network encoding | cinap_lenrek | |
2012-06-25 | cpu: revert to old quoting rules, sorry | cinap_lenrek | |
2012-06-25 | cpu: implement aan(8) support | cinap_lenrek | |
2012-06-25 | dial(2): not in parallel on 9front | cinap_lenrek | |
2012-06-25 | exportfs/import: cleanup | cinap_lenrek | |
2012-06-25 | exportfs: fix bugs, error consistency, cleanup | cinap_lenrek | |
2012-06-25 | cpu: -c command quoting, various cleanups | cinap_lenrek | |
2012-06-24 | mothra/uhtml: properly handle quoting in tags | cinap_lenrek | |
2012-06-24 | realemu: fix cpuid | cinap_lenrek | |
ECX and EDX were incorrectly swapped. Ref: http://wiki.osdev.org/CPUID thanks Anthony Martin <ality@pbrane.org> for sending the patch! |