summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-18cwfs: add rtmp flag for check command to remove temporary files after recovercinap_lenrek
2013-07-18mothra: restore usage fix, document -a option in manualcinap_lenrek
2013-07-18mothra: add -a flag to start in alt-display modecinap_lenrek
2013-07-17mothra: fix usagestanley lieber
2013-07-14abaco: remove unused stuff, move pipeline() into util.ccinap_lenrek
2013-07-14abaco: simplify, pipeline html directly thru uhtmlcinap_lenrek
2013-07-14uhtml: honor default charset -c when not found in documentcinap_lenrek
2013-07-14abaco: use uhtml to handle charset conversionscinap_lenrek
2013-07-14pmmc: remove unsued initfreq vairablescinap_lenrek
2013-07-14add ricoh pci sdmmc host controller driver for X230cinap_lenrek
the driver should work for standard sdhc (see http://www.sdcard.org/) controllers, but matches for the ricoh controller only as it was the only one i have for testing.
2013-07-12aml: preserve reference type when indexing into package to prevent implicit ↵cinap_lenrek
type conversion when storing to arg or local if LocalX or ArgX is a package, the store into a element should *not* type convert. so when taking the index reference, we have to carry over the type.
2013-07-12pci: add Intel 82hm67 southbridgecinap_lenrek
2013-07-12rexec: redirect error (fd=2) to network for tcp17009cinap_lenrek
the new listen doesnt redirect stderr for us, so do it in the service script.
2013-07-11mothra: handle empty attributes (for base-tag and others...)cinap_lenrek
empty href="" attribute in base-tag causes the page to break. while at it, handle empty attributes in other parts of the code as well. (mostly stuff like id, name shouldnt be empty)
2013-07-11cc: fix include array overflow handlingcinap_lenrek
2013-07-10mergemveety
2013-07-10fixed the bug that arisawa posted about on 9fans where file(1) would mistake ↵mveety
386 intermediates for HTML files.
2013-07-09increase MaxEther to 64 avoiding "too many ether cards" paniccinap_lenrek
2013-07-09add erik quanstros yukon2 ethernet drivercinap_lenrek
2013-07-09Add rt2860 to plan9.ini(8)Alexander Polakov
2013-07-09Add Ralink RT2860 wireless driverAlexander Polakov
2013-07-09wifi: make wifihdrlen() publicAlexander Polakov
Required for upcoming RT2860 driver
2013-07-08mergecinap_lenrek
2013-07-08page: handle combination or -w and -R flags (thanks BurnZeZ)cinap_lenrek
2013-07-08dc(1): typoppatience0
2013-07-07vesa: fix blank/unblank wakeupscinap_lenrek
it could happen that we unblanked while vesaproc was currently blanking (when manually blanking using vgactl for example). the wakeup of the unblank is lost.
2013-07-07acpi: skip disabled LAPIC entriescinap_lenrek
disabled LAPIC entries overwrote the bootstrap processor apic causing the machine panic with: "no bootstrap processor". (problem with lenovo X230) just ignore entries that are disabled or collide with entries already found. (should not happen)
2013-07-06pci: add intel panter point lpc south bridgecinap_lenrek
2013-07-06audiohda: x230 pci magiccinap_lenrek
2013-07-05pkg(1): add jens staal's repositorystanley lieber
2013-07-05nusb: only read 18 bytes for device descriptorppatience0
2013-07-05mergeethan
2013-07-05rc(1): $ifs cleanupethan
2013-07-05sysinfo: add -e to include a reply-to e-mail addressstanley lieber
2013-07-05fortunes: Let me put in a word about the Apple wireless trackpad.stanley lieber
2013-07-05vnc(1): remove obsolete section about keyboard events (9front has /dev/kbd)cinap_lenrek
2013-07-05hjfs: add users command, fix newuser ? documentationcinap_lenrek
2013-07-04sysinfo: remove -m, add -p, which posts output at http://sysinfo.9front.org, ↵stanley lieber
which forwards the information to 9front-sysinfo@9front.org mailing list
2013-07-05mtrr: fix mtrr index out of range for vcnt > Nmtrrcinap_lenrek
2013-07-04tcs: fix koi8-ru chars (ukrainian and belorussian)ftrvxmtrx
2013-07-04tcs: fix koi8-r ё and Ёftrvxmtrx
2013-07-03plan9.ini(8): typoppatience0
2013-07-03tif: initialize max to one instead of zero for palette rescaling in case all ↵ppatience0
values are zero.
2013-07-03tif: rescale palette color map to [0, 255]ppatience0
2013-07-04mergecinap_lenrek
2013-07-04mergecinap_lenrek
2013-07-04wifi: move scanning/probe into wifi layer, avoid associating with wpa ↵cinap_lenrek
network until rsne is setup
2013-07-02tif: add tiff decoderppatience0
2013-07-01wifi: send probe requests for hidden ssidcinap_lenrek
2013-07-01wifi: handle authentication independent of current bss to allow multiple ↵cinap_lenrek
ap's (roaming)