Age | Commit message (Expand) | Author | Files | Lines |
2013-10-09 | 2989 LOGNAME_MAX should be increased to 32 (fix gcc build) | Gary Mills | 1 | -0/+3 |
2013-10-08 | 2989 LOGNAME_MAX should be increased to 32 | Gary Mills | 4 | -25/+121 |
2013-09-04 | [illumos-gate merge] | Keith M Wesolowski | 1 | -1/+6 |
2013-08-30 | 4072 make clobber leaves trash | Gordon Ross | 1 | -1/+6 |
2013-08-03 | 3967 iconv() blows up when passed (iconv_t)-1 | Keith M Wesolowski | 1 | -1/+1 |
2013-08-02 | OS-2408 iconv() blows up when passed (iconv_t)-1 | Keith M Wesolowski | 1 | -1/+1 |
2013-07-18 | [illumos-gate merge] | Keith M Wesolowski | 3 | -22/+84 |
2013-07-16 | 3849 implement __cxa_atexit/__cxa_finalize | Richard Lowe | 3 | -22/+84 |
2013-05-17 | [illumos-gate merge] | Keith M Wesolowski | 1 | -1/+59 |
2013-05-14 | 3717 a README should explain libc's use of 'protected', the potential existen... | Richard Lowe | 1 | -1/+59 |
2013-05-08 | [illumos-gate merge] | Keith M Wesolowski | 13 | -102/+112 |
2013-04-21 | 3713 Implement accept4() | Theo Schlossnagle | 13 | -102/+112 |
2013-04-17 | [illumos-gate merge] | Keith M Wesolowski | 1 | -7/+24 |
2013-04-17 | 3687 fopen() O_CLOEXEC support via the "e" flag | Theo Schlossnagle | 1 | -7/+24 |
2013-01-29 | OS-1836 passwd command truncates usernames to 8 chars by default (overflow) | Keith M Wesolowski | 1 | -1/+2 |
2013-01-29 | OS-1836 passwd command truncates usernames to 8 chars by default | Keith M Wesolowski | 2 | -21/+58 |
2013-01-14 | Illumos Sync | John Sonnenschein | 1 | -10/+14 |
2012-12-20 | 3414 Need a new word of AT_SUN_HWCAP bits | Robert Mustacchi | 1 | -10/+14 |
2012-11-07 | Illumos sync | John Sonnenschein | 4 | -8/+48 |
2012-09-10 | illumos sync | John Sonnenschein | 1 | -2/+2 |
2012-09-07 | 3006 VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zero | Madhav Suresh | 1 | -2/+2 |
2012-07-30 | Illumos Sync | John Sonnenschein | 7 | -14/+49 |
2012-07-16 | OS-1367 need ptcumem | Robert Mustacchi | 8 | -0/+129 |
2012-08-01 | backout 3006: causes 3046 (panics after mounting root) | Richard Lowe | 1 | -2/+2 |
2012-07-31 | 3006 VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zero | Madhav Suresh | 1 | -2/+2 |
2012-05-07 | illumos sync | John Sonnenschein | 7 | -160/+175 |
2012-09-22 | 2933 compiler warning gags need better granularity | Richard Lowe | 4 | -0/+48 |
2012-06-25 | 3132 remove support for building with gcc 3 | Richard Lowe | 2 | -8/+0 |
2012-03-13 | 2077 lots of unreachable breaks in illumos gate | Milan Jurik | 4 | -32/+12 |
2012-03-13 | 1594 strxfrm may write past the specified buffer | Theo Schlossnagle | 1 | -4/+6 |
2012-06-14 | 1450 Illumos should be buildable with GCC4 | Richard Lowe | 8 | -159/+171 |
2012-05-21 | 2619 asynchronous destruction of ZFS file systems | Christopher Siden | 2 | -1/+25 |
2012-05-11 | 2655 illumos should be lint 12.3 free | Milan Jurik | 1 | -2/+2 |
2011-11-02 | richlowe GCC4 merge | John Sonnenschein | 9 | -159/+269 |
2011-11-02 | [OS-714] illumos merge | John Sonnenschein | 4 | -57/+126 |
2011-10-29 | 1678 libc lint library is missing definition for glob/globfree | Yuri Pankov | 1 | -0/+7 |
2011-10-20 | Merge branch 'master' of http://github.com/illumos/illumos-gate into gcc/upgrade | Richard Lowe | 3 | -57/+119 |
2011-10-03 | [OS-663] Post-6.5 Illumos sync | John Sonnenschein | 3 | -11/+25 |
2011-08-28 | Merge branch 'master' of http://github.com/illumos/illumos-gate into gcc/upgrade | Richard Lowe | 2 | -9/+16 |
2011-07-16 | Merge branch 'master' of http://github.com/illumos/illumos-gate into gcc/upgrade | Richard Lowe | 1 | -2/+9 |
2011-07-02 | libc: Remove SPARC tls workarounds when using GCC 4 | Richard Lowe | 2 | -4/+6 |
2011-07-02 | libc: make install target depend on generated headers | Richard Lowe | 1 | -1/+1 |
2011-07-02 | libc: Implement __floatundisf | Richard Lowe | 3 | -0/+49 |
2011-07-02 | libc: Implement __floatundidf | Richard Lowe | 3 | -0/+49 |
2011-07-02 | libc: Mark %g7 as #scratch in _curthread, and implement directly | Richard Lowe | 1 | -5/+7 |
2011-07-02 | libc: Don't let GCC optimize away __rtld | Richard Lowe | 1 | -1/+10 |
2011-07-01 | Use __attribute__((__gnu_inline__)) on GCC ASM | Richard Lowe | 2 | -148/+147 |
2011-06-21 | 2409 libc needs more gcc 4 support on 32-bit SPARC | Richard Lowe | 4 | -0/+98 |
2011-05-27 | Merge branch 'master' of git://github.com/illumos/illumos-gate into develop | John Sonnenschein | 1 | -3/+3 |
2011-05-19 | 1046 wcsxfrm(3C) crashes when len arg is 0 | Gordon Ross | 1 | -3/+3 |