summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/regexec.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-05-27a night of cleanup, so i can read this easierderaadt10-438/+428
2002-05-26sort ChallengeResponseAuthentication; ok markus@stevesk1-9/+9
2002-05-26remove extra spaces, tabs, and semicolon.fgsch1-12/+12
2002-05-26use sysctl to get ttl from the kernel; itojun okderaadt2-3/+15
2002-05-26KNF. remove unneeded variable. from deraadtitojun2-12/+9
2002-05-26sync with latest kame. KNF, port number simplification, and suchitojun1-31/+19
2002-05-26re-integrate a grammar fixderaadt1-2/+2
2002-05-26sync with latest KAME tree. -S option uses bind(2), -g option, KNFitojun3-115/+149
2002-05-26missed two pid_t conversions; moritz@jodeit.orgderaadt1-3/+3
2002-05-26syncderaadt1-0/+20
2002-05-26more MLINKSderaadt1-6/+31
2002-05-26pid_t cleanupderaadt38-133/+153
2002-05-26- CPU_MAXID and CPU_CHIPSET were swapped in cpu.hmatthieu2-6/+88
- add support to print machdep.chipset mib on alpha ok deraadt@
2002-05-26pid_cleanup, inspired by work by jason@ackley.netderaadt9-39/+41
2002-05-26pid_t cleanup; itojun okderaadt3-6/+6
2002-05-26with XXX, note a place we could maybe use arc4random()deraadt1-1/+1
2002-05-26oops, major oops; moritz@jodeit.orgderaadt1-2/+3
2002-05-25missed Per Allansson (auth2-chall.c)stevesk1-0/+1
2002-05-25split auth2.c into one file per method; ok provos@/deraadt@markus8-486/+671
2002-05-25fix usage; from Sam Smith <S@mSmith.net>.fgsch1-3/+4
2002-05-25syncderaadt1-0/+1
2002-05-25typo fixes; S@mSmith.netderaadt1-5/+5
2002-05-25remaining easy snprintf conversionsderaadt4-22/+24
2002-05-25execlp->execl; from steveskmarkus1-2/+2
2002-05-25first version of ssh-keysign manpage, ok deraadt@markus2-2/+60
2002-05-25kill(pid, sig)... NOT (sig, pid)cvs diff -u kerberosIV/src/appl/bsd/rlogin.ccvs diff -u kerberosIV/src/appl/bsd/rlogin.cderaadt1-1/+1
2002-05-25__progname stuff; jason@ackley.netderaadt3-27/+16
2002-05-25incorrrect kill(); jason@ackley.netderaadt1-2/+2
2002-05-25do not assume scripts are executablederaadt12-12/+12
2002-05-25Add a board type for VXT2000+. Info gathered by Daniel SZILAGYI.hugh1-1/+2
2002-05-25use _dl_strncmp() not strncmp(), _dl version is already present and used.drahn2-4/+4
2002-05-25_dl_strcmp() and _dl_strchr() exist, do not pull these routinesdrahn2-8/+7
from libsa source.
2002-05-24more IANA values. official # for bridge is assigned. jason okitojun1-2/+9
2002-05-24strlcpy at most 16 characters, so says man pagederaadt1-4/+9
2002-05-24add net.inet.icmp.tstamprepl sysctl for timestamp control; jason@ackley.netderaadt4-5/+15
2002-05-24examples subsection; s@msmith.netderaadt1-2/+42
2002-05-24replace strcpy with strlcpyderaadt1-5/+5
2002-05-24enforce SKEY_MAX_CHALLENGE using snprintf()deraadt1-12/+9
2002-05-24doc that skeychallenge() buffer is at least SKEY_MAX_CHALLENGE longderaadt1-2/+3
2002-05-24strlcpy and KNFderaadt1-29/+32
2002-05-24KNFderaadt1-4/+4
2002-05-24try to use strlcpy and snprintf more; ok variousderaadt18-73/+80
2002-05-24Replace strcpy() with strlcpy().drahn1-4/+4
2002-05-24Change _dl_strcpy() to _dl_strlcpy(), implementation taken from libc.drahn3-12/+32
2002-05-24don't include unused code in the #ifdef BSD_AUTH case; ok markus@stevesk1-9/+14
2002-05-24protect more of the bookkeeping variables with splbio.art1-3/+3
2002-05-24typoart1-2/+2
2002-05-24Support mixed (IPv4/v6) address lists, expand to all possible and validdhartmei1-46/+53
combinations. 'pass in from { 10.1.2.3, ::1 } to { 10.4.5.6, ::2 }' will expand to two rules, 'from 10.1.2.3 to 10.4.5.6' and 'from ::1 to ::2'. Also applies to host name resolution (when multiple addresses are returned for one name). ok frantzen@, itojun@
2002-05-24splbio around biodone.art2-5/+14
2002-05-24More splbio around biodone protection.art4-5/+18
In these drivers I'm probably using more paranoia than necessary. If you really need to squeeze out the last drop of performance from the fd driver, call me.