summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Use MIN() macro from sys/param.h.araujo2016-04-271-1/+1
* Use MIN() macro from sys/param.h.araujo2016-04-271-1/+1
* Use macro MIN() from sys/param.h.araujo2016-04-271-1/+1
* Use MIN() macro from sys/param.h.araujo2016-04-271-2/+2
* Use MIN() instead of MAX() as the previous syntax was wrote in a weird andaraujo2016-04-261-1/+1
* Example RIPE whois query with options and spaces.fanf2016-04-251-6/+26
* Try to make gcc builds happy again by removing a redundant declaration.bz2016-04-251-1/+0
* Adjust a type from r267490.pfg2016-04-241-1/+1
* patch(1): avoid signed integer overflow when debugging.pfg2016-04-241-2/+2
* GC duplicate define.sobomax2016-04-231-2/+0
* Improve performance in a few key areas:sobomax2016-04-2321-192/+1037
* Use roundup2() macro from sys/param.h.araujo2016-04-221-1/+1
* Use MIN() macro from sys/param.h.araujo2016-04-221-1/+1
* Use macro MAX() from sys/param.h.araujo2016-04-221-1/+1
* Use macro MAX() from sys/param.h.araujo2016-04-221-1/+1
* kernel: use our nitems() macro when it is available through param.h.pfg2016-04-211-5/+5
* elftoolchain: Use ${SRCTOP} for the top of the FreeBSD treeemaste2016-04-217-7/+7
* Bring a little more compability with GNU units 2.12eadler2016-04-212-14/+34
* Plug memory leaksbapt2016-04-202-0/+5
* Fix bad checking of the return of realloc(3)bapt2016-04-201-1/+1
* Fix typo: actually test the return of strchr(3)bapt2016-04-201-1/+1
* Partially revert the change on r298325 where there is anaraujo2016-04-201-1/+1
* Use NULL instead of 0 for pointers.araujo2016-04-201-2/+2
* Use NULL instead of 0 for pointers.araujo2016-04-203-10/+10
* Fix build breakage introduced by r298253.delphij2016-04-191-1/+1
* Rename units.lib -> definitions.unitseadler2016-04-193-3/+167
* Remove pathnames.headler2016-04-192-34/+1
* Use NULL instead of 0 for pointers.araujo2016-04-192-4/+4
* Use NULL instead of 0 for pointers.araujo2016-04-181-2/+2
* Replace ${CURDIR}/../.. with ${CURDIR:H:H} in elftoolchainemaste2016-04-187-7/+7
* User NULL instead of 0 for pointers.araujo2016-04-181-1/+1
* Use NULL instead of 0 for pointers.araujo2016-04-181-1/+1
* Use NULL instead of 0 for pointers.araujo2016-04-181-1/+1
* Use NULL instead of 0 for pointers.araujo2016-04-181-4/+4
* Use NULL for pointers.araujo2016-04-181-1/+1
* Use NULL instead of 0 for pointers.araujo2016-04-183-7/+7
* Use NULL instead of 0.araujo2016-04-181-3/+3
* Note that mklocale(1) and colldef(1) are no longer usedbapt2016-04-172-2/+16
* Use the nitems() macrobapt2016-04-171-2/+4
* mail: Don't truncate mtime of mailbox to microseconds.jilles2016-04-171-9/+9
* Fix a mandoc -Tlint warningbapt2016-04-161-1/+1
* Directly set the O_CLOEXEC flags via the open(2) attributesbapt2016-04-161-6/+3
* MFHgjb2016-04-1620-46/+50
|\
| * Cleanup unnecessary semicolons from utilities we all love.pfg2016-04-1516-44/+44
| * META_MODE: Don't rebuild build-tools targets during normal build.bdrewery2016-04-144-2/+6
* | MFHgjb2016-04-135-380/+696
|\ \ | |/
| * fmt(1): for pointers use NULL instead of 0pfg2016-04-131-4/+3
| * fmt(1): reformat with indent(1).pfg2016-04-131-380/+497
| * Add a small tool, resizewin(1), to query terminal for window sizecem2016-04-134-0/+200
* | MFHgjb2016-04-115-8/+67
|\ \ | |/
OpenPOWER on IntegriCloud