aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Use roundup2() macro from sys/param.h.Marcelo Araujo2016-04-221-1/+1
* Use MIN() macro from sys/param.h.Marcelo Araujo2016-04-221-1/+1
* Use macro MAX() from sys/param.h.Marcelo Araujo2016-04-221-1/+1
* Use macro MAX() from sys/param.h.Marcelo Araujo2016-04-221-1/+1
* kernel: use our nitems() macro when it is available through param.h.Pedro F. Giffuni2016-04-211-5/+5
* elftoolchain: Use ${SRCTOP} for the top of the FreeBSD treeEd Maste2016-04-217-7/+7
* Bring a little more compability with GNU units 2.12Eitan Adler2016-04-212-14/+34
* Plug memory leaksBaptiste Daroussin2016-04-202-0/+5
* Fix bad checking of the return of realloc(3)Baptiste Daroussin2016-04-201-1/+1
* Fix typo: actually test the return of strchr(3)Baptiste Daroussin2016-04-201-1/+1
* Partially revert the change on r298325 where there is anMarcelo Araujo2016-04-201-1/+1
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-201-2/+2
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-203-10/+10
* Fix build breakage introduced by r298253.Xin LI2016-04-191-1/+1
* Rename units.lib -> definitions.unitsEitan Adler2016-04-193-3/+167
* Remove pathnames.hEitan Adler2016-04-192-34/+1
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-192-4/+4
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-181-2/+2
* Replace ${CURDIR}/../.. with ${CURDIR:H:H} in elftoolchainEd Maste2016-04-187-7/+7
* User NULL instead of 0 for pointers.Marcelo Araujo2016-04-181-1/+1
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-181-1/+1
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-181-1/+1
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-181-4/+4
* Use NULL for pointers.Marcelo Araujo2016-04-181-1/+1
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-183-7/+7
* Use NULL instead of 0.Marcelo Araujo2016-04-181-3/+3
* Note that mklocale(1) and colldef(1) are no longer usedBaptiste Daroussin2016-04-172-2/+16
* Use the nitems() macroBaptiste Daroussin2016-04-171-2/+4
* mail: Don't truncate mtime of mailbox to microseconds.Jilles Tjoelker2016-04-171-9/+9
* Fix a mandoc -Tlint warningBaptiste Daroussin2016-04-161-1/+1
* Directly set the O_CLOEXEC flags via the open(2) attributesBaptiste Daroussin2016-04-161-6/+3
* MFHGlen Barber2016-04-1620-46/+50
|\
| * Cleanup unnecessary semicolons from utilities we all love.Pedro F. Giffuni2016-04-1516-44/+44
| * META_MODE: Don't rebuild build-tools targets during normal build.Bryan Drewery2016-04-144-2/+6
* | MFHGlen Barber2016-04-135-380/+696
|\|
| * fmt(1): for pointers use NULL instead of 0Pedro F. Giffuni2016-04-131-4/+3
| * fmt(1): reformat with indent(1).Pedro F. Giffuni2016-04-131-380/+497
| * Add a small tool, resizewin(1), to query terminal for window sizeConrad Meyer2016-04-134-0/+200
* | MFHGlen Barber2016-04-115-8/+67
|\|
| * Add bofh@ in calendar.freebsdMuhammad Moinur Rahman2016-04-101-0/+1
| * Handle whois referrals between RIRsTony Finch2016-04-081-0/+13
| * Enhance uuencode with a -r option to produce raw output.Pietro Cerutti2016-04-072-5/+17
| * Add four new RCTL resources - readbps, readiops, writebps and writeiops,Edward Tomasz Napierala2016-04-071-3/+36
* | MFHGlen Barber2016-04-061-2/+1
|\|
| * Fix sed functions 'i' and 'a' from discarding leading white space.Pedro F. Giffuni2016-04-061-2/+1
* | MFHGlen Barber2016-04-0416-36/+140
|\|
| * Add a cross reference to ktrace(2).Brooks Davis2016-03-311-2/+3
| * Fix whois queries for ARIN AS numbers.Tony Finch2016-03-311-3/+7
| * Add phttpget(8) .Xr to fetch(1).Edward Tomasz Napierala2016-03-291-1/+2
| * netstat: avoid returning uninitialized value in p_sockaddr().Pedro F. Giffuni2016-03-271-0/+1