summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
1999-06-06permit non-broadcast reply; map@infinitum.chTheo de Raadt
1999-06-06Ugly workaround an alpha egcs bugNiklas Hallqvist
1999-06-06Completely forgot about that one (yep, it has been in my tree for a longMarc Espie
while).
1999-06-05Pretty sure that the more restrictive umask used by mkstemp() makes the ↵Theo de Raadt
fchmod not neccessary
1999-06-05remove trailing whitespace, some Nm cleanupAaron Campbell
1999-06-05Correct the way ppp transfers links on the server side in MPbrian
mode by padding out the ``struct device'' to the maximum device size. Bump the ppp version number to indicate the transfer format change. This should make MP over tty and udp devices functional again.
1999-06-05capitalize the acronym IDAaron Campbell
1999-06-05more .Os cleansingAaron Campbell
1999-06-04use mkstemp; Peter.Galbavy@knowledge.comTheo de Raadt
1999-06-04quiet gccTheo de Raadt
1999-06-03sysctl of KERN_FILE returns a list of mis-aligned file structs; compensateTheo de Raadt
by copying to private space... since changing the kernel API will be difficult.
1999-06-03Fix some MP sequence number comparison bogons that are tickled bybrian
having different speed links in a bundle. This would manifest itself by having the link occasionally hang, but revive when a new connection is made.... Make ``show mp'' a bit prettier.
1999-06-02Oops, quieten a compiler warning.brian
1999-06-02Mention physical and sync logging in the ``set log''brian
usage message.
1999-06-02o Alter the mbuf type as it's processed by different layers.brian
o Show more information about missing MP fragments in ``show mp''. o Do away with mbuf_Log(). It was showing mbuf stats twice on receipt of LCP/CCP/IPCP packets.... ???!!? o Pre-allocate a bit extra when creating LQR packets to avoid having to allocate another mbuf in mbuf_Prepend().
1999-06-02Introduce the ``keep-session'' option. Refer to the manbrian
page for details. This allows MP over non-tty devices where the original ppp process must not exit (such as sshd-spawned ppp sessions).
1999-06-01Increase the length of an individual device name to LINE_LEN.brian
Adjust the base physical device name correctly after a link transfer (allowing correct multilink callbacks).
1999-06-01Make async/sync/physical/hdlc dumps prettier by showing printablebrian
characters at the end of the line in hexdump style.
1999-06-01Mention that using MYADDR and HISADDR with ``set filter''brian
will result in the rules being updated any time MYADDR or HISADDR change.
1999-05-31Remember if MYADDR or HISADDR is used in a filter add tweak allbrian
filters any time either value changes.
1999-05-30check mkstemp() failureTheo de Raadt
1999-05-30It's spelled "occurrence". Also a few other minor mods while I'm at it.Paul Janzen
1999-05-29Check size as well as mtime when deciding whether or not the fileTodd C. Miller
was changed during edit. Crontab patch from <andrew@untraceable.net>. It may be better to simply do a real compare inline.
1999-05-28more .El madnessAaron Campbell
1999-05-28Don't forget to free the mbufs that get processed bybrian
mp_Assemble(). Leak spotted by: louqi
1999-05-27Handle unterminated quoted strings without dup'ing the last characterbrian
with an out-by-one-memcpy.
1999-05-27Add some comments, optimise out a few strlen()s andbrian
remove a few extraneous assignments.
1999-05-27Call tty_Offline() from tty_Cooked() and tty_Free(), just inbrian
case ppp is abending and hasn't called physical_Offline() already.
1999-05-27Move the code for tweaking interface flags into one function.brian
1999-05-26Work-around: egcs ICE on m68kMarc Espie
1999-05-26need string.hTheo de Raadt
1999-05-24new mdoc ipftest(1) man page; kwesterback@home.comAaron Campbell
1999-05-24init exit code; ben@scientia.demon.co.ukTheo de Raadt
1999-05-24Correct the ``ignoring sync/async'' warnings so that they showbrian
up with the correct device type. Reassign the correct tcpdevice or execdevice after transfering a link in MP server mode.
1999-05-24repair; d@Aaron Campbell
1999-05-24Don't warn about ``!'' lines being unindented commands in ppp.conf.brian
1999-05-24use strlcpy instead of strncpyJason Wright
1999-05-23getopt(3) returns -1, not EOFAaron Campbell
1999-05-23.Nm macros should have an argument in SYNOPSIS sectionAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-05-22Update for new vmswap code.Tobias Weingartner
1999-05-21typoMarc Espie
1999-05-19document tcp.sack and tcp.mssdflt for sysctlNiels Provos
1999-05-18Move the tty locking stuff back out to physical.c sobrian
that we lock the device *before* we open it. We still open the device only once - and then ask all our handlers if they know how to handle it.
1999-05-17Typos; Suzanne M. Lea <smlea@uncg.edu>Jason Wright
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
1999-05-16Mention ``show layers''brian
1999-05-16Initialise ttydevice::Timerbrian
1999-05-16Mention new option. More diagnostics.Hakan Olsson
1999-05-16Added 'permanent' keyword for non-overwritable static ARP entries.Hakan Olsson