Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-01 | frexp: handle NaN values (from sources) | cinap_lenrek | |
2013-05-01 | uartpci: add detection for StarTech PCI8S9503V (P588UG) (from sources) | cinap_lenrek | |
2013-04-30 | rio: fix highlight text for -b | stanley lieber | |
2013-04-30 | blogcom +x | aiju | |
2013-04-30 | added blogcom | aiju | |
2013-04-29 | 5c: dont emit conditional integer division instructions | cinap_lenrek | |
the integer division instructions are emulated with _div() function patched in by 5l which does not handle conditional execution. so do not optimize away the branch in that case. | |||
2013-04-29 | Fix double-free fault when isaconfig returns nothing for "etherN". (from ↵ | cinap_lenrek | |
richard millers devether-doublefree patch) | |||
2013-04-29 | /sys/lib/rootstub: fix missing /alpha/lib/ape directory | ppatience0 | |
2013-04-28 | bootrc: fix spacing when asking for fs/auth ip | ppatience0 | |
2013-04-28 | fix missing return compile error for manual book index generator | cinap_lenrek | |
2013-04-28 | merge | ftrvxmtrx | |
2013-04-28 | acme: fix more error messages | ftrvxmtrx | |
2013-04-27 | libdraw: avoid printing error on closemouse() | cinap_lenrek | |
2013-04-27 | libdraw: exit mouseproc() on read error instead of spinning | cinap_lenrek | |
2013-04-26 | acme/win: fix error messages | ftrvxmtrx | |
2013-04-26 | nusb/serial: Add support for Amontec JTAGkey devices (from sources) | cinap_lenrek | |
2013-04-25 | fix <mach.h> types in manual (erik quanstros machmantype patch) | cinap_lenrek | |
2013-04-24 | make all the commands agnostic about Rune width. (from sources) | cinap_lenrek | |
2013-04-24 | cpu: don't print spurious errstr for bad auth method, fix comment | cinap_lenrek | |
2013-04-23 | fortunes: i would not be at all surprised if the nix kernel (with or without ↵ | stanley lieber | |
the AC stuff) ends up being the basis for continuing evolution of plan9. | |||
2013-04-23 | ftpd: "opts utf8 on" | cinap_lenrek | |
2013-04-23 | ftpd: fix nil pointer derefernece when ominiting arguments to opts command | cinap_lenrek | |
2013-04-23 | ftpd: implement "OPTS UTF-8 ON", fix uninitialized printing uninitialized ↵ | cinap_lenrek | |
memory in HELP command | |||
2013-04-22 | - use the double-buffer buffer to allow redrawing on resize events. | cinap_lenrek | |
specifing -d on the command line now only disables synchronous drawing events. - use threaded mouse and keyboard to allow for asynchronous receoption of quit messages. this allows plot to exit before drawing is completed. for programs like mapdemo, this is important. there were two things that needed to get fixed as a result - replace fprint(2, ...); exits("bad"); with sysfatal. also get rid of stdio. - dpoint needed a mach-dependentent (sic) version. otherwise points on a resized screen will not be properly placed. | |||
2013-04-22 | ether8169: fix deadlock in allocation error case for attach. (thanks erik) | cinap_lenrek | |
typo in error case, should qunlock() instead of qlock(). | |||
2013-04-22 | graphics(2): add newwindow() key reference | cinap_lenrek | |
2013-04-20 | aux/listen: do not redirect stderr (fd 2) of the listener to the network ↵ | cinap_lenrek | |
connection Charles Forsyth described the problem below in: http://9fans.net/archive/2013/04/190 In a few cases, the kernel will use pprint to put a diagnostic on the standard error (file descriptor 2). One of those is a warning that the process has used more than 100 file descriptors. That message is possibly obsolete and could be removed, but there are others, such as notifying an uncaught trap that are probably helpful to make visible. In any case, as things stand, a busy exportfs might have many file descriptors open, provoking the diagnostic. Unfortunately, aux/listen and aux/listen1 connect file descriptor 2 to the incoming network connection. If the connection's protocol is not a simple, unstructured, textual one, diagnostics on the standard error will cause confusion, in particular to devmnt.c if 9p is used. /rc/bin/service files that start applications that run special protocols might want to redirect file descriptor 2; alternatively, perhaps aux/listen shouldn't redirect fd 2 by default: the few commands that do connect the remote user to shells, or equivalent, including telnetd and sshd could dup 1 to 2 when that was sensible. | |||
2013-04-20 | merge | cinap_lenrek | |
2013-04-20 | ip/torrent: use NPROC processes in parallel for calculating initial piece hashes | cinap_lenrek | |
2013-04-16 | mouse: fix cursor redraw to prevent screen blanking (thanks erik) | cinap_lenrek | |
2013-04-14 | devmouse: remove unneeded reference to kerndate | cinap_lenrek | |
2013-04-14 | sdiahci: add pci id for 82801eb/er and c210 | cinap_lenrek | |
2013-04-14 | reduce software cursor flickering | cinap_lenrek | |
the software cursor starts flickering and reacts bumby if a process spends most of its time with drawlock acquired because the timer interrupt thats supposed to redraw the cursor fails to acquire the lock at the time the timer fires. instead of trying to draw the cursor on the screen from a timer interrupt 30 times per second, devmouse now creates a process calling cursoron() and cursoroff() when the cursor needs to be redrawn. this allows the swcursor to schedule a redraw while holding the drawlock in swcursoravoid() and cursoron()/cursoroff() are now able to wait for a qlock (drawlock) because they get called from process context. the overall responsiveness is also improved with this change as the cursor redraw rate isnt limited to 30 times a second anymore. | |||
2013-04-12 | fortunes: support for non-blocking i/o | stanley lieber | |
2013-04-12 | merge | ppatience0 | |
2013-04-12 | jpg(1): update bmp and yuv usage | ppatience0 | |
2013-04-12 | pci: Add Intel C216 chipset PCI support (from sources) | cinap_lenrek | |
2013-04-12 | usbehci: align page td buffer for >16K transfers, fix isohsinit() | cinap_lenrek | |
from ehci spec: The buffer pointer list in the qTD is long enough to support a maximum transfer size of 20K bytes. This case occurs when all five buffer pointers are used and the first offset is zero. A qTD handles a 16Kbyte buffer with any starting buffer alignment. | |||
2013-04-11 | merge | cinap_lenrek | |
2013-04-11 | ndb/dns: dont override req->aborttime in udpquery() | cinap_lenrek | |
overriding aborttime in udpquery() makes no sense. it causes recursive queries to extend the timeout infinitely. nobody but the issuer of the request should modify aborttime. | |||
2013-04-11 | libauth: auth_chuid empty (from sources) | cinap_lenrek | |
instead of an "i/o count too small", detect a missing capability (empty, null string) before the write, and diagnose it as such. | |||
2013-04-10 | 9nfs: apply patch/nfswarnandflags (from sources, thanks nemo) | cinap_lenrek | |
Remove a warning in 9nfs and make it use the std. CFLAGS (we detected the warning using -W). | |||
2013-04-10 | postscript: remove private copy of utf8 implementation (from sources) | cinap_lenrek | |
2013-04-10 | etheriwl: add pci id for Centrino Wireless-N 100 (thanks fgudin9) | cinap_lenrek | |
2013-04-05 | ape: inet_ntop() print v4 mapped addresses in v6 as dotted quad | cinap_lenrek | |
2013-04-04 | sam(1): document -i flag | ppatience0 | |
2013-04-04 | sam, samterm: add -i flag to make tab insert spaces up to the next tabstop ↵ | ppatience0 | |
and backspace to delete spaces until the previous tabstop | |||
2013-04-03 | intel ethernet: default to 16 byte cache line size when not properly ↵ | cinap_lenrek | |
initialized and disable checksum offload for igbe (from sources) | |||
2013-04-03 | pci: add pci bridge id for Intel 6 Series/C200 (from sources) | cinap_lenrek | |
2013-04-03 | pushtls: remove unneccesary include <auth.h> (from sources) | cinap_lenrek | |