aboutsummaryrefslogtreecommitdiff
path: root/sbin/ggate
Commit message (Expand)AuthorAgeFilesLines
* Updated dependenciesSimon J. Gerraty2013-02-163-6/+0
* Sync from headSimon J. Gerraty2012-11-044-7/+7
|\
| * Fix warnings found by -Wmising-variable-declarations.Ed Schouten2012-10-193-5/+5
| * Make sure the compiler knows g_gate_xvlog() and g_gate_xlog() do notDimitry Andric2012-08-061-2/+2
* | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-223-0/+72
|/
* Because ggatel(8) operates on local GEOM providers, use unlimited queue size inPawel Jakub Dawidek2011-04-022-18/+4
* Please welcome HAST - Highly Avalable Storage.Pawel Jakub Dawidek2010-02-182-2/+2
* Style nits.Pawel Jakub Dawidek2010-02-182-5/+5
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-281-2/+2
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-2/+0
* The signature for a pthread function requires that itMike Makonnen2008-06-261-0/+6
* Fix spellingOleksandr Tymoshenko2008-06-201-2/+2
* Remove options MK_LIBKSE and DEFAULT_THREAD_LIB now that we no longerRuslan Ermilov2008-03-291-1/+1
* Tweak the handling of "WITHOUT_LIBPTHREAD". Also remove the accidentalDavid E. O'Brien2007-10-091-1/+1
* Repo copy libpthreads to libkse.David E. O'Brien2007-10-091-1/+1
* Always install libpthread.* symlinks if at least one ofRuslan Ermilov2007-10-011-2/+1
* Implement a work-around for poor ggate write performance.Pawel Jakub Dawidek2007-04-062-1/+12
* For consistency use 'unsigned' instead of 'u_int'.Pawel Jakub Dawidek2006-12-183-4/+4
* Fix ggated for platforms with 64bit size_t. The DIOCGSECTORSIZE ioctlPawel Jakub Dawidek2006-12-153-4/+4
* - When building world WITHOUT_LIBPTHREAD, link libthr to libpthread.Ruslan Ermilov2006-11-261-6/+2
* - Handle timeouts from recv(2) properly.Pawel Jakub Dawidek2006-10-301-2/+6
* Markup fixes.Ruslan Ermilov2006-09-181-1/+1
* Remove alpha left-overs.Ruslan Ermilov2006-08-221-1/+1
* Fix a typo s/Made/Make. Use .Pp for a line break, it will quiet theTom Rhodes2006-06-101-2/+2
* libc_r is no longer provided, and on alpha and sparc64, libthrRuslan Ermilov2006-04-121-1/+1
* Unbreak WITHOUT_LIBPHREAD/WITHOUT_LIBC_R option support, dependingRuslan Ermilov2006-03-211-1/+6
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+3
* Flush stdout after printing name of created device, so it can be properlyPawel Jakub Dawidek2006-03-121-1/+3
* -mdoc sweep.Ruslan Ermilov2005-11-181-1/+3
* Update manual page after ggate rewrite.Pawel Jakub Dawidek2005-07-291-7/+6
* Don't compile ggatec/ggated in NO_LIBPTHREAD case.Pawel Jakub Dawidek2005-07-101-1/+8
* Sync which ggate changes.Pawel Jakub Dawidek2005-07-081-16/+34
* Reimplement ggatec/ggated applications.Pawel Jakub Dawidek2005-07-086-455/+1094
* include stdarg.h for va_listXin LI2005-05-021-0/+1
* Sort sections.Ruslan Ermilov2005-01-183-21/+21
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-173-3/+3
* Fix a deadlock in ggatel(8) simlar to one which was fixed some timePawel Jakub Dawidek2004-10-021-1/+1
* Fix/clean up return values checking.Pawel Jakub Dawidek2004-09-084-31/+31
* Print mediasize in human readable form as well.Pawel Jakub Dawidek2004-06-213-5/+10
* Remove extra semicolon.Pawel Jakub Dawidek2004-06-021-1/+1
* style.Makefile(5).Pawel Jakub Dawidek2004-05-221-6/+6
* Various style.Makefile(5) improvements.Pawel Jakub Dawidek2004-05-203-11/+15
* Polish the mdoc(7) markup.Ruslan Ermilov2004-05-123-70/+60
* Include <sys/time.h> for the declaration of struct bintime instead ofBruce Evans2004-05-041-0/+1
* Add missing command.Pawel Jakub Dawidek2004-05-031-1/+1
* Add missing commands.Pawel Jakub Dawidek2004-05-031-1/+2
* Don't repeat handshake.Pawel Jakub Dawidek2004-05-031-4/+4
* Paths correction.Pawel Jakub Dawidek2004-05-033-6/+6
* Fix compiling on 64-bit architectures.Pawel Jakub Dawidek2004-05-024-4/+4
* GEOM Gate network daemon.Pawel Jakub Dawidek2004-04-303-0/+774