summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
1999-07-06union wait -> intTodd C. Miller
wait3 -> waitpid (for portability)
1999-07-05mmap is no longer broken on sparcArtur Grabowski
1999-07-05oopsMarc Espie
1999-07-04more macro conversionAaron Campbell
1999-07-04Let pkg_add use tar -q.Marc Espie
(This could have been done by using pax -n, but since pkg_* is so badly written, it's harder to hunt down all the code using tar and fix it to use the right options. If this code were written properly, there would be one clean entry point to processing archives, and it would be trivial to switch archivers...)
1999-07-04some fix-upsAaron Campbell
1999-07-04new -mdoc man pages; kwesterback@home.comAaron Campbell
1999-07-03typosHugh Graham
1999-07-03Add a note about modem_chat vs. dialbackTodd C. Miller
1999-07-03remove redundant .Pp macrosAaron Campbell
1999-07-02consistent .Dd usage; proper format is: .Dd Month DD, YYYYAaron Campbell
1999-07-01new mdoc'd bootpef(8), bootptest(8), vttest(1) man pages; kwesterback@home.comAaron Campbell
also repairs to mdoc.samples(7) and tcpdump(8)
1999-07-01print kern.arandom unsignedTheo de Raadt
1999-06-29mention kern.arandomNiels Provos
1999-06-29permit attach to address-less interfacesTheo de Raadt
1999-06-29grammar; form@kti.nsc.ruAaron Campbell
1999-06-26Don't bother read()ing if we ``expect'' nothing in our chat script.brian
1999-06-26If we run out of chat script immediately after a successfully executedbrian
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-23Support `igmp' filters.brian
Mostly submitted by: Timo Geusch <freebsd@sleepycat.ukpeople.net>
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
Submitted by: Ian West <ian@niw.com.au>
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
an unsigned value; jon@oaktree.co.uk
1999-06-14Come up with something useful when someone searches forbrian
``dynamic IP''.
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
that is, use PAGER rather than "more" if it is defined and non-null, not just if it is defined.
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-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-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
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-06permit non-broadcast reply; map@infinitum.chTheo de Raadt
1999-06-06Ugly workaround an alpha egcs bugNiklas Hallqvist