summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/regexec.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-18Install a signal handler for tty-generated signals and wait for themillert1-1/+16
2016-10-18Use "continue;" instead of a bare ";" in the for() loop examplemillert1-3/+3
2016-10-18The variable dlen is always positive and d may be negative. Sobluhm1-3/+4
2016-10-18The checksum of a ICMP "need to frag" packet for TCP was wrong whenbluhm1-11/+9
2016-10-18Place splsoftnet() in route_input() to shut up splassert warningsbluhm1-2/+6
2016-10-18Rewrite the kern.malloc.kmemstat in the same style as previous. This one doesotto1-7/+4
2016-10-18spelling:tb1-3/+3
2016-10-18Give each item on queue a name for better logging.nicm2-6/+20
2016-10-18Zero dirty count after flushing.nicm1-1/+2
2016-10-18Store the right size in the pipe offset for pipe-pane.nicm1-2/+2
2016-10-18typo fix and zap some trailing eol whitespace;jmc1-4/+4
2016-10-18When the guest OS gets a zero MAC address on a network interface, it shouldreyk2-12/+25
2016-10-18Swap 'make cleandir' and 'make includes' for real.tb1-2/+2
2016-10-18Delete remnants of "traptrace" supportguenther4-134/+4
2016-10-17test .Bl -tag without -width;schwarze4-2/+23
2016-10-17simplify implementation of the '$' command, no functional change;schwarze1-5/+2
2016-10-17resolve code duplication in domove() for the commands: b B w Wschwarze1-13/+3
2016-10-17No need to inspect LC_CTYPE:schwarze2-6/+3
2016-10-17Make sure the cursor goes to the first byte of a UTF-8 characterschwarze1-62/+78
2016-10-17Add the option to specify an interface group per virtual switch as well;reyk5-18/+52
2016-10-17unused variablesnatano2-5/+4
2016-10-17Remove apple ufs bits.natano3-34/+3
2016-10-17Tweak /etc/ldap/certs/ FILES entry.jca1-2/+2
2016-10-17makefs doesn't care about quotas.natano3-184/+1
2016-10-17In FILES mention /etc/ldapd.conf first, then /etc/ldap/ entriesjca1-3/+3
2016-10-17Dedup ffs_extern.h.natano3-112/+6
2016-10-17Fix a few mistakes and add a FILES entry for /etc/ldap/certsjca1-5/+7
2016-10-17Remove the artificial maximum number of unix domain sockets inbluhm3-12/+18
2016-10-17Use strtoull() to read the datapath id and expect "datapath" instead ofrzalamena2-4/+4
2016-10-17Remove some more unused cd9660 options.natano2-17/+2
2016-10-17Remove cd9660's archimedes option, we won't need RISC OS metadata on ournatano6-201/+6
2016-10-17Remove "feature" defines. This code won't try to be portable when we arenatano3-40/+4
2016-10-17Remove the -d option.natano2-18/+7
2016-10-17R option doesn't compact memory at all; flags are not only useful forotto1-5/+4
2016-10-17Everything in ffs_bswap.c is unused.natano2-270/+2
2016-10-17If BN_div_word() fails (by returning (BN_ULONG)-1) or if the divisionguenther1-4/+8
2016-10-17/var/tmp -> /tmplteo2-6/+6
2016-10-17Add missing argument names for pcap_offline_filter.lteo1-3/+3
2016-10-17"send/received" -> "sent/received"lteo2-7/+7
2016-10-17mechanical rename of vnode to mkfsvnode and buf to mkfsbuf to avoidtedu19-108/+107
2016-10-17Only a few apple-specific bits are needed by eltorito, so copy them local.deraadt2-1460/+9
2016-10-16we're not going to be using kauth_credstedu5-16/+14
2016-10-16remove swapping add macrostedu4-20/+15
2016-10-16simplify swapper functions a bittedu1-6/+4
2016-10-16another round of deswappingtedu4-63/+52
2016-10-16Use notifys for alerts too.nicm3-29/+45
2016-10-16Fix trailing whitespace and shorten long lines.bluhm3-12/+15
2016-10-16Use the notify name string instead of going via an enum and changenicm18-154/+131
2016-10-16Use closefrom(4) in privsep parent and avoid some global filebluhm3-31/+10
2016-10-16remove some byte swapping code from the top endtedu5-132/+42