summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/regexec.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-08-19When building dynamic hostent and netent, allocate a single linear buffer toeric6-104/+88
2012-08-19fix smtpctl schedule-all and schedule-id <msgid>chl2-13/+55
2012-08-19avoid crash when removing non-existing envelopechl1-2/+2
2012-08-19coding style: replace all occurences of u_int* with uint*chl22-266/+266
2012-08-19Fix ranges in the method description.martynas1-5/+5
2012-08-19kill dead file that must die.eric1-0/+0
2012-08-19Stefan Unterweger pointed out that, contrary to the man page,jmc1-11/+17
2012-08-19Let the scheduler return all schedulable envelopes for the same messageeric1-4/+2
2012-08-19Kill envelope_{dump,load}_file() and replace them with envelope_{dump,load}_buffer().chl3-64/+81
2012-08-19Add warnings on io errors to help diagnosis.eric1-2/+10
2012-08-19add missing IMSG_* in imsg_to_str()chl1-2/+8
2012-08-19fix an issue where too long lines were not spot properly.chl1-3/+3
2012-08-19zap trailing whitespace;jmc1-3/+3
2012-08-18document ocaml_native and ocaml_native_dynlink propertiesavsm1-6/+11
2012-08-18zap struct mta_batch. Only pass ids where needed.eric3-31/+17
2012-08-18- introduce stat_backend, an API for pluggable statistic backendsgilles16-349/+472
2012-08-18Don't store a time_t into an int. Make the variable time_t.krw1-2/+2
2012-08-18ensure that async_run() and async_run_sync() always preserve errno.eric3-13/+27
2012-08-18RFC updates:jmc5-18/+19
2012-08-18Disallow empty domain/address sent after HELO/EHLO command.chl1-3/+3
2012-08-18glxpcib(4) invokes pcibattach assuming pcib doesn't need more than amiod1-15/+38
2012-08-18Major update of the mta internals.eric3-373/+599
2012-08-18RFCs 2461 and 2462 have been replaced by, respectively, RFCs 4861 and 4862;jmc3-17/+20
2012-08-18Limit the number of bounce sessions running at the same time. Wheneric1-19/+55
2012-08-18Don't try to printf() a time_t value with %d. Cast to (int) justkrw1-4/+4
2012-08-18getrrsetyname() only uses ERRSET_* and is not supposed to set errno.eric2-12/+12
2012-08-18Simplify error reporting in hostaddr_async(). Only use EAI_* error codes.eric1-11/+2
2012-08-18Improve error reporting in getnameinfo_async() and getaddrinfo_async().eric3-57/+46
2012-08-18allow other targets to work like install -> realinstallespie1-2/+2
2012-08-18within Rs/Re reference blocks, use %U instead of %O (or any otherjmc36-125/+125
2012-08-18forgot to document llvm property.espie1-1/+5
2012-08-18be more explicit about what mono is.espie1-2/+4
2012-08-18document default changeespie1-5/+5
2012-08-18Fix http resume without out auth, which I broke on the last commit,haesbaert1-3/+6
2012-08-18Remove unused field 'next' from struct timeout. There's only onekrw1-2/+1
2012-08-18Update global cur_time after exiting poll() and before calling thekrw2-4/+6
2012-08-17make sure mycreate uses -DSHARED_LIBS=1 (for now), gets a lot of tests toespie1-1/+2
2012-08-17fix after signatures changeespie1-2/+2
2012-08-17oops, shouldn't go interactive (found by matthew@)espie1-2/+2
2012-08-17ouch, this should not workespie3-1/+15
2012-08-17Native mdoc versions of the sudo manuals, back-ported from sudo trunk.millert11-3208/+5409
2012-08-17Properly initialize the IOMMU control and status register for pyro(4).kettenis2-3/+14
2012-08-17Turns out interrupts for Ebus devices are wired to the *other* PCI Expres leafkettenis2-35/+34
2012-08-17Don't forget to byteswap the state_flags since it's a uint16_t now.mikeb1-3/+3
2012-08-17cleanup mpii_get_ioc_pg8 mess, no functional changemikeb1-51/+26
2012-08-17Fix typos in DPRINTF() so error messages refer to correct *hci.krw2-4/+4
2012-08-17Don't need this anymore, we have it in bsd.own.mk now.haesbaert1-11/+1
2012-08-17Don't need this anymore, we have them in bsd.own.mk.haesbaert1-11/+0
2012-08-17Add a default CDIAGFLAGS, so that programs may be enable warnings byhaesbaert1-3/+9
2012-08-17Double check that we're not testing libc's __guard. Changing ld.so'smatthew1-0/+2