summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-09provide wpa(8) manual pagecinap_lenrek
2013-03-09aux/wpa: check reply counter only after mic checkcinap_lenrek
2013-03-09add wpa key setup program aux/wpacinap_lenrek
2013-03-09wifi: add experimental wpa / tkip encryption supportcinap_lenrek
2013-03-09factotum: add wpapsk client authenticationcinap_lenrek
2013-03-08added geigerstatsaiju
2013-03-07fortunes: He wasn't asking about plan9port.stanley lieber
2013-03-06aan: fix structure padding for amd64cinap_lenrek
2013-03-03fltfmt: make %g print decimal numbers less than 1 with a leading zeroppatience0
2013-03-03fltfmt: %.0g should print with one significant figureppatience0
2013-03-01fltfmt: fix %g not printing as %e in some cases when it shouldppatience0
2013-03-01nusb/kb: fix "Home" key producing "7" with some usb keyboards (import from ↵cinap_lenrek
sources patch/usb-khome) Fixes the problem with certain keyboards generating "7" on "Home" key press. http://9fans.net/archive/2013/03/8 http://9fans.net/archive/2013/03/10
2013-02-286c: fix 32bit pointer truncation (from patch/6c-sugen-types)cinap_lenrek
1. Go group spotted that a slightly-obscured pointer move was done by AMOVL not AMOVQ. 2. Inspecting the code further, I noticed that other pointer types were set to TLONG not TIND, causing similar truncation of pointers to 32 bits.
2013-02-28ape: add PASS_MAX constant for getpass() to limits.h (from patch/ape-pass_max)cinap_lenrek
add PASS_MAX to limits.h for ape, and make getpass respect it. also increase the size of the maximum passwords (we use long ones at work). Needed for native port of SVN (in progress).
2013-02-27termrc: termrc.local can start ndb/cs for us, so check if its already runningcinap_lenrek
2013-02-27add cpurc.local and termrc.local hookscinap_lenrek
2013-02-27fltfmt: %.ng is supposed to print a number with n significant figures, but ↵ppatience0
it prints it with n+1. This fixes that behaviour.
2013-02-27dont use full qualified domain names in example configurationcinap_lenrek
use shorter sysnames instead of full qualified domain names so one doesnt have to setup the dns server in the example configuration.
2013-02-25cwfs: fix mtime for dump yyyy directoriescinap_lenrek
2013-02-24cdproto: only include binaries for $objtype, filter temporary filescinap_lenrek
2013-02-23sdiahci: only wait for drives that are in the process of becoming ready when ↵cinap_lenrek
onlining, add *noahci option
2013-02-23libip: make myetheraddr() accept # device namescinap_lenrek
2013-02-22ether8169: add another RTL8111/8168B mac idppatience0
2013-02-22ndb(2): fix wrong attr namesftrvxmtrx
2013-02-22sdiahci: fix mistakecinap_lenrek
2013-02-22sdiahci: prevent nil pointer dereference on spurious interrupt statuscinap_lenrek
on some controllers, we get bogus interrupt indication for non present drives. ack the irq but ignore.
2013-02-22ether8169: add RTL8111e mac id (thanks glorfdev for the patch)cinap_lenrek
2013-02-21mergecinap_lenrek
2013-02-21netif: fix stat() on "stats" and "ifstats" files in network interfacecinap_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-20fix the constitutionstanley 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