Age | Commit message (Expand) | Author |
2003-04-25 | kill #if 0 code w/ evil string functions, deraadt/tdeval | Henning Brauer |
2003-04-25 | comment cleanup | Theo de Raadt |
2003-04-25 | sprintf bye bye | Theo de Raadt |
2003-04-25 | Compile with -ansi -pedantic. Replace one ugly lvalue cast with a memcpy. | Chad Loder |
2003-04-25 | string cleanup; ok millert | Theo de Raadt |
2003-04-25 | Remove note about POLLMSG. not used and not provided. ok millert@ | Ted Unangst |
2003-04-25 | #define POLLNORM as synonym for POLLRDNORM. ok millert@ | Ted Unangst |
2003-04-25 | Enable lm(4) and viaenv(4). | Alexander Yurchenko |
2003-04-25 | strings... ok millert@, tedu@ | Thierry Deval |
2003-04-25 | Add lm(4) and viaenv(4). Commented out and i386-only for now. | Alexander Yurchenko |
2003-04-25 | viaenv(4) manual page | Alexander Yurchenko |
2003-04-25 | viaenv(4) driver from NetBSD adapted for sysctl interface. | Alexander Yurchenko |
2003-04-25 | comment fix | Theo de Raadt |
2003-04-25 | comment repair | Theo de Raadt |
2003-04-25 | lm(4) manual page | Alexander Yurchenko |
2003-04-25 | lm(4) driver from NetBSD adapted for sysctl interface. | Alexander Yurchenko |
2003-04-25 | strings... ok tedu@, millert@ | Thierry Deval |
2003-04-25 | strings... ok henning@, millert@, tedu@ | Thierry Deval |
2003-04-25 | fix typo; tom@minnesota.com | Theo de Raadt |
2003-04-25 | enter more | Theo de Raadt |
2003-04-25 | Make function declaration and man page match prototype. Closes PR 3236 | Todd C. Miller |
2003-04-25 | mquery backout sync. | Dale Rahn |
2003-04-25 | Support for accessing the information from the hardware monitoring sensors | Alexander Yurchenko |
2003-04-25 | backout mquery change, something broke when not combined with a different diff. | Dale Rahn |
2003-04-25 | Very little tweak for consistency in space vs \t | Alexander Yurchenko |
2003-04-25 | Document hw.sensors | Alexander Yurchenko |
2003-04-25 | check asprintf return value for error, as the pointer is not guaranteed | Peter Valchev |
2003-04-25 | sysctl front-end for the hardware monitoring sensors. This adds | Alexander Yurchenko |
2003-04-25 | Don't assume that asprintf() will leave "tempfile" unmolested when | Todd C. Miller |
2003-04-25 | kill a workaround now that inet_net_pton acts reasonably | Henning Brauer |
2003-04-25 | always widen the imputed netmask if it is narrower than the specified octets. | Henning Brauer |
2003-04-25 | added two missing .El macros; | Jason McIntyre |
2003-04-25 | Add DL_SETTHREADLCK. "pretty obviously safe i think" teddu@ | Marco S Hyman |
2003-04-25 | check asprintf return value for error as well, some implementations do | Peter Valchev |
2003-04-25 | Document changes to mquery(2) function signature change, now the same as mmap(2) | Dale Rahn |
2003-04-25 | add bounds to some more %s in sscanf | Anil Madhavapeddy |
2003-04-25 | replace an unbounded %s in a sscanf with a bounded one | Anil Madhavapeddy |
2003-04-25 | sync | Dale Rahn |
2003-04-25 | change mquery() function call signature to be the same a mmap(). It | Dale Rahn |
2003-04-25 | AUDIO_ENCODING_* is below, not above the struct description | Anil Madhavapeddy |
2003-04-25 | Fix nat proxy port allocation. In case a range was manually specified, | Daniel Hartmeier |
2003-04-25 | Properly copy the second part of nat proxy port range, when specified. | Daniel Hartmeier |
2003-04-25 | add missing .El's for .Bl macros; | Jason McIntyre |
2003-04-25 | - added missing .Ed | Jason McIntyre |
2003-04-25 | removed unused .Bl | Jason McIntyre |
2003-04-25 | missing .El for .Bl macros; | Jason McIntyre |
2003-04-25 | missing .El for .Bl macro; | Jason McIntyre |
2003-04-25 | - add missing .El macros (7 of them!) | Jason McIntyre |
2003-04-25 | eliminate a sprintf in code we don't use, prodded by and ok jsyn@ | Henning Brauer |
2003-04-25 | minor tweak to error message, from Eric in pr3235 | Ted Unangst |