summaryrefslogtreecommitdiffstats
path: root/lib/libcompat/regexp/regexp.c (unfollow)
Commit message (Collapse)AuthorFilesLines
1996-07-23other icmp traffic can cause a timeout to occur so must be more careful;deraadt1-5/+14
from freebsd pr#612; fenner@parc.xerox.com
1996-07-23open sockets then revoke privs; and a strdup() solution from freebsdderaadt1-11/+11
1996-07-23treat -l and -f the samederaadt2-5/+6
1996-07-23ptrace is safe; limit preload to rootderaadt2-11/+15
1996-07-23skip until ptrace problem is resolvedderaadt1-11/+9
1996-07-23OpenBSD'ifyetheisen11-2/+18
1996-07-23Backslash continuation of literal strings causes nawk to barf.etheisen12-28/+28
1996-07-23open socket as soon as possible, and then revoke privsderaadt1-9/+11
1996-07-22no overflow; from brian@saturn.netderaadt1-5/+6
1996-07-22comment on ^C handlingderaadt1-1/+4
1996-07-22rcsid cleanupderaadt3-17/+6
1996-07-22bzero sockaddr_inderaadt1-0/+1
1996-07-22kill (-1, SIGTERM) may find no other processes; netbsd pr#2619, cgdderaadt1-4/+14
1996-07-22make COPTS work in bsd.lib.mk tooderaadt1-1/+3
1996-07-22Add build of terminfo.db; note that the terminfo source has been modifiedtholo3-2/+12592
to have stock X11R6 xterm as the default "xterm" entry, and not the fixed XFree86 3.1.2E version
1996-07-22Properly overwrite the entire use= string after resolving ittholo1-3/+3
1996-07-22finally half-readablederaadt1-21/+23
1996-07-22bzero sockaddr before usederaadt1-0/+1
1996-07-22Initial integration of pieces of Manuel's patch5. From the announce:downsj3-380/+553
- integration of Milton Ngan's patch, which provide audio command support. ..with lots of cleaning up by me. Audio is still untested. This will change shortly.
1996-07-22Add support for compiling a terminfo source file into terminfo.db (usingtholo5-2/+1011
the same format as termcap.db)
1996-07-22Add support for terminfo.db files; same format as termcap.db but withtholo3-24/+185
complete entries.
1996-07-22Dir is not empty anymoreweingart1-3/+0
1996-07-22setgid back; from kashmir@umiacs.UMD.EDUderaadt1-1/+3
1996-07-22do not chdir as rootderaadt1-2/+2
1996-07-22seteuid for chdirderaadt3-4/+19
1996-07-21Correct fix for -Fa brokenness.dm1-2/+2
1996-07-21Ensure we never use more than one callout table slottholo3-10/+25
1996-07-20Update pppd to 2.3a4:joshd25-306/+3340
Add redo option error-reporting, add PAM, add microsoft compatibility kludges, bzero stuff at important places, add one or two options other generic enhancements. From: Paul.Mackerras@cs.anu.edu.au
1996-07-20add KOI-8 cyrillic fontsmickey4-1/+238
1996-07-20use euid/egid to get into homedir; from dean@fsa.caderaadt1-2/+8
1996-07-20auto-generate share/info/dirderaadt1-2/+4
1996-07-20Correct return valuetholo1-3/+4
Store attributes so comparing with them works when attributes change
1996-07-20bcopy->memcpy & tagderaadt44-52/+96
1996-07-20bogus frees; from jraynard@freebsd.orgderaadt1-2/+4
1996-07-20rpc.lockdderaadt1-4/+4
1996-07-20compiles...deraadt4-4/+10
1996-07-20rpc.lockd from freebsd; has a problem yetderaadt14-0/+2570
1996-07-20(*cl_control)() takes a void * for last paramderaadt1-1/+1
1996-07-20nice # comment herederaadt1-1/+2
1996-07-20support # commentsderaadt1-0/+2
1996-07-20comment out a nasty linederaadt1-2/+2
1996-07-19make tty2/tty3 alsoderaadt1-3/+3
1996-07-19Fixed NetBSD pr #2633 (douzzer@mit.edu)--Be slightly more reasonabledm1-1/+13
about something like printf ("bogus format %l");
1996-07-19Got rid of blinking square in the screen saver (it prevented fancy monitorsdm1-1/+3
from going into power-saving mode).
1996-07-19add -I${.CURDIR} to get defs.hmillert1-2/+2
1996-07-19oldrdist now uses rsh so doesn't need to be setuid.millert8-36/+89
Incorporates some changes from Chris Siebenmann <cks@utcc.utoronto.ca> and rdist 6.1.2. Also fixes at least one possible core dump and uses strr?chr() instead of r?index().
1996-07-19now uses -I path to find defs.h so we can use rshrcmd.c with oldrdist.millert1-3/+3
1996-07-19Would give complain that /etc/hosts.equiv /etc/shosts.equiv /etc/hosts.lpdmillert1-4/+4
have '+' in them even when they don't. Escaped the + to fix.
1996-07-19eschew use of HAVE_SOCKADDR_SA_LEN for nowderaadt1-2/+2
1996-07-19race thee no more; fix from travis@evtech.com with some additional stuff from mederaadt1-35/+71