summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Minor man page formatting changes and improvements.rwatson2000-04-172-5/+12
| | | | Suggested by: chris
* Code compiles and installs 100% better if included in the Makefile.rwatson2000-04-163-0/+16
| | | | Suggested by: Voices in my head.
* Introduce userland utilities to set and get extended attributes. Theserwatson2000-04-164-0/+342
| | | | | | | | utilities do not present the world's greatest interface, and will undoubtably change soon. However, they do let people experiment with extended attributes, and provide samples of how to use the syscalls. Obtained from: TrustedBSD
* Change "FreeBSD 5.0" to ".Fx 5.0"chris2000-04-161-1/+2
|
* Introduced /usr/sbin/extattrctl, a utility for managing UFS/FFS extendedrwatson2000-04-154-0/+261
| | | | | | | | | | attributes (recently committed). Using extattrctl, the extended attribute service may be started and stopped for specific file systems; specific attributes may be enabled or disabled, and the backing file for each attribute configured. Also, backing files may be initialized. Reviewed by: adrian, bp, freebsd-fs, the unthanked masses Obtained from: TrustedBSD
* Fix minor bugs.iwasaki2000-04-142-1/+10
| | | | | - reset line number when new file is included. - activate `-i' command lline option (specify available IRQ) again.
* Replace the inappropriate use of .Nx (netBSD) with a more generalizedsheldonh2000-04-141-1/+1
| | | | | | | .Ux (UNIX) as is appropriate in the context used. PR: 17954 Submitted by: Brian Handy <handy@physics.montana.edu>
* remove extern int errno; include errno.himp2000-04-142-2/+1
|
* Whitespace change: reformat to avoid hard sentence breaks and longsheldonh2000-04-131-19/+35
| | | | lines.
* Remove a rogue spacebrian2000-04-131-1/+1
|
* 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>
OpenPOWER on IntegriCloud