Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-12 | merge | cinap_lenrek | |
2013-06-12 | libmach: add EMMS for disassembly (8db.c, thanks mischief) | cinap_lenrek | |
2013-06-12 | fortunes: When Do Apps Become Rituals? | stanley lieber | |
2013-06-12 | merge | cinap_lenrek | |
2013-06-12 | smtp: add SMTPS support (-t) | cinap_lenrek | |
2013-06-12 | Remove unused fpemu function in omap, kw | jpathy | |
2013-06-12 | ARM: kernel: add vfp emulator to bcm, teg2, omap, kw | jpathy | |
2013-06-11 | 5e: vfp support | jpathy | |
2013-06-10 | merge with jpathy | cinap_lenrek | |
2013-06-10 | ARM: kernel changes make teg2 procfork() call fpuprocfork() and acid fixes ↵ | jpathy | |
for vfp instruction | |||
2013-06-10 | merge | cinap_lenrek | |
2013-06-10 | acid: fix dumptree() acid function to work in kernel debug, update ↵ | cinap_lenrek | |
malloc.acid and pool.acid files | |||
2013-06-10 | kernel: allow sysr1 debugging only for hostowner | cinap_lenrek | |
2013-06-09 | hgignore: ignore stuff in /lib/rfc | ppatience0 | |
2013-06-09 | grabrfc: create /lib/rfc/drafts if it doesn't exist yet | ppatience0 | |
2013-06-09 | page: handle interrupt note | cinap_lenrek | |
2013-06-09 | page: exit on kill note | cinap_lenrek | |
2013-06-08 | merge | cinap_lenrek | |
2013-06-08 | ape: fix _main stack setup for arm (_privates and _errnoloc was inside argv) | cinap_lenrek | |
2013-06-07 | bitcoin stuff | aiju | |
2013-06-07 | libaml: create \_GL name object | cinap_lenrek | |
2013-06-07 | no need to disable fpu in execregs, this is done in procsetup() already | cinap_lenrek | |
2013-06-07 | archacpi: handle multiple SSDT tables | cinap_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-05 | plan9.ini(8): typo | ppatience0 | |
2013-06-05 | cifs(4): default method is ntlmv2, fix formatting | cinap_lenrek | |
2013-06-05 | remove iwl-firmware download script, this should be a package | cinap_lenrek | |
2013-06-04 | added a script to automate downloading and installing of iwl firmware | mveety | |
2013-06-04 | libaml: various fixes found by plhk | cinap_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-03 | time: 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-02 | grabrfc: fix null list in concatination when no $dom, just use $sysname | cinap_lenrek | |
2013-06-02 | grabrfc: +x | cinap_lenrek | |
2013-06-01 | fgui: check if fd is valid before entering new key | ppatience0 | |
2013-06-02 | aux/wpa: make sure essid is configured, dont make factotum ask for essid | cinap_lenrek | |
2013-06-02 | merge | cinap_lenrek | |
2013-06-02 | nusb/kb: map button 4 to middle button 2 (for logitech 5 button mouse) | cinap_lenrek | |
2013-06-01 | hjfs: ignore atime on wstat | ppatience0 | |
2013-06-01 | auth(2): auth_getkey only takes a single argument: char *params | ppatience0 | |
2013-06-01 | hgignore: ignore /lib/firmware | ppatience0 | |
2013-06-01 | readgif, 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 | |||
2013-06-01 | 8c: apply charles forsyth's 8c-cgen64-mul-savereg patch (from sources) | cinap_lenrek | |
If 64-bit multiply has to save both AX and DX, it could load the wrong value into DX; also, biggen shouldn't allocate either AX or DX as temporaries when using the template for MUL. | |||
2013-06-01 | usbdwc: sync with sources (Raspberry Pi Model A support) | cinap_lenrek | |
2013-06-01 | inst/ndbsetup: allow setting sysname more than once | cinap_lenrek | |
In the installation, if you run the ndbsetup task n times (n > 1), the installed /lib/ndb/local will have n sys= entries. The problem is that ndb(8) will use the first sys= entry found, but one would expect that the last configuration in the ndbsetup task would be the active one. Remove any previous entry in ndbsetup before adding new one. | |||
2013-06-01 | mothra: implement link buttons | cinap_lenrek | |
a button embedded in a <a> link tag should follow the link when clicked. | |||
2013-06-01 | ether82557: panic() if receive buffer allocation fails on init | cinap_lenrek | |
2013-06-01 | ether83815: dont raise error() from etherreset | cinap_lenrek | |
can't raise error() without process context. use panic() instead. | |||
2013-05-31 | /lib/1oct1993: Reprinted with corrections, October 2012 | stanley lieber | |
2013-05-31 | pool: do poolcheck when free nodes get corrupted instead of assert | cinap_lenrek | |
doing poolcheck should give us better context to figure out what memory blocks / owners corrupted the blocks after free. this is for hunting down a memory corruption seen in connection with usb serial. | |||
2013-05-29 | fixed a segfault in auth/as because it didn't check to see if argv[0] and ↵ | mveety | |
argv[1] actually had things in them | |||
2013-05-30 | hjfs: deal with ORCLOSE in chancreat() | cinap_lenrek | |
ORCLOSE was effectively ignored for Tcreate. just setting CHRCLOSE flag on chan should fix it. | |||
2013-05-30 | merge | cinap_lenrek | |