Age | Commit message (Expand) | Author |
2008-07-06 | oops, fix getpwent() use of wrong buffers | Theo de Raadt |
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 | `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 | 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-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-14 | remove _thread_malloc_init prototype | Otto Moerbeek |
2008-06-13 | grammar fixes; | Jason McIntyre |
2008-06-13 | document xdr_{u_}int64_t() functions | Theo de Raadt |
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-10 | document access(2) can return EPERM; noted by Tim van der Molen; ok millert@ | Otto Moerbeek |
2008-06-10 | add missing arg to .Fn | Otto Moerbeek |
2008-06-09 | Update access(2) to have modern semantics with respect to X_OK and | Todd C. Miller |
2008-06-09 | fix an Xr, and use a more appropriate macro; | Jason McIntyre |
2008-06-08 | arc4random_stir() does not use /dev/arandom anymore, but sysctl kern.arandom | Theo de Raadt |
2008-06-04 | olf support starts to die (easy stuff first); ok miod | Theo de Raadt |
2008-06-04 | fix math screwup that reintroduced a bias for upper_bounds in range | Damien Miller |
2008-05-30 | fix a broken Xr; | Jason McIntyre |
2008-05-24 | typo. | Igor Sobrado |
2008-05-21 | Use _C_LABEL when appropriate. | Miod Vallat |
2008-05-21 | Use _PROF_PROLOGUE insteaf of rolling our own. | Miod Vallat |
2008-05-20 | kill an Xr to a non-existent man page, ulimit(1); | Jason McIntyre |
2008-05-19 | bump (recalloc removal) | Otto Moerbeek |
2008-05-19 | remove recalloc(3); it is buggy and impossible to repair without big | Otto Moerbeek |
2008-05-16 | Fix ssize_t vs. size_t mismatch | Todd C. Miller |
2008-05-16 | C99 says that for each va_copy() there must be a matching va_end(). | Todd C. Miller |
2008-05-13 | Don't forget to va_end() the va_list we get from va_copy(). From FreeBSD. | Todd C. Miller |
2008-05-11 | Fix a crash when iterating over a hash and removing its elements. | Todd C. Miller |
2008-05-11 | garbage collect the portability bits for the removed select() support. | Brad Smith |
2008-05-09 | kill trailing whitespace; | Jason McIntyre |
2008-05-09 | add SO_BINDANY with pf example; help from jmc, ok beck@ | Markus Friedl |
2008-05-07 | routed is no more so use dhcpd in these examples instead. OK norby@ | Claudio Jeker |
2008-05-06 | Use the standard syslog levels on CARP logging messages instead of | Ryan Thomas McBride |
2008-05-05 | add missing header for getpagesize | Charles Longeau |
2008-05-03 | add missing header for close | Charles Longeau |
2008-05-02 | Make the SO_TIMESTAMP sockopt work. When set, this allows the user to | Chris Kuethe |
2008-05-01 | Be carefull not to read away the target entry when encountering | Otto Moerbeek |
2008-04-24 | - correct brk(2) prototype and man page to match implementation and POSIX. | Kurt Miller |
2008-04-21 | _file is only a short, so prevent truncation if we happen to hit | Otto Moerbeek |
2008-04-18 | convert select() => poll(), saves a runtime malloc+free per retry | Damien Miller |
2008-04-16 | permit _ in the middle of a DNS name component | Theo de Raadt |
2008-04-13 | Improve the libc DNS resolver ID generation algorithm to be more | Damien Miller |
2008-04-13 | Use arc4random_buf() when requesting more than a single word of output | Damien Miller |