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
/
sort
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace LDFLAGS by LDADD to fix sort build with -DNO_SHARED
garga
2015-04-21
1
-2
/
+2
*
MFC r281181, r281182;
pfg
2015-04-14
4
-88
/
+37
*
MFC: r272398
bapt
2014-10-06
1
-1
/
+1
*
MFC r269289, r269290, r269291, r269292, r269293:
gjb
2014-08-04
1
-1
/
+1
*
MFC r264918:
bdrewery
2014-05-14
1
-1
/
+1
*
MFC r264581, r264744:
pfg
2014-04-30
8
-15
/
+15
*
MFC r259740:
dim
2013-12-25
1
-4
/
+4
*
Fix header guards.
eadler
2013-06-17
1
-2
/
+2
*
Clean up -Wheader-guard warnings.
pluknet
2013-06-17
1
-1
/
+1
*
- Update Oleg Moskalenko's email address
gabor
2013-06-02
15
-15
/
+15
*
- Remove forgotten commented out debug code
gabor
2013-01-27
1
-15
/
+0
*
- Simplify and unify diagnostic and error message handling
gabor
2013-01-27
1
-12
/
+8
*
- Change the memory heuristics to an actually working one
gabor
2012-12-20
1
-19
/
+15
*
- Use unsigned int for values obtained with sysctlbyname(). This fixes
gabor
2012-12-17
2
-4
/
+9
*
- Portability changes for ARM
gabor
2012-11-01
9
-70
/
+74
*
More -Wmissing-variable-declarations fixes.
ed
2012-10-19
1
-1
/
+1
*
Remove WARNS=6 lines.
ed
2012-10-18
1
-2
/
+0
*
- Remove GNU sort and the WITH_GNU_SORT knob
gabor
2012-10-13
1
-8
/
+0
*
Remove trailing whitespace.
joel
2012-09-09
1
-2
/
+2
*
- Change --nthreads parameter to --parallel for GNU compatibility
gabor
2012-07-04
5
-13
/
+21
*
- Switch to BSD sort as default sort. GNU sort will still be installed as
gabor
2012-06-27
1
-1
/
+1
*
- Disable threaded sort by default
gabor
2012-06-27
1
-2
/
+2
*
- Remove the UNUSED_ARG macro and use __unused in argument lists
gabor
2012-06-08
2
-17
/
+9
*
In usr.bin/sort, use another method of silencing warnings about unused
dim
2012-06-08
1
-1
/
+1
*
mdoc: sort sections into conventional order.
joel
2012-05-26
1
-21
/
+21
*
- Only use multi-threading for large files
gabor
2012-05-25
7
-23
/
+90
*
- Fix -o option that was broken by my clang compile fix
gabor
2012-05-17
1
-3
/
+2
*
- Eliminate initializations if global variables. Compilers are not
gabor
2012-05-14
5
-17
/
+17
*
- Update catalogs
gabor
2012-05-14
2
-6
/
+18
*
- Fix build with clang
gabor
2012-05-14
2
-22
/
+19
*
Add a BSD-licensed sort rewrite that was started by me and later completed
gabor
2012-05-11
18
-0
/
+7795
*
Remove it in favour of GNU sort
ache
2002-04-08
1
-11
/
+0
*
Use the new features of cdefs.h.
obrien
2002-04-06
1
-1
/
+1
*
Fix style.
obrien
2002-04-06
2
-7
/
+2
*
Remove old sort files to _actually_ build it from contrib sources
ache
2002-04-06
13
-3384
/
+0
*
Build a working version of sort(1) from contrib. Use netbsd.h as a hack
des
2002-04-06
2
-2
/
+11
*
style(9) cosmetique of my changes
ache
2002-04-06
1
-18
/
+18
*
Add note about double-character letters like "ss" into BUGS section
ache
2002-04-05
1
-0
/
+3
*
Cast ctype macros char arg to u_char to prevent sign extension
ache
2002-04-04
1
-6
/
+6
*
For -n use decimal point from locale
ache
2002-04-04
1
-1
/
+5
*
Remove __P
ache
2002-04-04
7
-52
/
+49
*
Implement collating sort
ache
2002-04-04
1
-9
/
+29
*
Fix to handle REC_D > 127 and fold case sorting of high letters
ache
2002-04-03
1
-33
/
+132
*
Uncomment now implemented part of -d description
ache
2002-03-31
1
-2
/
+2
*
Remove \n from __COPYRIGHT to shut assembler warning
ache
2002-03-31
1
-1
/
+1
*
Remove double SINGL_FLD and SEP_FLAG initialization
ache
2002-03-27
1
-1
/
+0
*
Fix the case when high letters becomes missing from fold tables
ache
2002-03-25
1
-4
/
+9
*
Fix the case when record separator is 'Z' letter
ache
2002-03-25
1
-2
/
+6
*
Remove double REC_D assignment
ache
2002-03-25
1
-2
/
+2
*
Make this compile on FreeBSD. Sort out VCS tags, fix warnings.
markm
2002-03-24
10
-21
/
+502
[next]