summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/regexec.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-04-22port numbers are unsigned. use %u. from kameitojun1-4/+4
2003-04-22sync up ELF and a.out versions of ldconfig(8)david2-37/+45
ok drahn@ mdoc ok jmc@
2003-04-22.Fn for functions, better spacing;jmc1-21/+23
ok mickey@
2003-04-22correct (false) assumption made about m->m_len. dhartmei ok.itojun1-13/+38
2003-04-21Stop parsing arguments when we hit "--".millert1-7/+15
2003-04-21build expanded brace with more explicit bound checking.espie1-7/+7
okay millert@
2003-04-21Mention that stroul() et al *do* accept negative numbers, theymillert1-1/+6
just (effectively) cast to unsigned. ho@ OK
2003-04-21Fix the load_size which is used by ldd to print end address.drahn1-2/+2
2003-04-21Close .Blmpech1-1/+2
millert@
2003-04-21a few string cleanups; ok dhartmeideraadt2-16/+27
2003-04-21mdocify; apparently no one every reads this man page.millert1-43/+41
2003-04-21mdoc version from NetBSD (wiz) with minor modifications and local changes.millert1-64/+60
2003-04-21Use strlcpy() and snprintf() in favor of inline strcpy() and sprintf().millert1-13/+13
Based on a diff from krw but this uses the strlcpy() / snprintf() return values. millert tested, krw approved...
2003-04-20regengrange2-2/+7
2003-04-20Add Intel 82801DBM IDEgrange1-1/+2
2003-04-20In pdc20265_pci_intr() perform shared irq check only if channel isgrange1-2/+3
enabled since it reqires accessing channel's bus space. Problem reported by Armin Wolfermann <aw@osn.de>.
2003-04-20typos, and 1 from tedu;jmc2-37/+39
ok tedu@
2003-04-20typos, a little grammar, and lots of space at EOL deleted;jmc8-31/+33
2003-04-20incorrect macro, with too many arguments;jmc1-2/+5
2003-04-20typos;jmc5-22/+23
2003-04-20typos;jmc3-11/+11
ok tedu@
2003-04-20more afs string cleaning; pvalchev okderaadt3-20/+26
2003-04-20oh, the cgi-man thing... duhderaadt1-1/+1
2003-04-20correct strlpcy; spotted by janj+openbsd@wenf.orgderaadt1-7/+10
2003-04-20move the NULL too; janj+openbsd@wenf.orgderaadt1-1/+1
2003-04-20print "direxec" when it's enabled on msdosfs.tedu1-2/+4
from Thorsten Glaser
2003-04-20authpf is supposed to die if the /etc/authpf/authpf.conf is not present.beck1-2/+2
pr # 3217, patch from frisco@blackant.net
2003-04-19string handling, ok deraadt@dhartmei1-24/+47
2003-04-19string handling, partly from and ok deraadt@dhartmei1-4/+8
2003-04-19Sync usage() and man page; closes PR 3219millert1-6/+5
2003-04-19correct opacket/obytes statistics; from sam@freebsdjason1-7/+6
2003-04-19Make the ubsec_feed* routines void, noone looks at the return value (always zero anyway); from freebsd.jason1-9/+7
2003-04-19BNF update for hfschenning1-3/+12
2003-04-19sync w/ the sudo cvs tree and sudo 1.6.7p4millert47-81/+251
2003-04-19mention hfsc.henning1-8/+18
this needs more work.
2003-04-19Tweak previous sprintf -> snprintf fix to eliminate unnecessarykrw1-7/+4
intermediate variable. Suggested by deraadt@. ok henning@ millert@ tdeval@
2003-04-19change "%12.f" -> "%12.0f" to avoid a -Wformat warningavsm1-2/+2
ok millert@
2003-04-19fix typos; Julien Bordetmillert1-4/+4
2003-04-19- kill unused varavsm3-11/+13
- sscanf format string should scan for u_short not u_int - some missing includes - convert u_short -> in_port_t (from millert) ok millert@
2003-04-19transposed args to snprintf, millert@ okavsm1-2/+2
2003-04-19format string typo in usage (%d -> %s for program name)avsm1-3/+3
2003-04-19strcpy/strcat/sprintf removal; krw@ OKmillert6-93/+97
2003-04-19Some string cleanup: sprintf -> snprintf and magic numbers to sizeofkrw2-10/+20
(remember: d_[type|pack]name do not need terminating null). Take the opportunity to introduce some paranoia and check the device name lengths to make sure they fit, with appropriate errors if not. ok tedu@ tdeval@
2003-04-19Davicom DM9009henning2-5/+5
2003-04-19Davicom DM9009 supporthenning1-2/+4
tested by Lucas Reddinger <lucas at wlwdesigns.com>
2003-04-19regenhenning2-2/+7
2003-04-19+davicom DM9009henning1-1/+2
2003-04-19string stuff, ok krw@ deraadt@henning2-7/+8
2003-04-19string stuff, ok krw@henning2-13/+18
2003-04-18Fix format odditiy in 'ERRORS' section, formats like mmap(2) manpage now.drahn1-2/+2