summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/engine.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-01-04Add comment about polish and turkish keyboards. -mojmaja1-3/+16
2003-01-04Add support for polish keyboard from Kamil Andrusz wizz at mniam dot net.maja2-3/+41
Replaced some Latin 1 symbols with Latin 2. -moj
2003-01-04Add support for turkish keyboard from Berk Demir bdd at ieee dot org.maja2-4/+54
Replaced some Latin 1 symbols with Latin 5. -moj
2003-01-04reset cold at the end of cpu_configure(), add a comment when fooling w/ itmrmickey2-5/+4
2003-01-04Don't define splassert goo if _LOCOREmiod1-2/+3
2003-01-04workaround until pf fixes thisderaadt1-3/+10
2003-01-04Correctly invoke pmap_enter() [fix last argument]miod2-6/+9
2003-01-04Remove unused pf_add_addr(), ok mcbride@dhartmei1-36/+1
2003-01-04Various typos and inaccuracies; David Krausemiod6-11/+13
2003-01-04A va_copy macro without drugs inside. Shupid miod.miod1-12/+3
2003-01-04Fix *longjmp() return values.miod3-59/+57
2003-01-04I do not know where this policy of "one .h file for every .c file" comesderaadt12-184/+70
from, but whoever thought of it is stupid.
2003-01-03Make good use of the 'else' keyword.cedric1-21/+11
2003-01-03splassert support for m88kmiod2-3/+37
2003-01-03knfderaadt1-3/+3
2003-01-03no need to closederaadt1-2/+1
2003-01-03KNFderaadt1-4/+7
2003-01-03zero sockaddr before usederaadt1-1/+2
2003-01-03I am ready to strange the person who put a new strcpy() into ourderaadt1-11/+11
source tree.
2003-01-03(a && (b & c))deraadt1-6/+6
2003-01-03simplify ioctl accessderaadt2-41/+21
2003-01-03Remove _ before static functions & variables.cedric1-24/+24
2003-01-03Remove _ before static functions & variables.cedric1-60/+60
2003-01-03whitespace KNF (no, i don't touch the option inits)dhartmei1-13/+12
2003-01-03kill stupid macroderaadt1-37/+61
2003-01-03KNFderaadt1-2/+2
2003-01-03Initialize hints addrinfo in a safe way.cedric1-2/+4
2003-01-03KNFderaadt1-3/+3
2003-01-03knfderaadt2-24/+24
2003-01-03Bring in userland code for accessing PF radix tables.cedric10-10/+1179
ok dhartmei@ mcbride@
2003-01-03Nobody even compiles the #@!$&~ regression tests anyway.miod1-2/+2
2003-01-03KNFderaadt3-28/+29
2003-01-03replace uucp example.fgsch1-2/+2
from Sam Smith <S at mSmith dot net>; millert@ ok.
2003-01-03DEL hasn't sent SIGINTR in a looooong time.millert1-5/+4
2003-01-03Remove screenblank section; reported by Andrey Matveev.miod1-5/+1
2003-01-03Save a few more bytes on install media by stripping comments fromkrw8-26/+26
dhclient-script and disktab files in architectures where this wasn't already being done. OK deraadt@.
2003-01-03Fix BE64 bug with (time_t *)&timeval.tv_sec; from Rob Seastromjason1-6/+7
2003-01-03revert: reintroduce allTargets list #if CLEANUP, as all nodes are not addedespie1-7/+14
to the hash. ok miod@
2003-01-03Fix the unicast case call to bridge_rtupdate(), check that the -source-jason1-3/+4
interface is LEARNING not the destination.
2003-01-03Get the m88k libm to say no to drugs.miod1-5/+1
2003-01-031) pfr_insert_kentries() cannot return ENOMEM anymore -> make it void.cedric3-34/+35
2) add new PFR_FLAG_REPLACE for use by pfr_tst_addrs(). 3) add new pfrio_nmatch alias to pfioc_table, set by pfr_tst_addrs(). Tested on i386, sparc64
2003-01-03be more aware of directory change failures; s@msmith.netderaadt1-2/+6
2003-01-03fix usage; sturm@sec.informatik.tu-darmstadt.dederaadt1-2/+2
2003-01-03fix typo; jmcmillert1-2/+2
2003-01-03Provide a simple va_copy() implementation.miod1-1/+19
2003-01-02typo; jmc at prioris.mini.pw.edu.plhenning1-3/+3
2003-01-02Adapt to recent changes in libc/libc_r wrt weak symbols, so that programsmiod7-51/+83
can link against libc without unresolved symbols again. Anyone who correctly guessed that my m88k hard drive has been recovered, wins a strawberry lollipop.
2003-01-02Rename cerror to __cerror and curbrk to __curbrk, to avoid namespacemiod9-41/+42
pollution. Conforming to art@'s evil plans.
2003-01-02Begone.miod3-94/+0
2003-01-02regengrange2-2/+7