index
:
coreutils
fiemap-copy
fiemap-copy-2
fiemap-copy-3
master
next
selinux
Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-30
copy.c: ensure proper alignment of fiemap buffer
Paul Eggert
1
-7
/
+8
2011-01-30
copy.c: adjust comments, tweak semantics
Jim Meyering
1
-26
/
+36
2011-01-30
cp: copy sparse files efficiently using the FIEMAP ioctl
Jie Liu
2
-0
/
+261
2011-01-29
join: don't report disorder against an empty file
Pádraig Brady
1
-3
/
+5
2011-01-29
join: ensure --header skips the order check with empty files
Pádraig Brady
1
-4
/
+8
2011-01-29
join: add -o 'auto' to output a constant number of fields per line
Pádraig Brady
1
-31
/
+57
2011-01-24
split: avoid a new, spurious warning from gcc-4.6.0
Jim Meyering
1
-1
/
+1
2011-01-24
tail: avoid new diagnostic when applying -f to a pipe on linux-2.3.38
Jim Meyering
1
-2
/
+5
2011-01-17
uniq: replace a wasteful loop with simple calculation
Jim Meyering
1
-2
/
+1
2011-01-17
uniq: don't continue field processing after end of line
Sami Kerola
1
-1
/
+1
2011-01-14
maint: refactor to use read-file from gnulib
Pádraig Brady
2
-119
/
+11
2011-01-13
maint: trivial system header file cleanups
Pádraig Brady
4
-7
/
+9
2011-01-11
rm: ignore errno related to invalid file names
Nadav Har'El
1
-1
/
+9
2011-01-10
du: don't abort when a subdir is renamed during traversal
Jim Meyering
1
-4
/
+11
2011-01-07
maint: suppress some clang scan-build warnings
Pádraig Brady
3
-6
/
+8
2011-01-07
maint: replace uses of ignore_ptr with ignore_value
Pádraig Brady
3
-3
/
+3
2011-01-01
maint: update all copyright year number ranges
Jim Meyering
120
-120
/
+120
2010-12-30
split: fix the suffix length calculation
Pádraig Brady
1
-12
/
+21
2010-12-28
coreutils: keep lines within 80-column limits
Paul Eggert
22
-68
/
+112
2010-12-24
maint: avoid syntax-check failure due to unused #include
Jim Meyering
1
-1
/
+0
2010-12-23
csplit: diagnose file counter wraparound
Paul Eggert
1
-8
/
+16
2010-12-22
sort: minor performance tweak with num_processors
Paul Eggert
1
-2
/
+2
2010-12-22
getlimits: port to hosts with very wide int, or non-ASCII
Paul Eggert
1
-50
/
+24
2010-12-20
who: omit useless definitions of MAXHOSTNAMELEN
Paul Eggert
2
-8
/
+0
2010-12-20
maint: fix a typo in sort --parallel help message
Pádraig Brady
1
-1
/
+1
2010-12-19
wc: fix a possible hang with --files0-from
Pádraig Brady
1
-2
/
+2
2010-12-19
cp: ensure backups are created when -T specified
Pádraig Brady
1
-0
/
+2
2010-12-19
sort: use at most 8 threads by default
Pádraig Brady
1
-6
/
+11
2010-12-16
sort: do not generate thousands of subprocesses for 16-way merge
Paul Eggert
1
-13
/
+21
2010-12-16
sort: fix hang with sort --compress
Paul Eggert
1
-79
/
+80
2010-12-16
sort: don't dump core when merging from input twice
Paul Eggert
1
-25
/
+17
2010-12-14
doc: tail: semi-deprecate --sleep-interval and --max-unchanged-stats
Jim Meyering
1
-2
/
+4
2010-12-14
sort: fix very-unlikely buffer overrun when merging to input file
Paul Eggert
1
-3
/
+2
2010-12-13
sort: fix some --compress reaper bugs
Paul Eggert
1
-90
/
+60
2010-12-11
sort: syntax cleanup
Jim Meyering
1
-5
/
+6
2010-12-11
sort: integer overflow checks in thread counts, etc.
Paul Eggert
1
-51
/
+64
2010-12-11
sort: preallocate merge tree nodes to heap.
Chen Guo
1
-59
/
+111
2010-12-11
sort: comment fix
Paul Eggert
1
-6
/
+1
2010-12-11
sort: use mutexes, not spinlocks (avoid busy loop on blocked output)
Chen Guo
1
-7
/
+7
2010-12-08
split: fix a case where --elide-empty causes invalid chunking
Pádraig Brady
1
-6
/
+24
2010-12-03
sort: merge_queue -> queue
Paul Eggert
1
-11
/
+11
2010-12-03
sort: clarify queue_check_insert
Paul Eggert
1
-11
/
+5
2010-12-03
sort: fix problems with merge node dest pointer
Paul Eggert
1
-8
/
+5
2010-12-03
sort: simplify write_unique
Paul Eggert
1
-4
/
+5
2010-12-03
sort: put queue arg first
Paul Eggert
1
-8
/
+8
2010-12-03
sort: tune struct_merge_node slightly
Paul Eggert
1
-15
/
+25
2010-12-03
sort: Clarify comments
Paul Eggert
1
-22
/
+59
2010-12-01
sort: fix bug on 64-bit hosts with at least 32768 processors
Paul Eggert
1
-1
/
+1
2010-12-01
sort -u: fix a thread-race pointer corruption bug
Paul Eggert
1
-3
/
+3
2010-11-27
tsort: suppress a valgrind memory leak warning
Pádraig Brady
1
-0
/
+5
[prev]
[next]