Age | Commit message (Expand) | Author |
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 |
2009-01-13 | Man page for wcstof(3), wcstod(3) and wcstold(3). | Mark Kettenis |
2009-01-13 | Crank minor because of addition of wcsto* functions. | Mark Kettenis |
2009-01-13 | Add wcstof(3) and wcstold(3). | Mark Kettenis |
2009-01-13 | Add wcstoimax(3) and wcstoumax(3). | Mark Kettenis |
2009-01-10 | The process number is longer used to replace trailing 'Xs'. | Tobias Stoeckmann |
2009-01-03 | reintroduce extra malloc protections, but avoiding the use of | Damien Miller |
2008-12-31 | PAGE_SIZE is not a valid symbol to use in that way. In particular, | Theo de Raadt |
2008-12-30 | Remove mprotecting of struct dir_info introduced in previous commit | Damien Miller |
2008-12-29 | extra paranoia for malloc(3): | Damien Miller |
2008-12-27 | Fix file descriptor leak in fts_children(); okay dhill@, millert@, | Pedro Martelletto |
2008-12-23 | repair the ARC4 story; ok jmc djm millert | Theo de Raadt |
2008-12-23 | ddb.console does not override machdep.kbdreset, so don't say it does; | Jason McIntyre |
2008-12-22 | document yp_maplist(); from Ingo Schwarze | Jason McIntyre |
2008-12-22 | The example for detecting malicious PTR records could be easily misinterpreted. | Jacek Masiulaniec |
2008-12-20 | Add man page for wcstol and friends. | Mark Kettenis |
2008-12-17 | Document ENOBUFS for writev(2). | Ray Lai |
2008-12-15 | shave off more bytes than you expect by declaring a few const local arrays | Otto Moerbeek |
2008-12-12 | __isinff and __isnanf | Martynas Venckus |
2008-12-12 | do the same as was done in mi version: do not include math.h, since isinf, | Martynas Venckus |
2008-12-12 | strcpy -> strlcpy; ok mbalmer@ martynas@ | Otto Moerbeek |
2008-12-12 | - document and mlink frexpf, ldexpf, modff added 13 years ago | Martynas Venckus |
2008-12-10 | no spaces allowed in the macro arguments. completely insanity! | Theo de Raadt |
2008-12-10 | use sys/cdefs.h; pointed out by theo | Martynas Venckus |
2008-12-10 | use sys/cdefs.h | Theo de Raadt |
2008-12-09 | these were not needed | Martynas Venckus |
2008-12-09 | ditto frexpl and ldexpl | Martynas Venckus |
2008-12-09 | alias fabsl to fabs on these archs | Martynas Venckus |
2008-12-09 | remove unused | Martynas Venckus |
2008-12-09 | - add long double signbit | Martynas Venckus |
2008-12-09 | bugfix update to gdtoa 2008-10-10. ok millert@, tested by many | Martynas Venckus |
2008-12-09 | Commit requested by marco: | Otto Moerbeek |
2008-12-09 | fix inet_ntop(3) prototype; ok millert@ libc to be bumbed very soon | Otto Moerbeek |
2008-12-07 | Document that ethers_aton returns NULL for invalid addresses. | Paul de Weerd |
2008-11-26 | Add unix(4) to SEE ALSO. | Michael Knudsen |
2008-11-26 | Fix typo, okay jmc@. | Pedro Martelletto |
2008-11-24 | Correctly jump over routing headers and calculate the size of the if_data | Claudio Jeker |
2008-11-21 | - make the .Nd of link(2) and symlink(2) a bit more consistent | Jasper Lievisse Adriaanse |
2008-11-20 | move allocations between half a page and a page as close to the end of | Otto Moerbeek |
2008-11-20 | Reduce the leeway malloc allows when moving allocations to the end of | Otto Moerbeek |
2008-11-13 | To allow for easier playing with more strict settings introduce | Otto Moerbeek |