summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/engine.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-04-08Fix typo in ale_stop_mac().brad1-2/+2
From FreeBSD ok kevlo@
2013-04-08zap trailing whitespace;jmc1-2/+2
2013-04-08Use the fixed pixel clock for eDP in intel_dp_set_m_n()jsg1-2/+12
from linux 3.8.6
2013-04-08Don't clobber crtc->fb when queue_flip failsjsg1-8/+5
from linux 3.8.6
2013-04-08Updates to SYNOPSIS, ERRORS, and STANDARDS.guenther1-12/+38
getrlimit(2) RLIMIT_STACK wording suggested by jmc@
2013-04-07Make the SO_BINDANY socket option also work for raw IPv6 sockets.bluhm1-1/+2
OK markus@
2013-04-07clarify -e text. suggested by & ok jmc@dtucker1-4/+2
2013-04-07check BGE_SGDIG_STS when the chip is NOT a 5717 A0, like freebsd.dlg1-2/+2
found by david imhoff. tested by david on a 5719 and by me on a 5720 and 5721
2013-04-07david imhoff points out that the error handling in mfi_init_ccb gets thedlg1-5/+2
index to which ccb to free wrong. this takes the logic from mpi/mpii/mfii which pulls the ready ccbs off the free list rather than rely on the current index from the for loop that we failed inside of. thanks to david for finding this out.
2013-04-07use -E option for ssh and sshd to write debuging logs to ssh{,d}.log anddtucker6-22/+51
save the output from any failing tests. If a test fails the debug output from ssh and sshd for the failing tests (and only the failing tests) should be available in failed-ssh{,d}.log.
2013-04-07Add -E option to ssh and sshd to append debugging logs to a specified filedtucker6-20/+68
instead of stderr or syslog. ok markus@, man page help jmc@
2013-04-06Turn an error into a warning to be able to start l2tp tunnels even ifgiovanni1-5/+4
gre is not allowed. ok yasuoka@
2013-04-06Remove duplicate "is supported" text and reformat.jturner1-5/+5
ok jasper@
2013-04-06handle ECONNABORTED for accept(); ok deraadt some time ago...markus2-6/+13
2013-04-06syncderaadt22-22/+0
2013-04-06make kernel compilederaadt1-1/+3
2013-04-06fix format string % escapesf1-2/+2
2013-04-06explain what "default" means in sndio.7 rather than {sio,mio}_open.3,ratchov3-22/+41
with tweaks from jmc
2013-04-06allow GENERIC.MP to compile again...just for shits and giggles.jasper1-2/+2
2013-04-06drop paragraph saying there are no install sets and that one needs tojasper1-5/+1
cross compile. pointed out by Rafael Neves
2013-04-06a little fix for the version historytedu2-7/+7
2013-04-06remove more references to kern.rthreads sysctl.tedu3-12/+6
many thanks to jmc for noticing
2013-04-06i missed this file too.tedu1-5/+16
2013-04-06i missed a file, crap. found by deraadttedu1-4/+1
2013-04-06Split the regress log into 3 parts: the debug output from ssh, the debugdtucker6-25/+41
log from sshd and the output from the client command (ssh, scp or sftp). Somewhat functional now, will become more useful when ssh/sshd -E is added.
2013-04-06there aren't any locks in here anymore, so we don't need lock.htedu1-2/+1
2013-04-06fix race when exiting a detached thread. observed by and ok guenthertedu1-4/+7
2013-04-06shuffle around some poison code, prototypes, values...tedu4-56/+32
allow some more pool debug code to be enabled if not compiled in bump poison size back up to 64
2013-04-06remove kern.rthreadstedu1-3/+2
2013-04-06rthread sysctl isn't experimental anymore. oh, and it's gone too.tedu1-6/+2
2013-04-06rthreads are always enabled. remove the sysctl.tedu7-30/+10
ok deraadt guenther kettenis matthew
2013-04-05kill redundant prototypeflorian1-2/+1
OK dlg@
2013-04-05spacing and clarify that one has to manually create the fat partition forjasper1-14/+15
now as the installer doesn't take care of that yet...soon though.
2013-04-05Small grammar fix. "a firmware" -> "a firmware file"bcallah1-3/+3
"sounds better." tedu@
2013-04-05Even though Sandy Bridge and Ivy Bridge have stolen memory, substracting itkettenis1-73/+5
from the GTT aperture doesn't make a lot of sense. On some machines the amount of stolen memory is the same size of even larger than the aperture! So pretend that there is no stolen memory on these systems for now. ok jsg@
2013-04-05don't hardcode the size of u-boot's argv, but use a define instead.jasper1-1/+3
to be re-used shortly elsewhere..
2013-04-05send_packet() and writev() return ssize_t, not int. Use correctkrw3-6/+9
type to store the returned value. From dhill.
2013-04-05Nuke parameter to do_packet() not used since 2006. From dhill.krw3-6/+6
2013-04-05Brad didn't even try building the ramdisk, because it is 7.5K oversize.deraadt1-6/+2
2013-04-05- Hookup regress for rpath substitution supportkurt1-2/+2
2013-04-05- Add comments regarding copies of these files also in libexec/ld.sokurt3-3/+9
okay guenther@
2013-04-05- Add ORIGIN, OSNAME, OSREL and PLATFORM substitution support for rpaths.kurt30-41/+834
Improvements and okay matthew@, millert@, guenther@
2013-04-05remove some obsolete caststedu5-48/+41
2013-04-05unfinished opti device code is never called or usedtedu3-411/+2
2013-04-05do not fail on EINTReric1-4/+16
suggested by deraadt@
2013-04-05Add the remaining USB Wifi adapters to the CD RAMDISK media for usersbrad2-3/+12
using the media with upgrades - athn(4), atu(4), otus(4), rsu(4), uath(4) ok deraadt@
2013-04-05Fix USB athn(4) to be able to build on the RAMDISK. RAMDISK has SMALL_KERNELbrad1-1/+3
so there is no HostAP. athn_usb_newassoc() would return if not in HostAP mode so just stub out the function and don't build the callback function for the RAMDISK. ok deraadt@
2013-04-05Grammar tweaks.bcallah3-6/+6
2013-04-05enable com3 on both i386 and amd64 (com4 config is added, but disabled)deraadt2-5/+5
ok miod kettenis tedu
2013-04-05move the bounds check for execbuffer relocation count closer to linuxjsg1-3/+9
ok kettenis@