summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* add documentation for timers that silby added in r197244, almost 6 yearsjmg2015-08-271-1/+7
* Decompose linkat()/renameat() rights to source and target.ed2015-08-271-2/+4
* Unbreak nvi message catalog generation for 8 bit locales.kan2015-08-271-3/+3
* Add SCTP support.tuexen2015-08-262-7/+63
* Remove a variable which is set but never used.tuexen2015-08-261-3/+2
* Print the status on the first line of a socket description, not attuexen2015-08-261-11/+12
* Fix SEE ALSO.pluknet2015-08-261-3/+3
* Sync ypwhich(1) code with the OpenBSD version that is more modern.araujo2015-08-252-75/+101
* Finish r89633 and completely remove the remaining of VERSION.delphij2015-08-251-2/+3
* Upgrade libxo to 0.4.5.marcel2015-08-245-7/+5
* Although the website [1] says US-ASCII is accepted, ISO-8859-1 seems todelphij2015-08-231-1/+1
* Fix the racy xargs -P0 -n2 test added in r286289ngie2015-08-212-3/+3
* Disable the -P0 testngie2015-08-211-1/+1
* Handle the conditional decoding of execve() argument and environmentjhb2015-08-2012-225/+19
* Rework the argv and env string fetching for execve to be more robust.jhb2015-08-201-26/+44
* ino_t is unsigned, so use uintmax_t instead of intmax_t when printing it.jhb2015-08-191-2/+2
* Always use %j with an intmax_t cast to print time_t values. time_t isjhb2015-08-192-25/+28
* Various style and whitespace fixes.jhb2015-08-1911-38/+63
* Use nitems().jhb2015-08-1910-17/+12
* Expand the decoding of kevent structures.jhb2015-08-191-8/+86
* Change the argument formatting function to use a stdio FILE object openedjhb2015-08-192-224/+158
* Correct All Saints' day.pfg2015-08-181-1/+1
* Calendar: add a few more dates to the Christian calendarpfg2015-08-181-1/+5
* RIP Stefan Farfeleder (stefanf), committer since 2004.brueffer2015-08-181-0/+1
* Use an xlat table and xlookup() instead of a home-rolled version for thejhb2015-08-171-9/+6
* Tidy the linux_socketcall decoding:jhb2015-08-171-65/+16
* Decode the optional SOCK_NONBLOCK and SOCK_CLOEXEC flags passed in ajhb2015-08-171-2/+15
* - Decode the arguments for several signal-related system calls: sigpending,jhb2015-08-172-7/+51
* Drop "internal" CTL frontend.mav2015-08-151-1/+0
* Remove automatic checkout feature.delphij2015-08-156-167/+19
* Introduce a new make variable: NMFLAGS.rpaulo2015-08-142-2/+5
* Roll WITHOUT_ELFTOOLCHAIN_TOOLS into WITHOUT_TOOLCHAINemaste2015-08-131-10/+7
* Use nitems instead of "sizeof ypaliases/sizeof ypaliases[0]".araujo2015-08-132-8/+10
* 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
OpenPOWER on IntegriCloud