summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Limit descriptors and enter capability mode.brueffer2014-11-241-0/+18
* Workaround help2man defficiency that prevents mandoc from renderingbapt2014-11-231-3/+2
* Install mdoc(7) and man(7) from mdoc instead of the one from groffbapt2014-11-231-1/+1
* Regenerate the manpage in mdoc(7) format using pod2mdocbapt2014-11-231-433/+280
* Misc mdoc fixes:joel2014-11-231-16/+14
* Fix commentsbapt2014-11-231-2/+4
* Fix typobapt2014-11-231-1/+1
* Change man(1) to use mandoc to render manpagesbapt2014-11-231-4/+44
* Lower warnings to fix build with gccbapt2014-11-221-0/+2
* Lower warning to allow building with gccbapt2014-11-221-0/+2
* Add the demandoc utility from the mandoc projectbapt2014-11-222-0/+11
* Add the preconv utility from mandoc projectbapt2014-11-222-0/+8
* Rework mandoc Makefile to ease maintainancebapt2014-11-221-5/+20
* Promote SQLite3 as a privatelib as it will also be used by mandocbapt2014-11-2212-47/+29
* Add missing dependencies on pthread (sqlite being built with threadsafety on)bapt2014-11-224-8/+8
* Update mandoc to 1.13.1bapt2014-11-221-4/+6
* Add libm to eliminate "undefined reference to sqrt" on arm 'softfp' builds.ian2014-11-221-2/+2
* Fix the following -Werror warnings from clang 3.5.0, while buildingdim2014-11-221-9/+10
* Revert accidently message Makefile from 274836 and connect soeliminate(1)bapt2014-11-221-10/+10
* Add a new soeliminate(1) commandbapt2014-11-224-10/+251
* Improve support for XSAVE with debuggers.jhb2014-11-211-0/+35
* Fix improper .Fx macro usage.trasz2014-11-191-9/+18
* Change LDFLAGS to LDADD in order to allow static builds. This is moresbruno2014-11-151-2/+4
* Make it possible to do "iscsictl -Rt xxx -p yyy", to remove a sessiontrasz2014-11-151-7/+2
* Add missing commas to .Xr.trasz2014-11-141-3/+3
* Increase MAXTABLE to the maxmimum possible value. The default value is toojkim2014-11-131-3/+4
* SEEK_DATA has interesting behaviour for sparse files on ZFS. A sparse filemarcel2014-11-121-3/+5
* Fix text output for the uptime command.marcel2014-11-111-1/+1
* Fix a SIGSEGV when emitting XML or JSON when reading stdin. In thatmarcel2014-11-071-3/+1
* Re-enable dpv(1,3): Introduced via r274116; temporarily disableddteske2014-11-061-0/+1
* Separate references by a comma.marcel2014-11-061-2/+2
* Sort the references in "SEE ALSO" by section first; then alphabetically.marcel2014-11-061-3/+3
* Document that w(1) supports libxo(3).marcel2014-11-051-1/+4
* Convert to use libxo.marcel2014-11-053-37/+82
* Balance DPADD against LDADD for dpv(1,3).dteske2014-11-051-2/+2
* ftp(1) uses nothing from libutil, do not link to itbapt2014-11-051-2/+2
* id(1) only uses getaudit(2) from the BSM which is part of the libcbapt2014-11-051-2/+0
* Nothing in iconv(1) uses symbols from libcryptbapt2014-11-051-3/+0
* Document that wc(1) supports libxo(3).marcel2014-11-051-1/+4
* Convert to use libxo.marcel2014-11-052-17/+42
* Temporarily _disable_ compilation of dpv(3) and dpv(1).dteske2014-11-051-1/+0
* Fix buildworld by adding DPADD= to libdpv [dpv(3)] Makefiledteske2014-11-051-2/+2
* Fix build-error (pointy hat; didn't merge full up-to-date code)dteske2014-11-051-2/+2
* Add new libraries/utilities for data throughput visualization.dteske2014-11-045-0/+1052
* fix spelling of offset since that is what is used in the body...jmg2014-10-301-3/+3
* Replace a magic number with the proper definition. This change actuallyjkim2014-10-291-2/+2
* Fix iscsictl(8) and ctld(8) to correctly handle Windows newlinestrasz2014-10-291-0/+1
* Add regression tests for the timeout(1) utilitybapt2014-10-283-0/+228
* Improve compatibility with GNU timeoutbapt2014-10-282-8/+27
* Replace update from -r271410 accidentally lost in -r273575.mckusick2014-10-261-3/+3
OpenPOWER on IntegriCloud