aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* - Add -W flag support for network column in intpr() (-i flag) andHiroki Sato2015-09-019-284/+226
* Drop group privileges after opening the kvm descriptor, otherwise, the codeXin LI2015-09-011-10/+4
* Failure of dropping privilege should be fatal, so test and bail outXin LI2015-09-011-3/+6
* vtfontcvt: fix buffer overflow for non-default size .hex fontsEd Maste2015-09-011-6/+22
* vtfontcvt: introduce xmalloc to abort on out-of-memoryEd Maste2015-08-311-3/+13
* ar: Deobfuscate a while loopEd Maste2015-08-311-1/+1
* ar: fix deterministic mode when running as ranlibEd Maste2015-08-311-0/+3
* - uri is expected to be nul-terminated (strchr used later),Xin LI2015-08-311-4/+3
* Constify opt_f and opt_t and eliminate unneeded copying. This fixesXin LI2015-08-311-4/+4
* Use the userland exported states and handle them completely.Michael Tuexen2015-08-291-7/+16
* Report CLOSED as state for bound sockets for consistency withMichael Tuexen2015-08-291-3/+1
* add documentation for timers that silby added in r197244, almost 6 yearsJohn-Mark Gurney2015-08-271-1/+7
* Decompose linkat()/renameat() rights to source and target.Ed Schouten2015-08-271-2/+4
* Unbreak nvi message catalog generation for 8 bit locales.Alexander Kabaev2015-08-271-3/+3
* Add SCTP support.Michael Tuexen2015-08-262-7/+63
* Remove a variable which is set but never used.Michael Tuexen2015-08-261-3/+2
* Print the status on the first line of a socket description, not atMichael Tuexen2015-08-261-11/+12
* Fix SEE ALSO.Sergey Kandaurov2015-08-261-3/+3
* Sync ypwhich(1) code with the OpenBSD version that is more modern.Marcelo Araujo2015-08-252-75/+101
* Finish r89633 and completely remove the remaining of VERSION.Xin LI2015-08-251-2/+3
* Upgrade libxo to 0.4.5.Marcel Moolenaar2015-08-245-7/+5
* Although the website [1] says US-ASCII is accepted, ISO-8859-1 seems toXin LI2015-08-231-1/+1
* Fix the racy xargs -P0 -n2 test added in r286289Enji Cooper2015-08-212-3/+3
* Disable the -P0 testEnji Cooper2015-08-211-1/+1
* Handle the conditional decoding of execve() argument and environmentJohn Baldwin2015-08-2012-225/+19
* Rework the argv and env string fetching for execve to be more robust.John Baldwin2015-08-201-26/+44
* ino_t is unsigned, so use uintmax_t instead of intmax_t when printing it.John Baldwin2015-08-191-2/+2
* Always use %j with an intmax_t cast to print time_t values. time_t isJohn Baldwin2015-08-192-25/+28
* Various style and whitespace fixes.John Baldwin2015-08-1911-38/+63
* Use nitems().John Baldwin2015-08-1910-17/+12
* Expand the decoding of kevent structures.John Baldwin2015-08-191-8/+86
* Change the argument formatting function to use a stdio FILE object openedJohn Baldwin2015-08-192-224/+158
* Correct All Saints' day.Pedro F. Giffuni2015-08-181-1/+1
* Calendar: add a few more dates to the Christian calendarPedro F. Giffuni2015-08-181-1/+5
* RIP Stefan Farfeleder (stefanf), committer since 2004.Christian Brueffer2015-08-181-0/+1
* Use an xlat table and xlookup() instead of a home-rolled version for theJohn Baldwin2015-08-171-9/+6
* Tidy the linux_socketcall decoding:John Baldwin2015-08-171-65/+16
* Decode the optional SOCK_NONBLOCK and SOCK_CLOEXEC flags passed in aJohn Baldwin2015-08-171-2/+15
* - Decode the arguments for several signal-related system calls: sigpending,John Baldwin2015-08-172-7/+51
* Drop "internal" CTL frontend.Alexander Motin2015-08-151-1/+0
* Remove automatic checkout feature.Xin LI2015-08-156-167/+19
* Introduce a new make variable: NMFLAGS.Rui Paulo2015-08-142-2/+5
* Roll WITHOUT_ELFTOOLCHAIN_TOOLS into WITHOUT_TOOLCHAINEd Maste2015-08-131-10/+7
* Use nitems instead of "sizeof ypaliases/sizeof ypaliases[0]".Marcelo Araujo2015-08-132-8/+10
* Fix a few mandoc warnings.Christian Brueffer2015-08-121-1/+2
* Use __DECONST instead of doing strdup/free.Xin LI2015-08-111-10/+5
* Clean out some externally visible "more then" grammarPedro F. Giffuni2015-08-111-2/+2
* xlint(1): Fix some typos in comments and translate some germanPedro F. Giffuni2015-08-118-40/+42
* More style(9) fixes. No functional changes.Marcelo Araujo2015-08-111-14/+7
* use posix_spawn(3) instead of fork() and exec() manually as suggestedXin LI2015-08-101-41/+40