summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Make memcontrol(8) able to delete the segments starting at a base of 0green2000-03-201-1/+1
| | | | which it can create..
* Fix a typo inherited from the HTML documentation:sheldonh2000-03-201-2/+2
| | | | | | | assocation -> association PR: 17501 Submitted by: Yoshihiko SARUMARU <mistral@imasy.org>
* Replace erroneous use of Ic (internal command) with the intendedsheldonh2000-03-201-27/+10
| | | | | | | | It (list item) and remove a duplicated list entry obscured by this mistake. PR: 17500 Submitted by: Yoshihiko SARUMARU <mistral@imasy.org>
* - This is the second attempt to fix the `-3' option for moused :-)yokota2000-03-201-71/+280
| | | | | It also adds a new option, `-E', to set the timeout value for the three button emulation.
* Add Mitsumi Wireless Scroll Mouse PnP ID.yokota2000-03-201-0/+2
|
* Add some diagnostics to prove that incoming IP fragments arebrian2000-03-191-2/+12
| | | | being dealt with correctly.
* Sigh, it would have been nice but I just can't make the rsarefjkh2000-03-182-0/+4
| | | | | hack work until we figure out some better way of handling package interaction.
* - Add support for IntelliMouse Explorer, NetScroll Optical, SmartScroll,yokota2000-03-181-26/+133
| | | | | | | Scroll Point, and 4D/4D+ mice. - Add a couple of serial mouse PnP IDs. - Extend the `-z' option so that the second wheel (or the horizontal movement of the `scroll' device) can be mapped to buttons.
* We still need a hack for rsaref package; add it. This doesn'tjkh2000-03-183-2/+20
| | | | affect CDs since they don't contain the rsaref package anyway.
* Sigh, when the DIST_LOCAL thing was added, it unfortunately wasn't addedjkh2000-03-181-1/+1
| | | | | completely. Take out another gratuitous warning which is omitted when All is selected and local dist does not exist.
* Update to match current reality (not that anyone reads these anyway :)jkh2000-03-181-11/+12
|
* Make the "can't find an rsafoo package" messages more informative.jkh2000-03-182-8/+20
|
* Update the australian ntp server, the old one is no longercpiazza2000-03-182-4/+4
| | | | | | | available. PR: 17448 Submitted by: Chris Knight <chris@aims.com.au>
* Move a comment to make things a bit more readable.brian2000-03-162-4/+4
| | | | | Suggested by: sheldonh Forgotten by: me
* Add Tremon Wheel PNP mouseache2000-03-151-0/+2
|
* Do not preserve UIDs, permissions nor flags of package system files insheldonh2000-03-151-2/+2
| | | | | | | | | | | | tar files. This fixes clean-up problems during package creation and does not affect the actual files to be included in the package. The fix submitted on the attributed PR was identical to the one obtained from NetBSD. PR: 17386 Reported by: Adrian Filipi-Martin <adrian@ubergeeks.com> Obtained from: NetBSD
* Increase bit fields to allow for new valuesbrian2000-03-141-2/+2
|
* ppps -> ppp's; suggested by sheldonhbrian2000-03-142-26/+26
| | | | | .Nm ppp -> .Nm; overlooked by me Microsofts -> Microsoft's; OpenBSD
* Understand -DNOINET6brian2000-03-141-0/+4
|
* When unexpected rtmsg was received, route6d was dying.shin2000-03-141-2/+4
| | | | | | | | So change it just to log it. (Merge from recent KAME bug fix.) Submitted by: itojun Obtained from: KAME project
* Revive rev 1.12 (NetBSD improvements including @ shortcuts).sheldonh2000-03-141-0/+24
|
* Un-botch my botched reduction in permitted characters in the permittednewton2000-03-141-1/+1
| | | | | | | username check which resulted from my attempt to expand them. PR: bin/17372 Reviewed by: sheldonh
* Fix the case where username validity test would incorrectly fail ifnewton2000-03-141-1/+1
| | | | | | the specified username contained uppercase alphabetics. PR: bin/17372
* Cope with quotation marks around font names in /etc/rc.conf .sheldonh2000-03-141-1/+1
| | | | | PR: 17330 Reported by: Anatoly Vorobey <mellon@pobox.com>
* Understand environment variables in commandsbrian2000-03-145-62/+102
| | | | Submitted by: Mark Knight <markk@knigma.org>
* Add the ``resolv'' command for telling ppp how to deal with resolv.conf.brian2000-03-1411-151/+527
| | | | | You can now ``resolv restore'' in ppp.linkdown ! Add DNS0 and DNS1 macros.
* Refresh the NAT IP pointer after a potential mbuf reallocation. Thisbrian2000-03-141-0/+1
| | | | | caused frequent lock-ups for individual sessions over a NAT'd ppp link when MTU sizes ended up more or less exactly wrong.
* Fix some printf-style argument bugsbrian2000-03-146-17/+20
|
* Fix some typosbrian2000-03-142-8/+8
| | | | Obtained from: OpenBSD
* Adjust whitespacebrian2000-03-142-1/+5
|
* Don't include netinet6/in6.h directly.brian2000-03-141-3/+0
|
* Correct some typos introduced in the descriptor -> fdescriptor change.brian2000-03-147-18/+18
|
* Introduce LOCALNAT and LOCALRAD defines so that the sources can staybrian2000-03-145-13/+22
| | | | | exactly the same in FreeBSD & OpenBSD despite libalias and libradius being local to the ppp sources under OpenBSD.
* Correct UN_SIZE definitionbrian2000-03-141-1/+1
| | | | Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
* Don't ``break'' when we come accross a non-RTM_IFINFO typebrian2000-03-141-1/+1
| | | | | | | entry in the block returned by the NET_RT_IFLIST mib, ``continue'' Broken a few minutes ago by: me
* When ppp can't identify the relevant name, don't use "???", usebrian2000-03-148-98/+126
| | | | <nnn> or <0xxxx> instead.
* Add ``set log dns'' to log DNS QUERY packets.brian2000-03-146-28/+162
| | | | | | | | | | | | | This is invaluable for dial-on-demand connections... In ppp.linkup: set log -dns -tcp/ip and in ppp.linkdown set log +dns +tcp/ip giving a much better account of why the link came up.
* The interface list that comes back from the PF_ROUTE/NET_RT_IFLIST mibbrian2000-03-148-128/+130
| | | | | | is aligned. Teach this to ``show route''. Clean up some of the sockaddr parsing routines.
* Support IP6 addresses in ``show route''brian2000-03-141-12/+88
| | | | | Also, don't try to output routing entries if either the RTA_DST or RTA_GATEWAY sockaddrs aren't present.
* When adjusting timer::rest, round to the closest TICKUNIT usecsbrian2000-03-141-6/+8
| | | | | | | | | | | value. This has minimal impact here, but if ppp ever needs to frequently remove timers before they've timed out, it can badly skew the next item in the timer list without this change. The correct fix would be to store usecs in `rest' rather than TICKUNITs, but the math is easier if we just round...
* When we stop a timer that's the first in the timer list, ensurebrian2000-03-141-4/+14
| | | | | | | that we adjust that timers `rest' value (with the current getitimer() values) before using that to adjust the next items `rest' value. After adjusting that value, restart the timer service so that we've now got the correct setitimer() values.
* To avoid namespace polution in NetBSD:brian2000-03-1423-78/+78
| | | | ``struct descriptor'' -> ``struct fdescriptor''
* Test for existence of secure/, not crypto/ for consistencykris2000-03-131-1/+1
| | | | Submitted by: jhay
* Fix world with -DNOCRYPT, hopefully fix release for non-crypto collection.kris2000-03-131-1/+3
| | | | | Reported by: Jason Garman <jgarman@wedgie.org> Feedback by: bde, Bob Bishop <rb@gid.co.uk>, jhay
* Remove erroneous built-in help information for the 'msg' command.archie2000-03-131-3/+1
|
* Fix parsing of commands after @ keywords (@hourly, @daily, etc.).ghelmer2000-03-131-1/+16
| | | | | | | | Fix setting of "hour" bitmap when @hourly keyword is specified. MFC candidate after 4.0-RELEASE. Problem-found-by: Sheldon Hearn <sheldonh@uunet.co.za>
* Back out previous commit. The code is not ready for it.sheldonh2000-03-131-24/+0
|
* -CURRENT is now 500000, reflect that.billf2000-03-131-1/+1
|
* Add a standard option list and make appropriate changes to thesheldonh2000-03-131-76/+115
| | | | | | | | body of the description. This is based on a patch from Nick Sanders <fishy@hotbot.com>. PR: 11978
* Add missing end of semi colon of an example setkey command.shin2000-03-131-1/+1
| | | | Submitted by: kuriyama
OpenPOWER on IntegriCloud