| Age | Commit message (Expand) | Author |
| 2011-07-26 | Add scalbnl to libm. | joerg |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2011-07-04 | Import xdr_sizeof() from FreeBSD | manu |
| 2011-06-26 | * Arrange for interfaces that create new file descriptors to be able to | christos |
| 2011-06-25 | PR/45015: ld.elf_so: support ELF symbol versioning | nonaka |
| 2011-06-17 | Add mount -o extattr option to enable extended attributs (corrently only | manu |
| 2011-05-20 | Add fenv support for sparc. Mostly copied from sparc64 and share with it. | nakayama |
| 2011-05-16 | Actually test for sparc v9 architecture, doesn't matter if we are building | martin |
| 2011-05-16 | The support of <fenv.h> is actually for __sparc64__, not for __sparc__ | he |
| 2011-03-27 | finish the ieeefp.h vs fp_prec_t hack from the previous change and | mrg |
| 2011-03-26 | add fpgetprec/fpsetprec | christos |
| 2011-03-24 | Add a new libquota library, which contains some blocks to build and/or | bouyer |
| 2011-03-16 | remove commaize_number. | christos |
| 2011-03-15 | put in a proto for commaize_number() | pooka |
| 2011-03-12 | Fix various vis/unvis issues: | christos |
| 2011-02-21 | Redo the SSP wrappers to be transparent on the resulting object files. | joerg |
| 2011-02-16 | handle ssp | christos |
| 2011-02-06 | remquo{,f} from FreeBSD via Stathis Kamperis | christos |
| 2011-02-04 | add arc4random_{buf,uniform}, from OpenBSD. | christos |
| 2011-01-31 | new error. | christos |
| 2011-01-31 | fenv support for sparc64 from Stathis Kamperis | christos |
| 2011-01-26 | provide a way to override the weak name. | christos |
| 2011-01-26 | fix readlink prototype. | christos |
| 2011-01-25 | proved an __ssp_check macro. | christos |
| 2011-01-20 | Use the _sys alias instead of the _ alias as the way to access the baseline | christos |
| 2011-01-19 | Re-do ssp hijacking by defining inline functions and using the weak libc | christos |
| 2010-12-29 | practice alphabet: "g before i except never" etc. | pooka |
| 2010-12-25 | add /dev/video, /dev/video0 | jmcneill |
| 2010-12-24 | Add support for DF_1_BIND_NOW, DF_1_NODELETE and DF_1_NOOPEN marked | skrll |
| 2010-12-22 | Use __constfunc(3) instead of __attribute__((const)) directly. | jruoho |
| 2010-12-22 | Use __dead instead of __attribute__((__noreturn__)) directly. | jruoho |
| 2010-12-16 | Provide a re-entrant and thread-safe set of timezone API's that | christos |
| 2010-11-27 | add VIS_NOESCAPE and VIS_HTTP1866 | christos |
| 2010-10-16 | Implement dl_iterate_phdr. | skrll |
| 2010-10-14 | Move a comment so that it is correct. | skrll |
| 2010-10-01 | make putenv POSIX compliant. | christos |
| 2010-09-26 | fix rewinddir on nfs. fix PR/42879 (and probably PR/40229.) | yamt |
| 2010-09-24 | add fmemopen(3) derrived from POSIX:2008. | tnozaki |
| 2010-09-15 | Commit SoC long double support from Stathis Kamperis | christos |
| 2010-09-06 | Add dprintf and vdprintf. XXX: Might ifdef it if too many things break. | christos |
| 2010-09-06 | add globstar. | christos |
| 2010-08-31 | Move prototype of isrmt() to rmt.h. It is a public interface | enami |
| 2010-08-27 | The signal number argument in psignal is int not unsigned int. | christos |
| 2010-08-02 | Missing defined. | joerg |
| 2010-07-31 | Add support for fenv.h interface for i386 and amd64. | joerg |
| 2010-07-31 | Define a new __c99inline macro for compilers known to implement the C99 | joerg |
| 2010-06-07 | 1. MB_LEN_MAX switch MD to MI. | tnozaki |
| 2010-06-01 | more split ctype.h -> sys/ctype_inline.h, sys/ctype_bits.h | tnozaki |
| 2010-06-01 | later versions of pcc may define __GNUC__ for compatibility reasons, so | plunky |
| 2010-05-22 | 1. hide _CTYPE_PRIVATE section in ctype.h, move them to private header ctype_... | tnozaki |