Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-19 | rc-httpd/handlers/serve-static: charset=utf-8 | stanley lieber | |
2013-02-19 | etheriwl: fix rominit | cinap_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-18 | add wifi link 1000 pci id | khm | |
2013-02-18 | 9boot: fix 9bootiso | cinap_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-18 | 9boot: serial console support | cinap_lenrek | |
2013-02-17 | 9boot: make print handle \n -> \r\n conversion, style | cinap_lenrek | |
2013-02-17 | filter(1), nedmail(1): fix typos in both and consistency in nedmail(1) | ppatience0 | |
2013-02-17 | rdbio: fix bug where a->user never gets set if Bopen fails. | ppatience0 | |
2013-02-17 | merge | ftrvxmtrx | |
2013-02-17 | ftpfs: fix wrong comment | ftrvxmtrx | |
2013-02-17 | 9boot: preserve configuration on boot error, add show command | cinap_lenrek | |
2013-02-16 | ftpfs: do not call getfields after NLST | ftrvxmtrx | |
2013-02-16 | etheriwl: simplify | cinap_lenrek | |
2013-02-16 | etheriwl: add otp rom initialization (for 1000er series, untested) | cinap_lenrek | |
2013-02-16 | etheriwl: use first available antenna from eeprom txantmask instead of ↵ | cinap_lenrek | |
hardcode to antenna A | |||
2013-02-16 | sysinfo: list ethernet devices #l[0-3], fix spaces -> tabs | cinap_lenrek | |
2013-02-16 | etheriwl: move runtime dc calibration block to proper place | ftrvxmtrx | |
2013-02-16 | etheriwl: support for Centrino Advanced-N 6205 | ftrvxmtrx | |
2013-02-16 | troff macros: change unix /usr/lib paths to plan9 /sys/lib and /usr/bin/col ↵ | cinap_lenrek | |
-> /bin/col | |||
2013-02-16 | boot(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-15 | etheriwl: avoid leaking blocks when controller breaks | cinap_lenrek | |
2013-02-15 | merge | cinap_lenrek | |
2013-02-15 | etheriwl: fix bugs, support for Centrino Ultimate-N 6300 | cinap_lenrek | |
2013-02-14 | pci: add intel qm67 pch | ftrvxmtrx | |
2013-02-13 | merge | ppatience0 | |
2013-02-13 | ether8169: support for RTL8111/8168B | ppatience0 | |
2013-02-13 | plan9.ini(8): make more clear what firmware file to get for iwl | cinap_lenrek | |
2013-02-13 | plan9.ini(8): document iwl options | cinap_lenrek | |
2013-02-13 | nusb/disk: allow 12 and 16 byte raw scsi commands (from erik quanstro) | cinap_lenrek | |
2013-02-13 | etheriwl: dont let transmit change back receiver settings when in promisc ↵ | cinap_lenrek | |
mode, cleanup | |||
2013-02-12 | fortunes: Monument To Steve Jobs Goes Up In St. Petersburg | stanley lieber | |
2013-02-12 | etheriwl: support for WiFi Link 4965 | cinap_lenrek | |
2013-02-11 | wifi: filter SNAP ethernet orgcode only | cinap_lenrek | |
2013-02-11 | wifi: reset status when clearing essid | cinap_lenrek | |
2013-02-11 | wifi: clear out ssid in node table entry, cleanup | cinap_lenrek | |
2013-02-11 | wifi: actually check if management replies are for us | cinap_lenrek | |
2013-02-11 | create /lib/firmware in rootstub | cinap_lenrek | |
2013-02-11 | merge | cinap_lenrek | |
2013-02-11 | etheriwl: automatic channel scanning, transmission handling, promisc mode | cinap_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-10 | mp.h: fix typo | ftrvxmtrx | |
2013-02-09 | fix typo | stanley lieber | |
2013-02-10 | merge | cinap_lenrek | |
2013-02-10 | etheriwl: add /lib/firmware to bootfs.paq proto file | cinap_lenrek | |
2013-02-10 | wifi: lie a bit more about the supported rates to get into more ap's | cinap_lenrek | |
2013-02-09 | add Intel (R) WiFi Link 5100 AGN, vid/did: 8086/4237 | stanley lieber | |
2013-02-10 | etheriwl: implement 4965 firmware bootstrap (untested) | cinap_lenrek | |
2013-02-10 | etheriwl: check RF-Kill switch on attach | cinap_lenrek | |
2013-02-10 | etheriwl: fix mistake | cinap_lenrek | |
2013-02-10 | exportfs: 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-10 | etheriwl: work towards supporting other cards than 5300, gather channel ↵ | cinap_lenrek | |
information |