summaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Avoid bogus MLINKS when MK_LZMA_SUPPORT=yes and MK_BSD_GREP=noSimon J. Gerraty2015-06-081-0/+2
* dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-08245-490/+0
* Merge sync of headSimon J. Gerraty2015-05-27398-5916/+10341
|\
| * Advertise ctlstat(8) a little better.Edward Tomasz Napierala2015-05-221-1/+2
| * Remove stray DEBUG_FLAGS=-g that snuck in with r184761.Warner Losh2015-05-211-1/+0
| * Remove demandoc(1) from the buildBaptiste Daroussin2015-05-212-12/+0
| * Drop libmandoc and incorporate it into the main mandoc MakefileBaptiste Daroussin2015-05-211-2/+34
| * * fix roff terminology in .NdBaptiste Daroussin2015-05-211-3/+7
| * add an include on sys/types.h because we do explicitly use size_tBaptiste Daroussin2015-05-211-1/+2
| * Use the POSIX PATH_MAX macro from limits.h instead of non standard MAXPATHLENBaptiste Daroussin2015-05-211-3/+2
| * sort headersBaptiste Daroussin2015-05-211-4/+4
| * Create links to the libprocstat man pages for all of the libprocstat function...Allan Jude2015-05-211-1/+2
| * Synchronize with OpenBSDBaptiste Daroussin2015-05-188-32/+108
| * Don't do things we aren't allowed to do in a signal handler... DeferJohn-Mark Gurney2015-05-181-6/+12
| * Properly align the header and the data columns for netstat -r with andLuiz Otavio O Souza2015-05-181-2/+2
| * Adjust the string format to match the actual number of arguments.Luiz Otavio O Souza2015-05-171-1/+1
| * ssh-copy-id: Add missing line continuationEitan Adler2015-05-161-1/+1
| * Allow MANWIDTH to work with mandoc(1)Baptiste Daroussin2015-05-151-1/+4
| * vtfontcvt: Allow 6 digits in verbose outputEd Maste2015-05-141-18/+18
| * Add ELF machine EM_IAMCU, 32-bit Intel MCUEd Maste2015-05-141-0/+1
| * Build GENERIC with RACCT/RCTL support by default. Note that it stillEdward Tomasz Napierala2015-05-141-0/+12
| * whois: add an option to query the PeeringDBTony Finch2015-05-142-2/+10
| * Update whois(1) synopsis.Tony Finch2015-05-141-1/+1
| * Bump whois(1) date.Tony Finch2015-05-141-1/+1
| * whois: alphabetize whois server listTony Finch2015-05-141-10/+12
| * whois: do not clobber command-line flags when tweaking O_NONBLOCKTony Finch2015-05-141-4/+4
| * whois: try whois.nic.TLD if TLD.whois-servers.net does not existTony Finch2015-05-142-26/+47
| * whois: check WHOIS_SERVER as well as RA_SERVER environment variablesTony Finch2015-05-142-3/+13
| * whois: code cleanupTony Finch2015-05-141-13/+5
| * whois: special case certain query suffixesTony Finch2015-05-141-12/+29
| * Clean up whois manual.Tony Finch2015-05-141-67/+42
| * Merge bmake-20150505 improve detection of malformed conditionals.Simon J. Gerraty2015-05-102-4/+5
| |\
| * | For half and reverse line feeds, recognize both SUSv2-style escape-digitBaptiste Daroussin2015-05-102-7/+33
| * | Fix about ten integer overflows and underflows and a handful of logicBaptiste Daroussin2015-05-081-48/+69
| * | Reduce the size to 64 for the commands, 512 was way too large for the purposeBaptiste Daroussin2015-05-071-1/+1
| * | Printing interface names:Gleb Smirnoff2015-05-061-3/+13
| * | Enlarge the buffer for storing macros as some macros can be longer than 5Baptiste Daroussin2015-05-051-1/+1
| * | Update the list of known roff commands (adding the mdoc package)Baptiste Daroussin2015-05-051-35/+54
| * | Properly assign open and close brackets and checks memoryBaptiste Daroussin2015-05-051-2/+12
| * | Ensure we read existing values of the stk tableBaptiste Daroussin2015-05-051-2/+4
| * | Use stdup(3) and check its return instead from homebrew version using strcpy(3)Baptiste Daroussin2015-05-051-1/+2
| * | cosmetic fixesBaptiste Daroussin2015-05-051-2/+2
| * | Apply seom style(9) fixes from NetBSDBaptiste Daroussin2015-05-052-31/+29
| * | Prevent useless use of strdup(3)Baptiste Daroussin2015-05-051-2/+4
| * | Replace homebrewed NIL by NULLBaptiste Daroussin2015-05-052-72/+69
| * | Use stdbool instead of homebrewed booleanBaptiste Daroussin2015-05-053-69/+64
| * | Another function to ansifyBaptiste Daroussin2015-05-051-2/+2
| * | Remove unused variablesBaptiste Daroussin2015-05-051-2/+0
| * | Explicitly use O_RDONLY instead of 0Baptiste Daroussin2015-05-051-1/+1
| * | Use strlcpy(3) instead of strcpy(3)Baptiste Daroussin2015-05-051-2/+2