summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix order.pjd2004-05-261-2/+2
|
* Print provider's size in human-readable form as well.pjd2004-05-262-3/+7
|
* 'ld' lists drives, not volumes.le2004-05-252-3/+3
|
* - Add a cross-reference to geom(8).pjd2004-05-243-4/+7
| | | | - Add missing 'a'.
* Add manual page for geom(8) utility.pjd2004-05-241-0/+121
| | | | Supported by: Wheel - Open Technologies - http://www.wheel.pl
* Use the correct types for the functions rst_opendir(), glob_readdir() andstefanf2004-05-243-9/+11
| | | | | | | rst_closedir() which are called by glob(). Reviewed by: md5 Approved by: das (mentor)
* Include <timeconv.h> for time conversion functions.stefanf2004-05-241-0/+1
| | | | Approved by: das (mentor)
* Include <sys/linker.h> for kldload().stefanf2004-05-241-0/+1
| | | | Approved by: das (mentor)
* o Fix usage example.maxim2004-05-231-1/+1
| | | | | PR: docs/67065 Submitted by: David Syphers
* Fix typobrueffer2004-05-231-1/+1
| | | | Submitted by: edwin
* Add standard command "help" to print usage.pjd2004-05-221-3/+14
|
* Actually we are also able to list only choosen providers.pjd2004-05-223-3/+6
|
* Be more precise.pjd2004-05-221-7/+8
|
* style.Makefile(5).pjd2004-05-221-6/+6
|
* Remove gconcat(8) utility. It was replaced by geom(8).pjd2004-05-213-670/+0
|
* - More clear example description.pjd2004-05-211-4/+4
| | | | - Fix copy&paste bug.
* Add manual pages for gconcat(8), gstripe(8) and gnop(8) utilities.pjd2004-05-216-3/+430
| | | | Supported by: Wheel - Open Technologies - http://www.wheel.pl
* Enter the 1990's and assume that the computer knows what time it is.imp2004-05-211-16/+23
| | | | | | Print the ETA of dump being finished, rather than a cryptic delta time. Also, if we have written more blocks than the tapesize, assume that we are 99.99% done and that we'll be finished 'soon'.
* - Change command name from 'config' to 'configure'.pjd2004-05-211-3/+3
| | | | - Bump version number.
* Various style.Makefile(5) improvements.pjd2004-05-206-21/+19
| | | | Inspired by: ru
* Various style.Makefile(5) improvements.pjd2004-05-203-11/+15
| | | | Provoked by: ru
* Clean up language.ru2004-05-201-261/+293
| | | | Reviewed by: rik
* Whitespace cleanup.des2004-05-201-22/+22
|
* Fix supposed compilation problem, using LIBDIR here can confuse core/pjd2004-05-203-2/+3
| | | | compilation.
* - Connect geom(8) and its libraries to the build.pjd2004-05-201-1/+1
| | | | | | | | - Connect geom_stripe and geom_nop modules to the build. - Connect STRIPE and NOP classes to the LINT build. - Disconnect gconcat(8) from the build. Supported by: Wheel - Open Technologies - http://www.wheel.pl
* Introduce geom(8)-specific shared libraries for CONCAT, STRIPE and NOPpjd2004-05-206-0/+515
| | | | | | | GEOM classes. CONCAT should be 100% compatible with existing gconcat(8) utility, which is going to be removed. Supported by: Wheel - Open Technologies - http://www.wheel.pl
* Bring in geom(8) utility. It is an universal utility for operating onpjd2004-05-209-0/+1146
| | | | | | | | | | | | GEOM classes. It works by loading a shared library via dlopen(3) mechanism with class-specific code, it is also responsible for communicating with GEOM via libgeom(3). Per-class shared libraries are going to be stored in /lib/geom/ directory. It provides also few standard commands like 'list', 'load' and 'unload' for existing classes which aren't aware of geom(8). More info will be send on freebsd-current@ mailing list. Supported by: Wheel - Open Technologies - http://www.wheel.pl
* Improve the delay algorithm used in bgfsck. From the author:scottl2004-05-181-4/+6
| | | | | | | | | | | | | | | shuffles the timing and sleep calls in bgfsck from: sleep timer_on io timer_off io io io io io io io to sleep io io io io io io io timer_on io timer_off The original method basically guaranteed that the timed I/O included a disk seek every time, which made bgfsck sleep for much longer than necessary. Submitted by: Dan Nelson Reviewed by: kirk
* Remove spurious semicolons.stefanf2004-05-181-2/+2
| | | | | Approved by: das (mentor) Reviewed by: ipfw@
* Markup overhaul.ru2004-05-181-269/+389
|
* Markup nits.ru2004-05-171-8/+15
|
* Correct existing usage lines, add two more.ru2004-05-171-3/+11
|
* Markup nits.ru2004-05-171-13/+12
|
* Markup and grammar nits.ru2004-05-171-26/+21
|
* Markup overhaul.ru2004-05-171-88/+75
|
* Assorted markup, grammar, and spelling fixes.ru2004-05-1719-137/+166
|
* Reapply local changes that got simply axed by the latest KAME merge.ru2004-05-171-21/+42
| | | | Fixed some more markup.
* Added -l to usage().ru2004-05-171-2/+2
|
* Use WARNS?=3 for these in the arm case for now, due to toolchain issues.cognet2004-05-144-0/+19
|
* check if the null encryption is supported or not.ume2004-05-131-1/+11
| | | | | Requested by: bms Obtained from: KAME
* Polish the mdoc(7) markup.ru2004-05-123-70/+60
|
* Use strlcpy(3) instead of strcpy(3).hmp2004-05-101-3/+3
| | | | | | PR: 46761 Philipp Mergenthaler <philipp.mergenthaler@stud.uni-karlsruhe.de>
* Remove redundant sanity check before add_mac() when addingcsjp2004-05-091-2/+0
| | | | | | | | | mac ipfw rules. The exact same sanity check is performed as the first operation of add_mac(), so there is no sense in doing it twice. Approved by: bmilekic (mentor) PR: bin/55981
* Teach route(8) how to deal with root being in a prison. If prisoncsjp2004-05-071-0/+4
| | | | | | | | | | root is allowed to create raw sockets, then they will be able to create routing sockets, too. However prison-root is not able to manipulate routing tables. So when route(8) attempts to write to a routing socket and recieves EPERM from the kernel, exit rather than moving on with execution. Approved by: bmilekic (mentor)
* When editing a Sun label, make the search for a valid partition linejoerg2004-05-041-4/+21
| | | | | | | violate POLA a little less by not requiring exactly two spaces in front of the entry (and silently discarding any non-matching entry). We now recognize anything starting with a letter followed by a colon as the first non-space chars as a partition entry.
* Include <sys/time.h> for the declaration of struct bintime instead ofbde2004-05-041-0/+1
| | | | | | depending on namespace pollution in <sys/stat.h>. struct bintime is only needed to satisfy leakage of kernel interfaces to userland and namespace bugs in those interfaces...
* Add missing command.pjd2004-05-031-1/+1
|
* Add missing commands.pjd2004-05-031-1/+2
|
* Connect ggatec(8), ggated(8) and ggatel(8) to the build.pjd2004-05-031-0/+1
|
* Don't repeat handshake.pjd2004-05-031-4/+4
| | | | | | | | | | | | | | | This little thing can cause a deadlock, because taste mechanism start to work after creation of ggate provider and I/O requests are sent from other classes from the g_event thread, so number of pending events isn't 0. Now ggatec(8) start second handshake and ggated(8) is trying to open GEOM provider (for example md(4)) and it can't, because it hangs on g_waitidle() in g_dev_open(). g_waitidle() cannot finish because there is a pending read on event queue, and this read can't be finished, because ggated(8) can't open target device. GEOM Gate will recover from this deadlock, because requests will timeout, but it of course isn't the best solution and I don't know better one for now, so we should avoid opening GEOM providers while there are pending requests in event queue.
OpenPOWER on IntegriCloud