aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* - Do not override sin6_scope_id in LLA when it is already set to non-zero.Hiroki Sato2014-05-151-5/+9
* MFuser/marcel/mkimg:Marcel Moolenaar2014-05-1519-160/+775
* Revert r261296. This removes the WITHOUT_NCURSESW option.Brooks Davis2014-05-153-16/+3
* Makefile.inc is also included by the tests subdirectory, which resultsWarner Losh2014-05-151-1/+4
* units(1): Fix minor typosEitan Adler2014-05-151-2/+2
* Undo changes to the generated Makefile. Move tests directory to properWarner Losh2014-05-152-6/+4
* Move old fmake tests into bmake and hook them to the build.Julio Merino2014-05-14324-77/+78
* printf: Fix missing arguments for %u/%o/%x/%X after r265592.Jilles Tjoelker2014-05-131-1/+1
* units(1): call el_end()Eitan Adler2014-05-121-0/+1
* units(1): unbreak -f option, fix some style, increase compatibility.Eitan Adler2014-05-121-6/+4
* units(1): use common functionsEitan Adler2014-05-121-3/+2
* Minor fixes to previous change introducing switch -H, as per commentsThomas Quinot2014-05-112-16/+22
* printf: fix regression after illumos merges.Pedro F. Giffuni2014-05-111-3/+5
* mesg: remove advertising clauseEitan Adler2014-05-111-5/+1
* look(1): add compability with other implementations.Eitan Adler2014-05-112-1/+8
* prinf: replace use of alloca with variable length array.Pedro F. Giffuni2014-05-101-3/+1
* Eliminate EARLY_BUILD flag. It is redundant and means MK_CLANG_FULL=noWarner Losh2014-05-101-2/+2
* Optionally allow building the historical FreeBSD make program andWarner Losh2014-05-101-0/+4
* Allow systat(1) interactive dispay-specific commands toAlexander V. Chernikov2014-05-093-18/+103
* Fix the incorrect handling of %b and \c in printf(1)Pedro F. Giffuni2014-05-081-13/+15
* Handle ELF files with 65280 or more sectionsEd Maste2014-05-071-8/+35
* Add width and precision specifiers to printf(1) %n$.Pedro F. Giffuni2014-05-071-25/+90
* Introduce a new command line switch '-H' for stat(1)Thomas Quinot2014-05-072-5/+44
* Add mkimg_write() which combines lseek(2) and write(2) and usesMarcel Moolenaar2014-05-069-51/+25
* In apm_write(), both fd and imgsz are referenced, so don't mark theMarcel Moolenaar2014-05-061-1/+1
* Fix the upgrade path for fmake by allowing the include of src.opts.mkWarner Losh2014-05-061-1/+1
* Revert r265436, since it is not the correct fix.Stefan Eßer2014-05-061-1/+1
* Fix include statement to accept src.opts.mk from a source directoryStefan Eßer2014-05-061-1/+1
* Remove support for WITHOUT_BMAKE. bmake is now the only make that canWarner Losh2014-05-063-14/+0
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-0646-48/+48
* - Remove net.inet.tcp.reass.overflows sysctl. It counts exactlyGleb Smirnoff2014-05-061-1/+2
* Treat the '-' as meaning standard input.Sergey Kandaurov2014-05-042-7/+12
* Fix width/alignment of JID column. Make it support up to the maximumBryan Drewery2014-05-031-15/+23
* Fix syntax error with modern shellsEitan Adler2014-05-031-1/+1
* Add -J command/flag to filter by jail name/jid. This will automaticallyBryan Drewery2014-05-022-2/+8
* Add freebsd-boot to recognized partition types.Nathan Whitehorn2014-05-011-0/+1
* Fix "netstat -gW" behavior broken in r259638.Alexander V. Chernikov2014-04-291-11/+13
* Eliminate last vestigies of NO_MAN= in the tree. Also, removeWarner Losh2014-04-253-6/+0
* Fix spelling error.Bryan Drewery2014-04-251-1/+1
* Constify.Xin LI2014-04-252-6/+6
* Add option WITHOUT_VI to not build/install vi. vi was the largestWarner Losh2014-04-241-1/+4
* Add Linux socket call decoding to trussSteven Hartland2014-04-242-1/+123
* Grammar fix.Edward Tomasz Napierala2014-04-241-2/+2
* Make usage printing more consistent with other tools.Ed Schouten2014-04-232-2/+20
* Update to byacc 20140409Baptiste Daroussin2014-04-231-4/+2
* Various style(9) fixes and typos in grep, sort and patch.Pedro F. Giffuni2014-04-2113-71/+71
* Add parameterized position handling to printf(1).Pedro F. Giffuni2014-04-212-1/+39
* login: Remove broken dialup log message.Jilles Tjoelker2014-04-191-8/+0
* Stop casting the const char * to void * to char * to make compile more happyBjoern A. Zeeb2014-04-171-1/+1
* Remove duplicate extern declarations after r264573.Bjoern A. Zeeb2014-04-171-3/+0