Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-06-29 | mention kern.arandom | Niels Provos | |
1999-06-29 | permit attach to address-less interfaces | Theo de Raadt | |
1999-06-29 | grammar; form@kti.nsc.ru | Aaron Campbell | |
1999-06-26 | Don't bother read()ing if we ``expect'' nothing in our chat script. | brian | |
1999-06-26 | If we run out of chat script immediately after a successfully executed | brian | |
expect-send-expect sequence, finish gracefully, don't core dump. This bug has been there for over a year - I could never reproduce it ! Straw provided by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> | |||
1999-06-24 | - let chmod work for suid (move it in front of chown). | Marc Espie | |
- use the new form of chown, with user:group instead of user.group. | |||
1999-06-23 | Support `igmp' filters. | brian | |
Mostly submitted by: Timo Geusch <freebsd@sleepycat.ukpeople.net> | |||
1999-06-23 | Use DEV_BSIZE instead of hard-coding 512 | Todd C. Miller | |
1999-06-23 | add -DUVM if we run UVM | Artur Grabowski | |
1999-06-22 | Disable TUNSLMODE when we first open the tun device (FreeBSD only). | brian | |
Submitted by: Ian West <ian@niw.com.au> | |||
1999-06-22 | Fix the unused REVERSE stuff in the packet aliasing code. | brian | |
1999-06-21 | remove Xr to format(8); fries@ | Aaron Campbell | |
1999-06-18 | Don't use the ``next'' redial timer if we have no phone number at all. | brian | |
1999-06-18 | new mandoc cron(8), crontab(1), and crontab(5) man pages; kwesterback@home.com | Aaron Campbell | |
1999-06-17 | Dislexy strikes again | Marc Espie | |
1999-06-17 | typo | Marc Espie | |
1999-06-16 | more #ifdef hell | Theo de Raadt | |
1999-06-16 | i386 | Marc Espie | |
1999-06-15 | change getentry() args to solve problem | Theo de Raadt | |
1999-06-15 | Check return value of getentry() for -1, not < 0 since it returns | Todd C. Miller | |
an unsigned value; jon@oaktree.co.uk | |||
1999-06-14 | Come up with something useful when someone searches for | brian | |
``dynamic IP''. | |||
1999-06-13 | new mdoc tcpdump(8) man page, needs a bit more cleanup; kwesterback@home.com | Aaron Campbell | |
1999-06-11 | Show the correct error if we fail to open a device. | brian | |
1999-06-11 | Describe why a ``magic'' enddisc is not always a good idea. | brian | |
1999-06-10 | Handle 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-10 | Allow reserved substitution strings to be escaped by preceeding them | brian | |
with a backslash. | |||
1999-06-10 | Never bring a link back up after receiving a terminating signal, | brian | |
don't rely on already being in PHASE_DEAD. | |||
1999-06-10 | Allow a remote IP and port range specification in the | brian | |
``alias port'' command. | |||
1999-06-09 | Initialise `mp'. | brian | |
1999-06-09 | Allow our endpoint discriminator to be enabled, disabled, accepted | brian | |
and denied. This is necessary for some MP implementations that get confused if you accept their endpoint discriminator but reject their MRRU. | |||
1999-06-09 | Use the correct pid when substituting PROCESSID. | brian | |
Problem reported by: Amedeo Beck Peccoz <gea@gressoney.it> | |||
1999-06-08 | Don't use static variables if we don't have to. | brian | |
1999-06-08 | Don't drop the last character from lines in ppp.secret unless it's '\n'. | brian | |
1999-06-08 | Don't IPCP TLD if we're already doing it. This prevents | brian | |
recursion by doing something like ``down'' or ``quit all'' in ppp.linkdown. | |||
1999-06-08 | Make the ``load'', ``dial'' and ``open'' commands a big clearer. | brian | |
Requested by: Michael Heitmeier <MICHAEL_HEITMEIER@HP-Germany-om12.om.hp.com> | |||
1999-06-06 | permit non-broadcast reply; map@infinitum.ch | Theo de Raadt | |
1999-06-06 | Ugly workaround an alpha egcs bug | Niklas Hallqvist | |
1999-06-06 | Completely forgot about that one (yep, it has been in my tree for a long | Marc Espie | |
while). | |||
1999-06-05 | Pretty sure that the more restrictive umask used by mkstemp() makes the ↵ | Theo de Raadt | |
fchmod not neccessary | |||
1999-06-05 | remove trailing whitespace, some Nm cleanup | Aaron Campbell | |
1999-06-05 | Correct the way ppp transfers links on the server side in MP | brian | |
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-05 | capitalize the acronym ID | Aaron Campbell | |
1999-06-05 | more .Os cleansing | Aaron Campbell | |
1999-06-04 | use mkstemp; Peter.Galbavy@knowledge.com | Theo de Raadt | |
1999-06-04 | quiet gcc | Theo de Raadt | |
1999-06-03 | sysctl of KERN_FILE returns a list of mis-aligned file structs; compensate | Theo de Raadt | |
by copying to private space... since changing the kernel API will be difficult. | |||
1999-06-03 | Fix some MP sequence number comparison bogons that are tickled by | brian | |
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-02 | Oops, quieten a compiler warning. | brian | |
1999-06-02 | Mention physical and sync logging in the ``set log'' | brian | |
usage message. | |||
1999-06-02 | o 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(). |