summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-12mothra: handle email messages as plain textcinap_lenrek
2012-07-09paint: only three remote holes in the default install, in a heck of a long time!stanley lieber
2012-07-09paint: only two remote holes in the default install, in a heck of a long time!stanley lieber
2012-07-09tcp: memset paranoia, synced from sourcescinap_lenrek
2012-07-08xargs(1): improve man page by deleting linesstanley lieber
2012-07-08audio(1): grammarstanley lieber
2012-07-08xargs(1): clarifystanley lieber
2012-07-08ssam: chmod +xcinap_lenrek
2012-07-08g: chmod +xcinap_lenrek
2012-07-08qio: raise critical queue bloat threshold from 2 to 10 times to queue limitcinap_lenrek
the limit for overqueueing was too small for stuff like fcp on a fileserver connected with a standard 32K limit pipe like ramfs. fcp usesd 8K*16procs > 32K*2 the biggest queue limit used in the kernel is 256K making the maximum queue bloat 2.5MB or 320K for standard pipes. that should be big enougth to never happen in practice unless there is a bug which we like to catch before we exhaust all kernel memory.
2012-07-08mothra: handle span and div, helps to resynchronization on html errorscinap_lenrek
2012-07-07cryptsetup(8): add SOURCE and reference aes(2)stanley lieber
2012-07-07cryptsetup(8): grammar, claritystanley lieber
2012-07-07add xargs(1) man pagestanley lieber
2012-07-08mothra: edit selection fixcinap_lenrek
2012-07-07mothra: ignore size attribute for select tagcinap_lenrek
2012-07-07mothra: fix <br/> <hr/> tagscinap_lenrek
2012-07-06hproxy: force connection closecinap_lenrek
2012-07-06add hproxy to mkfilecinap_lenrek
2012-07-06hproxy: simple http proxy servercinap_lenrek
2012-07-05add bzfs(4) manpagecinap_lenrek
2012-07-05add tap(1) manpagecinap_lenrek
2012-07-05add pstree to ps(1) manpage.cinap_lenrek
2012-07-05g: more extensionscinap_lenrek
2012-07-05g: expand matched files list and add to grep(1) man pagestanley lieber
2012-07-05mergecinap_lenrek
2012-07-05add socksd to ipserv(8)cinap_lenrek
2012-07-05kill(1): englishstanley lieber
2012-07-05cryptsetup(8): englishstanley lieber
2012-07-05add cryptsetup(8), add crypt command doc to fs(3)cinap_lenrek
2012-07-05add dontkill to kill(1) manpagecinap_lenrek
2012-07-05mergecinap_lenrek
2012-07-05tput(1) manpage, add -b buflen option, exit statuscinap_lenrek
2012-07-04pkg(1): fix man pagestanley 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-04factotum: use glenda as hostowner defaultcinap_lenrek
2012-07-04inst: remove the cdboot parameter from plan9.inicinap_lenrek
2012-07-04mothra: scrollbar mouse grab in alt displaycinap_lenrek
2012-07-03hgignore: ignore more stuffcinap_lenrek
2012-07-02read: add -c flag to copy bytes instead of linescinap_lenrek
2012-07-02mothra: remove 4K snarf limit for edit panelcinap_lenrek
2012-07-01mothra: make sequence of links separated by spacecinap_lenrek
2012-07-01scram: wire proc to cpu0, work arround for hp dc5700cinap_lenrek
2012-07-01mothra: join underlined linkscinap_lenrek
2012-06-30plan9.ini(8): ACPI updatecinap_lenrek
2012-06-30mothra: fix scrollbar mouse grab behaviourcinap_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-30scram: acpi scram for qemu fixcinap_lenrek
2012-06-29fshalt(8): ACPIcinap_lenrek
2012-06-29scram: cleanupcinap_lenrek
2012-06-29acpi shutdownaiju