summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Style fix.bdrewery2015-10-031-0/+1
* Add decoding for struct statfs.bdrewery2015-10-032-1/+30
* Add aarch64 support to truss(1).kib2015-10-022-2/+110
* Make truss print CloudABI system call names.ed2015-10-023-0/+136
* Final step of eliminating the "games" distribution: Merge src/gamescperciva2015-10-0278-0/+82712
* Rather than groveling around in a socket address structure for a socketjhb2015-10-011-33/+35
* The id_t type used to pass IDs to wait6(2) and procctl(6) is a 64-bitjhb2015-10-012-10/+22
* - Remove extra integer argument from truncate() and ftruncate(). This isjhb2015-10-011-5/+5
* Several changes to truss.jhb2015-09-3016-2783/+1106
* Trim trailing whitespace.jhb2015-09-303-5/+5
* Decode recently added procctl(2) operations.jhb2015-09-291-1/+3
* Use _PATH_DEVNULL instead of direct hardcoding.delphij2015-09-281-1/+1
* Store PID after becoming a daemon() and not before to ensure thehselasky2015-09-281-8/+6
* Add support to systat to display zfs arc cache status/infomr2015-09-277-3/+272
* Revert r288270 to fix the buildcem2015-09-261-7/+0
* Hookup mkcsmapper_static and mkesdb_static for all but install.bdrewery2015-09-261-0/+7
* Add more SUBDIR_PARALLEL.bdrewery2015-09-261-1/+4
* xinstall: renumber UCB clauses to avoid skipping #3emaste2015-09-252-2/+2
* META_MODE: Remove DEP_MACHINE from Makefile.depend files.bdrewery2015-09-255-10/+0
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.bdrewery2015-09-2531-62/+0
* Add missing CLEANFILES.bdrewery2015-09-241-0/+2
* Rename ELFOSABI_SYSV to ELFOSABI_NONE to match current specemaste2015-09-241-1/+1
* Similar to r266147, don't define PROG in the test subdirs.bdrewery2015-09-231-0/+2
* elfdump: report MIPS ELF section type SHT_MIPS_REGINFOemaste2015-09-231-0/+1
* elfdump: report MIPS-specific section type SHT_MIPS_ABIFLAGSemaste2015-09-221-0/+1
* Bunch of improvements to ctlstat.mav2015-09-212-54/+78
* Output times as normal microseconds, rather then in bintime format.mav2015-09-201-5/+4
* Connect sesutil(1) and numactl(1) for META_MODE.bdrewery2015-09-191-0/+18
* Restore man -t for manpages rendered by mandocbapt2015-09-191-1/+5
* Don't hide build commands.bdrewery2015-09-181-1/+1
* Update META_MODE dependencies.bdrewery2015-09-173-0/+13
* 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
OpenPOWER on IntegriCloud