summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/regexec.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-03-26strsignal() was standardized in POSIX-2008guenther1-2/+7
ok millert@
2012-03-26clear junk in p_comm before copying shorter names into itderaadt1-2/+2
ok jsing guenther miod
2012-03-26Mention ZTE Skate. Other ZTE models might work but I have none to test.fgsch1-2/+4
2012-03-25release the file ref to the kqueue while in kevent(), so that close()deraadt2-7/+39
can terminate. a new ref on the kqueue itself allows us to free it properly in that case. wakeups were missing too (for both kevent and poll). similar to netbsd pr46248. fixes a number of threaded ports. this version of the fix from matthew. ok tedu guenther matthew
2012-03-25strsignal() was added to POSIX-2008; strerror_r() was in the baseguenther1-3/+6
of POSIX-2001, without the XSI qualifier. Adjust conditionals to match. ok millert@
2012-03-25Move cache handling routines related definitions to a dedicated header file,miod14-89/+154
rather than abusing <machine/cpu.h>.
2012-03-25Only set the low order bits of CpuCacheAliasMask if it is nonzero, regressionmiod3-3/+15
of previous computation fix.
2012-03-25Do not fatal() when failing to connect to a relay.eric1-3/+14
Instead, drop the relay and try the next one. ok gilles@
2012-03-24Fix fallback of uvm_map_hint() argument changes.miod1-2/+2
2012-03-24Another tiny test caseguenther1-1/+4
2012-03-24syncderaadt1-6/+0
2012-03-24Left-pad the eeprom dump with zeroes in the debug dump to make it easier tomiod1-2/+2
read (this code is not compiled unless option AHC_DUMP_EEPROM anyway)
2012-03-24Oops, forgot this file in the SGI_<model> -> SGI_IP## change.miod1-10/+13
2012-03-24The various ConfigCache() functions actually return void, not int.miod2-7/+6
2012-03-24Rename the various SGI_xxx constants from machine names to their IP numbers,miod1-11/+12
for IP numbers under 30 (Octane), and add a few interesting ones. No functional change, except making my life easier for upcoming work.
2012-03-24Add a few trivial routines to get mips64r2 specific config registers. Not usedmiod2-1/+46
by anything yet, but has been lying in one of my trees for too long.
2012-03-24Missed a reference to the u_stats member when struct pstats was removedguenther1-4/+1
from struct user. Nothing left to zero-out here so the line goes. pointed out by deraaadt@
2012-03-24The arguments scandir() and alphasort() have changed; show that andguenther1-4/+26
give some history. ok matthew@ millert@ jmc@ naddy@
2012-03-24fix some leaksjsg3-3/+7
ok miod@
2012-03-24regenjsg2-4/+146
2012-03-24add a bunch of run devices found in the linux driverjsg3-5/+74
2012-03-24Allow relayd to use a separate SSL certificate for each portsthen2-14/+39
(/etc/ssl/host:port.crt, /etc/ssl/private/host:port.key). ok benno@, todd@ likes it too, doc tweak suggested by jmc.
2012-03-24set the vendor string to OpenBSD-5.2; ok mikeb@markus1-2/+2
2012-03-24Add sys/file.h.nicm1-1/+2
2012-03-24add ZTE HSUSB.fgsch1-2/+3
committed over it.
2012-03-24regen.fgsch2-4/+9
2012-03-24add ZTE HSUSB device.fgsch1-1/+2
2012-03-24use Cd in SYNOPSIS; requested by kristapsjmc1-3/+3
2012-03-24Provide the old prototypes for scandir() and alphasort() for code thatguenther1-1/+5
requests the pre-standardized version requested by millert@
2012-03-24fix some leaksjsg4-7/+13
ok mikeb@
2012-03-23Make rusage totals, itimers, and profile settings per-process insteadguenther38-303/+322
of per-rthread. Handling of per-thread tick and runtime counters inspired by how FreeBSD does it. ok kettenis@
2012-03-23rollback r1.76 since it may break some toolsgsoares1-1/+8
noticed / requested by claudio@ discussed with henning / claudio / me
2012-03-23Add an entry to the asym list for the NetBSD iSCSI target.claudio1-2/+3
OK dlg@
2012-03-23we don't mention LIBRARY: cespie10-30/+10
"of course" deraadt@
2012-03-23add a MIDI-controlled master volume knob to adjust the mix ofratchov8-13/+84
all playback stream, discussed with armani@
2012-03-23Ignore SIGCHLD because we don't really care what happened to the forkedrobert1-1/+4
processes and we don't want to wait for them to finish either. This makes the walking dead go away. ok espie@, mikeb@
2012-03-22Remove man pages for removed non-portable functions. okay jmc@kurt4-159/+4
2012-03-22Remove prototypes for unimplemented non-portable functions in rthreads.kurt1-3/+1
okay deraadt@
2012-03-22clean the sigact in a portable way; ok matthewderaadt1-2/+5
2012-03-22Remove pthread_suspend* and related functions. This is part of thekurt5-70/+5
rthreads major library bump from last night. okay kettenis@
2012-03-22+ diagnosticespie1-2/+11
2012-03-22tweak: consistent include guards, no change in generated code.espie2-2/+6
2012-03-22minor cleanup: error messages include lineno and fileno together, soespie13-67/+117
recognize that and create a struct Location_ for it. mostly from Jonathan Calmels, a few nits from me. okay otto@
2012-03-22Accept an argument to show-environment to show one variable, based on anicm2-5/+22
diff from Kazuhiko Sakaguchi.
2012-03-22syncderaadt23-0/+47
2012-03-22syncderaadt18-36/+36
2012-03-22bump majors on libc and rthreads for the additions to libc and transferguenther2-3/+3
of __tfork_thread from rthreads to libc
2012-03-22<sched.h> is never pulled in from the kernel and #ifdef KERNEL would beguenther1-8/+2
the wrong symbol anyway, so zap some lines ok matthew@
2012-03-22Make DIR a private type within libc, give it the same underlyingmatthew6-30/+27
typedef regardless of __BSD_VISIBLE, and eliminate the dirfd() macro. ok guenther@
2012-03-22Hide behind #if 0 the sched_*() functions that we don't have yetguenther1-1/+6
Requested and tested against ports by aja@, ok matthew@