aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Workaround help2man defficiency that prevents mandoc from renderingBaptiste Daroussin2014-11-231-3/+2
* Install mdoc(7) and man(7) from mdoc instead of the one from groffBaptiste Daroussin2014-11-231-1/+1
* Regenerate the manpage in mdoc(7) format using pod2mdocBaptiste Daroussin2014-11-231-433/+280
* Misc mdoc fixes:Joel Dahl2014-11-231-16/+14
* Fix commentsBaptiste Daroussin2014-11-231-2/+4
* Fix typoBaptiste Daroussin2014-11-231-1/+1
* Change man(1) to use mandoc to render manpagesBaptiste Daroussin2014-11-231-4/+44
* Lower warnings to fix build with gccBaptiste Daroussin2014-11-221-0/+2
* Lower warning to allow building with gccBaptiste Daroussin2014-11-221-0/+2
* Add the demandoc utility from the mandoc projectBaptiste Daroussin2014-11-222-0/+11
* Add the preconv utility from mandoc projectBaptiste Daroussin2014-11-222-0/+8
* Rework mandoc Makefile to ease maintainanceBaptiste Daroussin2014-11-221-5/+20
* Promote SQLite3 as a privatelib as it will also be used by mandocBaptiste Daroussin2014-11-2212-47/+29
* Add missing dependencies on pthread (sqlite being built with threadsafety on)Baptiste Daroussin2014-11-224-8/+8
* Update mandoc to 1.13.1Baptiste Daroussin2014-11-221-4/+6
* Add libm to eliminate "undefined reference to sqrt" on arm 'softfp' builds.Ian Lepore2014-11-221-2/+2
* Fix the following -Werror warnings from clang 3.5.0, while buildingDimitry Andric2014-11-221-9/+10
* Revert accidently message Makefile from 274836 and connect soeliminate(1)Baptiste Daroussin2014-11-221-10/+10
* Add a new soeliminate(1) commandBaptiste Daroussin2014-11-224-10/+251
* Improve support for XSAVE with debuggers.John Baldwin2014-11-211-0/+35
* Fix improper .Fx macro usage.Edward Tomasz Napierala2014-11-191-9/+18
* Change LDFLAGS to LDADD in order to allow static builds. This is moreSean Bruno2014-11-151-2/+4
* Make it possible to do "iscsictl -Rt xxx -p yyy", to remove a sessionEdward Tomasz Napierala2014-11-151-7/+2
* Add missing commas to .Xr.Edward Tomasz Napierala2014-11-141-3/+3
* Increase MAXTABLE to the maxmimum possible value. The default value is tooJung-uk Kim2014-11-131-3/+4
* SEEK_DATA has interesting behaviour for sparse files on ZFS. A sparse fileMarcel Moolenaar2014-11-121-3/+5
* Fix text output for the uptime command.Marcel Moolenaar2014-11-111-1/+1
* Fix a SIGSEGV when emitting XML or JSON when reading stdin. In thatMarcel Moolenaar2014-11-071-3/+1
* Re-enable dpv(1,3): Introduced via r274116; temporarily disabledDevin Teske2014-11-061-0/+1
* Separate references by a comma.Marcel Moolenaar2014-11-061-2/+2
* Sort the references in "SEE ALSO" by section first; then alphabetically.Marcel Moolenaar2014-11-061-3/+3
* Document that w(1) supports libxo(3).Marcel Moolenaar2014-11-051-1/+4
* Convert to use libxo.Marcel Moolenaar2014-11-053-37/+82
* Balance DPADD against LDADD for dpv(1,3).Devin Teske2014-11-051-2/+2
* ftp(1) uses nothing from libutil, do not link to itBaptiste Daroussin2014-11-051-2/+2
* id(1) only uses getaudit(2) from the BSM which is part of the libcBaptiste Daroussin2014-11-051-2/+0
* Nothing in iconv(1) uses symbols from libcryptBaptiste Daroussin2014-11-051-3/+0
* Document that wc(1) supports libxo(3).Marcel Moolenaar2014-11-051-1/+4
* Convert to use libxo.Marcel Moolenaar2014-11-052-17/+42
* Temporarily _disable_ compilation of dpv(3) and dpv(1).Devin Teske2014-11-051-1/+0
* Fix buildworld by adding DPADD= to libdpv [dpv(3)] MakefileDevin Teske2014-11-051-2/+2
* Fix build-error (pointy hat; didn't merge full up-to-date code)Devin Teske2014-11-051-2/+2
* Add new libraries/utilities for data throughput visualization.Devin Teske2014-11-045-0/+1052
* fix spelling of offset since that is what is used in the body...John-Mark Gurney2014-10-301-3/+3
* Replace a magic number with the proper definition. This change actuallyJung-uk Kim2014-10-291-2/+2
* Fix iscsictl(8) and ctld(8) to correctly handle Windows newlinesEdward Tomasz Napierala2014-10-291-0/+1
* Add regression tests for the timeout(1) utilityBaptiste Daroussin2014-10-283-0/+228
* Improve compatibility with GNU timeoutBaptiste Daroussin2014-10-282-8/+27
* Replace update from -r271410 accidentally lost in -r273575.Kirk McKusick2014-10-261-3/+3
* The current POSIX semaphore implementation stores the _has_waiters flagJohn Baldwin2014-10-241-0/+1