Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-06-24 | wifi: fix debug print #l1 -> #1 | cinap_lenrek | |
2013-06-24 | wpa: deassociation, reply eapol version, send rsc 0 and reset install flag ↵ | cinap_lenrek | |
on message D reply, use 0 for txkey tsc | |||
2013-06-24 | wifi: signal ap deassociation to aux/wpa with a zero length read. | cinap_lenrek | |
aux/wpa needs to reset its reply counter on deassociation to properly restart key negotiation. we signal this with a zero length read on the connections filtering for eapol protocol. | |||
2013-06-23 | etheriwl: allow switching channels in promisc mode | cinap_lenrek | |
promisc mode prevented the call to rxon() in transmit possibly causing association to fail while running snoopy. | |||
2013-06-23 | wifi: fix missed eapol frames | cinap_lenrek | |
allow the driver to associate the node with a new aid right after we receive the association response, not just when we transmit a packet which usualy does not happen as eapol is initiated by the access point so there are no transmit calls. we just call transmit from the wifiproc with a nil block to introduce the node. | |||
2013-06-23 | wifi: simplify | cinap_lenrek | |
2013-06-22 | wifi: fix typo | ppatience0 | |
2013-06-23 | wifi: have to check for both, bssid/essid in wifictl too | cinap_lenrek | |
2013-06-23 | merge | cinap_lenrek | |
2013-06-23 | wifi: allow selecting specific access point with bssid= parameter and ↵ | cinap_lenrek | |
wifictl command | |||
2013-06-23 | wifi: add a debug flag and printing | cinap_lenrek | |
add a debug flag that can be set in the ethernet options which causes status transitions and wifictl messages to be printed. | |||
2013-06-22 | wifi: fix typo | ppatience0 | |
2013-06-22 | wpa: check for eapol v2 | ppatience0 | |
2013-06-22 | wpa: s/peerwise/pairwise/g, fix bug where p is not incremented after | ppatience0 | |
reading wpa1oui into w, making the later memcmp with wpatkipoui bogus. |