Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-23 | libip: make myetheraddr() accept # device names | cinap_lenrek | |
2013-02-22 | ether8169: add another RTL8111/8168B mac id | ppatience0 | |
2013-02-22 | ndb(2): fix wrong attr names | ftrvxmtrx | |
2013-02-22 | sdiahci: fix mistake | cinap_lenrek | |
2013-02-22 | sdiahci: prevent nil pointer dereference on spurious interrupt status | cinap_lenrek | |
on some controllers, we get bogus interrupt indication for non present drives. ack the irq but ignore. | |||
2013-02-22 | ether8169: add RTL8111e mac id (thanks glorfdev for the patch) | cinap_lenrek | |
2013-02-21 | merge | cinap_lenrek | |
2013-02-21 | netif: fix stat() on "stats" and "ifstats" files in network interface | cinap_lenrek | |
the kernel would go into endless loop when stating "stats" and "ifstats" files and the network interface having no connections, or otherwise return wrong stat info. | |||
2013-02-20 | fix the constitution | 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 | |