Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-02-07 | sync | 2 | -0/+40 | ||
2010-02-07 | next-layout is bound to Space not C-Space. | 1 | -3/+3 | ||
2010-02-07 | Change tipout to use poll(2) instead of the ghastly setup with signals/longjmp. | 2 | -72/+111 | ||
Tested/briefly read by mk@, blambert@. | |||||
2010-02-07 | Fix machine tag. | 1 | -3/+3 | ||
2010-02-07 | Beagle has two memory banks, fix buffer overflow. | 1 | -2/+2 | ||
2010-02-07 | regen | 2 | -2/+7 | ||
2010-02-07 | Add VIA VT8251 AHCI. | 1 | -1/+2 | ||
2010-02-07 | sync with mirrors.dat | 1 | -1/+4 | ||
2010-02-07 | A few visual cleanups, and clarify a comment. | 1 | -12/+13 | ||
Also: for (i = 0; i >= 0 && foo; i++) is functionally equivalent to: for (i = 0; foo; i++) so use the clearer construct where appropriate. ok pyr@ | |||||
2010-02-07 | writing to RT2860_TX_PIN_CFG requires some extra steps on RT3572 | 1 | -2/+7 | ||
2010-02-07 | fix my 1.44->1.45 commit | 1 | -6/+6 | ||
2010-02-07 | HT is not enable so skip this. | 1 | -3/+5 | ||
2010-02-07 | we're in 2010. | 1 | -2/+2 | ||
no binary change. | |||||
2010-02-07 | add two more ids for RT3572 and one more id for RT2770. | 1 | -1/+9 | ||
save BBP R25 and R26 values on RT3572 at init. | |||||
2010-02-07 | set default value for BBP R106 | 1 | -2/+3 | ||
2010-02-07 | set tx mixer gain for RT3071 | 1 | -1/+4 | ||
2010-02-07 | change RF init sequence for RT3572 | 1 | -11/+38 | ||
2010-02-07 | cleanup run_rt3070_set_chan | 1 | -12/+20 | ||
2010-02-07 | add a function to set the channel on RT3572. | 2 | -4/+161 | ||
2010-02-07 | when calibrating filter, use better target values for >=RT3071 | 1 | -4/+6 | ||
2010-02-07 | read vendor RF settings for >=RT3572 and tx mixer gains for >=RT3070 | 3 | -12/+55 | ||
check if we have a hardware RF switch and if we must patch the DAC issue too. | |||||
2010-02-07 | add a new function to set the AGC since the code is a bit different | 1 | -5/+31 | ||
for RT3572. fix the initial AGC value for >=RT3070 while i'm here. | |||||
2010-02-07 | use new mcu command to select the antenna on RT2020 | 2 | -6/+5 | ||
requires the new firmware | |||||
2010-02-07 | split 32-bit mac_rev into 16-bit mac_ver and mac_rev to avoid | 2 | -26/+30 | ||
annoying shifts and masks. | |||||
2010-02-07 | add rf init values for rt3572 | 2 | -23/+97 | ||
add settings for 5GHz channels (rt3572 only) | |||||
2010-02-07 | update firmware for rt2870 and >=rt3071 | 2 | -447/+447 | ||
required for future changes | |||||
2010-02-07 | add channels 167, 169, 171, 173 for dual-band devices | 5 | -14/+18 | ||
2010-02-07 | build iso | 3 | -2/+42 | ||
2010-02-06 | Use the array.h code for the causes list. | 6 | -54/+53 | ||
2010-02-06 | Support attaching a client read-only with a new -r flag to the attach-session | 6 | -20/+48 | ||
command. | |||||
2010-02-06 | no bsd.bin here as well | 1 | -3/+2 | ||
2010-02-06 | add (currently failing) test for double -> long long | 1 | -1/+10 | ||
(I'm using long long for this test to work on 32-bit archs). | |||||
2010-02-06 | Change nested check to compare server socket path rather than just assuming | 2 | -14/+18 | ||
that if $TMUX is set it is nested. From Micah Cowan. | |||||
2010-02-06 | Clean up $TMUX parsing, from Micah Cowan, tweaked by me. | 1 | -18/+32 | ||
2010-02-06 | Rectangle copy support, from Robin Lee Powell. | 5 | -64/+187 | ||
2010-02-06 | Instead of bailing out on the first configuration file error, carry on, | 8 | -69/+120 | ||
collecting all the errors, then start with the active window in more mode displaying them. | |||||
2010-02-06 | when receiving the first message of an rsn group key handshake | 1 | -1/+2 | ||
packet, copy the key out of it properly. fixes the problem where only broadcast packets like ipv6 router advertisements were failing decryption and processing, only after a rekey. ok damien@ | |||||
2010-02-06 | Remove newly generated sum file(s) if it did not exist before and trap | 1 | -8/+10 | ||
is called. While here, change shebang to /bin/ksh to reflect reality and bump copyright year. "checkbashisms says yes. :-)" && ok sthen@ | |||||
2010-02-06 | Simplify LDAP URL handling (currently unused): | 2 | -23/+48 | ||
instead of strdup()'ing multiple values from an already strdup'ed buffer (none of which were checked for NULL upon return, which is also fixed in this), just use a buffer attached to the aldap_url struct. Add an aldap_search_url() function, which is a wrapper around aldap_parse_url and aldap_search. Finally, since the URL bits are unused, wrap them in #if 0 for now. ok pyr@, whose heart was a little broken by the #if 0 (temporary, I swear!) | |||||
2010-02-05 | Force MACHINE_CPU when building cross-toolchain or cross-building. This allows | 1 | -23/+45 | ||
loongson cross-tools to be configured correctly. | |||||
2010-02-05 | tweak cdboot slightly upwards so all files can fit | 2 | -5/+5 | ||
2010-02-05 | Now that the BTB errata are out of the way, enable the CS5536 timecounter again, | 1 | -17/+6 | ||
albeit at a lower quality level than on x86, so that the cpu counter-timer gets preferred by default. | |||||
2010-02-05 | add some USB hardware verified to work; ok miod@ | 1 | -5/+23 | ||
2010-02-05 | add uaudio; ok miod@ | 1 | -1/+3 | ||
2010-02-05 | Blind support for SM501 model. This should give the Gdium Liberty a working, | 2 | -46/+135 | ||
accelerated console. No regression on Lemote Yeelong. | |||||
2010-02-05 | regen | 2 | -2/+7 | ||
2010-02-05 | Add SiliconMotion Voyager GX, reportedly found in Gdium Liberty. | 1 | -1/+2 | ||
2010-02-05 | Add a set of functions to access PCI configuration space before bonito(4) | 5 | -47/+142 | ||
attaches, and use it to walk the PCI bus to figure out where the onboard frame buffer device lies, if any; and get the frame buffer memory address from reading the proper PCI BAR instead of hardcoding it; this should allow the Gdium Liberty to configure its console correctly. | |||||
2010-02-05 | Blind support for the EMTEC Gdium Liberty netbook. Per-platform configuration | 12 | -216/+507 | ||
is moved to specific files, and a pointer to the key configuration structure is now kept in struct sys_config. bonito(4) interrupt handling is split, to allow PCI+Legacy interrupt systems (Lemote Yeelong) and PCI-only Legacy-free systems (Gdium) to coexist peacefully. | |||||
2010-02-05 | Compute and pass resource extents to the MI pci code when attaching pci@bonito. | 1 | -3/+30 | ||