| Age | Commit message (Expand) | Author |
| 2011-08-30 | provide a complete prototype for xdrproc_t | plunky |
| 2011-08-30 | Apply casts to cases where xdrproc_t is expected but is not | plunky |
| 2011-08-30 | Add getlabelusesmbr(), as proposed in | bouyer |
| 2011-08-28 | Remove crypto/dist/heimdal and its associated build infrastructure as | elric |
| 2011-08-28 | prototype for strpct | christos |
| 2011-08-26 | Build and install ppath(3), property-list paths library. | dyoung |
| 2011-08-26 | pw_error is documented to be dead | joerg |
| 2011-08-26 | __assert and __assert13 are dead | joerg |
| 2011-08-22 | Don't pollute the namespace with stdint.h. (This file is included from | dholland |
| 2011-08-16 | Add macros to hide OpenGroup extened API set 2 from GNU configure. This | manu |
| 2011-08-08 | First stage of support for Extended API set 2. Most of the think is | manu |
| 2011-07-28 | Add ilogbl(3). | joerg |
| 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 |