aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Add missing EM_PPC64 to e_machine header display.Justin Hibbits2014-01-141-0/+1
* Prevent misc_helpers from running as a test.Julio Merino2014-01-131-1/+9
* Generate and install pkg-config files for atf.Julio Merino2014-01-121-0/+11
* find: Allow -type d without statting everything.Jilles Tjoelker2014-01-111-2/+8
* Bump dates in nestat(1) and route(8) man pages.Alexander V. Chernikov2014-01-111-1/+1
* Add -4/-6 shorthand for -finet/-finet6 in route(8) and netstat(8).Alexander V. Chernikov2014-01-102-15/+38
* find: Fix two more problems with -lname and -ilname:Jilles Tjoelker2014-01-052-2/+14
* find: Fix -lname and -ilname.Jilles Tjoelker2014-01-051-2/+5
* The whois() function is called in a loop so make sure we close theKevin Lo2014-01-041-9/+9
* Properly document -u and -s.Edward Tomasz Napierala2014-01-041-1/+5
* Explicitly free rt_tables to please Coverity.Alexander V. Chernikov2013-12-311-1/+3
* The devd part never got implemented; remove for now, until someone actuallyEdward Tomasz Napierala2013-12-301-3/+0
* Fix typo.Edward Tomasz Napierala2013-12-301-3/+3
* Claim copyright since I've almost rewritten this file in r256512.Gleb Smirnoff2013-12-291-0/+1
* Generate client sample code which compiles without warnings.Doug Rabson2013-12-261-0/+6
* In usr.bin/sort/radixsort.c, pop_ls_mt() is only referenced ifDimitry Andric2013-12-221-4/+4
* To avoid having to explicitly test COMPILER_TYPE for settingDimitry Andric2013-12-221-3/+1
* Further split kvm(3) and sysctl interfaces for route table printing.Alexander V. Chernikov2013-12-201-72/+89
* Use more fine-grained kvm(3) symbol lookup: routing code retrieves onlyAlexander V. Chernikov2013-12-207-97/+150
* If we cannot connect to casperd we don't enter sandbox, but if we can connectPawel Jakub Dawidek2013-12-191-24/+10
* Restore corefiles handling via kvm(3).Alexander V. Chernikov2013-12-183-1/+4
* Switch netstat -rn to use standard API for retrieving list of routesAlexander V. Chernikov2013-12-181-59/+121
* Enable llvm's integrated assembler for PowerPC, since it should now beDimitry Andric2013-12-167-6/+13
* Include bsd.own.mk for MK_CASPER to work.Pawel Jakub Dawidek2013-12-151-0/+2
* Make use of Casper's system.pwd and system.grp services when the -r optionPawel Jakub Dawidek2013-12-152-3/+114
* Some more cleanups and bug fixes in dtc for property printing / parsing.David Chisnall2013-12-121-2/+7
* Fix the version string in dts emission.David Chisnall2013-12-121-1/+1
* calendar(1): use strlcpy instead of strncpyEitan Adler2013-12-111-1/+1
* calendar(1): Add support for #include with absolute pathsEitan Adler2013-12-101-2/+5
* Per the resolution of POSIX bug 0000779 (note 0002050) add support for using 'i'Eitan Adler2013-12-092-3/+4
* Document -q and --quiet as discouraged compatibility option.Xin LI2013-12-071-1/+9
* Remove mention of the compatibility option 'q', which isXin LI2013-12-072-2/+2
* Add -F to flush output after each write. With this, I canTom Rhodes2013-12-052-4/+16
* Add missing bits from the vendor's 2005-05-04 change toDavid E. O'Brien2013-12-041-2/+6
* Import svn-1.8.5. This contains a user-visible fix for svn:externalsPeter Wemm2013-11-251-2/+2
* Add static where appropriate.Eitan Adler2013-11-211-8/+6
* Change introduction history.Peter Wemm2013-11-201-2/+2
* Bump .Dd for recent changeEitan Adler2013-11-181-1/+1
* Indicate which options are extensions to POSIX.Eitan Adler2013-11-181-0/+6
* Replace CAP_POLL_EVENT and CAP_POST_EVENT capability rights (which I hadPawel Jakub Dawidek2013-11-151-2/+3
* Fix whitespace.Ed Schouten2013-11-131-8/+8
* Somewhat mimic how the devel/subversion port prepopulatesGlen Barber2013-11-131-0/+9
* Update svn from 1.8.1 to 1.8.4 - minor security fixes and client sidePeter Wemm2013-11-111-4/+4
* - Add myself as port committer and my mentor's relationship.Alexey Degtyarev2013-11-101-0/+1
* Fix typo in "iscsictl -v".Edward Tomasz Napierala2013-11-101-1/+1
* Add missed DPADDEitan Adler2013-11-091-0/+1
* Change manual string conversion to expand_numberEitan Adler2013-11-092-16/+5
* Build and install the atf tests.Julio Merino2013-11-087-3/+46
* Subsume the functionality of MK_ATF into MK_TESTS.Julio Merino2013-11-081-4/+4
* When writing DTS to a file, don't write some of it to stderr.David Chisnall2013-11-051-1/+1