Age | Commit message (Expand) | Author |
2009-06-04 | Add a resolv.conf option to specify the order in which getaddrinfo | Pierre-Yves Ritschard |
2009-06-04 | in case a handling a +groupname:*:: entry fails due to lack of memory, | Ingo Schwarze |
2009-06-04 | Proper error handling in clntraw_create: | Ingo Schwarze |
2009-06-03 | State that clnt{raw,udp}_create can fail. | Ingo Schwarze |
2009-06-03 | Ensure there is a statement after a label. | Jonathan Gray |
2009-06-03 | crank libc major | Theo de Raadt |
2009-06-03 | Take advantage of the surprise libc bump to bring in | Ingo Schwarze |
2009-06-03 | Make putenv(), setenv() and unsetenv() standards compliant. The | Todd C. Miller |
2009-06-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar... | Janne Johansson |
2009-06-03 | Don't postpone memory allocation for the error message to the error handler: | Ingo Schwarze |
2009-06-02 | Set errno to EINVAL when fgets is given a non-positive size. | Ray Lai |
2009-06-02 | - define EAI_OVERFLOW, as per IEEE Std 1003.1-2001(Interpretation #13) | Jasper Lievisse Adriaanse |
2009-06-02 | When authnone_create fails, do not leave behind a NULL cl_auth attribute, | Ingo Schwarze |
2009-06-02 | make the documentation of {svc,clnt}*create complete and correct | Ingo Schwarze |
2009-06-02 | tweak previous; | Jason McIntyre |
2009-06-01 | When an RPC client program encounters ENOMEM while trying to print | Ingo Schwarze |
2009-06-01 | Split getpw{nam,uid} off into their own man page. Hopefully, this | Todd C. Miller |
2009-05-06 | Document AI_NUMERICSERV; feedback and ok millert@ | Jacek Masiulaniec |
2009-05-03 | Fix signed vs unsigned issue with memcmp/strncmp where the size parameter | Dale Rahn |
2009-04-29 | document that bogus lines are silently ignored | Theo de Raadt |
2009-04-29 | Remove the stderr spray balony. Library functions should indicate failure | Theo de Raadt |
2009-04-29 | junk space | Theo de Raadt |
2009-04-22 | Correct the declaration of the dladdr() stub so that it has the correct | Philip Guenthe |
2009-04-21 | remove from gen so that lint doesn't check gen if assembly versions | Martynas Venckus |
2009-04-19 | - ldexp implementation has issues. switch to the one from libm | Martynas Venckus |
2009-04-15 | allow building without SHA384 and SHA512 (i.e. SHA256 only) with | Damien Miller |
2009-04-12 | document that no leading whitespace is permitted between the option and | Okan Demirmen |
2009-04-05 | accept %F, which actually behaves the same as %f. per C99 | Martynas Venckus |
2009-04-05 | this is not a write-only register. might have caused to optimize | Martynas Venckus |
2009-03-28 | document superuser requirements, with input from jmc@ | Marc Espie |
2009-03-27 | supplement previous: add /etc/netid to FILES section; ok jmc@, ajacoutot@ | Ingo Schwarze |
2009-03-27 | getgrouplist: If YP is #defined and enabled in /etc/group(5) and /etc/netid(5) | Ingo Schwarze |
2009-03-23 | add a HISTORY section to fts(3). | Igor Sobrado |
2009-03-20 | Return -1 from mktemp_internal() on EINVAL like we used to. | Todd C. Miller |
2009-03-17 | correct argument type for swap64(); from Thomas Pfaff | Jason McIntyre |
2009-03-05 | Add glob(7) and refer to it. OK jmc@ sobrado@ | Todd C. Miller |
2009-03-01 | Update to match mktemp.c changes | Todd C. Miller |
2009-03-01 | New mktemp(3) based on the one from portable mktemp(1). Now includes | Todd C. Miller |
2009-02-18 | Add missing braces. This is why we use braces for indented block that | Todd C. Miller |
2009-02-17 | when the template is entirely XXX characters, would crash | Theo de Raadt |
2009-02-13 | kill whitespace at eol; | Jason McIntyre |
2009-02-13 | decribe 'F' better and mention flags are debugging aids; ok tedu@ jmc@ | Otto Moerbeek |
2009-02-11 | Avoid level going negative on deep (i mean really deep) dirs. Reported | Otto Moerbeek |
2009-02-10 | correct function definitions; from Markus Bergkvist | Jason McIntyre |
2009-01-31 | fix typo | Pierre-Yves Ritschard |
2009-01-30 | Change section: we're talking about the symlink system call, not the | Philip Guenthe |
2009-01-30 | tweak previous; | Jason McIntyre |
2009-01-29 | Update to reflect renaming of the st_[acm]timespec members to st_[acm]tim | Philip Guenthe |
2009-01-29 | from Yoshihiko Sarumaru, freebsd pr #76333: fseek(3) can clear EOF too; | Jason McIntyre |
2009-01-15 | Remove support for kerb4 '.' instance separator, kerb4 is dead. OK jacekm@ | Todd C. Miller |