summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* Make flood ping flood again. It hasn't worked since 2.2.6. Make the "-l"mckay1999-05-071-4/+6
| | | | | | option work as described in the manual, not as another flood ping variant. Once discussed to death with: bde
* Arrange the "CONFIGURATION FILE" section in the order in which thegrog1999-05-071-24/+45
| | | | | | | | | | | | entries go into the config file. Clarify what names can be used for Vinum drives, and what will happen to you if you use other names. Forcibly-demonstrated-by: Thomas Stromberg <tstromberg@rtci.com> Peter K Campbell <PCampbel@vtrlmel1.telstra.com.au> George Cox <george.cox@sophos.com> many others, but those were the only three today.
* Null commit.jkoshy1999-05-074-4/+4
| | | | | | | > PR: bin/6399 > Submitted by: David Malone <dwmalone@maths.tcd.ie> Also reviewed by: bde
* 1. Enhanced syntax for mount(8). The -o option now supports two 'meta'jkoshy1999-05-074-78/+310
| | | | | | | | | | | | | | | | | | | | | | | | | | options: -o fstab brings in filesystem options specified in /etc/fstab -o current incorporates the current set of options for the file system The rightmost option wins in the case of conflicting options being specified. E.g.:- # mount -u -o current,nosuid /home will preserve the current mount options while adding the 'nosuid' flag. 2. Rewording of manual page to be hopefully clearer; small -Wall cleanups. Thanks to David Malone for his patience and willingness to work multiple patches on request. PR: bin/6399 Submitted by: David Malone <dwmalone@maths.tcd.ie>
* Add a number of interrelated CAM feature enhancements and bug fixes.ken1999-05-062-50/+1061
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTE: These changes will require recompilation of any userland applications, like cdrecord, xmcd, etc., that use the CAM passthrough interface. A make world is recommended. camcontrol.[c8]: - We now support two new commands, "tags" and "negotiate". - The tags commands allows users to view the number of tagged openings for a device as well as a number of other related parameters, and it allows users to set tagged openings for a device. - The negotiate command allows users to enable and disable disconnection and tagged queueing, set sync rates, offsets and bus width. Note that not all of those features are available for all controllers. Only the adv, ahc, and ncr drivers fully support all of the features at this point. Some cards do not allow the setting of sync rates, offsets and the like, and some of the drivers don't have any facilities to do so. Some drivers, like the adw driver, only support enabling or disabling sync negotiation, but do not support setting sync rates. - new description in the camcontrol man page of how to format a disk - cleanup of the camcontrol inquiry command - add support in the 'devlist' command for skipping unconfigured devices if -v was not specified on the command line. - make use of the new base_transfer_speed in the path inquiry CCB. - fix CCB bzero cases cam_xpt.c, cam_sim.[ch], cam_ccb.h: - new flags on many CCB function codes to designate whether they're non-immediate, use a user-supplied CCB, and can only be passed from userland programs via the xpt device. Use these flags in the transport layer and pass driver to categorize CCBs. - new flag in the transport layer device matching code for device nodes that indicates whether a device is unconfigured - bump the CAM version from 0x10 to 0x11 - Change the CAM ioctls to use the version as their group code, so we can force users to recompile code even when the CCB size doesn't change. - add + fill in a new value in the path inquiry CCB, base_transfer_speed. Remove a corresponding field from the cam_sim structure, and add code to every SIM to set this field to the proper value. - Fix the set transfer settings code in the transport layer. scsi_cd.c: - make some variables volatile instead of just casting them in various places - fix a race condition in the changer code - attach unless we get a "logical unit not supported" error. This should fix all of the cases where people have devices that return weird errors when they don't have media in the drive. scsi_da.c: - attach unless we get a "logical unit not supported" error scsi_pass.c: - for immediate CCBs, just malloc a CCB to send the user request in. This gets rid of the 'held' count problem in camcontrol tags. scsi_pass.h: - change the CAM ioctls to use the CAM version as their group code. adv driver: - Allow changing the sync rate and offset separately. adw driver - Allow changing the sync rate and offset separately. aha driver: - Don't return CAM_REQ_CMP for SET_TRAN_SETTINGS CCBs. ahc driver: - Allow setting offset and sync rate separately bt driver: - Don't return CAM_REQ_CMP for SET_TRAN_SETTINGS CCBs. NCR driver: - Fix the ultra/ultra 2 negotiation bug - allow setting both the sync rate and offset separately Other HBA drivers: - Put code in to set the base_transfer_speed field for XPT_GET_TRAN_SETTINGS CCBs. Reviewed by: gibbs, mjacob (isp), imp (aha)
* don't use <sys/disk.h>phk1999-05-061-2/+1
|
* Fix typos and -mdoc usage.jkoshy1999-05-061-4/+6
| | | | | PR: docs/11537 Submitted by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
* Incomplete. Back out until I can revisit.markm1999-05-051-11/+17
|
* Restore perror --> err changes.markm1999-05-051-17/+11
|
* Mention the special destination "default" for default routes. Fix aghelmer1999-05-041-4/+15
| | | | | | couple of formatting bugs. PR: docs/9960
* Fix typos.jkoshy1999-05-041-9/+15
| | | | | PR: docs/11485 Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
* temporary workaround for bin/11464mjacob1999-05-031-1/+5
|
* timestamp:grog1999-05-021-1/+3
| | | | | | Assign explicit variable for sec to get it to compile on Alpha. Submitted by: dfr
* Merge-o-matic and add a bunch of $Id'smarkm1999-05-0217-1350/+1943
|
* Update documentation of new functions.grog1999-05-021-10/+63
| | | | | | | | Describe new scale letter for sizes: 's' (sector) instead of 'b' (block). Both mean 512 bytes, but 'b' is deprecated because it's confusing. Document log file and environment variables.
* Add definitions for history functions and printconfig split.grog1999-05-021-0/+8
|
* printconfig:grog1999-05-021-16/+41
| | | | | | split into vinum_printconfig (interactive) and printconfig (called from vinum_printconfig and from vinum_create when starting an interactive update.
* vinum_create:grog1999-05-021-57/+97
| | | | | | | | | | If no file name is specified, create one and edit it with the editor specified in the EDITOR environment variable, by default vi. vinum_help: Update. Fix typos in messages.
* Maintain a log file, by default /var/log/vinum.history, showing whatgrog1999-05-021-0/+54
| | | | | | | | has been done. This name can be overridden by the value of the VINUM_HISTORY environment variable. Print dates in log file according to the variable VINUM_DATEFORMAT, by default %e %b %Y %H:%M:%S.
* Fixes for -t option:kris1999-05-011-3/+4
| | | | | | | | | | * Don't buffer "Digesting..." output - flush it immediately. * Increase the number of repetitions by a factor of 100, and the block size by a factor of 10 so as to give meaningful results on modern machines (108 seconds on my P120, and ~26 seconds on a P-II 350). PR: bin/10604 Submitted by: Stanislav Shalunov <shalunov@lynxhub.lz.att.com>
* Add ICMP types to list of information about each packet.ghelmer1999-04-291-2/+33
|
* Explain when packets are tesed by the firewall rules and what attributesghelmer1999-04-281-23/+128
| | | | | | of packets can be tested. PR: docs/7437
* More egcs warning fixes:imp1999-04-253-9/+10
| | | | | | | | | | | o main returns int not void o use braces to avoid potentially ambiguous else Note: The fix to natd is potentially functional in nature since I used the indentation as the right thing rather than the struct semantics. Someone more familiar with the code should double check me on this one. Reviewed by: obrien and chuckr
* The infrastructure to build these fellows has been replaced with kld.peter1999-04-248-816/+0
|
* Typo of `same_ports' directive.sada1999-04-241-2/+2
| | | | Submitted by: Masaki Nohtomi <noutomi@jbm-net.or.jp>
* Typo fix in diagnostic: -alldir --> -alldirsalex1999-04-211-2/+2
| | | | | PR: 11049 Submitted by: Gerhard Gonter <gonter@whisky.wu-wien.ac.at>
* Make usage() reflect reality (add the -aout and -elf options).billf1999-04-211-2/+2
| | | | OK'd by: bde
* Disconnect modload/modunload/modstat from their Makefiles..peter1999-04-181-3/+1
|
* Add support for Joliet extensions to the iso9660 fs. The related PRdcs1999-04-182-2/+8
| | | | | | | | | | | | | cannot yet be closed, though. I hope I got all credits right, and that the multiple submitted by lines do not break anyone's scripts... PR: kern/5038, kern/5567 Submitted by: Keith Jang <keith@email.gcn.net.tw> Submitted by: Joachim Kuebart <joki@kuebart.stuttgart.netsurf.de> Submitted by: Byung Yang <byung@wam.umd.edu> Submitted by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
* When looking at all objects, look at all objects.grog1999-04-171-7/+7
| | | | | main: If the wrong version is started, execve the correct version.
* When looking at all objects, look at all objects.grog1999-04-171-19/+22
| | | | | | vinum_lsi: Print rough size of plex in parentheses. Print drive info with -v option (previously required -V).
* vinum_init: count dead children correctly when waiting for completion.grog1999-04-171-2/+5
| | | | vinum_resetstats: count objects correctly.
* Correctly ref editline(3).ghelmer1999-04-131-8/+4
| | | | PR: docs/10973
* Change LKM/modload to KLD/kldload.ghelmer1999-04-131-4/+4
| | | | Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
* Add external declaration for wait flag, rather later than intended.grog1999-04-101-0/+1
| | | | | | Complained-about-by: jkh Jim Bloom <bloom@acm.org> Michael Reifenberger <root@nihil.plaut.de>
* Document -w option for init command.grog1999-04-101-22/+44
| | | | Reorganize OPTIONS section into alphabetical order.
* Add -w option to init command: wait for init to complete beforegrog1999-04-102-63/+76
| | | | returning.
* If the wrong version of vinum(8) has been started (i.e. non-RAID-5grog1999-04-093-5/+7
| | | | | | | when the kernel module is RAID-5, or the other way round), execve() the correct one. Add \n to an error message.
* Add a comment that natd is made for use with NICs, not PPP links - I'meivind1999-04-081-4/+4
| | | | | tired of the five people each day that ask me how to set up natd for use with PPP.
* Change LKM/modload to KLD/kldload.ghelmer1999-04-081-4/+4
| | | | Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
* modload -> kldload and add ref to kldload(8) in See Also section.ghelmer1999-04-082-4/+6
| | | | Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
* Convert LKM/modload to KLD/kldload. Add ref to kldload(8).ghelmer1999-04-081-2/+3
| | | | Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
* kldload("ccd") if the ccd module isn't present.peter1999-04-051-1/+8
|
* Add GOTCHAS entries warning against using partition c for vinum, andgrog1999-04-051-0/+76
| | | | | | explaining the syntax of the 'read' command. Shot-in-foot-by: Bob Gustwick <gustwick@oldzoom.bga.com>
* Install dhclient-script under ${DESTDIR}.bde1999-04-031-2/+3
| | | | PR: 10615, 10891
* Update refs for KLD's and kldload.ghelmer1999-04-011-3/+3
| | | | Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
* Rename spppcontrol.1 to spppcontrol.8. The latter file was createdjdp1999-04-012-227/+1
| | | | by repository copy.
* Null commit to note that spppcontrol.1 has been repository copiedjdp1999-04-011-1/+1
| | | | to spppcontrol.8.
* vinum_resetstats: Reset stats for drives correctly when recursing.grog1999-03-311-2/+4
|
* Change the meaning of the combination of -s and no -v option in thegrog1999-03-311-74/+133
| | | | | | list functions. Previously, it would produce a non-verbose listing of the objects followed individually by a statistics listing. Now it produces only a one-line-per-object statistics listing.
OpenPOWER on IntegriCloud