summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Be a bit more persistent when the NET_RT_IFLIST sysctl returns ENOMEMbrian2001-04-031-18/+27
| | | | rather than dropping out immediately.
* Don't say ``PPP enabled'' if we're given the -quiet switchbrian2001-04-031-2/+4
|
* Update for tcpdump 3.6.2fenner2001-04-032-73/+68
|
* Backout revision 1.6 (removed the NOSHARED bit.)ru2001-04-021-0/+1
| | | | | | | These must be compiled static so that it is possible to use them early in the boot process. Requested by: imp
* Removed the NOSHARED bit.ru2001-04-021-1/+0
|
* Fix a grammar bogon.dd2001-04-021-1/+1
|
* Don't assume challenges and responses don't contain embedded '\0's.brian2001-04-014-15/+12
| | | | | | | | Mschapv2 response generation may produce embedded NULs... causing us to send a bogus response to the radius server and end up failing the client's valid response. Problem pointed out by: Eugene Vigovskiy <vigov@com2com.ru>
* Give a little more variety in the /etc/exports example.obrien2001-04-012-4/+4
|
* Remove NOSHARED.iwasaki2001-04-011-1/+0
| | | | | | | | The usr.sbin/acpi/ utilities should be compiled non-static. It just followed the usr.sbin/pccard/Makefile.inc way last time. Pointed out by: ru and msmith Committed at: BSD HANAMI in Japan 2001
* -DRELEASE_CRUNCH moved into crunchgen(1) config files forru2001-03-311-6/+0
| | | | release building. Remove a hack that is no longer needed.
* MFC candidatejesper2001-03-301-1/+1
| | | | | | | Change the default mode from ad-hoc to infrastructure, as noted in src/share/man/man4/an.4 rev 1.8
* `buildopts' may affect the selection of object files.ru2001-03-301-1/+1
| | | | | | | Make sure we pass $(BUILDOPTS) to the `clean' target so that `make clean' works on the same set of object files. Otherwise, we may end up with an incorrectly built and up-to-date object file.
* Correct message to say "shutting down" rather than just "shutting"jkh2001-03-292-6/+6
| | | | Noticed by: Joachim Strömbergson <watchman@ludd.luth.se>
* Change NO_MAKEDEV to a finer granularity method:asmodai2001-03-291-1/+1
| | | | | | | | | | NO_MAKEDEV_INSTALL and NO_MAKEDEV_RUN. The former implying the latter. The names imply what they do. The last commit by DES based on a PR defeated the original idea behind NO_MAKEDEV, which was not to run MAKEDEV, but to do the installation of MAKEDEV. This should satisfy both parties on the MAKEDEV challenge. Reflect this in mergemaster, this might later on be decided to be set to NO_MAKEDEV_INSTALL, for now I kept to the old behaviour.
* Change NO_MAKEDEV to a finer granularity method:asmodai2001-03-291-1/+1
| | | | | | | | | NO_MAKEDEV_INSTALL and NO_MAKEDEV_RUN. The former implying the latter. The names imply what they do. The last commit by DES based on a PR defeated the original idea behind NO_MAKEDEV, which was not to run MAKEDEV, but to do the installation of MAKEDEV. This should satisfy both parties on the MAKEDEV challenge. Reflect this in the documentation.
* Kill vn related manual pages, they're not used any more.ben2001-03-291-275/+0
| | | | Approved by: phk
* Note that the -v option is not supported. Don't remove the actualdd2001-03-291-0/+2
| | | | | | | | text because the code is still in pstat.c, and may be reincarnated at some point. PR: 26054 Approved by: nik
* Fix some minor nits:ben2001-03-291-6/+6
| | | | | | | | | IEEE802.11 -> IEEE 802.11 (infrastructure) mode. -> (infrastructure mode). place of ".". PR: 25985 Submitted by: SUZUKI Koichi <metal@vc-net.ne.jp>
* Allow ident requests with trailing junk following the terminating "\n".dwmalone2001-03-281-1/+3
| | | | | Reviewed by: ben Approved by: green
* Bring the PPPoE interface UP if requiredbrian2001-03-284-13/+28
| | | | Suggested by: archie
* Mention that the vga(4) driver supports 90-column video modes.dd2001-03-281-0/+10
| | | | | | PR: 26050 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su> Approved by: nik
* Add some comments to two examples and extend a ``set ifaddr''.brian2001-03-282-6/+6
|
* Finally fix __yp_ping(). We can't use the old locally defined clntudp_call()wpaul2001-03-271-239/+26
| | | | | | | method anymore since the code inside the RPC library has changed too much. Now that the clnt_dg module has the necessary code internally, we can yank out the local method code and turn on the ASYNC hack with clnt_control(). This will make the -m flag work again.
* Document LOG_CONSOLE.cwt2001-03-271-3/+6
|
* Mirror the newfs(8) defaults change I made in rev 1.33 of newfs.c whereobrien2001-03-272-2/+2
| | | | I made `22' the default number of cylinders per group.
* Fix LDADD and add missing DPADD.ru2001-03-273-6/+12
|
* give the "netgrent" functions a home in netdb.halfred2001-03-272-6/+1
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-26214-95/+198
| | | | - MAN[1-9] -> MAN.
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-265-4/+6
| | | | - MAN[1-9] -> MAN.
* Decapitalise first letter of warning message.sobomax2001-03-261-1/+1
|
* In which(1) mode resolve "/../", "/./" in arguments and PLIST contents. Thissobomax2001-03-261-40/+67
| | | | | | is done without realpath() to avoid symlinks resolving. Submitted by: sobomax, Garrett Rooney <rooneg@electricjellyfish.net>
* Don't call daemon() and setup our signal handlers until after we checkalfred2001-03-251-41/+34
| | | | | | | | | | | | | and do the unregister/reregister work. Don't call syslog in the unregister/reregister code as we haven't called openlog() yet. Be a more conservative about accepting errno values from socket(2), only EPROTONOSUPPORT means that the kernel isn't supporting it something like INET6. The other possible errnos would be returned if there was a mistake in the socket(2) call so remove them from the list of "acceptable" return values.
* Disable ipv6 when getnetconfigent("udp6"/"tcp6") fails.alfred2001-03-251-1/+2
| | | | Submitted by: Martin Blapp <mb@imp.ch>
* Issue a ``quit'' after other ppp commands given on the command line andbrian2001-03-251-0/+5
| | | | | | | | then wait for the connection to be closed by the peer. This means that commands such as ``pppctl ... show links'' will display the correct output again (rather than truncating it depending on how much data arrived in the last packet).
* Replace pmap_unset() with rpcb_unset() which fixes the unregistering.alfred2001-03-251-2/+2
| | | | Submitted by: Martin Blapp <mb@imp.ch>
* Deal with lack of IPv6 support gracefully.alfred2001-03-251-4/+8
| | | | Submitted by: Martin Blapp <mb@imp.ch>
* If we're adding an interface address that is already one of the interface'sbrian2001-03-251-33/+52
| | | | | | | | | aliases with the same netmask and destination, don't remove it and then re-add exactly the same thing. This means that static (non-sticky) routes that use the interface address (or destination address) as a destination will not suddenly evaporate when IPCP comes up (not unless the negotiated IPs have changed anyway).
* Add new categories science and ukrainian.asami2001-03-241-0/+2
|
* Revert the warning elimination in rev 1.292. It breaks the Alpha build with:obrien2001-03-242-2/+2
| | | | | /usr/src/usr.sbin/sysinstall/menus.c:1323: initializer element is not computable at load time /usr/src/usr.sbin/sysinstall/menus.c:1323: (near initialization for `MenuNetworking.items[9].aux')
* Preserve ssh directory across upgrades.jkh2001-03-241-0/+1
| | | | | Submitted by: Edwin Groothuis <edwin@mavetju.org> PR: conf/25633
* afterstep doesn't need an explicit xterm started for it either.jkh2001-03-242-2/+2
|
* s/dependant/dependentjkh2001-03-241-2/+2
| | | | Submitted by: rwatson
* revert rev 1.3: restore MAN1 directive to unbreak worldalfred2001-03-241-0/+1
|
* - Add which(1)-like functionality into pkg_info;sobomax2001-03-2312-23/+283
| | | | | | | | | - fix a harmless bug in match_installed() function introduced in my last commit; - uniformely reorder includes across files. Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> Not objected by: jkh, -ports
* Fixed style bugs (use normal formatting for assignment, and don't overridebde2001-03-231-2/+1
| | | | the correct default for MAN1).
* Quote PPP_CONFDIR in CFLAGSbrian2001-03-231-1/+1
|
* Change _PATH_PPP to PPP_CONFDIR and allow it to be overridden at compile timebrian2001-03-234-5/+11
|
* Make wizard mode get out of raw mode first before going interactive withjkh2001-03-232-0/+4
| | | | | | | the user. Submitted by: Cyrille Lefevre <clefevre@citeweb.net> PR: bin/24061
* Fix a bug with setting the soft updates option from a script.jkh2001-03-234-10/+8
| | | | | | Eliminate an old warning brought about by insufficient foresight when creating the Menu structure. Have I ever mentioned that sysinstall really needs to be rewritten?
* Switch from lynx to "links" as the default doc browser.jkh2001-03-237-16/+17
| | | | Submitted by: jim
OpenPOWER on IntegriCloud