aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Merge ^/head r306906 through r307382.Dimitry Andric2016-10-156-58/+31
|\
| * Fix typos in sdiff(1) message and improve displayBaptiste Daroussin2016-10-151-18/+19
| * Move cleanup() into the edit.c file which is the only users of that functionBaptiste Daroussin2016-10-154-35/+10
| * Turn editit into a static functionBaptiste Daroussin2016-10-151-3/+1
| * Remove the common.h include which is actually not used in sdiff.cBaptiste Daroussin2016-10-151-1/+0
| * Fix printf format warning.John Baldwin2016-10-111-2/+2
* | Merge ^/head r306412 through r306905.Dimitry Andric2016-10-0943-1019/+1653
|\|
| * Restrict stdin if it's not in use.Mariusz Zaborski2016-10-071-0/+8
| * Remove the duplicated code using Capsicum helpers.Mariusz Zaborski2016-10-076-119/+28
| * Improvements to BSD-licensed DTC.Ed Maste2016-10-0712-735/+1373
| * localedef: Improve cc_list parsingBaptiste Daroussin2016-10-061-12/+11
| * localedef: Fix ctype dump (fixed wide spread errors)Baptiste Daroussin2016-10-061-3/+3
| * write(1): CapsicumifyConrad Meyer2016-10-061-33/+81
| * locate: ANSIfyEd Maste2016-10-062-13/+14
| * login: fix capitalization in errx messagesEd Maste2016-10-061-18/+18
| * Retire WITHOUT_ELFCOPY_AS_OBJCOPY optionEd Maste2016-10-031-4/+0
| * Replace OFF_MAX with INT64_MAX. The former is defined on Linux.Marcel Moolenaar2016-10-031-1/+1
| * Prefer <stdint.h> over <sys/types.h>. While here remove redundantMarcel Moolenaar2016-10-0315-25/+24
| * Replace STAILQ with TAILQ. TAILQs are portable enough that they canMarcel Moolenaar2016-10-0310-26/+27
| * Don't declare the 'temp' timeval as static.John Baldwin2016-10-011-1/+2
| * Use timercmp() and timersub() in kdump.John Baldwin2016-10-011-15/+9
| * Expose kernel-only errno values if _WANT_KERNEL_ERRNO is defined.John Baldwin2016-10-011-4/+1
| * Decode arguments to truncate and ftruncate.John Baldwin2016-10-011-0/+6
| * Handle 64-bit system call arguments (off_t, id_t).John Baldwin2016-10-011-7/+37
| * patch(1): make some macros look boolean.Pedro F. Giffuni2016-10-011-2/+1
| * patch(1): make some macros look boolean.Pedro F. Giffuni2016-10-011-2/+2
| * primes: trivially capsicumizeEd Maste2016-09-301-0/+8
* | Merge ^/head r306303 through 306411.Ed Maste2016-09-2820-53/+207
|\|
| * Add a WITHOUT_DIALOG src.conf(5) knobEd Maste2016-09-271-1/+1
| * Increase timeout for legacy_test from 300 (default) to 600 seconds.Ruslan Bukin2016-09-261-0/+2
| * Portability changes:Marcel Moolenaar2016-09-261-4/+21
| * Avoid depending on the <sys/endian.h> header for le*enc and be*enc.Marcel Moolenaar2016-09-2612-11/+116
| * Eliminate the use of EDOOFUS. The error code was used to signalMarcel Moolenaar2016-09-262-7/+6
| * Replace the use of linker sets with constructors for both theMarcel Moolenaar2016-09-255-30/+61
* | lld: use ${SRCDIR} instead of ${.CURDIR}-relative pathEd Maste2016-09-281-2/+2
* | Merge ^/head r305892 through r306302.Dimitry Andric2016-09-2415-21/+339
|\|
| * Update local variable 'block' after calling capacity_resize(),Marcel Moolenaar2016-09-241-3/+6
| * DIRDEPS_BUILD: Connect new directories.Bryan Drewery2016-09-231-0/+18
| * Provide proccontrol(1), an utility to control processes behaviour, relatedKonstantin Belousov2016-09-233-0/+188
| * Add myself (jrm) to calendar.freebsdJoseph Mingrone2016-09-211-0/+1
| * Update mkimg(1) author's contact infoAlan Somers2016-09-211-1/+1
| * elfdump: limit STDIN to no rights rather than closing itEd Maste2016-09-201-1/+1
| * bspatch: Remove backwards-compatibility sys/capability.h supportEd Maste2016-09-201-4/+1
| * Move sys/capsicum.h includes after types.h or param.hConrad Meyer2016-09-193-3/+3
| * hexdump(1): Simplify by using asprintf(3)Pedro F. Giffuni2016-09-191-4/+1
| * indent(1): CapsicumifyConrad Meyer2016-09-191-0/+14
| * tr(1): CapsicumifyConrad Meyer2016-09-191-0/+26
| * cmp(1): CapsicumifyConrad Meyer2016-09-191-0/+37
| * Revert capsicum supportBaptiste Daroussin2016-09-191-75/+12
| * Fix typo introduced in r305949 with the stable/10 bootstrapping logicEnji Cooper2016-09-191-1/+1