summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-06-11egcs crapJason Downs
1999-06-10Fix a couple typos and remove a few duplications while I'm at it.Paul Janzen
1999-06-10jsm28@cam.ac.uk : handle PAGER in a manner consistent with thePaul Janzen
Single UNIX specification for mailx and man (http://www.opengroup.org/onlinepubs/7908799/xcu/mailx.html).
1999-06-10Handle PAGER in a manner consistent with the Single Unix Specification:Paul Janzen
that is, use PAGER rather than "more" if it is defined and non-null, not just if it is defined.
1999-06-10fix unaligned copy's end conditionMichael Shalayeff
1999-06-10Allow reserved substitution strings to be escaped by preceeding thembrian
with a backslash.
1999-06-10Never bring a link back up after receiving a terminating signal,brian
don't rely on already being in PHASE_DEAD.
1999-06-10Fill in mount_info in nfs_decode_argsTodd C. Miller
o that way zero fields in nfs_args get filled in o changes via mount -u become visible
1999-06-10Allow a remote IP and port range specification in thebrian
``alias port'' command.
1999-06-09Initialise `mp'.brian
1999-06-09Allow our endpoint discriminator to be enabled, disabled, acceptedbrian
and denied. This is necessary for some MP implementations that get confused if you accept their endpoint discriminator but reject their MRRU.
1999-06-09Use the correct pid when substituting PROCESSID.brian
Problem reported by: Amedeo Beck Peccoz <gea@gressoney.it>
1999-06-09document cancellation point handling a bit betterDavid Leonard
1999-06-09sync with freebsdDavid Leonard
1999-06-09__sparc -> __sparc__Jason Wright
1999-06-08Don't use static variables if we don't have to.brian
1999-06-08Don't drop the last character from lines in ppp.secret unless it's '\n'.brian
1999-06-08Some large partition fixesNiklas Hallqvist
1999-06-08copy int sized objects, not register_t sized objects in pipe()Theo de Raadt
1999-06-08better fd leak preventionTheo de Raadt
1999-06-08use sys_opipe(), but note the descriptor leakageTheo de Raadt
1999-06-08fewer stringskstailey
1999-06-08Use m68k/exec.hMarc Espie
1999-06-08Don't IPCP TLD if we're already doing it. This preventsbrian
recursion by doing something like ``down'' or ``quit all'' in ppp.linkdown.
1999-06-08Make the ``load'', ``dial'' and ``open'' commands a big clearer.brian
Requested by: Michael Heitmeier <MICHAEL_HEITMEIER@HP-Germany-om12.om.hp.com>
1999-06-08disable TCP_FACK for nowNiels Provos
1999-06-07I do not believe thisTheo de Raadt
1999-06-07Better support for changing volume levels, muting, and switching outputJason Wright
ports on the fly.
1999-06-07need seperate sys_pipe() versions, for pipeclose() or soclose() callsTheo de Raadt
1999-06-07return a ICMP_UNREACH_PROTOCOL for protocols we do not support; discussion ↵Theo de Raadt
with cmetz
1999-06-07Fix use of uninitialized TDB hash table in tdb_delete(), introducedAngelos D. Keromytis
along with the dynamically-resized TDB table (report and fix suggestion by henric@ncal.verio.com)
1999-06-07syncTheo de Raadt
1999-06-07replacement pipe() system call; copies data into place inside kernel, soTheo de Raadt
that EFAULT return value is possible
1999-06-07Fix address typos in the example (markc@)Angelos D. Keromytis
1999-06-07oops, premature commitTheo de Raadt
1999-06-07do not leak file descriptors if copyout() failsTheo de Raadt
1999-06-07store NULL in fd_ofilesTheo de Raadt
1999-06-07move CC, CCX, and COPTS forward; wd@ics.nara-wu.ac.jpTheo de Raadt
1999-06-06Ident.Angelos D. Keromytis
1999-06-06avoid a future problem inside an #ifdef notyetTheo de Raadt
1999-06-06sockaddr_storage; per rfc2553Theo de Raadt
1999-06-06complete blind luck made this work without a volatileTheo de Raadt
1999-06-06use inet_aton() instead of inet_addr()Theo de Raadt
1999-06-06set DFLDSIZ to 24MBTheo de Raadt
1999-06-06-Wall sucksTheo de Raadt
1999-06-06adjtime(2) did not return EFAULT for bad olddelta ptr; ↵Theo de Raadt
darrenr@merlin.reed.wattle.id.au
1999-06-06permit non-broadcast reply; map@infinitum.chTheo de Raadt
1999-06-06oopsTheo de Raadt
1999-06-06mention the `manual' command; mcsmart@engin.umich.eduAaron Campbell
1999-06-06typo; mcsmart@engin.umich.eduAaron Campbell