summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* Mention that CCD requires partitions of type FS_BSDFFS.jkoshy1999-08-061-1/+7
| | | | | PR: docs/12985 Submitted by: Kiril Mitev <kiril@ideaglobal.com>
* Typo police. 'Acknowledgement' is spelled correctly so it was left untouched.dwhite1999-08-062-4/+4
| | | | | PR: docs/12986 Submitted by: Seth <seth@freebie.dp.ny.frb.org>
* Backup existing init(8) as /sbin/init.bak.ru1999-08-051-3/+9
| | | | | PR: 12976 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
* Typo of sample command line.sada1999-08-011-2/+2
| | | | Submitted by: Seiichi Satomi <ssatomi@rr.iij4u.or.jp>
* Make ipfw's logging more dynamic. Now, log will use the default limitgreen1999-08-012-11/+97
| | | | | | | | | | | | | _or_ you may specify "log logamount number" to set logging specifically the rule. In addition, "ipfw resetlog" has been added, which will reset the logging counters on any/all rule(s). ipfw resetlog does not affect the packet/byte counters (as ipfw reset does), and is the only "set" command that can be run at securelevel >= 3. This should address complaints about not being able to set logging amounts, not being able to restart logging at a high securelevel, and not being able to just reset logging without resetting all of the counters in a rule.
* Remove inappropriate references to the wrong name for the bootstrapgrog1999-08-012-16/+2
| | | | | | | manager, thus killing two birds with one stone. Objected-to-by: bde rnordier
* Make intelligible:grog1999-07-312-276/+686
| | | | | | | | | | Describe the command formats in English. Add references to other programs (boot0cfg, fdisk). Remove some old cruft, including FUD about single-level bootstraps. Add example of output format. Not-objected-to-by: msmith rnordier
* Become a maintainer.ru1999-07-281-0/+1
| | | | Approved by: brian
* Back out previous commit.ru1999-07-281-8/+1
|
* Add a sensible message if an invalid ID was enteredn_hibma1999-07-251-1/+3
| | | | | | PR: 8739 Submitted by: Love lha@stacken.kth.se Reviewed by: Doug Rabson <doug@freebsd.org>
* Fix a non-critical memory leak.ru1999-07-231-4/+6
| | | | | PR: 12769 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
* Modify device numbering method to work with latest -CURRENT. Briefly,grog1999-07-221-4/+4
| | | | | | | | | the device numbers are now minor number only, so that we can still compare them after dev_t has turned into a blob. Broken-by: dev_t changes Reported-by: Vallo Kallaste <vallo@matti.ee> "Niels Chr. Bank-Pedersen" <ncbp@bank-pedersen.dk>
* Fix a gcc stupidity where it thought a variable was being used uninitializedbillf1999-07-212-4/+10
| | | | | Add a case for UNSPEC which is in order by the enum definition, but out of order alphabetically.
* Avoid ambigious if/elsebillf1999-07-212-4/+6
|
* Avoid ambigious if-elsebillf1999-07-211-4/+7
|
* Since we are using strlen() let's assign it to the correct type andbillf1999-07-211-2/+3
| | | | include the proper header.
* Also check against chardevs when looking for root.phk1999-07-204-4/+12
|
* Check if an fs is mounted before checking if it is mounted read-only.luoqi1999-07-191-2/+3
| | | | Pointed out by: Mike Smith <msmith@freebsd.org>
* Print out the fields that are set in fs_flags.mpp1999-07-181-1/+12
|
* Add $Id$ to these manpages.nik1999-07-125-0/+6
| | | | Approved by: bde
* Fix nested if/else within an ifbillf1999-07-081-2/+3
|
* Remove reference to the obsoleted COMCONSOLE option.yokota1999-07-061-4/+11
| | | | Pointed out by: Crist J. Clark <cjc@cc942873-a.ewndsr1.nj.home.com>
* "Cannot" is one word. "Can not" has a different meaning if takenmph1999-07-051-3/+3
| | | | literally.
* (1) Include linker.h because we use kldload()billf1999-07-041-3/+5
| | | | | | | (2) Clear up an ambigious, nested if/else (3) Cast a ccio_size to a long and use the correct format identifier. Reviewed by: green
* Add definitions for simplified config commandsgrog1999-07-021-1/+11
| | | | | | | | | | | Change definition of sflag Reported-by: Johan Karlsson <k@numeri.campus.luth.se> Doug <Doug@gorean.org> green World-broken-by: grog Pointy-hat-passed-to: grog
* Remove the volume, plex, sd and drive commands which allowed the usergrog1999-07-021-66/+493
| | | | | | | | | | | | | | to bypass the create command. vinum_stop: Allow -f option. Add commands for simplified configuration: concat - create a volume with one concatenated plex stripe - create a volume with one striped plex mirror - create a volume with two concatenated or striped plexes Egged-on-by: jkh
* Change the name of the s option to indicate that it wears more thangrog1999-07-021-12/+12
| | | | | | one hat. Change formats as the result of changes in drive structure.
* Change the name of the s option to indicate that it wears more thangrog1999-07-021-15/+49
| | | | | | | | | | one hat. Add -n option for specifying names of volumes created with the simplified commands. Add function find_drive_by_devname to help the simplified configuration commands.
* Document simplified configuration commands.grog1999-07-021-19/+335
|
* Fix time of last dump handling.jkh1999-07-021-6/+11
| | | | Submittted by: Richard Wiwatowski <rjwiwat@ozemail.com.au>
* Modify code to be -Wall'able.mks1999-07-0111-152/+164
| | | | PR: bin/11315
* Turn System V command line syntax ``on'' by default.ru1999-07-012-12/+4
| | | | | Requested by: peter Reviewed by: des, billf
* Drop the embedded boot code in favour of a -B option which readsrnordier1999-06-276-284/+200
| | | | | | the boot code from /boot/mbr, or elsewhere as defined by the revised "-b bootcode" option; use getopt(3); clarify usage(); partially revise man page; etc.
* Print out the fs_id field.phk1999-06-271-1/+2
|
* Document -P (keyboard probe) assumptions.rnordier1999-06-261-1/+10
|
* Add new file that needs compiling.obrien1999-06-241-3/+3
|
* Clarify some details.ru1999-06-231-8/+15
|
* Document the -f flag to detach.grog1999-06-221-2/+8
| | | | Document the dangers of adding subdisks to striped and RAID-5 plexes.
* Remove ancient, mouldy comments.grog1999-06-221-16/+0
|
* vinum_ldi:grog1999-06-221-3/+4
| | | | | | | | | | | | | Show the available sectors relative to the user-available part of the drive (don't include the config space at the beginning). This stops an empty drive reporting only 99% available. Requested-by: staylor printconfig: Show sizes in sectors with the suffix 's' instead of the now-deprecated 'b'.
* Allow a 'start <drive>' command.grog1999-06-221-1/+4
|
* Signal init(8) instead of executing halt(8) or reboot(8)ru1999-06-212-70/+100
| | | | | | | | | | when halting or rebooting the system. It benefits from running /etc/rc.shutdown by init(8). ``-o'' flag is provided for backward compatibility. PR: 5451 Discussed with: des
* Mention that data going from one internal address to another willbrian1999-06-211-4/+11
| | | | | not be processed by natd. Requested by: Ludwig Pummer <ludwigp@bigfoot.com>
* Minor cleanups to shutdown(8):jkoshy1999-06-212-5/+22
| | | | | | | | | - Make the -k "don't actually halt" flag incompatible with the halt/reboot options -h, -p, and -r. - The -n "don't sync" option is ignored if -k is specified. Issue a warning message. - Compute the actual shutdown time written to /var/run/nologin correctly in the case of "now" being specified.
* Move the IFSTATUS stuff after the address listing.phk1999-06-191-5/+5
|
* This is the much-awaited cleaned up version of IPFW [ug]id support.green1999-06-192-2/+62
| | | | All relevant changes have been made (including ipfw.8).
* Add a new interface ioctl, to return "aux status".phk1999-06-191-1/+6
| | | | | | | | | | | | | | | | | | | This is inteded for to allow ifconfig to print various unstructured information from an interface. The data is returned from the kernel in ASCII form, see the comment in if.h for some technicalities. Canonical cut&paste example to be found in if_tun.c Initial use: Now tun* interfaces tell the PID of the process which opened them. Future uses could be (volounteers welcome!): Have ppp/slip interfaces tell which tty they use. Make sync interfaces return their media state: red/yellow/blue alarm, timeslot assignment and so on. Make ethernets warn about missing heartbeats and/or cables
* Add again the ':' after the x option in th eargument list to getopt.n_hibma1999-06-191-2/+2
| | | | | | | It disappeared in rev. 1.23 newfs.c PR: 12292 Submitted by: Cy Schubert <cy@cschuber.net.gov.bc.ca>
* Fix a coredump with negative (due to overflow) offset values.ru1999-06-181-3/+4
|
* This lets you specify "gemdosfs", "shortnames", "longnames", andjkh1999-06-186-12/+63
| | | | | | | | | | | | | "nowin95" as arguments to the "-o" flag, as alternatives to "-G", "-s", "-l", and "-9"; when running "mount_msdos" by hand, that doesn't let you do anything you couldn't already do, but if you're letting "mount" run it, it lets you specify those options, which is especially useful if, for example, you have an entry in "/etc/fstab" for some file system, with "noauto" set, so you can conveniently mount a DOS partition from a removable drive and force it to treat the file system as VFAT rather than boring old FAT. Submitted by: Guy Harris <guy@netapp.com>
OpenPOWER on IntegriCloud