aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Remove some oldnfs remnants.Edward Tomasz Napierala2015-04-181-7/+0
* r281540 was upstreamed as NetBSD r1.108 of gzip.c, note it as merged.Xin LI2015-04-161-1/+1
* Fix libxo output from uptime commandAllan Jude2015-04-162-8/+18
* Fix SIGINFO race causing final results to be lost to stderr.Bryan Drewery2015-04-161-0/+11
* Remove extra flags from r250462.Bryan Drewery2015-04-161-1/+1
* Remove the const qualifier from iconv(3) to comply with POSIX:Tijl Coosemans2015-04-151-2/+1
* When reading in the original file name from gzip header, we readXin LI2015-04-151-2/+5
* Disable truss, gprof, and lint on arm64, they don't build.Andrew Turner2015-04-141-0/+6
* ipcs: fix builds that use gccEitan Adler2015-04-142-4/+0
* ipcs: fix warnings (WARNS=1 -> WARNS=6)Eitan Adler2015-04-134-40/+39
* Sync with NetBSD:Xin LI2015-04-132-10/+20
* Add libxo(3) support to iscsictl(8).Edward Tomasz Napierala2015-04-124-165/+228
* Update nvi to 2.1.3 which fixes the data corruption when locale conversionBaptiste Daroussin2015-04-101-1/+1
|\
* | Remove uneeded link to libkiconvBaptiste Daroussin2015-04-091-1/+1
* | Convert mt(1) and libmt to LIBADDBaptiste Daroussin2015-04-091-2/+1
* | Remove uneeded sbuf headerBaptiste Daroussin2015-04-091-1/+0
* | iscsictl(8) does not actually needs to be linked to libcam nor libutilBaptiste Daroussin2015-04-091-2/+0
* | Avoid escaping EOL for line continuationEd Maste2015-04-091-1/+1
* | ar: Disallow directory traversalEd Maste2015-04-091-1/+9
* | Move the 32-bit compatible procfs types from freebsd32.h to <sys/procfs.h>John Baldwin2015-04-081-18/+0
* | patch: Bring small updates from OpenBSDPedro F. Giffuni2015-04-071-19/+37
* | Check l2cap socket initialisation and define L2CAP_SOCKET_CHECKEDTakanori Watanabe2015-04-074-1/+4
* | Fix missing AUTHOR section for jot(1), rs(1), and lam(1)Allan Jude2015-04-073-3/+9
* | The code says "or", not "either or". So fix the documentation.Michael Tuexen2015-04-071-2/+2
* | Like it was already done for 'netstat -i', drop the kvm(3) supportGleb Smirnoff2015-04-072-394/+14
* | Remove custom getdelim(3) and fix a small memory leak.Pedro F. Giffuni2015-04-073-72/+28
* | sort(1): Cleanups and a small memory leak.Pedro F. Giffuni2015-04-071-16/+9
* | lockf(1): add a reference to lockf(3).Mark Johnston2015-04-061-0/+1
* | o Make net.inet6.ip6.mif6table return special API structure, that doesn'tGleb Smirnoff2015-04-062-66/+19
* | Stop including if_var.h from userland.Gleb Smirnoff2015-04-065-5/+0
* | sort: style knits / cleanups.Pedro F. Giffuni2015-04-062-2/+2
* | Revert (partial) r281123, r281125:Pedro F. Giffuni2015-04-067-8/+79
* | sort: style knits / cleanups.Pedro F. Giffuni2015-04-056-69/+2
* | sort: Fix a comment.Pedro F. Giffuni2015-04-051-1/+1
* | sort: Cleanup small issues with spaces.Pedro F. Giffuni2015-04-056-24/+19
* | Add the llvm-cov and llvm-profdata tools, when WITH_CLANG_EXTRAS isDimitry Andric2015-04-035-0/+328
* | Add IPv6 example to iscsi.conf(5) and tweak ordering.Edward Tomasz Napierala2015-04-021-3/+9
* | Rewrite iscsi.conf(5) to better match iscsictl(8).Edward Tomasz Napierala2015-04-021-121/+87
* | Remove bogus cast.Kevin Lo2015-03-312-10/+10
* | Switch to ELF toolchain readelf(1)Ed Maste2015-03-301-0/+2
* | Clarify the ministat default widthKristof Provost2015-03-261-1/+3
* | Print size_t's with %zu rather than "%zd.Kevin Lo2015-03-261-2/+2
* | Remove defunct SSLv2 support from fetch(1) and fetch(3).Jung-uk Kim2015-03-252-21/+11
* | xlint: update.Pedro F. Giffuni2015-03-2318-356/+868
* | Describe the behavior when both -f and a message are given. Pointed out byWarren Block2015-03-221-1/+2
* | bsdgrep: fix regression in the -f option since r268799Pedro F. Giffuni2015-03-211-1/+1
* | Improve the mt(1) rblim display.Kenneth D. Merry2015-03-181-3/+10
* | Fix a couple of problems in the sa(4) media type reports.Kenneth D. Merry2015-03-181-2/+2
* | Allowus to exclude a.out support from ldd and use it with arm64 as it won'tAndrew Turner2015-03-181-1/+10
* | xlint: add arm64 #defineEd Maste2015-03-181-0/+3