summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-19rc-httpd/handlers/serve-static: charset=utf-8stanley lieber
2013-02-19etheriwl: fix rominitcinap_lenrek
we used use the *last* block in otp block list instead of the block *before* the last block resulting in wrong eeprom data (1000er series only)
2013-02-18add wifi link 1000 pci idkhm
2013-02-189boot: fix 9bootisocinap_lenrek
rearrange sub.c for putc(), readn(), memcmp(), memmove(), strchr() and strlen() and uart to fit into the first 2K of the image.
2013-02-189boot: serial console supportcinap_lenrek
2013-02-179boot: make print handle \n -> \r\n conversion, stylecinap_lenrek
2013-02-17filter(1), nedmail(1): fix typos in both and consistency in nedmail(1)ppatience0
2013-02-17rdbio: fix bug where a->user never gets set if Bopen fails.ppatience0
2013-02-17mergeftrvxmtrx
2013-02-17ftpfs: fix wrong commentftrvxmtrx
2013-02-179boot: preserve configuration on boot error, add show commandcinap_lenrek
2013-02-16ftpfs: do not call getfields after NLSTftrvxmtrx
2013-02-16etheriwl: simplifycinap_lenrek
2013-02-16etheriwl: add otp rom initialization (for 1000er series, untested)cinap_lenrek
2013-02-16etheriwl: use first available antenna from eeprom txantmask instead of ↵cinap_lenrek
hardcode to antenna A
2013-02-16sysinfo: list ethernet devices #l[0-3], fix spaces -> tabscinap_lenrek
2013-02-16etheriwl: move runtime dc calibration block to proper placeftrvxmtrx
2013-02-16etheriwl: support for Centrino Advanced-N 6205ftrvxmtrx
2013-02-16troff macros: change unix /usr/lib paths to plan9 /sys/lib and /usr/bin/col ↵cinap_lenrek
-> /bin/col
2013-02-16boot(8): manpage correction $objtype vs. $cputype (from ↵cinap_lenrek
/n/sources/patch/boot-cputype-objtype) boot(8) claims that boot will launch /$objtype/init; that is incorrect. It launches /$cputype/init (so says both boot.c and cpurc(8)). That's the more sensible choice. This patch fixes the man page to resolve the mismatch.
2013-02-15etheriwl: avoid leaking blocks when controller breakscinap_lenrek
2013-02-15mergecinap_lenrek
2013-02-15etheriwl: fix bugs, support for Centrino Ultimate-N 6300cinap_lenrek
2013-02-14pci: add intel qm67 pchftrvxmtrx
2013-02-13mergeppatience0
2013-02-13ether8169: support for RTL8111/8168Bppatience0
2013-02-13plan9.ini(8): make more clear what firmware file to get for iwlcinap_lenrek
2013-02-13plan9.ini(8): document iwl optionscinap_lenrek
2013-02-13nusb/disk: allow 12 and 16 byte raw scsi commands (from erik quanstro)cinap_lenrek
2013-02-13etheriwl: dont let transmit change back receiver settings when in promisc ↵cinap_lenrek
mode, cleanup
2013-02-12fortunes: Monument To Steve Jobs Goes Up In St. Petersburgstanley lieber
2013-02-12etheriwl: support for WiFi Link 4965cinap_lenrek
2013-02-11wifi: filter SNAP ethernet orgcode onlycinap_lenrek
2013-02-11wifi: reset status when clearing essidcinap_lenrek
2013-02-11wifi: clear out ssid in node table entry, cleanupcinap_lenrek
2013-02-11wifi: actually check if management replies are for uscinap_lenrek
2013-02-11create /lib/firmware in rootstubcinap_lenrek
2013-02-11mergecinap_lenrek
2013-02-11etheriwl: automatic channel scanning, transmission handling, promisc modecinap_lenrek
the channel= plan9.ini parameter isnt needed anymore as we now hop the channels to scan for beacons. the status is also indicated with the link led :-) handle all these flags on packet transmission like RTS for big packets and sending data packets to the AP instead of broadcasting everything. properly setup bss hardware node table and filtering. now promisc mode is only used when requested. handle deauth message from ap. increase node table to 32 entries.
2013-02-10mp.h: fix typoftrvxmtrx
2013-02-09fix typostanley lieber
2013-02-10mergecinap_lenrek
2013-02-10etheriwl: add /lib/firmware to bootfs.paq proto filecinap_lenrek
2013-02-10wifi: lie a bit more about the supported rates to get into more ap'scinap_lenrek
2013-02-09add Intel (R) WiFi Link 5100 AGN, vid/did: 8086/4237stanley lieber
2013-02-10etheriwl: implement 4965 firmware bootstrap (untested)cinap_lenrek
2013-02-10etheriwl: check RF-Kill switch on attachcinap_lenrek
2013-02-10etheriwl: fix mistakecinap_lenrek
2013-02-10exportfs: applying exportfs-chdir patch (from sources)cinap_lenrek
Fix the behavior of exportfs -r. Check the return of chdir(srv) to prevent exporting accidentally the current working directory when the directory specified with option -r doesn't exist. Also fix at the same time the missing trailing \n in error messages printed just before exits().
2013-02-10etheriwl: work towards supporting other cards than 5300, gather channel ↵cinap_lenrek
information