summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Unhook headers from development tree and point to the actual system headers.msmith2000-04-115-28/+9
|
* Set the right default timeout to 200ms as per the manpage.roberto2000-04-111-1/+1
| | | | | PR: bin/17879 Submitted by: Samuel Tardieu <sam@ada.eu.org>
* - Use .Ar properly at the end of a sentence:chris2000-04-111-2/+1
| | | | | | ``.Ar command.'' -> ``.Ar command .'' - Remove a useless empty line.
* Add mlxcontrol.msmith2000-04-111-0/+1
|
* This commit was generated by cvs2svn to compensate for changes in r59138,msmith2000-04-117-0/+1561
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * This is a command-line management tool for RAID controllers managed by themsmith2000-04-117-0/+1561
| | | | | | | | mlx(4) driver.
* | Installing via an HTTP proxy should not attempt to resolve themurray2000-04-101-1/+5
| | | | | | | | | | | | | | | | hostname of the FTP server; that is the proxy's job. This temporarily deletes the nameserver variable before calling mediaSetFTP. PR: 17371 Approved by: jkh
* | Add a missing ``break''brian2000-04-091-0/+1
| |
* | Add restart capability by SIGHUP. On restart, working configurationiwasaki2000-04-084-6/+255
| | | | | | | | | | | | | | | | | | | | (resource and card configuration being used) is to be maintained for consistency. Part of resource pool re-initialization would be rewrite later using on Warner-san's hints driver API :-) Reviewed by: nate, imp and -nomads ML in Japan. Obtained from: http://www.freebsd.org/~iwasaki/pccard/pccardd-signal.diff Commited at: BSD HANAMI Party 2000 in Japan
* | Follow up to the 3 button emulation update in rev 1.41:yokota2000-04-081-20/+25
| | | | | | | | | | | | | | - Fix the -z option which I broke in rev 1.41. It didn't work correctly when used in conjunction with the -m option. - Tweak the 3 button state machine so that 'Up' events of the buttons 1 and 3 are reported immediately as soon as the buttons are up.
* | More error checking and idiot-proofing for the user editor.murray2000-04-081-2/+16
| | | | | | | | | | PR: 14318 Approved by: jkh
* | PR: 17559murray2000-04-085-3/+28
| | | | | | | | | | | | | | | | Approved by: jkh You can't enable 'emulate 3 button' option for moused in sysinstall. This adds a menu option to set moused_flags and the help text explains that entering "-3" will enable this feature.
* | When running ppp -background, show comfort messages showingbrian2000-04-076-40/+74
| | | | | | | | | | | | | | | | when we're redialing/reconnecting. While we're here, log redial, reconnect and phone number announcements to LogCHAT, and reduce some other logging to LogDEBUG.
* | I didn't get this right the last time....brian2000-04-061-13/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | When an NCP reaches TLF, *ONLY* datalink_Close() links that are in DATALINK_OPEN. When the last link reaches TLD, DOWN all NCPs (as we used to in the links TLF (which was the wrong place anyway)), as the NCPs aren't now going to datalink_Close() us unexpectedly, we get to continue doing what we were told to do in the first place. The result: When we lose a link, the IPCP layer goes down and we actually call the stuff in ppp.linkdown !
* | Fixed minor annoyance with sysinstall being redundant / braindead inmurray2000-04-061-1/+3
| | | | | | | | | | | | the network -> interfaces menu. Approved by: jkh
* | MFPAO: support wildcard entry for generic serial and fixediwasaki2000-04-056-11/+133
| | | | | | | | | | | | | | | | | | disk as fallthrough entry. Submitted by: MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>, iwasaki Reviewed by: imp, -mobile ML and nomads ML in Japan Obtained from: http://www.freebsd.org/~iwasaki/pccard/pccardd-generic.diff http://home.jp.freebsd.org/~sanpei/4-current/usr.sbin-pccard-pccardd.diff
* | Pass timezone information to an nwfs mount.bp2000-04-051-3/+21
| |
* | Pass me the pointy hat.gj2000-04-041-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | It was not a good idea to remove csu_header from struct cspace, it had ramifications which I didn't notice. Restore src/usr.sbin/ppp/slcompress.h to the way it was, since MAX_HDR was already defined as 128 there and it's a user program anyway. In sys/net/slcompress.h make MAX_HDR 128 intead of MLEN to avoid bloat. My apologies for any inconvenience.
* | - implement logfile archivation to a separate, userhm2000-04-042-101/+426
| | | | | | | | | | | | | | | | | | | | | | | | configurable directory - implement alternate and more flexible way to specify logfile rotation time in addition to the ISO 8601 restricted format - cleanup the source which was a mix of several styles of persons who maintained it so far, ran through knfom script got from bde. Reviewed by: (in part) sheldonh and garyj
* | Run newsyslog source through knfom script obtained from Bruce Evans.hm2000-04-041-415/+422
| | | | | | | | | | | | Joerg Wunsch suggested to do this to make the functional changes in the next commit to newsyslog (which were run through the same script) better visible.
* | Plug two file descriptor leaksbrian2000-04-031-2/+6
| |
* | Nuke csu_hdr from struct cspace. csu_hdr is not used anywhere in thegj2000-04-031-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | tree. This considerably reduces unnecessary bloat in struct slcompress. I'm running with this change right now and have seen no negative side-effects. On my sytem this reduced kernel BSS by about 25KB. Submitted by: bde Approved by: brian for user-ppp
* | Brush up the last commit.yokota2000-04-031-13/+13
| | | | | | | | | | | | | | | | - Expand contractions. - Change some expressions. - Reword the sections that describe the reporting of down events. Submitted by: sheldonh
* | Add a comment about the fact that the usb module is automaticallyn_hibma2000-04-021-0/+7
| | | | | | | | loaded.
* | Make sure to use IPv4 mapped IPv6 address when mapped address isume2000-04-021-5/+6
| | | | | | | | | | | | requested in /etc/inetd.conf. Reviewed by: shin
* | Reflect the recent update in moused.c.yokota2000-04-021-2/+46
| |
* | if USB support is not compiled into the kernel,jmb2000-04-021-0/+8
| | | | | | | | | | | | | | | | and has not been loaded via a kldload, running usbd(8) will autoload the "usb.ko" kld. thanks to Peter Wemm for enlightening me on the differences between kldfind(2) and modfind(2).
* | Make mergemaster only take single letters for options as well as loopalfred2000-04-021-114/+167
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | asking a question again if given an invalid input instead of assuming what the user wants. /etc is not the place to make assumptions when given invalid input. Reformat some of the more convoluted code into seperate functions instead of being inline using tabs instead of space indents. Allow the user to view merged files they created with sdiff. Allow the user to redisplay the diff between the installed file and the new file again. Time wasted waiting for review: 1 month 2 weeks
* | Don't compile in IPsec support when NOIPSEC is defined.shin2000-04-011-1/+6
| | | | | | | | | | PR: bin/17739 Submitted by: Omachonu Ogali <oogali@intranova.net>
* | Allow authname to be changed at any phase, just emit a warningbrian2000-03-311-4/+4
| | | | | | | | if it's not DEAD or ESTABLISH
* | Use INADDR_NONE with PacketAliasSetTarget() if no args are given tobrian2000-03-313-1/+11
| | | | | | | | | | ``nat target'', and suggest the use of ``nat target default'' as an interesting possibility.
* | Undo the damage done to this file in my last commitbrian2000-03-311-1/+1
| |
* | Add the ``nat target'' command.brian2000-03-316-16/+52
| |
* | Remove unwanted debug output.yokota2000-03-311-1/+1
| | | | | | | | | | PR: bin/17617 Submitted by: Allan Saddi <asaddi@philosophysw.com>
* | Add a NO_MAILWRAPPER knob to make.conf and wrap it aroundsheldonh2000-03-311-1/+4
| | | | | | | | | | | | | | mailwrapper(8) for folks who find it annoying to have their development version of sendmail blown away by ``make world''. PR: 17394
* | exchange rc.local for a more modern, up to date and ready to runhm2000-03-313-265/+164
| | | | | | | | example configuration startup script.
* | Add support for "green" screensaver mode.hm2000-03-311-1/+5
| |
* | Refresh the aout ldconfig info so things like compat22 when installed canbillf2000-03-312-0/+10
| | | | | | | | | | | | | | | | | | | | | | be detected by netscape and such. PR: bin/17659 Submitted by: Murray Stokelay <murray@cdrom.com> Approved by: jkh jkh made updates that conflict with the submitters patch, so I updated accordingly, any mistakes are mine, not the submitters.
* | - default config file changed from /etc/pccard.conf toiwasaki2000-03-305-47/+145
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /etc/defaults/pccard.conf in pccardd. But system default pccardd config file is still /etc/pccard.conf.sample specified in /etc/rc.conf for the testing this changes. - improved `include' keyword function for error handling. - now that resource pool (io, irq, mem) can be overridden. - pccard config entries is searched following the first match rule if there are more than two entries which have the same card identifier. Note that the /etc/defaults/pccard.conf related files is not committed at this time, will come a week later. I'll prepare the test version of /etc/defaults/pccard.conf, /etc/pccard.conf and other files soon. Reviewed by: imp and nomads in Japan.
* | Correct address parsingbrian2000-03-301-1/+1
| | | | | | | | Pointed out by: Maxim Sobolev <sobomax@altavista.net>
* | Search for the proper hints file in an ELF world.jkh2000-03-302-2/+2
| |
* | Bypass IPsec for traceroute invoked by root.shin2000-03-301-1/+3
| | | | | | | | | | PR: bin/17606 Submitted by: Louis Mamakos <louie@TransSys.COM
* | Add -p option to prevent lpd(8) from opening a listening socket.sheldonh2000-03-292-17/+32
| | | | | | | | | | PR: 17384 Submitted by: Niels Endres <niels@b5.nu>
* | Log information about packets being dropped (probably due tobrian2000-03-292-5/+19
| | | | | | | | ``nat deny_incoming yes'') by libalias.
* | Allow the use of hostnames instead of (and as well as) IPbrian2000-03-291-4/+5
| | | | | | | | | | | | | | | | numbers in all commands. If people use hostnames and have dodgy resolvers or try to resolve the hostname before the link is up, they get what they deserve.... Requested by: ru
* | PR: i386/1671hm2000-03-291-18/+15
| | | | | | | | | | | | | | | | | | Submitted by: Mats O Jansson <maja@celsiustech.se> The existing s2 map is supposed to be ISO 8859-1 but some characters are not (it's CP850). But the f1 map applied on sweden2 will fixit. (Fulfilled request by Joerg to close this PR)
* | export host after setting it.cpiazza2000-03-291-0/+1
| | | | | | | | | | | | | | | | This is needed so passwd diffs show the hostname instead of " passwd diffs:" PR: 17651 Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
* | Mention the value of the unexpected return code in nat_LayerPull()brian2000-03-291-1/+1
| |
* | don't treat # specially if PARSE_NOHASH is passedbrian2000-03-281-2/+2
| |
* | Don't treat # specially herebrian2000-03-281-6/+0
| |
OpenPOWER on IntegriCloud