summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2016-08-05Avoid string gymnastics in an olympic year.christos
2016-08-04Make this build with clang:jakllsch
2016-08-03Bump date for new ifstat command.wiz
2016-08-03Do globbing for FTP URLs of the form ftp://... toomaya
2016-08-02Add $NetBSD$ tag for new filesscole
2016-08-02PR bin/51204scole
2016-07-31Don't allow initializers of the form { .a = .b = expr } as this is notdholland
2016-07-31typo in commentdholland
2016-07-20accept attributes in param declschristos
2016-07-20handle "extern __attribute__((__gnu_inline__)) __inline"christos
2016-07-19Don't reference older CFATTACH_DECLmaya
2016-07-16Only emit bdevsw externs for entries in the bdev table, rather than forpgoyette
2016-07-14more XXX removal.christos
2016-07-14XXX: removalchristos
2016-07-14remove soft interrupt queues that don't exist anymore.christos
2016-07-14remove __Pchristos
2016-07-14dedupchristos
2016-07-14use sysctl to print multicast addresseschristos
2016-07-13fix sysctl based interface printing, and annotate where we should add thechristos
2016-07-13Use sysctl for interface printing (-i), leave on for multicast address printingchristos
2016-07-13Add USE_FORT support.shm
2016-06-30PR 51298 David Binderman: simplify redundant conditionalsdholland
2016-06-30PR 51192 David Binderman: fix wrong logic (probably)dholland
2016-06-30Fix DEBUG_SRC build. Partly from PR 51191.dholland
2016-06-30Cleanse an old mangy way of avoiding an unused variable warning.dholland
2016-06-30Fix botched logic; PR 51191 from David Binderman.dholland
2016-06-29meta_compat_parent: fflush each linesjg
2016-06-28Sync usage with program. Add RCS Id. Increase column width. Fix macro usage. ...wiz
2016-06-28Sort options in usage.wiz
2016-06-28Infile is also optional.wiz
2016-06-28Sync usage between program and man page. Increase column width.wiz
2016-06-28Add RCS Id. Sort options in SYNOPSIS. Fix macro usage. Fix Dd.wiz
2016-06-27Mention -d flag in mkesdb(1) usagemaya
2016-06-27Add man page for mkesdbmaya
2016-06-27Add man page for mkcsmapper.maya
2016-06-24Add a FILES section and add references to terminfo(3), terminfo(5) in SEE ALSO.abhinav
2016-06-23Make all the global variables and functions static.abhinav
2016-06-16Replace makewhatis(8) with makemandb(8) in SEE ALSO.abhinav
2016-06-16Document -f option for man(1).abhinav
2016-06-14meta_oodate: set needOODATE if oodate due to missing .meta file.sjg
2016-06-13Make the function static in the definition (prototype was already declared st...abhinav
2016-06-13Remove trailing whitespace. Remove unnecessary quotes.wiz
2016-06-13Fix missing quote. Resolve automated test failure.pgoyette
2016-06-13Add new primaries -asince, -csince, and -since to compare file'spgoyette
2016-06-12Use .Ic markup for consistency with the rest of the documentpgoyette
2016-06-12Further clarification of the treatment of numeric user and group names.pgoyette
2016-06-12Extend the numeric handling for uids with -user to gids with -group, anddholland
2016-06-12Add libutil to the DPADD variable.abhinav
2016-06-12Fix a buffer overflow when reading from files containing extra long lines.abhinav
2016-06-12Change -{min,max}depth argument name from n to depth so that thepgoyette