Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-10 | merge | mveety | |
2013-07-10 | fixed the bug that arisawa posted about on 9fans where file(1) would mistake ↵ | mveety | |
386 intermediates for HTML files. | |||
2013-07-09 | increase MaxEther to 64 avoiding "too many ether cards" panic | cinap_lenrek | |
2013-07-09 | add erik quanstros yukon2 ethernet driver | cinap_lenrek | |
2013-07-09 | Add rt2860 to plan9.ini(8) | Alexander Polakov | |
2013-07-09 | Add Ralink RT2860 wireless driver | Alexander Polakov | |
2013-07-09 | wifi: make wifihdrlen() public | Alexander Polakov | |
Required for upcoming RT2860 driver | |||
2013-07-08 | merge | cinap_lenrek | |
2013-07-08 | page: handle combination or -w and -R flags (thanks BurnZeZ) | cinap_lenrek | |
2013-07-08 | dc(1): typo | ppatience0 | |
2013-07-07 | vesa: fix blank/unblank wakeups | cinap_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-07 | acpi: skip disabled LAPIC entries | cinap_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-06 | pci: add intel panter point lpc south bridge | cinap_lenrek | |
2013-07-06 | audiohda: x230 pci magic | cinap_lenrek | |
2013-07-05 | pkg(1): add jens staal's repository | stanley lieber | |
2013-07-05 | nusb: only read 18 bytes for device descriptor | ppatience0 | |
2013-07-05 | merge | ethan | |
2013-07-05 | rc(1): $ifs cleanup | ethan | |
2013-07-05 | sysinfo: add -e to include a reply-to e-mail address | stanley lieber | |
2013-07-05 | fortunes: Let me put in a word about the Apple wireless trackpad. | stanley lieber | |
2013-07-05 | vnc(1): remove obsolete section about keyboard events (9front has /dev/kbd) | cinap_lenrek | |
2013-07-05 | hjfs: add users command, fix newuser ? documentation | cinap_lenrek | |
2013-07-04 | sysinfo: 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-05 | mtrr: fix mtrr index out of range for vcnt > Nmtrr | cinap_lenrek | |
2013-07-04 | tcs: fix koi8-ru chars (ukrainian and belorussian) | ftrvxmtrx | |
2013-07-04 | tcs: fix koi8-r ё and Ё | ftrvxmtrx | |
2013-07-03 | plan9.ini(8): typo | ppatience0 | |
2013-07-03 | tif: initialize max to one instead of zero for palette rescaling in case all ↵ | ppatience0 | |
values are zero. | |||
2013-07-03 | tif: rescale palette color map to [0, 255] | ppatience0 | |
2013-07-04 | merge | cinap_lenrek | |
2013-07-04 | merge | cinap_lenrek | |
2013-07-04 | wifi: move scanning/probe into wifi layer, avoid associating with wpa ↵ | cinap_lenrek | |
network until rsne is setup | |||
2013-07-02 | tif: add tiff decoder | ppatience0 | |
2013-07-01 | wifi: send probe requests for hidden ssid | cinap_lenrek | |
2013-07-01 | wifi: handle authentication independent of current bss to allow multiple ↵ | cinap_lenrek | |
ap's (roaming) | |||
2013-06-30 | bullshit: full-stack | cinap_lenrek | |
2013-06-29 | dump9660: fix volume space size field (from sources, paure) | cinap_lenrek | |
http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-119.pdf page 19: Volume Space Size (BP 81 to 88) This field shall specify as a 32-bit number the number of Logical Blocks in which the Volume Space of the volume is recorded. This field shall be recorded according to 7.3.3. | |||
2013-06-29 | libaml: add Concatenate instruction, fix type conversions | cinap_lenrek | |
2013-06-29 | rio: run filename completion in background process | cinap_lenrek | |
this avoids locking up rio when doing filename completion on a unresponsive directory. | |||
2013-06-29 | libaml: add Load and Unload instructions | cinap_lenrek | |
not very usefull at the moment as theres no code to map/unmap memory regions right now. | |||
2013-06-28 | paint: cleanup | cinap_lenrek | |
2013-06-26 | germgoth: add unicode | stanley lieber | |
2013-06-26 | merge | cinap_lenrek | |
2013-06-26 | samterm: fix crash on scroll when there is no layer (thanks BurnZeZ) | cinap_lenrek | |
2013-06-26 | paint: restore color channel on undo after conversion thru pipe | cinap_lenrek | |
converting image thru pipe would not properly restore the original color channel on undo. like |iconv -c k8 would still be grayscale after undo. | |||
2013-06-25 | reintroduce *notsc= option | cinap_lenrek | |
the issues with the previous tsc change where not related to the tsc but where problems with timesync using an old frequency file. a patch to fix timesync was commited, so so we reintroduce the *notsc= again. | |||
2013-06-25 | timesync: reduce the frequency tolerance from half to double the system clock | cinap_lenrek | |
the frequency tolerance used by timesync was from a 10th to 10 times the frequency of the system clock! switching a system from tsc to pic timer changes the system clock frequency from 300MHz to arround 1.8Ghz on a x200s laptop resulting in time running way too slow or way too fast. so we change timesync to only accept frequencies from half to double the system clock which still seems huge, but at least catches the case above resulting in timesync ignoring the old frequency file. | |||
2013-06-24 | wifi: add watchdog to drop bss if stuck in ap association or get ↵ | cinap_lenrek | |
deauthenticated by the ap | |||
2013-06-24 | etheriwl: add rxon() debug print | cinap_lenrek | |
2013-06-24 | wpa: fix error reporting for getptk(), use readn() to read ifstats file | cinap_lenrek | |