summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/regexec.c (unfollow)
Commit message (Collapse)AuthorFilesLines
1998-02-09from netbsdderaadt2-2/+167
1998-02-09merge in rev 1.2niklas1-4/+3
1998-02-09s/optsifle/optsfile/ryker1-1/+1
1998-02-09Fix typo in syslog message.angelos1-1/+1
1998-02-09Close/reopen routing socket, to avoid running out of the socket's buffer space.angelos1-5/+13
1998-02-09More missing type changes; pointed out by deraadt@OpenBSD.orgtholo2-4/+4
1998-02-09Include <ddb/db_var.h> if DDB is defined.dima1-1/+4
1998-02-09make dependderaadt1-2/+2
1998-02-09Missed onetholo1-2/+2
1998-02-08Better lint(1) framework. Mostly from cgd@NetBSDtholo23-621/+498
1998-02-08Pull in prototypetholo1-1/+2
1998-02-08Updates to match type changes in syscall tablestholo28-79/+80
1998-02-08Synctholo4-200/+206
1998-02-08Correct many typestholo1-108/+134
1998-02-08Sync with NetBSDtholo1-1/+6
1998-02-08Update to match realitytholo1-9/+12
1998-02-08Apply fix for PR# 406. Thanks toweingart1-3/+3
Motomichi Matsuzaki (mzaki@e-mail.ne.jp) for the fix.
1998-02-08y2k fixes; netbsd & Andreas.Gunnarsson@emw.ericsson.sederaadt5-126/+25
1998-02-08cleanup; pjanzen@foatdi.harvard.eduderaadt2-35/+58
1998-02-08split infinitive; honey@citi.umich.eduderaadt1-2/+2
1998-02-08strptime() proto; Andreas.Gunnarsson@emw.ericsson.sederaadt1-1/+2
1998-02-08nicerderaadt2-3/+3
1998-02-08Update from NetBSDniklas1-4/+17
1998-02-08Forward declare struct procniklas1-1/+2
1998-02-07 let's exit from the right process when running standalone.beck1-4/+4
1998-02-07 Take out smtp line - users can add if neededbeck1-3/+1
1998-02-07 add line to inetd.conf - not uncommentbeck1-1/+1
1998-02-07syncderaadt2-2/+11
1998-02-07+ Packet Engines G-NIC Ethernetderaadt1-1/+4
1998-02-07 Flags and startup for smtpd/smtpfwdd - not enabled by default.beck3-3/+13
1998-02-07 add smtpd directory.beck1-2/+2
1998-02-07 smtpd/smtpfwdd examples.beck5-0/+259
1998-02-07ipforward is in sysctl.conf nowderaadt2-7/+2
1998-02-07Cast pointer in assignmenttholo2-6/+6
1998-02-07Forward declare structures to silence warningstholo3-3/+9
1998-02-07strftime is no longer in this directorytholo1-3/+3
1998-02-07oopsderaadt1-3/+3
1998-02-07emulate linux connect() braindamage even better -- only do so on asyncderaadt1-1/+9
sockets; pb@fasterix.freenix.org
1998-02-07o Don't put newlines in syslog() messages and use %m, not strerror()millert1-18/+23
o If .vacation.db is size 0, dbopen() with O_TRUNC (otherwise vacation will do exit(1) and sendmail will be unhappy. dbopen() should probably deal with zero-length files sanely.
1998-02-07snprintfderaadt1-10/+10
1998-02-07Add missing code to make /etc/yp/<domain> files actually work (in all cases).downsj1-2/+5
1998-02-07More XPG4.2 --millert3-17/+23
setstate takes a const parameter don't ever spew to stderr, just return NULL
1998-02-06indentderaadt1-11/+8
1998-02-06add FS_CCD, make ccd prefer such partitions. It still accespts FS_BSDFFS, and something will change about that soonderaadt3-5/+11
1998-02-06Remove bogus flush of stderrmillert2-29/+28
Spew prompt before turning off echo. Seems to fix a weird problem where if sudo complained about a bogus stamp file the user would sometimes not have a chance to enter a password.
1998-02-06Grammar and clarifications.gene1-10/+11
1998-02-06morederaadt1-1/+2
1998-02-06syncderaadt13-16/+22
1998-02-06Maintain count of free pages. This bug triggered total hangs onniklas1-1/+2
big buffer cache systems where the cache got split up between low and high memory