aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/uniq
Commit message (Expand)AuthorAgeFilesLines
* uniq: Error out if writing to the output failed.Dag-Erling Smørgrav2024-01-122-2/+20
* uniq: Clean up and test obsolete options.Dag-Erling Smørgrav2024-01-122-9/+8
* uniq: Fix interactive use.Dag-Erling Smørgrav2024-01-123-21/+59
* uniq: Replace NetBSD's unit tests with our own.Dag-Erling Smørgrav2024-01-122-12/+150
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-9/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-273-6/+0
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-251-2/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-164-4/+0
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+2
* uniq(1): use strtonum to parse optionsDaniel Tameling2023-02-251-7/+7
* Add EXAMPLES to cover all flags except -f since it is analogous to -s.Benedict Reuschling2020-06-071-1/+51
* Support --all-repeats in uniq(1) for compatibility with gnu coreutils.Ian Lepore2019-12-152-11/+57
* 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