Age | Commit message (Expand) | Author |
2008-09-09 | sigh, gamma got lost | Martynas Venckus |
2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 | Martynas Venckus |
2008-09-06 | Rename SHA256/384/512 API to avoid namespace collisions with | Damien Miller |
2008-08-22 | Don't install libbfd and libopcodes and the associated headers. | Mark Kettenis |
2008-07-24 | unXXX prototypes: exp2, remquo, nan, exp2f, remquof, nanf | Martynas Venckus |
2008-07-24 | - add NAN definition (except on VAX) | Martynas Venckus |
2008-07-22 | - added HUGE_VALF, HUGE_VALL, INFINITY, FP_INFINITE, FP_NAN, | Martynas Venckus |
2008-07-21 | - add proper double_t and float_t definitions for each arch | Martynas Venckus |
2008-07-16 | infnan always returned wrong values, because compiler assumed it | Martynas Venckus |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-25 | Move _POSIX_THREAD_SAFE_FUNCTIONS into unistd.h and set it to 200112 | Todd C. Miller |
2008-06-25 | Add _PW_BUF_LEN define and use it instead of hard-coding 1024 for | Todd C. Miller |
2008-06-24 | prototypes for getpwnam_r() and getpwuid_r() | Theo de Raadt |
2008-06-24 | remove recalloc; sloppy me; ok deraadt@ | Otto Moerbeek |
2008-06-20 | Remove obsolete (and erroneous) #if statement that caused all compilers | Anders Magnusson |
2008-06-13 | implement xdr_int64_t, xdr_u_int64_t | Nikolay Sturm |
2008-06-13 | Add strtof() to libc, some ports seem to like it. Currently it's a simple | Landry Breuil |
2008-06-11 | tgamma and tgammaf | Martynas Venckus |
2008-06-04 | olf support starts to die (easy stuff first); ok miod | Theo de Raadt |
2008-04-29 | Remove duplicate psignal(3) and sys_siglist definitions. signal.h | Kurt Miller |
2008-04-29 | Make sure sys_signame and sys_siglist are wrapped in __BEGIN_DECLS. | Mark Kettenis |
2008-04-24 | - correct brk(2) prototype and man page to match implementation and POSIX. | Kurt Miller |
2008-04-23 | Import MPLS (Multi Protocol Label Switching) | Esben Norby |
2008-03-22 | Get rid of 3 extra leading spaces. ok deraadt@ | Matthieu Herrb |
2008-03-16 | diff from djm@ committed at his request: | Otto Moerbeek |
2008-02-10 | Define _POSIX_TZNAME_MAX to 6 if the user requested POSIX 1003.1-2001. | Mark Kettenis |
2008-02-02 | Define _POSIX_HOST_NAME_MAX and HOST_NAME_MAX. | Mark Kettenis |
2007-11-24 | some spelling fixes from Martynas Venckus | Jason McIntyre |
2007-10-19 | install includes from libexpat | Theo de Raadt |
2007-10-02 | pcc knows _Bool. ok beck@ miod @millert | Otto Moerbeek |
2007-09-03 | add recaloc(3) | Todd C. Miller |
2007-09-03 | add memrchr(3) | Todd C. Miller |
2007-06-06 | no longer make include/netipx dir | Theo de Raadt |
2007-06-05 | _FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, so | Kurt Miller |
2007-06-03 | Add ffs2 support to dump/restore. From FreeBSD with some NetBSD changes. | Todd C. Miller |
2007-05-29 | based on a diff from Matt Provost: allow printing of ldd information | Jason Wright |
2007-05-05 | Provide hook so that rthreads can provide a spinlock to protect from races | Dale Rahn |
2007-03-17 | allow extern inline stuff to proceed unchanged thru the mess that the | Marc Espie |
2007-03-14 | do the adjustment of arbitrary 128 -> BLF_MAXUTILIZED in userland as well, | Alexander von Gernler |
2007-03-05 | Remove _err() calls from getnetgrent.c. This is a minor API change | Todd C. Miller |
2007-02-13 | remove prereq, by using a pre-generated include file (this one should now | Marc Espie |
2007-02-08 | g/c __DTF_READALL. It was a flag to the internal __opendir2() but | Todd C. Miller |
2006-12-20 | zap bogus sentinel, as noticed by dasn. | Marc Espie |
2006-11-10 | add void set_rpc_maxgrouplist(int), to be able to make mount_nfs -g | Alexander von Gernler |
2006-09-17 | add lldiv prototype; ok deraadt@ | Damien Miller |
2006-08-28 | zap argument name, okay millert@ | Marc Espie |
2006-07-26 | TIMEOUT* values are not part of the protocol. tftp.h is a namespace | Theo de Raadt |
2006-07-26 | Fixing several timeout quirks at tftpd and tftp: | Marcus Glocker |
2006-07-20 | Add blksize option support for tftpd according to RFC 2348. | Marcus Glocker |
2006-07-12 | add some more C99 functions: round(3) and roundf(3). | Brad Smith |