summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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)
2013-06-30bullshit: full-stackcinap_lenrek
2013-06-29dump9660: 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-29libaml: add Concatenate instruction, fix type conversionscinap_lenrek
2013-06-29rio: run filename completion in background processcinap_lenrek
this avoids locking up rio when doing filename completion on a unresponsive directory.
2013-06-29libaml: add Load and Unload instructionscinap_lenrek
not very usefull at the moment as theres no code to map/unmap memory regions right now.
2013-06-28paint: cleanupcinap_lenrek
2013-06-26germgoth: add unicodestanley lieber
2013-06-26mergecinap_lenrek
2013-06-26samterm: fix crash on scroll when there is no layer (thanks BurnZeZ)cinap_lenrek
2013-06-26paint: restore color channel on undo after conversion thru pipecinap_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-25reintroduce *notsc= optioncinap_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-25timesync: reduce the frequency tolerance from half to double the system clockcinap_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-24wifi: add watchdog to drop bss if stuck in ap association or get ↵cinap_lenrek
deauthenticated by the ap
2013-06-24etheriwl: add rxon() debug printcinap_lenrek
2013-06-24wpa: fix error reporting for getptk(), use readn() to read ifstats filecinap_lenrek
2013-06-24wifi: fix debug print #l1 -> #1cinap_lenrek
2013-06-24wpa: deassociation, reply eapol version, send rsc 0 and reset install flag ↵cinap_lenrek
on message D reply, use 0 for txkey tsc
2013-06-24wifi: 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-23etheriwl: allow switching channels in promisc modecinap_lenrek
promisc mode prevented the call to rxon() in transmit possibly causing association to fail while running snoopy.
2013-06-23wifi: fix missed eapol framescinap_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-23wifi: simplifycinap_lenrek
2013-06-22wifi: fix typoppatience0
2013-06-23wifi: have to check for both, bssid/essid in wifictl toocinap_lenrek
2013-06-23mergecinap_lenrek
2013-06-23wifi: allow selecting specific access point with bssid= parameter and ↵cinap_lenrek
wifictl command
2013-06-23wifi: add a debug flag and printingcinap_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-22wifi: fix typoppatience0
2013-06-22wpa: check for eapol v2ppatience0
2013-06-22wpa: s/peerwise/pairwise/g, fix bug where p is not incremented afterppatience0
reading wpa1oui into w, making the later memcmp with wpatkipoui bogus.