aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/uniq
Commit message (Expand)AuthorAgeFilesLines
* capsicum: use a new capsicum helpers in toolsMariusz Zaborski2018-11-041-4/+3
* Use capsicum helpers to cache NLS data.Mariusz Zaborski2018-06-201-12/+1
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-1/+2
* uniq(1): Add some long optionsKyle Evans2018-05-022-10/+23
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* uniq: allow -c to be used with -d or -uEd Maste2017-05-152-20/+9
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* Integrate .../contrib/netbsd-tests/usr.bin/uniq into the FreeBSD testEnji Cooper2017-01-143-0/+33
* Remove usage of _WITH_GETLINE from usr.binBaptiste Daroussin2016-07-301-1/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge headSimon J. Gerraty2014-04-281-1/+1
| |\ | |/ |/|
| * Merge from headSimon J. Gerraty2013-09-051-0/+42
| |\
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | Update most userspace consumers of capability.h to use capsicum.h instead.Robert Watson2014-03-161-1/+1
| |/ |/|
* | Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-7/+6
* | Close uniq(1) in the capability mode sandbox and limit descriptors usingPawel Jakub Dawidek2013-07-181-0/+43
|/
* Add missing static keywords to uniq(1)Ed Schouten2011-11-061-15/+15
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-8/+0
* Add SIZE_MAX overflow checkAndrey A. Chernov2010-03-091-0/+2
* 1) Reimplement (differently) unlimited line length restricted in prev.Andrey A. Chernov2010-03-081-54/+65
* Remove vestiges of old %-format which prevents build on amd64Andrey A. Chernov2010-03-061-2/+2
* 1) Rewrite input processing to not exit with error on the first EILSEQ foundAndrey A. Chernov2010-03-061-106/+68
* Sync getline() with comm(1):Jaakko Heinonen2009-12-171-9/+14
* The input line length limit mentioned on the manual page was removed byJaakko Heinonen2009-12-171-5/+1
* Fix truncation of lines at LINE_MAX characters by dynamicallyGuy Helmer2008-02-081-15/+61
* Fix typo.Juli Mallett2007-05-171-1/+1
* o) Correct for missing whitespace.Juli Mallett2007-05-171-4/+4
* Fix confusing misindentation of a closing-brace. (It goes with the switch, notJuli Mallett2007-05-171-1/+1
* Document that uniq(1) limits input line length to LINE_MAX characters.Giorgos Keramidas2007-01-151-0/+4
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Remove a bogus check that caused empty lines not to be counted when theTim J. Robbins2004-09-141-1/+1
* Add support for multibyte characters.Tim J. Robbins2004-07-022-35/+41
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-3/+3
* Document the fact that uniq(1) does not recognize multibyte characters.Tim J. Robbins2004-06-241-1/+5
* Mention the environment variables that affect the execution of uniq.Tim J. Robbins2003-04-121-4/+15
* mdoc(7) police: markup polishing.Ruslan Ermilov2002-11-261-1/+1
* ANSIify function definitions.David Malone2002-09-041-17/+9
* Correct the History section; uniq(1) appeared at least as early as V3.Tim J. Robbins2002-07-051-4/+5
* Remove redundant description of input_file and output_file arguments.Tim J. Robbins2002-07-051-4/+0
* Use err instead of errx when malloc fails. "malloc" is not a helpfulTim J. Robbins2002-07-051-4/+10
* Skip fields in the manner required by POSIX, and the way V7 did it.Tim J. Robbins2002-06-211-10/+8
* Newline characters should not participate in line comparisons. Only apparentTim J. Robbins2002-06-211-4/+22