summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Fix a few mandoc warnings.brueffer2015-08-121-1/+2
* Use __DECONST instead of doing strdup/free.delphij2015-08-111-10/+5
* Clean out some externally visible "more then" grammarpfg2015-08-111-2/+2
* xlint(1): Fix some typos in comments and translate some germanpfg2015-08-118-40/+42
* More style(9) fixes. No functional changes.araujo2015-08-111-14/+7
* use posix_spawn(3) instead of fork() and exec() manually as suggesteddelphij2015-08-101-41/+40
* Use consistent style for optional subdirectoriesemaste2015-08-101-29/+15
* Remove ${_subdir}s that are never setemaste2015-08-101-6/+1
* Add a #ifndef around the HAVE_ICONV settings since it is suppliedpeter2015-08-101-0/+2
* Don't assume iconv is enabled. I didn't realize there was a configurationpeter2015-08-102-2/+2
* Fix typo introduced in r275079peter2015-08-091-1/+1
* Update svnlite from 1.8.10 to 1.8.14. This is mostly for client-side bugpeter2015-08-091-5/+8
* Update apr-util config - I don't believe this part is used by svn, butpeter2015-08-092-9/+5
* Update apr-1.5.1 to 1.5.2peter2015-08-092-4/+4
* fix regression in xargs -Px (introduced in r286289) and add regression testsallanjude2015-08-086-6/+17
* Fix interaction between libedit initialization and Capsicumtrasz2015-08-081-5/+7
* Fix typo introduced in previous commit.marcel2015-08-071-1/+1
* o Fix a typo.marcel2015-08-071-2/+82
* Remove an extra new line on usage().araujo2015-08-071-2/+2
* Rebase after r286395: rounding fix for dynamic VHDmarcel2015-08-0728-402/+407
* Fix the dynamic VHD format to work with qemu. The size of the diskmarcel2015-08-071-37/+55
* Get closest as possible with style(9). No functional change.araujo2015-08-071-14/+10
* Consistently use both leading and trailing spaces inside of the {}'sjhb2015-08-061-10/+14
* Whitespace fixes to consistently use spaces before }'s andjhb2015-08-061-15/+25
* Decode the arguments passed to the *at() family of system calls. This isjhb2015-08-062-4/+118
* Decode the arguments to mkfifo() and fix an off-by-one error in the argumentsjhb2015-08-061-1/+3
* Don't mark the fcntl flag argument as an output parameter so that it isjhb2015-08-061-1/+1
* Add recently added values of various flags and enumerations includingjhb2015-08-061-12/+20
* Fix shell injection vulnerability in patch(1) via ed(1) bydelphij2015-08-052-4/+16
* find: Fix segfault with very long path in -exec/-ok ... {} \;.jilles2015-08-052-15/+25
* Rework get_string() to make it more robust when fetching strings of unknownjhb2015-08-051-17/+29
* Whitespace fix: remove some spurious spaces before commas.jhb2015-08-051-11/+11
* xargs now takes -P0, creating as many concurrent processes as possibleallanjude2015-08-042-3/+19
* Get it closes to style(9).araujo2015-08-041-20/+14
* Revert r286144 leaving the original fix to the buffer overflow.pfg2015-08-041-3/+2
* Remove the 3rd clause of BSD LICENSE.araujo2015-08-041-36/+41
* Remove the 3rd clause of BSD LICENSE.araujo2015-08-041-32/+48
* Remove never used filebapt2015-08-031-322/+0
* Make image_copyout_zeroes() an interface function.marcel2015-08-032-6/+7
* - Add myself to the calendar.freebsd. (fix typo in r286160)junovitch2015-08-011-1/+1
* - Add myself to the committers-ports.dot and add my mentor relationship.junovitch2015-08-011-0/+1
* use : instead of true...jmg2015-08-011-6/+6
* Buffer overflow in wall(1).pfg2015-08-011-2/+3
* Use standard 'THE AUTHOR' license textemaste2015-07-311-1/+1
* Buffer overflow in wall(1).pfg2015-07-311-2/+2
* Use correct number of arguments to semctl() for IPC_RMID.rodrigc2015-07-301-1/+1
* Get function prototypes for msg, shm, sem functionsrodrigc2015-07-301-0/+3
* Make some variables and functions static.rodrigc2015-07-301-15/+8
* Allow ELF Tool Chain elfcopy to be installed as objcopyemaste2015-07-291-2/+10
* ar: Fix deterministic mode default with options other than -q or -remaste2015-07-291-8/+18
OpenPOWER on IntegriCloud