summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
...
* If we don't appear to have a module loaded supporting the interfacemsmith1999-09-201-0/+44
| | | | | | | | | | | | | | we're about to operate on, try to load one. Don't complain if the load fails, and always press on regardless (there may not be a module suitable or required). With the renaming of the PCI ethernet driver modules and the addition of appropriate miibus dependancies on those modules that need it, it is now no longer necessary to compile many ethernet drivers into the kernel; they will be loaded on demand the first time they are ifconfig'ed. Inspiration from: mount Reviewed by: obrien
* Prepare for K5.markm1999-09-202-2/+2
|
* Fix for new KerberosFix for new Kerberos44markm1999-09-192-0/+2
|
* `permanent_link' is obsolete; update examples.ru1999-09-131-9/+7
|
* Add Ari Suutari as a maintainer.ru1999-09-131-0/+3
| | | | Approved by: Ari Suutari <ari@suutari.iki.fi>
* Fixed bitrot in usage message (-n is now optional).bde1999-09-081-1/+1
|
* Config file parser changes:ru1999-09-072-9/+15
| | | | | | | - Trailing spaces and empty lines are ignored. - A `#' sign will mark the remaining of the line as a comment. Reviewed by: Ari Suutari <ari@suutari.iki.fi>
* Indicate that we now control quota checking via an rc.conf variable,mph1999-09-061-5/+12
| | | | | | instead of putting it in rc.local. Submitted by: Alex Perel <veers@disturbed.net>
* FreeBSD kernel doesn't allow any process to decrease securelevel. So,kato1999-09-062-8/+1
| | | | | | | init(8) cannot decrease securelevel. The manual page explains this and single_user() doesn't try to downgrade kernel to insecure mode. Reviewed by: bde (manual page)
* Show that the -n option is optionaln_hibma1999-09-061-1/+4
| | | | | Suggested by: Bruce Evans <bde@zeta.org.au> Reviewed by: dfr
* $Revision$ -> $FreeBSD$ (more cleanup needed here)peter1999-09-0512-12/+12
|
* Make the "uid" and "gid" code better. Now it can detect invalid usergreen1999-09-031-4/+20
| | | | | | names/numbers. Reviewed by: chris
* Add cross-references to respective syscalls.chris1999-09-033-0/+3
|
* Get this to compile again. struct pnp_cinfo went away somdodd1999-09-031-0/+4
| | | | | | | this is just a temporary hack until someone figures out what they want to do with the override tables etc. Example copied: sys/isa/{pnp,sio}.c
* Allow signals to interrupt system calls.ru1999-09-021-1/+3
| | | | | | | | Remove redundant signal() call. PR: 6676 Submitted by: luoqi Reviewed by: Ari Suutari <ari@suutari.iki.fi>
* Fix savecore so that it operates correctly on character devices withphk1999-08-311-27/+90
| | | | | | sectorsizes up to 8k. Pointed out by: sos
* $Id$ -> $FreeBSD$peter1999-08-28323-349/+349
|
* Update and tidy descriptions of info -V.grog1999-08-261-30/+69
| | | | | Describe use of -w option with start. Tidy up descriptions of scale factor suffixes.
* Add -e option to usage().dwhite1999-08-252-4/+4
|
* Document the setstate command.grog1999-08-241-6/+22
|
* Change declaration for initsd.grog1999-08-241-1/+4
| | | | | Add declarations for vinum_setstate, vinum_checkparity and vinum_rebuildparity.
* parseline(): Reset the -w flag.grog1999-08-241-27/+29
| | | | continue_revive: Implement the -w flag.
* vinum_info(): Add support for logging subdisk I/O.grog1999-08-241-17/+21
|
* Tidy up some indentation and comments.grog1999-08-241-15/+109
| | | | | | | | | | | | | | | | | vinum_init(): Change name of variable plexindex to objindex, which better describes its purpose. initsd(): Add a second parameter to determine whether it should wait for completion or not. This allows it to DTRT when called with the -w flag either directly or via initplex(). Add 'setstate' command (function vinum_setstate ()) to implement the VINUM_SETSTATE_FORCE ioctl for diddling individual object states. This is a repair tool which can also be used for panicing the system. Use with utmost care if at all. Add unimplemented commands 'checkparity' and 'rebuildparity'. Watch this space.
* Add new option to fdisk: -ephk1999-08-234-26/+80
| | | | | | | This wipes the MBR and creates slice 1 as a FreeBSD slice covering the disk starting from the second track to the cylinder aligned end of the disk. This is the most compatibly layout we have as far as I know.
* Don't print a "," after the last superblock.billf1999-08-211-3/+4
| | | | Submitted by: adrian
* To christen the brand new security category for syslog, we get IPFWgreen1999-08-211-5/+8
| | | | | | | | | | | | | | using syslog(3) (log(9)) for its various purposes! This long-awaited change also includes such nice things as: * macros expanding into _two_ comma-delimited arguments! * snprintf! * more snprintf! * linting and criticism by more people than you can shake a stick at! * a slightly more uniform message style than before! and last but not least * no less than 5 rewrites! Reviewed by: committers
* Bad cross-reference of getservbyname(2) changed to getservbyname(3)chris1999-08-181-2/+2
| | | | Reviewed by: ru
* Add reference to blackhole(4)csgr1999-08-171-1/+2
|
* Re-add -Wmissing-prototypes to `COPTS'. I mistook -W for -Wno in this case.chris1999-08-161-1/+1
|
* Fix some bad references.chris1999-08-161-3/+3
|
* -Wmissing-prototypes is unnecessary here. There are no warnings producedchris1999-08-161-2/+2
| | | | with this option disabled.
* Minor mdoc fix.mpp1999-08-151-2/+2
|
* Minor style fix.mpp1999-08-152-4/+4
|
* Various man page cleanup:mpp1999-08-156-24/+29
| | | | | | | | | | | - Sort xrefs - FreeBSD.ORG -> FreeBSD.org - Properly xref RFCs. - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexey M. Zelkin <phantom@cris.net>
* initsd: On completion, put the subdisk in 'initialized' status, notgrog1999-08-151-34/+34
| | | | | | | 'up'. This matches changes in the kernel module. Reported-by: Bernd Walter <ticso@cicely.de> Remy Nonnenmacher <remy@synx.com>
* Bad reference getsockname(8) -> getsockname(2)chris1999-08-142-4/+4
|
* Correct typo.grog1999-08-141-1/+0
|
* Add declarations for initvol, initplex and initsd helper functions forgrog1999-08-141-0/+3
| | | | vinum_init.
* vinum_info: add code to print out lock events.grog1999-08-141-7/+32
| | | | modify format of other event printouts.
* make_plex_dev: make them raw. Volume-related plex devices willgrog1999-08-141-9/+19
| | | | probably die a death soon (yes, DES, that's correct usage).
* vinum_init: add code to initialize subdisks as well as plexes. Alsogrog1999-08-141-129/+159
| | | | provide for initializing volumes; this code is not yet complete.
* Whoops, forgot one line in previous patch.luigi1999-08-121-1/+2
|
* Userland and manual page changes for probabilistic rule match.luigi1999-08-112-4/+41
| | | | | | Because the kernel change was done in a backward-compatible way, you don't need to recompile ipfw if you don't want to use the new feature.
* Correct typo.grog1999-08-091-1/+1
| | | | | PR: docs/13050 Reported-by: Dan Langille<junkmale@xtra.co.nz>
* Update to reflect recent changes.grog1999-08-071-55/+46
|
* Remove code to detect RAID-5/non-RAID-5 kernel modules.grog1999-08-071-7/+7
|
* Remove code to detect RAID-5/non-RAID-5 kernel modules.grog1999-08-071-99/+125
| | | | | | | Add function definition for readpol command. Rewrite make_devices with a view to incremental making. In the process, effectively kill off plex-bound subdisk device numbers.
* Import RAID-5 code.grog1999-08-071-30/+120
| | | | | | | | | | | | | | | | | | | | | Add Cybernet copyright. OK'd-by: Chuck Jacobus <chuck@cybernet.com> vinum_ldi: Calculate the percentage used correctly. vinum_lsi: Flag detached subdisks. vinum_info: Request info: get the major and minor numbers and print them correctly. list_defective_objects: New function, for listing objects which aren't up after vinum_start. Requested-by: Steve Taylor <staylor@cybernet.com>
* vinum_init:grog1999-08-071-29/+83
| | | | | | | | | | | | | | | | | | | | | | | wait correctly for completion. set object in initializing state before initializing. Don't set the plex up, it should go up automatically. vinum_start: If any objects are not up on start, list them. Requested-by: Steve Taylor <staylor@cybernet.com> vinum_attach: Make sure we always have the object information before examining it. vinum_replace: Start writing. create_drive, vinum_concat, vinum_stripe, vinum_mirror: Check the ioctl return values correctly vinum_readpol: Start writing.
OpenPOWER on IntegriCloud