summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-16crop /lib/face/48x48x8/n/nixie.1 to the right size (was 512x512)cinap_lenrek
2013-06-16libmemdraw: fix drawing to color mapped with alpha chan (m8a8)cinap_lenrek
2013-06-16abaco: allow single quotes for ctype attribute (thanks plhk)cinap_lenrek
plhk9 → abaco: charset 'utf-8'> not supported plhk9 → http://plhk.ru/trash/abaco-singlequote.diff makes it go away
2013-06-15page: 12 zoom levels should be enougthcinap_lenrek
making zoom too big just causes pagesize() multiplication to overflow passing bogus rectangles to allocimage().
2013-06-15wpa: automatically pick cipher suits from beacon rsnecinap_lenrek
2013-06-14ndb/cs, ndb/dns: ignore special commands from users different from the one ↵cinap_lenrek
we run the service owner this prevents users like "none" from toggling special options in ndb/dns and ndb/cs.
2013-06-14pool: use splaying to balance free node treecinap_lenrek
use splaytree algorithm to balance the tree of free allocations as an optimization. the data structures are unchanged by this optimization.
2013-06-14rdbfs: add -s srvname (from charles forsyth's rdbfs-srvname patch)cinap_lenrek
Add a -s srvname option to rdbfs, allowing debugging sessions to be shared or later reattached after disconnection.
2013-06-14lpdaemon: fix bogus string termination (from sources)cinap_lenrek
2013-06-13mergecinap_lenrek
2013-06-14fpiarm: condok() verfiy before specialop() omap/kwjpathy
2013-06-12mergecinap_lenrek
2013-06-12libmach: add EMMS for disassembly (8db.c, thanks mischief)cinap_lenrek
2013-06-12fortunes: When Do Apps Become Rituals?stanley lieber
2013-06-12mergecinap_lenrek
2013-06-12smtp: add SMTPS support (-t)cinap_lenrek
2013-06-12Remove unused fpemu function in omap, kwjpathy
2013-06-12ARM: kernel: add vfp emulator to bcm, teg2, omap, kwjpathy
2013-06-115e: vfp supportjpathy
2013-06-10merge with jpathycinap_lenrek
2013-06-10ARM: kernel changes make teg2 procfork() call fpuprocfork() and acid fixes ↵jpathy
for vfp instruction
2013-06-10mergecinap_lenrek
2013-06-10acid: fix dumptree() acid function to work in kernel debug, update ↵cinap_lenrek
malloc.acid and pool.acid files
2013-06-10kernel: allow sysr1 debugging only for hostownercinap_lenrek
2013-06-09hgignore: ignore stuff in /lib/rfcppatience0
2013-06-09grabrfc: create /lib/rfc/drafts if it doesn't exist yetppatience0
2013-06-09page: handle interrupt notecinap_lenrek
2013-06-09page: exit on kill notecinap_lenrek
2013-06-08mergecinap_lenrek
2013-06-08ape: fix _main stack setup for arm (_privates and _errnoloc was inside argv)cinap_lenrek
2013-06-07bitcoin stuffaiju
2013-06-07libaml: create \_GL name objectcinap_lenrek
2013-06-07no need to disable fpu in execregs, this is done in procsetup() alreadycinap_lenrek
2013-06-07archacpi: handle multiple SSDT tablescinap_lenrek
we cannot assume theres only one instance of an acpi table. some bios have multiple SSDT tables and we would only find the first one. now, we keep a second array to record the physical address of the table visited by maptable(). load all instances to the SSDT.
2013-06-05plan9.ini(8): typoppatience0
2013-06-05cifs(4): default method is ntlmv2, fix formattingcinap_lenrek
2013-06-05remove iwl-firmware download script, this should be a packagecinap_lenrek
2013-06-04added a script to automate downloading and installing of iwl firmwaremveety
2013-06-04libaml: various fixes found by plhkcinap_lenrek
- fix bogus execution of Else{} blocks - always allocate Env in amleval() - add Sleep() and Stall() instructions - keep package size for packages with empty body
2013-06-03time: fix -older t for relative times to current time (thanks arisawa for ↵cinap_lenrek
pointing out) from test(1): f -older t True if file f is older than (modified before) time t. If t is a integer followed by the letters y(years), M(months), d(days), h(hours), m(minutes), or s(seconds), it represents current time minus the specified time. If there is no letter, it represents seconds since epoch. You can also concatenate mixed units. For example, 3d12h means three days and twelve hours ago. this means *without* [y M d h m s] unit, t is *absolute* time in seconds since epoch.
2013-06-02grabrfc: fix null list in concatination when no $dom, just use $sysnamecinap_lenrek
2013-06-02grabrfc: +xcinap_lenrek
2013-06-01fgui: check if fd is valid before entering new keyppatience0
2013-06-02aux/wpa: make sure essid is configured, dont make factotum ask for essidcinap_lenrek
2013-06-02mergecinap_lenrek
2013-06-02nusb/kb: map button 4 to middle button 2 (for logitech 5 button mouse)cinap_lenrek
2013-06-01hjfs: ignore atime on wstatppatience0
2013-06-01auth(2): auth_getkey only takes a single argument: char *paramsppatience0
2013-06-01hgignore: ignore /lib/firmwareppatience0
2013-06-01readgif, readjpg: fix incorrect malloc arguments: use sizeof(Rawimage*) ↵ppatience0
instead of sizeof(Rawimage**) and 2*sizeof(Rawimage*) instead of sizeof(Header) readtga: switch calloc arguments: nelem is supposed to first, elsize second