summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Fix buffer overrun in gcore(1) NT_PRPSINFOcem2016-05-111-2/+2
* sdiff(1): Fix potential NULL deref in cleanup pathcem2016-05-101-1/+2
* sed.1: Correction for the case insensitive case.pfg2016-05-101-2/+2
* Rename getline with get_line to avoid collision with getline(3)bapt2016-05-101-5/+5
* Rename getline with get_line to avoid collision with getline(3)bapt2016-05-102-8/+8
* Rename getline with get_line to avoid collision with getline(3)bapt2016-05-107-18/+18
* Revert r299279:pfg2016-05-101-1/+6
* DIRDEPS_BUILD: Run the staged bootstrap-tools version of build-tools.bdrewery2016-05-092-2/+2
* Rationalize license numberingbapt2016-05-092-2/+2
* Some style(9) fixesbapt2016-05-091-11/+7
* Add myself (woodsb02) to the calendar.freebsd filewoodsb022016-05-091-0/+1
* Simplify redundant malloc'ing in sed -e.pfg2016-05-091-6/+1
* install: Add some tests.jilles2016-05-083-0/+349
* Only one program is build in usr.bin/sdiff use the right includebapt2016-05-071-1/+1
* Revert r299218 VISUAL is actually a perfecly valid env to specify an editorbapt2016-05-072-3/+20
* Only use EDITOR as a variable to specify which text editor to usebapt2016-05-072-20/+3
* Directly call the editor if needed instead of spawning /bin/shbapt2016-05-071-8/+4
* Replace fparseln(3) with getline(3)bapt2016-05-072-9/+11
* sed: rewrite the main loop.pfg2016-05-071-49/+43
* Add the "-r" flag to iscsictl(8).trasz2016-05-062-4/+25
* Document the "Protocol" field of iscsi.conf(5).trasz2016-05-061-1/+9
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedngie2016-05-0485-1098/+860
* DIRDEPS_BUILD: Update dependencies.bdrewery2016-05-041-0/+1
* Print the fchmodat mode in human readable fashionbapt2016-05-031-0/+1
* fgetc returns an int not a char.bz2016-05-021-2/+1
* usr.bin: minor spelling fixes on comments.pfg2016-05-016-6/+6
* localedef(1): minor spelling fixes on comments.pfg2016-05-014-4/+4
* Remove useless calls to basename().ed2016-05-011-3/+2
* When checking for binary file, check if ch is not EOF only ch actually gotbapt2016-04-301-1/+3
* Update from subversion 1.9.2 to 1.9.4.dim2016-04-302-4/+4
* import sdiff(1) from GSoC 2012bapt2016-04-2936-0/+3357
* Fix including Kyuafile in packaged base system.gjb2016-04-291-1/+2
* Small typo.pfg2016-04-281-1/+1
* Use MIN() macro from sys/param.h.araujo2016-04-271-1/+1
* Use MIN() macro from sys/param.h.araujo2016-04-271-1/+1
* Use macro MIN() from sys/param.h.araujo2016-04-271-1/+1
* Use MIN() macro from sys/param.h.araujo2016-04-271-2/+2
* Use MIN() instead of MAX() as the previous syntax was wrote in a weird andaraujo2016-04-261-1/+1
* Example RIPE whois query with options and spaces.fanf2016-04-251-6/+26
* Try to make gcc builds happy again by removing a redundant declaration.bz2016-04-251-1/+0
* Adjust a type from r267490.pfg2016-04-241-1/+1
* patch(1): avoid signed integer overflow when debugging.pfg2016-04-241-2/+2
* GC duplicate define.sobomax2016-04-231-2/+0
* Improve performance in a few key areas:sobomax2016-04-2321-192/+1037
* Use roundup2() macro from sys/param.h.araujo2016-04-221-1/+1
* Use MIN() macro from sys/param.h.araujo2016-04-221-1/+1
* Use macro MAX() from sys/param.h.araujo2016-04-221-1/+1
* Use macro MAX() from sys/param.h.araujo2016-04-221-1/+1
* kernel: use our nitems() macro when it is available through param.h.pfg2016-04-211-5/+5
* elftoolchain: Use ${SRCTOP} for the top of the FreeBSD treeemaste2016-04-217-7/+7
OpenPOWER on IntegriCloud