summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-07-20use euid/egid to get into homedir; from dean@fsa.caTheo de Raadt
1996-07-20auto-generate share/info/dirTheo de Raadt
1996-07-20Correct return valueThorsten Lockert
Store attributes so comparing with them works when attributes change
1996-07-20bcopy->memcpy & tagTheo de Raadt
1996-07-20bogus frees; from jraynard@freebsd.orgTheo de Raadt
1996-07-20rpc.lockdTheo de Raadt
1996-07-20compiles...Theo de Raadt
1996-07-20rpc.lockd from freebsd; has a problem yetTheo de Raadt
1996-07-20(*cl_control)() takes a void * for last paramTheo de Raadt
1996-07-20nice # comment hereTheo de Raadt
1996-07-20support # commentsTheo de Raadt
1996-07-20comment out a nasty lineTheo de Raadt
1996-07-19make tty2/tty3 alsoTheo de Raadt
1996-07-19Fixed NetBSD pr #2633 (douzzer@mit.edu)--Be slightly more reasonabledm
about something like printf ("bogus format %l");
1996-07-19Got rid of blinking square in the screen saver (it prevented fancy monitorsdm
from going into power-saving mode).
1996-07-19add -I${.CURDIR} to get defs.hTodd C. Miller
1996-07-19oldrdist now uses rsh so doesn't need to be setuid.Todd C. Miller
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.Todd C. Miller
1996-07-19Would give complain that /etc/hosts.equiv /etc/shosts.equiv /etc/hosts.lpdTodd C. Miller
have '+' in them even when they don't. Escaped the + to fix.
1996-07-19eschew use of HAVE_SOCKADDR_SA_LEN for nowTheo de Raadt
1996-07-19race thee no more; fix from travis@evtech.com with some additional stuff from meTheo de Raadt
1996-07-19make "all" create wd2/3Theo de Raadt
1996-07-19Patch to catch non-printables in the announce stringTodd C. Miller
(ala the 'flash' hack) from FreeBSD (cleanup of patch from Dima Ruban <dima@demos.su>). Also fixes a syslog() message--we use recvfrom now.
1996-07-18bugfix, paths added with -w should now be searched in the same ordermichaels
as the rest, and not in reverse.
1996-07-18Fix. Speed is not initialized. XXX check.Per Fogelstrom
1996-07-18Endian macros added.Per Fogelstrom
1996-07-18Add macros to handle endian issues.Per Fogelstrom
1996-07-18make pcvt recognize most S3 adapters up to dateshawn
1996-07-18Ipfilter 3.1.0 (forgot to check it in yesterday).dm
1996-07-18joeuser is not specialTheo de Raadt
1996-07-18more readableTheo de Raadt
1996-07-18kernel is _PATH_UNIXTheo de Raadt
1996-07-18daily: disable the fscks by default.Jason Downs
rc: add /usr/local/lib to ldconfig.
1996-07-18added my two firewall examples, plus the stuff from the distributiondm
1996-07-18ipfilter 3.1.0dm
1996-07-18ipfilter 3.1.0dm
1996-07-18ipfilter 3.1.0dm
1996-07-18ipfilter 3.1.0dm
1996-07-18Up NetBSD date for ipfilter and possibly more.dm
1996-07-18param.hTheo de Raadt
1996-07-18awk not gawkTheo de Raadt
1996-07-18\007 instead of ^G; from phk@freebsd.orgTheo de Raadt
1996-07-18full hostnames; from cstruble@singularity.bevc.blacksburg.va.usTheo de Raadt
1996-07-17buffer overflow from dholland@hcs.HARVARD.EDU; could do with some cleanup?Theo de Raadt
1996-07-17buffer overflowTheo de Raadt
1996-07-17nextbsd pr#2637 (and 2638): add cirrus gd5434.Jason Downs
1996-07-17Need to have "HAVE_UNISTD_H" defined to get the prototype for read(),michaels
otherwise "~/.inputrc" will not be read by gdb. Added prototypes to the declaration of xmalloc() and xrealloc(), included "ansidecl.h". Since we now actually read ~/.inputrc we should also correcly allocate memory for the buffer.
1996-07-17Limit chio(1) to group operatorThorsten Lockert
1996-07-17fixes/update:chuck
- adjust txhiwat and mindma params a bit - fixed a couple of incorrectly labeled panic calls - the "location" was being calculated incorrectly in some cases (forgot to subtract off MID_RAMBASE). this only caused problem when trying to change the size of the tx/rx buffers (e.g. to 64KB). - fixed possible non-aligned DMA burst in the starting byte burst case. (e.g. if we could DMA 3 bytes, but only have 2 it is not legal for us to use MIDDMA_BYTE2 mode). - opt: on tx: try and avoid flushing the internal buffer by padding out the length of the last mbuf a bit (if possible)
1996-07-161.2Theo de Raadt