Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
1996-07-23 | other icmp traffic can cause a timeout to occur so must be more careful; | 1 | -5/+14 | ||
from freebsd pr#612; fenner@parc.xerox.com | |||||
1996-07-23 | open sockets then revoke privs; and a strdup() solution from freebsd | 1 | -11/+11 | ||
1996-07-23 | treat -l and -f the same | 2 | -5/+6 | ||
1996-07-23 | ptrace is safe; limit preload to root | 2 | -11/+15 | ||
1996-07-23 | skip until ptrace problem is resolved | 1 | -11/+9 | ||
1996-07-23 | OpenBSD'ify | 11 | -2/+18 | ||
1996-07-23 | Backslash continuation of literal strings causes nawk to barf. | 12 | -28/+28 | ||
1996-07-23 | open socket as soon as possible, and then revoke privs | 1 | -9/+11 | ||
1996-07-22 | no overflow; from brian@saturn.net | 1 | -5/+6 | ||
1996-07-22 | comment on ^C handling | 1 | -1/+4 | ||
1996-07-22 | rcsid cleanup | 3 | -17/+6 | ||
1996-07-22 | bzero sockaddr_in | 1 | -0/+1 | ||
1996-07-22 | kill (-1, SIGTERM) may find no other processes; netbsd pr#2619, cgd | 1 | -4/+14 | ||
1996-07-22 | make COPTS work in bsd.lib.mk too | 1 | -1/+3 | ||
1996-07-22 | Add build of terminfo.db; note that the terminfo source has been modified | 3 | -2/+12592 | ||
to have stock X11R6 xterm as the default "xterm" entry, and not the fixed XFree86 3.1.2E version | |||||
1996-07-22 | Properly overwrite the entire use= string after resolving it | 1 | -3/+3 | ||
1996-07-22 | finally half-readable | 1 | -21/+23 | ||
1996-07-22 | bzero sockaddr before use | 1 | -0/+1 | ||
1996-07-22 | Initial integration of pieces of Manuel's patch5. From the announce: | 3 | -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-22 | Add support for compiling a terminfo source file into terminfo.db (using | 5 | -2/+1011 | ||
the same format as termcap.db) | |||||
1996-07-22 | Add support for terminfo.db files; same format as termcap.db but with | 3 | -24/+185 | ||
complete entries. | |||||
1996-07-22 | Dir is not empty anymore | 1 | -3/+0 | ||
1996-07-22 | setgid back; from kashmir@umiacs.UMD.EDU | 1 | -1/+3 | ||
1996-07-22 | do not chdir as root | 1 | -2/+2 | ||
1996-07-22 | seteuid for chdir | 3 | -4/+19 | ||
1996-07-21 | Correct fix for -Fa brokenness. | 1 | -2/+2 | ||
1996-07-21 | Ensure we never use more than one callout table slot | 3 | -10/+25 | ||
1996-07-20 | Update pppd to 2.3a4: | 25 | -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-20 | add KOI-8 cyrillic fonts | 4 | -1/+238 | ||
1996-07-20 | use euid/egid to get into homedir; from dean@fsa.ca | 1 | -2/+8 | ||
1996-07-20 | auto-generate share/info/dir | 1 | -2/+4 | ||
1996-07-20 | Correct return value | 1 | -3/+4 | ||
Store attributes so comparing with them works when attributes change | |||||
1996-07-20 | bcopy->memcpy & tag | 44 | -52/+96 | ||
1996-07-20 | bogus frees; from jraynard@freebsd.org | 1 | -2/+4 | ||
1996-07-20 | rpc.lockd | 1 | -4/+4 | ||
1996-07-20 | compiles... | 4 | -4/+10 | ||
1996-07-20 | rpc.lockd from freebsd; has a problem yet | 14 | -0/+2570 | ||
1996-07-20 | (*cl_control)() takes a void * for last param | 1 | -1/+1 | ||
1996-07-20 | nice # comment here | 1 | -1/+2 | ||
1996-07-20 | support # comments | 1 | -0/+2 | ||
1996-07-20 | comment out a nasty line | 1 | -2/+2 | ||
1996-07-19 | make tty2/tty3 also | 1 | -3/+3 | ||
1996-07-19 | Fixed NetBSD pr #2633 (douzzer@mit.edu)--Be slightly more reasonable | 1 | -1/+13 | ||
about something like printf ("bogus format %l"); | |||||
1996-07-19 | Got rid of blinking square in the screen saver (it prevented fancy monitors | 1 | -1/+3 | ||
from going into power-saving mode). | |||||
1996-07-19 | add -I${.CURDIR} to get defs.h | 1 | -2/+2 | ||
1996-07-19 | oldrdist now uses rsh so doesn't need to be setuid. | 8 | -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-19 | now uses -I path to find defs.h so we can use rshrcmd.c with oldrdist. | 1 | -3/+3 | ||
1996-07-19 | Would give complain that /etc/hosts.equiv /etc/shosts.equiv /etc/hosts.lpd | 1 | -4/+4 | ||
have '+' in them even when they don't. Escaped the + to fix. | |||||
1996-07-19 | eschew use of HAVE_SOCKADDR_SA_LEN for now | 1 | -2/+2 | ||
1996-07-19 | race thee no more; fix from travis@evtech.com with some additional stuff from me | 1 | -35/+71 | ||