Age | Commit message (Expand) | Author |
2014-03-14 | prefix structure names to avoid ambiguity and possible collisions when | Eric Faurot |
2014-03-13 | Unhook httpd(8) from build; man page bits | Florian Obser |
2014-03-12 | since we are documenting that setpwfile() is no longer available, maybe | Jason McIntyre |
2014-03-12 | Add ERRORS and STANDARDS, thanks to brad@ for the reminder. | Ingo Schwarze |
2014-03-12 | Make sure that setgrent(), endgrent(), and endpwent() do not clobber | Ingo Schwarze |
2014-03-12 | The functions getpw{nam,uid}_r() no longer set errno, not even if an | Ingo Schwarze |
2014-03-10 | Optimization, no functional change: | Ingo Schwarze |
2014-03-08 | Fix getpw{nam,uid}{,_r}() errno handling for the non-YP case. | Ingo Schwarze |
2014-03-06 | If RPP_STDIN is set the prompt is not displayed. | Todd C. Miller |
2014-03-06 | sort SEE ALSO; | Jason McIntyre |
2014-03-06 | Fix unsigned comparision. | Gerhard Roth |
2014-03-05 | Fix the return values of getpwnam_r(), getpwuid_r(), getgrnam_r(), | Ingo Schwarze |
2014-03-03 | fix support for HOSTALIASES. | Eric Faurot |
2014-02-26 | Try to document SO_RTABLE better. With input from deraadt@ | Claudio Jeker |
2014-02-26 | No need to Xr the same man page twice. | Claudio Jeker |
2014-02-26 | need more #include files for resolv.h, for the non-YP case, which happens | Theo de Raadt |
2014-02-26 | Do not restrict chars in dname during label expansion, but validate resulting | Eric Faurot |
2014-02-24 | make res_search() report NO_DATA instead of HOST_NOT_FOUND in some cases. | Eric Faurot |
2014-02-24 | solar's testsuite revealed insufficient validation of invalid input hashes. | Ted Unangst |
2014-02-23 | in HISTORY, say where this actually came from; | Ingo Schwarze |
2014-02-21 | remove section 2/3 pointers from section 1, | Ingo Schwarze |
2014-02-17 | replace spaces with tabs for indentation | Stefan Sperling |
2014-02-17 | Better search strategy for getaddrinfo. The address family loop must | Eric Faurot |
2014-02-17 | report extra PTR records as aliases | Eric Faurot |
2014-02-17 | remove redundant test | Ted Unangst |
2014-02-17 | sticking strlen into a char leads to wraparound at 256. fix this and | Ted Unangst |
2014-02-13 | Fix logic bug; we can only infer tm_yday if both tm_mday and tm_mon | Todd C. Miller |
2014-02-13 | Don't use use .Tn with AND/OR/NOT | Philip Guenther |
2014-02-12 | use .At to refer to System V.1; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2014-02-11 | avoid pointless TAB outside literal context; | Ingo Schwarze |
2014-02-07 | Fix inet6_opt_init() to only check extlen when extbuff is not NULL | Martin Pieuchot |
2014-02-05 | Remove unnecessary stdio.h include. | Stefan Sperling |
2014-02-05 | Always set errno when returning NULL. OK kettenis@ henning@ | Todd C. Miller |
2014-01-29 | e.g. not i.e. | Jason McIntyre |
2014-01-26 | appeared in 5.2. from Donovan Watteau | Ted Unangst |
2014-01-24 | Update C standard reference to C99 and document HISTORY and AUTHORS; | Ingo Schwarze |
2014-01-23 | also document that ctime* and asctime* can return NULL; ok deraadt@, millert@ | Otto Moerbeek |
2014-01-22 | Use consistent phrasing for bitmask flags. | Philip Guenther |
2014-01-22 | add explicit_bzero to NAME; | Jason McIntyre |
2014-01-22 | minor++ | Ted Unangst |
2014-01-22 | add explicit_bzero to libc. implementation subject to change, but start | Ted Unangst |
2014-01-22 | fix a leak in getgrouplist() | Jonathan Gray |
2014-01-21 | Ouch... recommend arc4random, not random. | Theo de Raadt |
2014-01-21 | document return values; ok deraadt@, jmc@ | Otto Moerbeek |
2014-01-21 | obvious .Pa fixes; found with mandocdb(8) | Ingo Schwarze |
2014-01-20 | Fix an obvious .Fn/.Fa typo, found while testing mandocdb(8). | Ingo Schwarze |
2014-01-20 | Add missing section numbers to .Xr; found while testing mandocdb(8). | Ingo Schwarze |
2014-01-20 | Obvious .Xr fixes, found while testing mandocdb(8). | Ingo Schwarze |
2014-01-19 | Fix one more off-by-one (making it an off-by-two): | Tobias Stoeckmann |
2014-01-19 | Rename the hidden symbol __elf_fdnlist to __fdnlist, and remove the | Theo de Raadt |