summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental.andrew2014-03-231-1/+1
* Mark multi_test as requiring /usr/share/dict/words.jmmv2014-03-191-0/+1
* Add Makefiles missed in r263346.jmmv2014-03-1949-0/+659
* Migrate tools/regression/usr.bin/make/ to the new tests layout.jmmv2014-03-19272-0/+2119
* Now, after r263102 we have ifi_oqdrops in if_data, restore printing ofglebius2014-03-191-3/+7
* Remove dead code from umtx support:attilio2014-03-182-15/+1
* Make talk(1) capable of displaying UTF-8 characters.glebius2014-03-174-124/+145
* find: When performing -quit, finish pending -exec ... + command lines.jilles2014-03-161-0/+1
* Update most userspace consumers of capability.h to use capsicum.h instead.rwatson2014-03-165-7/+7
* Migrate most of tools/regression/usr.bin/ to the new tests layout.jmmv2014-03-16546-1/+27951
* Migrate tools/regression/{usr.bin/lastcomm,usr.sbin}/ to the new tests layout.jmmv2014-03-1617-0/+334
* Garbage collect long time obsoleted (or never used) stuff from routing API.glebius2014-03-152-18/+0
* Use the system queue.h instead of bundling its own.eadler2014-03-1511-237/+17
* Fix cut-and-paste error message.imp2014-03-151-1/+1
* Don't dump entries that were modified during the time the KTR buffer was beingneel2014-03-141-3/+11
* Fix an issue with ktrdump(8) where it would not print all entries in theneel2014-03-141-3/+7
* Make bsd.test.mk the only public mk fragment for the building of tests.jmmv2014-03-141-1/+1
* Remove AppleTalk support.glebius2014-03-148-381/+38
* multiple: Remove 3rd clause from BSD license where approved by theeadler2014-03-145-25/+5
* Remove IPX support.glebius2014-03-148-600/+44
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbitglebius2014-03-131-2/+4
* Make ministat CRNL tolerant by stripping all isspace() from the tailphk2014-03-121-2/+3
* install: Use posix_spawnp() for starting strip and improve error messages.jilles2014-03-081-20/+29
* Fix compilation for 32-bit machines.glebius2014-03-061-4/+4
* - Clarify usage of the -f option.brd2014-03-051-2/+2
* Hide struct rtentry from userland.glebius2014-03-051-0/+1
* - Remove rt_metrics_lite and simply put its members into rtentry.glebius2014-03-053-31/+37
* Increase MAXLINE to deal with longer paths.marcel2014-03-041-1/+1
* Apply fix for lldb not linking after the sparc backend import.dim2014-03-011-0/+6
* ssh-copy-id: add restorecon calleadler2014-03-011-0/+3
* ssh-copy-id: avoid sending private keys; add -v optioneadler2014-03-012-6/+16
* Merge from head up to r262536.dim2014-02-262-7/+3
|\
| * Update LLDB snapshot to upstream r202189emaste2014-02-261-2/+3
| |\
| | * Update LLDB bmake build for r262187emaste2014-02-181-2/+3
| * | There is no need to prevent iscsictl from adding iSER session when theretrasz2014-02-261-5/+0
* | | Merge from head up to r262415.dim2014-02-233-6/+4
|\ \ \ | |/ /
| * | Capability rights are held by descriptors, not processes.pjd2014-02-231-1/+1
| * | Fix parsing multiple roots with whitespace between them.theraven2014-02-231-0/+1
| * | Simplify the way the end of a singly linked list is followed (for addingbrueffer2014-02-221-5/+2
* | | Add Makefile glue to build the Sparc backend libraries and link themdim2014-02-206-0/+36
|/ /
* | Match our implementation of iconv's inbuf argument.peter2014-02-201-1/+1
* | Import svn-1.8.8.peter2014-02-201-4/+4
* | Make it clear that there are two ways to add a session using iscsictl(8),trasz2014-02-201-1/+16
|/
* Update lldb for clang/llvm 3.4 importemaste2014-02-171-0/+1
* calendar(1): don't segfault in invalid inputeadler2014-02-171-0/+4
* Upgrade our copy of llvm/clang to 3.4 release. This version supportsdim2014-02-1630-477/+216
* Mention that rctl(8) was sponsored by the Foundation.trasz2014-02-161-3/+4
* Rework rctl(8) manpagebdrewery2014-02-151-55/+135
* Remove mention of minimum password length and upper/lower case checking,wblock2014-02-141-19/+3
* Whenever flowtable lookup fails, we do route lookup and then try toglebius2014-02-141-1/+3
OpenPOWER on IntegriCloud