summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Make it clear that 'swapuse' is swap reservation and not actual swap usage.trasz2015-09-141-2/+2
* Use a common subroutine to fetch and zero protocol stats instead ofmarkj2015-09-1110-242/+119
* Remove prototypes for undefined functions from netstat.h.markj2015-09-111-15/+0
* Remove the v_cache_min and v_cache_max sysctls. They are unused and havemarkj2015-09-111-2/+0
* login.c doesn't really need libutil.h, don't include it.delphij2015-09-102-3/+1
* - Avoid accessing window properties directly, instead, use accessors.delphij2015-09-104-21/+16
* w(1) is not setgid binary since r53279, so remove the setgid() call.delphij2015-09-092-13/+1
* Fix inverted output re: stack protection no-execute flag in procstat(1)allanjude2015-09-061-2/+2
* Fix build error on gcc platformsallanjude2015-09-051-1/+1
* Introduce libxo to procstat(1)allanjude2015-09-0517-243/+654
* Rename YP to NIS in the manpages.araujo2015-09-033-13/+13
* Simplify kvm symbol resolution and error handling. The symbol tablehrs2015-09-028-241/+151
* Divide statistics in the number of packets with 1000 instead of 1024hrs2015-09-021-21/+25
* - Add -W flag support for network column in intpr() (-i flag) andhrs2015-09-019-284/+226
* Drop group privileges after opening the kvm descriptor, otherwise, the codedelphij2015-09-011-10/+4
* Failure of dropping privilege should be fatal, so test and bail outdelphij2015-09-011-3/+6
* vtfontcvt: fix buffer overflow for non-default size .hex fontsemaste2015-09-011-6/+22
* vtfontcvt: introduce xmalloc to abort on out-of-memoryemaste2015-08-311-3/+13
* ar: Deobfuscate a while loopemaste2015-08-311-1/+1
* ar: fix deterministic mode when running as ranlibemaste2015-08-311-0/+3
* - uri is expected to be nul-terminated (strchr used later),delphij2015-08-311-4/+3
* Constify opt_f and opt_t and eliminate unneeded copying. This fixesdelphij2015-08-311-4/+4
* Use the userland exported states and handle them completely.tuexen2015-08-291-7/+16
* Report CLOSED as state for bound sockets for consistency withtuexen2015-08-291-3/+1
* 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
OpenPOWER on IntegriCloud