summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/regexec.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-02-07syncmiod2-0/+40
2010-02-07next-layout is bound to Space not C-Space.nicm1-3/+3
2010-02-07Change tipout to use poll(2) instead of the ghastly setup with signals/longjmp.nicm2-72/+111
Tested/briefly read by mk@, blambert@.
2010-02-07Fix machine tag.drahn1-3/+3
2010-02-07Beagle has two memory banks, fix buffer overflow.drahn1-2/+2
2010-02-07regenkettenis2-2/+7
2010-02-07Add VIA VT8251 AHCI.kettenis1-1/+2
2010-02-07sync with mirrors.datsthen1-1/+4
2010-02-07A few visual cleanups, and clarify a comment.blambert1-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-07writing to RT2860_TX_PIN_CFG requires some extra steps on RT3572damien1-2/+7
2010-02-07fix my 1.44->1.45 commitdamien1-6/+6
2010-02-07HT is not enable so skip this.damien1-3/+5
2010-02-07we're in 2010.damien1-2/+2
no binary change.
2010-02-07add two more ids for RT3572 and one more id for RT2770.damien1-1/+9
save BBP R25 and R26 values on RT3572 at init.
2010-02-07set default value for BBP R106damien1-2/+3
2010-02-07set tx mixer gain for RT3071damien1-1/+4
2010-02-07change RF init sequence for RT3572damien1-11/+38
2010-02-07cleanup run_rt3070_set_chandamien1-12/+20
2010-02-07add a function to set the channel on RT3572.damien2-4/+161
2010-02-07when calibrating filter, use better target values for >=RT3071damien1-4/+6
2010-02-07read vendor RF settings for >=RT3572 and tx mixer gains for >=RT3070damien3-12/+55
check if we have a hardware RF switch and if we must patch the DAC issue too.
2010-02-07add a new function to set the AGC since the code is a bit differentdamien1-5/+31
for RT3572. fix the initial AGC value for >=RT3070 while i'm here.
2010-02-07use new mcu command to select the antenna on RT2020damien2-6/+5
requires the new firmware
2010-02-07split 32-bit mac_rev into 16-bit mac_ver and mac_rev to avoiddamien2-26/+30
annoying shifts and masks.
2010-02-07add rf init values for rt3572damien2-23/+97
add settings for 5GHz channels (rt3572 only)
2010-02-07update firmware for rt2870 and >=rt3071damien2-447/+447
required for future changes
2010-02-07add channels 167, 169, 171, 173 for dual-band devicesdamien5-14/+18
2010-02-07build isootto3-2/+42
2010-02-06Use the array.h code for the causes list.nicm6-54/+53
2010-02-06Support attaching a client read-only with a new -r flag to the attach-sessionnicm6-20/+48
command.
2010-02-06no bsd.bin here as wellotto1-3/+2
2010-02-06add (currently failing) test for double -> long longotto1-1/+10
(I'm using long long for this test to work on 32-bit archs).
2010-02-06Change nested check to compare server socket path rather than just assumingnicm2-14/+18
that if $TMUX is set it is nested. From Micah Cowan.
2010-02-06Clean up $TMUX parsing, from Micah Cowan, tweaked by me.nicm1-18/+32
2010-02-06Rectangle copy support, from Robin Lee Powell.nicm5-64/+187
2010-02-06Instead of bailing out on the first configuration file error, carry on,nicm8-69/+120
collecting all the errors, then start with the active window in more mode displaying them.
2010-02-06when receiving the first message of an rsn group key handshakejcs1-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-06Remove newly generated sum file(s) if it did not exist before and trapajacoutot1-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-06Simplify LDAP URL handling (currently unused):blambert2-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-05Force MACHINE_CPU when building cross-toolchain or cross-building. This allowsmiod1-23/+45
loongson cross-tools to be configured correctly.
2010-02-05tweak cdboot slightly upwards so all files can fittodd2-5/+5
2010-02-05Now that the BTB errata are out of the way, enable the CS5536 timecounter again,miod1-17/+6
albeit at a lower quality level than on x86, so that the cpu counter-timer gets preferred by default.
2010-02-05add some USB hardware verified to work; ok miod@otto1-5/+23
2010-02-05add uaudio; ok miod@otto1-1/+3
2010-02-05Blind support for SM501 model. This should give the Gdium Liberty a working,miod2-46/+135
accelerated console. No regression on Lemote Yeelong.
2010-02-05regenmiod2-2/+7
2010-02-05Add SiliconMotion Voyager GX, reportedly found in Gdium Liberty.miod1-1/+2
2010-02-05Add a set of functions to access PCI configuration space before bonito(4)miod5-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-05Blind support for the EMTEC Gdium Liberty netbook. Per-platform configurationmiod12-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-05Compute and pass resource extents to the MI pci code when attaching pci@bonito.miod1-3/+30