index
:
android_external_strace
cm-10.1
cm-10.2
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-9.1.0
froyo
froyo-stable
gb-release-7.2
gingerbread
gingerbread-release
ics
ics-release
jellybean
jellybean-stable
lineage-15.1
lineage-16.0
mr1.1-staging
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-14.0
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
stream.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Declare syscall parsers using SYS_FUNC macro
Dmitry V. Levin
2015-04-07
1
-14
/
+7
*
Change last parameter of umoven() from char* to void*
Denys Vlasenko
2015-03-21
1
-2
/
+2
*
Use printnum_int consistently
Dmitry V. Levin
2015-02-17
1
-1
/
+1
*
Generate xlat/*.in files
Dmitry V. Levin
2014-05-30
1
-39
/
+3
*
Use XLAT_END macro
Dmitry V. Levin
2014-02-05
1
-3
/
+3
*
Use XLAT macro
Dmitry V. Levin
2014-02-05
1
-14
/
+14
*
Include <sys/poll.h> only if there is no <poll.h>
Dmitry V. Levin
2013-11-11
1
-3
/
+2
*
Fix sigset printing via print_sigset().
Denys Vlasenko
2013-07-18
1
-1
/
+2
*
Disable STREAMS syscalls for non-SPARC
Denys Vlasenko
2013-03-05
1
-36
/
+40
*
Fix printstrbufarg's address argument to be long, not int
Denys Vlasenko
2013-03-05
1
-1
/
+1
*
Tidy up includes and copyright notices, fix indentation
Denys Vlasenko
2012-03-16
1
-7
/
+4
*
Remove extra include directives. No code changes.
Denys Vlasenko
2012-03-15
1
-1
/
+0
*
Compress blank lines
Dmitry V. Levin
2012-02-25
1
-3
/
+0
*
Remove a few more code parts which are unused on Linux
Denys Vlasenko
2012-02-25
1
-13
/
+0
*
Build fixes after non-Linux code removal
Denys Vlasenko
2012-02-25
1
-2
/
+0
*
Cleanup after non-Linux code removal.
Denys Vlasenko
2012-02-25
1
-2
/
+2
*
Automated removal of non-Linux code
Denys Vlasenko
2012-02-25
1
-914
/
+0
*
Eliminate code duplication in time printing, reduce a few static buffers
Denys Vlasenko
2012-01-20
1
-1
/
+1
*
Use tprints with literal strings, it may be faster than tprintf
Denys Vlasenko
2011-09-01
1
-86
/
+86
*
Optimization: eliminate all remaining usages of strcat()
Denys Vlasenko
2011-08-31
1
-31
/
+25
*
Whitespace cleanups. no code changes.
Denys Vlasenko
2011-06-07
1
-138
/
+138
*
"Modernize" all old-style function parameter declarations
Denys Vlasenko
2011-05-30
1
-34
/
+11
*
Fix decoding of file descriptors
Dmitry V. Levin
2011-03-04
1
-1
/
+3
*
Fix const-correctness issues uncovered by gcc -Wwrite-strings
Dmitry V. Levin
2010-09-07
1
-1
/
+1
*
Remove dead code
Dmitry V. Levin
2010-02-04
1
-10
/
+1
*
AVR32 support by Hans-Christian Egtvedt
Denys Vlasenko
2009-02-27
1
-1
/
+1
*
Fixing many instances of broken indentation with spaces instead of tabs.
Denys Vlasenko
2008-12-30
1
-4
/
+4
*
2008-04-19 Dmitry V. Levin <ldv@altlinux.org>
Dmitry V. Levin
2008-09-03
1
-1
/
+1
*
2007-09-22 Dmitry V. Levin <ldv@altlinux.org>
Roland McGrath
2007-11-01
1
-11
/
+3
*
2007-09-22 Alan Curry <pacman@world.std.com> Dmitry V. Levin <ldv@altlinux.org>
Roland McGrath
2007-11-01
1
-47
/
+130
*
2006-12-10 Dmitry V. Levin <ldv@altlinux.org>
Dmitry V. Levin
2006-12-13
1
-0
/
+2
*
2006-10-13 Ulrich Drepper <drepper@redhat.com>
Dmitry V. Levin
2006-10-13
1
-10
/
+35
*
2005-05-31 Dmitry V. Levin <ldv@altlinux.org>
Roland McGrath
2005-06-01
1
-44
/
+52
*
2005-05-31 Dmitry V. Levin <ldv@altlinux.org>
Roland McGrath
2005-06-01
1
-30
/
+22
*
2004-09-03 Roland McGrath <roland@redhat.com>
Roland McGrath
2004-09-04
1
-17
/
+17
*
2004-01-13 Roland McGrath <roland@redhat.com>
Roland McGrath
2004-01-13
1
-1
/
+1
*
2003-09-06 Dmitry V. Levin <ldv@altlinux.org>
Roland McGrath
2003-11-14
1
-5
/
+7
*
2003-04-01 Philippe De Muyter <phdm@macqel.be>
Roland McGrath
2003-04-02
1
-4
/
+4
*
Fix output format of last change.
Roland McGrath
2003-01-10
1
-1
/
+1
*
2003-01-10 Roland McGrath <roland@redhat.com>
Roland McGrath
2003-01-10
1
-0
/
+5
*
2002-12-22 Roland McGrath <roland@redhat.com>
Roland McGrath
2002-12-30
1
-3
/
+3
*
2002-12-15 Roland McGrath <roland@redhat.com>
Roland McGrath
2002-12-16
1
-11
/
+14
*
2002-10-07 Michal Ludvig <mludvig@suse.cz>
Michal Ludvig
2002-10-07
1
-1
/
+1
*
fix unsigned arithmetic bug in previous change
John Hughes
2002-05-24
1
-1
/
+1
*
Improve tracing of timod ioctls
John Hughes
2002-05-23
1
-55
/
+501
*
tidy up decode of streams ioctls a little
John Hughes
2002-05-17
1
-0
/
+3
*
add more configure tests for system headers
Wichert Akkerman
2001-04-10
1
-17
/
+19
*
FreeBSD updates, make things compile on Linux 2.2 kernels
Wichert Akkerman
2000-10-13
1
-0
/
+6
*
Add FreeBSD support
Wichert Akkerman
2000-09-01
1
-4
/
+10
*
test/vfork.c: new file to test vfork traces
Wichert Akkerman
2000-02-19
1
-2
/
+11
[next]