| Age | Commit message (Expand) | Author |
| 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 |
| 2010-05-06 | lint friendly | christos |
| 2010-05-05 | PR/43258: Hauke Fath: remove duplicate setservent declaration | christos |
| 2010-05-04 | handle the difference between C99 and GNUC semantics of inline | plunky |
| 2010-05-02 | typo in comment | dholland |
| 2010-04-25 | Add the constant database reader (cdbr(3)) and writer ((cdbw(3)). | joerg |
| 2010-04-24 | Define _PATH_POWER and use it. | jruoho |
| 2010-04-17 | change size_t to ssize_t for POSIX compliance. | christos |
| 2010-04-17 | PR/43172: Jukka Ruohonen: swab(3) lacks restrict-keyword | christos |
| 2010-03-27 | 1. {wctype,wctrans,mbstate}_t: switch MD to MI like other | tnozaki |
| 2010-02-25 | Consistently use __printflike and __scanflike. | joerg |
| 2010-02-23 | PR 36988: ISO C99 mandates that HUGE_VAL, HUGE_VALF, HUGE_VALL and | joerg |
| 2010-02-03 | getent cannot report on termcap as we now use terminfo. | roy |
| 2010-02-03 | Userland now builds and uses terminfo instead of termcap. | roy |
| 2010-01-27 | retire pw_policy(3) -- it is not found useful, there are other | drochner |
| 2010-01-25 | vasnprintf and asnprintf were never compiled in our libroken.a and never | christos |
| 2010-01-24 | make the window size function return the lines and columns variables separately | christos |
| 2010-01-11 | Use a proper char */size_t pair in __sfileext to keep track of the line | joerg |
| 2010-01-11 | Add exp2 and exp2m | christos |
| 2010-01-07 | Typo in comment. | skrll |
| 2009-12-22 | +_PATH_PUD | pooka |
| 2009-11-17 | add some prototypes for checked string functions | drochner |
| 2009-11-15 | Don't define wchar_t for c++; it is native in the language. From Alexander | christos |
| 2009-11-04 | typedef struct link_map as Link_map (for solaris-compat) | pooka |
| 2009-10-24 | expose res_check for the benefit of mDNS. | christos |
| 2009-10-21 | Remove 3rd and 4th clauses in christos' license. OK christos. | snj |
| 2009-10-13 | In a furious blaze of *facepalm* / "what was i thinking?", fix the | pooka |
| 2009-10-04 | oops forgot to commit that one--- Add f{dim,min,max}{,l,f} | christos |
| 2009-10-02 | Introduce allocaddrinfo(3) to make writing getaddrinfo() nss plugins easier. | tsarna |
| 2009-09-24 | Add Solarisa-like dlinfo() interface to the ELF dynamic linker. | pooka |
| 2009-09-08 | Add opendisk1(), which functions like opendisk(), but takes a function | pooka |
| 2009-08-21 | Introduce a new accessor macro N_NAME() to access the n_name field | he |
| 2009-08-19 | include <stdint.h> instead of <sys/types.h>. | yamt |
| 2009-08-16 | Version fts one more time! This is the most versioned API ever... Bump | christos |
| 2009-08-16 | Repair more fallout from the exec_aout.h change. | pgoyette |
| 2009-08-12 | Allow <machine/setjmp.h> to override the type using in jmpbuf. | matt |
| 2009-07-22 | Declare strsignal(3) in <string.h>, per POSIX-2008, and adjust | kleink |
| 2009-07-22 | add a "public domain" note (there is nothing creative justifying a | drochner |
| 2009-07-21 | Some parts of gcc fail with the direct include of sys/inttypes.h, so | joerg |
| 2009-07-21 | Move popcount et al to src/common and add popcount32/popcount64. | joerg |
| 2009-07-21 | Add popcount(3) and the long and long long version. Name is inspired by | joerg |
| 2009-07-20 | Add a fast, platform independent hash function to libc. | joerg |