Age | Commit message (Expand) | Author |
2008-07-07 | Application-specified thread stacks didn't work with libpthread | Philip Guenthe |
2008-07-06 | oops, fix getpwent() use of wrong buffers | Theo de Raadt |
2008-07-05 | - correct .Dt for pthread_attr_setstack.3 | Jason McIntyre |
2008-07-05 | Add manpage for pthread_attr_[sg]etstack(3) | Philip Guenthe |
2008-06-30 | document that mquery(2) is non-standard; hint and ok deraadt@ | Otto Moerbeek |
2008-06-30 | xref mquery | Otto Moerbeek |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-25 | - expressions such as x != x and x == x are prone to errors and | Martynas Venckus |
2008-06-25 | `Li' needs an argument; | Jason McIntyre |
2008-06-25 | Change a very long selective list of all architectures which do IEEE into | Theo de Raadt |
2008-06-25 | Move _POSIX_THREAD_SAFE_FUNCTIONS into unistd.h and set it to 200112 | Todd C. Miller |
2008-06-25 | Implement _SC_GETGR_R_SIZE_MAX, _SC_GETPW_R_SIZE_MAX, _SC_LOGIN_NAME_MAX, | 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-25 | Build pic versions of crt0, crtbegin & crtend for amd64, i386, powerpc, | Kurt Miller |
2008-06-25 | Make pic compatiable. From and okay drahn@ no objection miod@ | Kurt Miller |
2008-06-24 | crank major because of two new interfaces | Theo de Raadt |
2008-06-24 | create a private getpwent()-like interface which does not walk the YP | Theo de Raadt |
2008-06-24 | implement getpwnam_r() and getpwuid_r() -- very nearly a rewrite of the | Theo de Raadt |
2008-06-21 | cleaning up, no functional changes | Martynas Venckus |
2008-06-20 | Adjust the _SEM_CHECK_VALIDITY macro to detect NULL sem_t instead of | Kurt Miller |
2008-06-16 | fix some errors found by lint, e.g. declaration w/o types, make | Martynas Venckus |
2008-06-16 | - update list of functions. add functions that have been added in | Martynas Venckus |
2008-06-15 | add a procedure NLM_SM_NOTIFY (in version 0), used by statd to send | Nikolay Sturm |
2008-06-15 | Swap the code for a calling function and what it calls, so that the called | Theo de Raadt |
2008-06-14 | remove _thread_malloc_init prototype | Otto Moerbeek |
2008-06-14 | zap last thread_malloc_init reference. otto@ ok | Federico G. Schwindt |
2008-06-14 | slightly more robust fix in not relying on utf-8 sequences being well | Peter Valchev |
2008-06-14 | accidentally deleted a little bit too much, oops | Theo de Raadt |
2008-06-13 | grammar fixes; | Jason McIntyre |
2008-06-13 | Remove all comments so that this code is 100% 'portable interface', and | Theo de Raadt |
2008-06-13 | document xdr_{u_}int64_t() functions | Theo de Raadt |
2008-06-13 | Add definitions for nlm version 4 (for use with NFSv3). | Nikolay Sturm |
2008-06-13 | remove _MALLOC_LOCK_INIT; major bump; ok deraadt@ | Otto Moerbeek |
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-12 | spacing, add rcs ids, no binary change | Martynas Venckus |
2008-06-12 | some cleanup for noieee_src, as asked by millert@: remove fictional | Martynas Venckus |
2008-06-12 | shut up lint; pointed out by theo | Martynas Venckus |
2008-06-12 | fix parser crash w/ invalid UTF-8 char sequences (all apps that use expat | Peter Valchev |
2008-06-12 | add isinff and isnanf. no objection millert@ | Martynas Venckus |
2008-06-12 | use ALTENTRY; was ok millert@ | Martynas Venckus |
2008-06-12 | - no need for ifdef dance (21), we have isnan, finite for vax | Martynas Venckus |
2008-06-12 | Makefile: fix MLINKS | Jason McIntyre |
2008-06-11 | - on non-ieee, rename gamma to tgamma, the 'true' gamma | Martynas Venckus |
2008-06-11 | Import vlan support from upstream libpcap. This allows, eg, "tcpdump vla 3" | Darren Tucker |
2008-06-11 | drem{,f} are aliases for remainder{,f}, so: | Martynas Venckus |
2008-06-11 | close brackets; ok jmc@ | Martynas Venckus |
2008-06-11 | add C99 round(), based on ieee_src, for noieee_src. tested on VAX | Martynas Venckus |
2008-06-10 | vax doesn't have inf/nan, finite always returns 1 | Martynas Venckus |
2008-06-10 | document access(2) can return EPERM; noted by Tim van der Molen; ok millert@ | Otto Moerbeek |