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
*
Updated dependencies
sjg
2013-03-11
1
-0
/
+1
*
Updated dependencies
sjg
2013-02-16
1
-2
/
+0
*
Sync with HEAD.
obrien
2013-02-08
2
-46
/
+28
|
\
|
*
- 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
*
|
Updated/new Makefile.depend
sjg
2012-11-08
1
-1
/
+0
|
|
|
\
|
\
|
\
|
\
|
\
*
-
-
-
-
-
.
\
Sync from head
sjg
2012-11-04
11
-115
/
+109
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
- 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
|
|
/
*
|
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
marcel
2012-08-22
1
-0
/
+22
|
/
*
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
*
Null one-line entry to resurrect this from the Attic. The real commit
markm
2002-03-22
1
-0
/
+1
*
This commit was generated by cvs2svn to compensate for changes in r92948,
markm
2002-03-22
13
-0
/
+2778
|
\
|
*
Vendor import NETBSD's sort(1). This will be a replacement for
markm
2002-03-22
14
-159
/
+3068
*
|
kill the undead
peter
1997-07-13
1
-310
/
+0
|
/
[next]