summaryrefslogtreecommitdiffstats
path: root/sbin/ggate/ggatel
Commit message (Collapse)AuthorAgeFilesLines
* Fix warnings found by -Wmising-variable-declarations.ed2012-10-191-1/+1
| | | | | | | | | | | This self-written compiler warning, which is hopefully going to be committed into LLVM sources soon, warns about potentially missing `static' keywords, similar to -Wmissing-prototypes. - bin/pax: Move external declaration of chdname and s_mask into extern.h. - bin/setfacl: Move setfacl.c-specific stuff out of setfacl.h. - sbin/mount_fusefs: Remove char *progname; use getprogname(). - others: add `static' where possible.
* Because ggatel(8) operates on local GEOM providers, use unlimited queue size inpjd2011-04-022-18/+4
| | | | | | GEOM GATE to fix the issue described in r220264. This also means that we no longer need -q option, remove it. Don't bother to leaving it as a no-op, as ggatel(8) is just an example utility.
* Please welcome HAST - Highly Avalable Storage.pjd2010-02-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | HAST allows to transparently store data on two physically separated machines connected over the TCP/IP network. HAST works in Primary-Secondary (Master-Backup, Master-Slave) configuration, which means that only one of the cluster nodes can be active at any given time. Only Primary node is able to handle I/O requests to HAST-managed devices. Currently HAST is limited to two cluster nodes in total. HAST operates on block level - it provides disk-like devices in /dev/hast/ directory for use by file systems and/or applications. Working on block level makes it transparent for file systems and applications. There in no difference between using HAST-provided device and raw disk, partition, etc. All of them are just regular GEOM providers in FreeBSD. For more information please consult hastd(8), hastctl(8) and hast.conf(5) manual pages, as well as http://wiki.FreeBSD.org/HAST. Sponsored by: FreeBSD Foundation Sponsored by: OMCnet Internet Service GmbH Sponsored by: TransIP BV
* Sync which ggate changes.pjd2005-07-081-16/+34
| | | | Approved by: re (scottl)
* Sort sections.ru2005-01-181-7/+7
|
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
|
* Fix a deadlock in ggatel(8) simlar to one which was fixed some timepjd2004-10-021-1/+1
| | | | | | ago in md(4). Submitted by: Ivan Voras <ivoras@fer.hr>
* Fix/clean up return values checking.pjd2004-09-081-3/+3
|
* Print mediasize in human readable form as well.pjd2004-06-211-2/+2
|
* style.Makefile(5).pjd2004-05-221-6/+6
|
* Polish the mdoc(7) markup.ru2004-05-121-28/+23
|
* Add missing commands.pjd2004-05-031-1/+2
|
* Paths correction.pjd2004-05-031-2/+2
| | | | Pointed out by: ache, make buildworld
* Fix compiling on 64-bit architectures.pjd2004-05-021-1/+1
|
* GEOM Gate local control utility.pjd2004-04-303-0/+497
OpenPOWER on IntegriCloud