Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2012-08-10 | add blowfish hash support to crypt | Rich Felker | 3 | -8/+806 |
2012-08-09 | fix (hopefully) all hard-coded 8's for kernel sigset_t size | Rich Felker | 14 | -20/+31 |
2012-08-09 | add defines for number of sigset_t bytes syscalls expect | Rich Felker | 4 | -0/+8 |
2012-08-09 | make crypt return an unmatchable hash rather than NULL on failure | Rich Felker | 1 | -5/+2 |
2012-08-07 | further fixes for mips ioctl.h header | Rich Felker | 1 | -4/+4 |
2012-08-07 | fix another mips gratuitous-incompatibility bug: ioctl numbers | Rich Felker | 1 | -2/+2 |
2012-08-07 | fix bug dlsym bug that slipped in during dynamic linker cleanup | Rich Felker | 1 | -1/+1 |
2012-08-05 | make configure accept mipsel | Rich Felker | 1 | -1/+1 |