summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* units(1): call el_end()eadler2014-05-121-0/+1
* units(1): unbreak -f option, fix some style, increase compatibility.eadler2014-05-121-6/+4
* units(1): use common functionseadler2014-05-121-3/+2
* Minor fixes to previous change introducing switch -H, as per commentsthomas2014-05-112-16/+22
* printf: fix regression after illumos merges.pfg2014-05-111-3/+5
* mesg: remove advertising clauseeadler2014-05-111-5/+1
* look(1): add compability with other implementations.eadler2014-05-112-1/+8
* prinf: replace use of alloca with variable length array.pfg2014-05-101-3/+1
* Eliminate EARLY_BUILD flag. It is redundant and means MK_CLANG_FULL=noimp2014-05-101-2/+2
* Optionally allow building the historical FreeBSD make program andimp2014-05-101-0/+4
* Allow systat(1) interactive dispay-specific commands tomelifaro2014-05-093-18/+103
* Fix the incorrect handling of %b and \c in printf(1)pfg2014-05-081-13/+15
* Handle ELF files with 65280 or more sectionsemaste2014-05-071-8/+35
* Add width and precision specifiers to printf(1) %n$.pfg2014-05-071-25/+90
* Introduce a new command line switch '-H' for stat(1)thomas2014-05-072-5/+44
* Add mkimg_write() which combines lseek(2) and write(2) and usesmarcel2014-05-069-51/+25
* In apm_write(), both fd and imgsz are referenced, so don't mark themarcel2014-05-061-1/+1
* Fix the upgrade path for fmake by allowing the include of src.opts.mkimp2014-05-061-1/+1
* Revert r265436, since it is not the correct fix.se2014-05-061-1/+1
* Fix include statement to accept src.opts.mk from a source directoryse2014-05-061-1/+1
* Remove support for WITHOUT_BMAKE. bmake is now the only make that canimp2014-05-063-14/+0
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-0646-48/+48
* - Remove net.inet.tcp.reass.overflows sysctl. It counts exactlyglebius2014-05-061-1/+2
* Treat the '-' as meaning standard input.pluknet2014-05-042-7/+12
* Fix width/alignment of JID column. Make it support up to the maximumbdrewery2014-05-031-15/+23
* Fix syntax error with modern shellseadler2014-05-031-1/+1
* Add -J command/flag to filter by jail name/jid. This will automaticallybdrewery2014-05-022-2/+8
* Add freebsd-boot to recognized partition types.nwhitehorn2014-05-011-0/+1
* Fix "netstat -gW" behavior broken in r259638.melifaro2014-04-291-11/+13
* Eliminate last vestigies of NO_MAN= in the tree. Also, removeimp2014-04-253-6/+0
* Fix spelling error.bdrewery2014-04-251-1/+1
* Constify.delphij2014-04-252-6/+6
* Add option WITHOUT_VI to not build/install vi. vi was the largestimp2014-04-241-1/+4
* Add Linux socket call decoding to trusssmh2014-04-242-1/+123
* Grammar fix.trasz2014-04-241-2/+2
* Make usage printing more consistent with other tools.ed2014-04-232-2/+20
* Update to byacc 20140409bapt2014-04-231-4/+2
* Various style(9) fixes and typos in grep, sort and patch.pfg2014-04-2113-71/+71
* Add parameterized position handling to printf(1).pfg2014-04-212-1/+39
* login: Remove broken dialup log message.jilles2014-04-191-8/+0
* Stop casting the const char * to void * to char * to make compile more happybz2014-04-171-1/+1
* Remove duplicate extern declarations after r264573.bz2014-04-171-3/+0
* Minor style(9) cleanupspfg2014-04-171-2/+2
* Sync with OpenBSD.delphij2014-04-1611-164/+321
* units(1): don't compare pointers with 0eadler2014-04-141-1/+1
* units(1): Add 'static' and sort list.eadler2014-04-141-18/+18
* units(1): Add v option: verboseeadler2014-04-142-14/+39
* units(1): Add U optioneadler2014-04-142-4/+16
* units(1): support reading multiple units fileseadler2014-04-141-9/+12
* units(1): parse config file after setting defaultseadler2014-04-141-1/+1
OpenPOWER on IntegriCloud