summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* fgetc returns an int not a char.bz2016-05-021-2/+1
* usr.bin: minor spelling fixes on comments.pfg2016-05-016-6/+6
* localedef(1): minor spelling fixes on comments.pfg2016-05-014-4/+4
* Remove useless calls to basename().ed2016-05-011-3/+2
* When checking for binary file, check if ch is not EOF only ch actually gotbapt2016-04-301-1/+3
* Update from subversion 1.9.2 to 1.9.4.dim2016-04-302-4/+4
* import sdiff(1) from GSoC 2012bapt2016-04-2936-0/+3357
* Fix including Kyuafile in packaged base system.gjb2016-04-291-1/+2
* Small typo.pfg2016-04-281-1/+1
* 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
OpenPOWER on IntegriCloud