index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
uniq
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add META_MODE support.
sjg
2015-06-13
1
-0
/
+18
|
\
|
*
dirdeps.mk now sets DEP_RELDIR
sjg
2015-06-08
1
-2
/
+0
|
*
Updated dependencies
sjg
2014-05-16
1
-1
/
+0
|
*
Updated dependencies
sjg
2014-05-10
1
-0
/
+2
|
*
Merge head
sjg
2014-04-28
1
-1
/
+1
|
|
\
|
|
/
|
/
|
|
*
Merge from head
sjg
2013-09-05
1
-0
/
+42
|
|
\
|
*
|
Updated dependencies
sjg
2013-03-11
1
-0
/
+1
|
*
|
Updated dependencies
sjg
2013-02-16
1
-2
/
+0
|
*
|
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
marcel
2012-08-22
1
-0
/
+19
*
|
|
Update most userspace consumers of capability.h to use capsicum.h instead.
rwatson
2014-03-16
1
-1
/
+1
|
|
/
|
/
|
*
|
Change the cap_rights_t type from uint64_t to a structure that we can extend
pjd
2013-09-05
1
-7
/
+6
*
|
Close uniq(1) in the capability mode sandbox and limit descriptors using
pjd
2013-07-18
1
-0
/
+43
|
/
*
Add missing static keywords to uniq(1)
ed
2011-11-06
1
-15
/
+15
*
Remove the advertising clause from UCB copyrighted files in usr.bin. This
joel
2010-12-11
2
-8
/
+0
*
Add SIZE_MAX overflow check
ache
2010-03-09
1
-0
/
+2
*
1) Reimplement (differently) unlimited line length restricted in prev.
ache
2010-03-08
1
-54
/
+65
*
Remove vestiges of old %-format which prevents build on amd64
ache
2010-03-06
1
-2
/
+2
*
1) Rewrite input processing to not exit with error on the first EILSEQ found
ache
2010-03-06
1
-106
/
+68
*
Sync getline() with comm(1):
jh
2009-12-17
1
-9
/
+14
*
The input line length limit mentioned on the manual page was removed by
jh
2009-12-17
1
-5
/
+1
*
Fix truncation of lines at LINE_MAX characters by dynamically
ghelmer
2008-02-08
1
-15
/
+61
*
Fix typo.
jmallett
2007-05-17
1
-1
/
+1
*
o) Correct for missing whitespace.
jmallett
2007-05-17
1
-4
/
+4
*
Fix confusing misindentation of a closing-brace. (It goes with the switch, not
jmallett
2007-05-17
1
-1
/
+1
*
Document that uniq(1) limits input line length to LINE_MAX characters.
keramida
2007-01-15
1
-0
/
+4
*
Added the EXIT STATUS section where appropriate.
ru
2005-01-17
1
-1
/
+1
*
Remove a bogus check that caused empty lines not to be counted when the
tjr
2004-09-14
1
-1
/
+1
*
Add support for multibyte characters.
tjr
2004-07-02
2
-35
/
+41
*
Mechanically kill hard sentence breaks.
ru
2004-07-02
1
-3
/
+3
*
Document the fact that uniq(1) does not recognize multibyte characters.
tjr
2004-06-24
1
-1
/
+5
*
Mention the environment variables that affect the execution of uniq.
tjr
2003-04-12
1
-4
/
+15
*
mdoc(7) police: markup polishing.
ru
2002-11-26
1
-1
/
+1
*
ANSIify function definitions.
dwmalone
2002-09-04
1
-17
/
+9
*
Correct the History section; uniq(1) appeared at least as early as V3.
tjr
2002-07-05
1
-4
/
+5
*
Remove redundant description of input_file and output_file arguments.
tjr
2002-07-05
1
-4
/
+0
*
Use err instead of errx when malloc fails. "malloc" is not a helpful
tjr
2002-07-05
1
-4
/
+10
*
Skip fields in the manner required by POSIX, and the way V7 did it.
tjr
2002-06-21
1
-10
/
+8
*
Newline characters should not participate in line comparisons. Only apparent
tjr
2002-06-21
1
-4
/
+22
*
Note that this appeared at least as early as PWB UNIX.
jmallett
2002-06-10
1
-0
/
+4
*
Back out rev 1.19 because
ache
2002-06-06
1
-2
/
+18
*
Compare lines with strcmp(), not strcoll(). We are interested only in
tjr
2002-06-06
1
-18
/
+2
*
Sync usage() with manual page synopsis.
tjr
2002-06-06
1
-1
/
+1
*
Accept an input file name of "-" to mean standard input, as required by
tjr
2002-05-30
2
-16
/
+20
*
Fields should be separated by <blank>s, not <space>s according to P1003.2.
tjr
2002-05-29
1
-1
/
+1
*
Don't bother trying to handle "-" arguments ourselves, getopt(3) already
tjr
2002-05-29
1
-5
/
+2
*
Add the word ``fields'' to the description, and change an instance from
trhodes
2002-05-24
1
-2
/
+2
*
Reword a small part of the uniq(1) manual page to help reduce word
trhodes
2002-05-21
1
-3
/
+3
*
Use LC_ALL to pick collate
ache
2002-04-19
1
-1
/
+1
*
remove __P
imp
2002-03-22
1
-6
/
+6
*
WARNS=2 is going to become the default, so remove it from here.
markm
2001-12-11
1
-1
/
+0
[next]