summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
1999-06-23Support `igmp' filters.brian
1999-06-23Use DEV_BSIZE instead of hard-coding 512Todd C. Miller
1999-06-23add -DUVM if we run UVMArtur Grabowski
1999-06-22Disable TUNSLMODE when we first open the tun device (FreeBSD only).brian
1999-06-22Fix the unused REVERSE stuff in the packet aliasing code.brian
1999-06-21remove Xr to format(8); fries@Aaron Campbell
1999-06-18Don't use the ``next'' redial timer if we have no phone number at all.brian
1999-06-18new mandoc cron(8), crontab(1), and crontab(5) man pages; kwesterback@home.comAaron Campbell
1999-06-17Dislexy strikes againMarc Espie
1999-06-17typoMarc Espie
1999-06-16more #ifdef hellTheo de Raadt
1999-06-16i386Marc Espie
1999-06-15change getentry() args to solve problemTheo de Raadt
1999-06-15Check return value of getentry() for -1, not < 0 since it returnsTodd C. Miller
1999-06-14Come up with something useful when someone searches forbrian
1999-06-13new mdoc tcpdump(8) man page, needs a bit more cleanup; kwesterback@home.comAaron Campbell
1999-06-11Show the correct error if we fail to open a device.brian
1999-06-11Describe why a ``magic'' enddisc is not always a good idea.brian
1999-06-10Handle PAGER in a manner consistent with the Single Unix Specification:Paul Janzen
1999-06-10Allow reserved substitution strings to be escaped by preceeding thembrian
1999-06-10Never bring a link back up after receiving a terminating signal,brian
1999-06-10Allow a remote IP and port range specification in thebrian
1999-06-09Initialise `mp'.brian
1999-06-09Allow our endpoint discriminator to be enabled, disabled, acceptedbrian
1999-06-09Use the correct pid when substituting PROCESSID.brian
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-08Don't IPCP TLD if we're already doing it. This preventsbrian
1999-06-08Make the ``load'', ``dial'' and ``open'' commands a big clearer.brian
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
1999-06-05Pretty sure that the more restrictive umask used by mkstemp() makes the fchmo...Theo de Raadt
1999-06-05remove trailing whitespace, some Nm cleanupAaron Campbell
1999-06-05Correct the way ppp transfers links on the server side in MPbrian
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
1999-06-03Fix some MP sequence number comparison bogons that are tickled bybrian
1999-06-02Oops, quieten a compiler warning.brian
1999-06-02Mention physical and sync logging in the ``set log''brian
1999-06-02o Alter the mbuf type as it's processed by different layers.brian
1999-06-02Introduce the ``keep-session'' option. Refer to the manbrian
1999-06-01Increase the length of an individual device name to LINE_LEN.brian
1999-06-01Make async/sync/physical/hdlc dumps prettier by showing printablebrian
1999-06-01Mention that using MYADDR and HISADDR with ``set filter''brian
1999-05-31Remember if MYADDR or HISADDR is used in a filter add tweak allbrian
1999-05-30check mkstemp() failureTheo de Raadt