index
:
grovel
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
WHATSNEW
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-07-03
fix misplaced indention in sys/procfs.h
Rich Felker
1
-1
/
+1
2016-07-03
format mips bits/termios.h consistently mips64 and n32 versions
Rich Felker
1
-2
/
+1
2016-07-03
fix CBAUDEX in powerpc termios.h
Szabolcs Nagy
2
-2
/
+2
2016-07-03
fix TCS* definitions in mips termios.h
Szabolcs Nagy
3
-9
/
+9
2016-07-03
fix mips termios.h macro exposure/namespace issues
Szabolcs Nagy
3
-45
/
+42
2016-07-03
fix powerpc termios.h macro exposure/namespace issues
Szabolcs Nagy
2
-24
/
+24
2016-07-03
fix generic termios.h macro exposure/namespace issues
Szabolcs Nagy
1
-9
/
+14
2016-07-03
define appropriate feature test macros to get CBAUD from termios.h
Rich Felker
2
-0
/
+2
2016-07-03
fix FIOQSIZE in arm ioctl.h
Szabolcs Nagy
3
-0
/
+4
2016-07-03
remove termios2 related ioctls from sh ioctl.h
Szabolcs Nagy
1
-4
/
+0
2016-07-03
fix TIOCMSET in mips ioctl.h
Szabolcs Nagy
3
-3
/
+3
2016-07-03
fix mips, mips64, mipsn32 TIOCM_* macros in ioctl.h
Szabolcs Nagy
3
-42
/
+42
2016-07-03
remove mips and powerpc ioctls that are missing from linux uapi
Szabolcs Nagy
5
-31
/
+0
2016-07-03
add missing TIOC* macros to ioctl.h
Szabolcs Nagy
7
-3
/
+40
2016-07-03
add missing SIOCSIFNAME from linux/sockios.h to ioctl.h
Szabolcs Nagy
7
-0
/
+7
2016-07-03
remove ioctl macros that were removed from linux uapi
Szabolcs Nagy
7
-32
/
+0
2016-07-03
use the generic ioctl.h for x86_64, x32 and aarch64
Szabolcs Nagy
3
-607
/
+0
2016-07-03
add consistent reserved fields in mips64/n32 termios structures
Rich Felker
2
-0
/
+4
2016-07-01
fix posix_fadvise syscall args on powerpc, unify with arm fix
Rich Felker
4
-12
/
+12
2016-06-30
pthread: implement try/timed join variants
Bobby Bingham
2
-3
/
+19