index
:
illumos-gate
master
sysroot/20181213
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr
/
src
/
lib
/
libc
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-13
9971 Make getrandom(2) a public interface
Jason King
3
-6
/
+10
2018-11-25
9959 pthread_mutex_init should initialize mutex appropriately for robust mute...
Richard Lowe
1
-0
/
+17
2018-10-19
8158 Want named threads API
John Levon
5
-12
/
+160
2018-10-11
9884 cw(1) should use -fpic rather than -Kpic
Richard Lowe
8
-10
/
+10
2018-08-25
5709 Add binary compatibility with Solaris 10 update 10
Alexander Pyhalov
1
-0
/
+5
2018-08-24
9755 bounds checking functions and types should only be visible if __STDC_WAN...
Yuri Pankov
2
-0
/
+4
2018-08-16
8548 want memset_s(3C)
Yuri Pankov
9
-1
/
+210
2018-08-10
9711 fts(3C) needs to be largefile aware
Jonathan Perkin
4
-0
/
+26
2018-08-07
9638 libc/port/fp/sigfpe.c: this statement may fall through
Toomas Soome
1
-2
/
+1
2018-07-30
9673 move internet address manipulation functions to libc
Yuri Pankov
14
-31
/
+994
2018-05-17
9511 printf family isn't aware of multibyte decimal point characters (fix reg...
Yuri Pankov
1
-1
/
+1
2018-05-16
9511 printf family isn't aware of multibyte decimal point characters
Yuri Pankov
1
-13
/
+33
2018-02-06
8706 libc lint library missing endian.h functions
Robert Mustacchi
1
-0
/
+20
2018-02-06
9027 Makefiles need to specify C99 mode consistently
Yuri Pankov
4
-4
/
+4
2018-02-05
9028 libc: comparison between pointer and zero character constant
Toomas Soome
1
-3
/
+1
2018-02-05
9029 libc: duplicate 'const' declaration specifier
Toomas Soome
1
-1
/
+1
2017-11-16
8724 libc: multiple variable set but not used errors
Toomas Soome
3
-9
/
+6
2017-10-02
8609 want a position independent CRT
Richard Lowe
8
-19
/
+19
2017-09-15
8655 remove more gender specific language
Alison C
1
-1
/
+1
2017-08-22
8578 sync fnmatch(3C) with upstream
Yuri Pankov
1
-13
/
+11
2017-08-14
8568 fnmatch, glob: fix exponential CPU use with repeated '*' operators
Yuri Pankov
2
-92
/
+117
2017-08-14
8575 regcomp(3C): handle invalid {} constructs consistently
Yuri Pankov
1
-6
/
+5
2017-07-29
8546 want recallocarray(3C) and freezero(3C)
Yuri Pankov
9
-8
/
+134
2017-06-21
8297 update mdocml to 1.14.1
Yuri Pankov
1
-1
/
+1
2017-06-20
8362 libc: install_legacy() overwrites __runetype, __maplower, and __mapupper...
Yuri Pankov
1
-222
/
+233
2017-06-20
8349 thrd_equal implements the wrong specification
Robert Mustacchi
1
-3
/
+3
2017-06-16
8362 libc: install_legacy() overwrites __runetype, __maplower, and __mapupper...
Robert Mustacchi
1
-228
/
+223
2017-06-14
8362 libc: install_legacy() overwrites __runetype, __maplower, and __mapupper...
Yuri Pankov
1
-223
/
+228
2017-06-12
8354 sync regcomp(3C) with upstream (fix make catalog)
Yuri Pankov
1
-1
/
+1
2017-06-12
5428 provide fts(), reallocarray(), and strtonum()
Yuri Pankov
9
-93
/
+1263
2017-06-12
8355 need libc regex tests
Yuri Pankov
3
-12
/
+44
2017-06-12
8354 sync regcomp(3C) with upstream
Yuri Pankov
12
-110
/
+124
2017-06-07
8276 rpcbind leaks memory due to libumem per thread caching.
Youzhong Yang
1
-1
/
+7
2017-06-05
5097 psignal and psiginfo don't handle NULL arguments correctly
Robert Mustacchi
2
-18
/
+23
2017-05-30
6961 64-bit octal printf may overflow internal buffer
Robert Mustacchi
1
-3
/
+1
2017-04-03
4412 character handling functions should return 0 for argument range 128-255 ...
Yuri Pankov
1
-19
/
+13
2017-03-28
6689 mbtowc(3C) fails to set errno for incomplete characters
Ingo Schwarze
1
-2
/
+9
2017-03-28
6907 strcoll() and strxfrm() don't seem to agree
Yuri Pankov
1
-59
/
+61
2017-03-28
6905 locales: Fix eucJP sorting
John Marino
1
-14
/
+15
2017-03-28
6904 collation: Fix expansion substitutions
John Marino
2
-57
/
+75
2017-03-06
7805 want faster clock_gettime (fix clean)
Yuri Pankov
2
-2
/
+2
2017-03-02
7860 libc: indentation errors
Toomas Soome
2
-8
/
+10
2017-02-27
7805 want faster clock_gettime
Patrick Mooney
8
-17
/
+113
2017-02-22
7812 Remove gender specific language
Daniel Hoffman
9
-31
/
+40
2017-01-25
3772 consider raising default descriptor soft limit
Richard Lowe
4
-406
/
+82
2017-01-02
7714 Extracted libc licenses should be sorted
Marcel Telka
1
-1
/
+1
2016-11-17
7506 epoll_create1 should toss EINVAL for invalid flags
Patrick Mooney
2
-1
/
+9
2016-10-15
7029 want per-process exploit mitigation features (secflags)
Richard Lowe
12
-15
/
+217
2016-10-11
7422 dpioctl should pay attention to FKIOCTL
Patrick Mooney
1
-4
/
+25
2016-09-07
7350 wcsncasecmp reads data from buffers when count is zero
Robert Mustacchi
1
-2
/
+3
[next]