Age | Commit message (Expand) | Author |
2007-02-20 | Change hard coded numbers to sizeof(buf). Also change some | Ray Lai |
2007-02-20 | Change hard coded numbers to sizeof(buf). Also change some | Ray Lai |
2007-02-19 | pthread bits for sh; help deraadt@, ok kettenis@ | Miod Vallat |
2007-02-19 | wording fix from wiz@netbsd, -r1.11; | Jason McIntyre |
2007-02-19 | from hubertf@netbsd: | Jason McIntyre |
2007-02-18 | strlen(3) returns size_t, not int. | Ray Lai |
2007-02-18 | strlen(3) returns size_t. | Ray Lai |
2007-02-17 | Remove duplicate code. No functional change. | Ray Lai |
2007-02-17 | remove two expired certificates, diff from <Christian_Rusch@genua.de> | Alexander von Gernler |
2007-02-15 | Remove two mutexes by replacing getservbyname() and getservbyport() | Ray Lai |
2007-02-14 | correct a mistake concerning ifa_data; | Jason McIntyre |
2007-02-14 | remove size_t and int mixup. same as getaddrinfo.c 1.30 -> 1.31. | Jun-ichiro itojun Hagino |
2007-02-14 | Remove int pretending to be a size_t. | Ray Lai |
2007-02-13 | Avoid double recacl when loop_once is used. | Todd C. Miller |
2007-02-13 | Add prototype for bufferevent_base_set(). | Todd C. Miller |
2007-02-12 | get cheaper random bytes, less waste and no getpid() calls, which are | Otto Moerbeek |
2007-02-12 | provide an libc internal interface to get random bytes, to be used by malloc | Otto Moerbeek |
2007-02-12 | from FreeBSD via Jung (moorang at gmail), fix obvious typo in __fpu_ftox() | Jason Wright |
2007-02-09 | The buffer passed to getdirentries() must be at least as large as | Todd C. Miller |
2007-02-09 | improve example by showing how to skip invalid entries; ok millert@ | Otto Moerbeek |
2007-02-09 | grammar; | Jason McIntyre |
2007-02-08 | g/c __DTF_READALL. It was a flag to the internal __opendir2() but | Todd C. Miller |
2007-02-07 | tweaks; ok millert | Jason McIntyre |
2007-02-07 | sys/swap.h needs sys/param.h and sort while here | Nikolay Sturm |
2007-02-06 | various cleanup: | Jason McIntyre |
2007-02-06 | fix some dodgy displays; | Jason McIntyre |
2007-02-06 | Update to tzcode2007a. This adds support for 64bit time_t in case | Todd C. Miller |
2007-02-06 | discuss consistently "the Epoch"; | Jason McIntyre |
2007-02-04 | Two libevent fixes from the SVN repo: | Todd C. Miller |
2007-02-03 | fix NAME, ok jmc@ | Marc Espie |
2007-01-30 | Remove and simplify an impossible case (if *p = memchr(cp, 0, prec), | Ray Lai |
2007-01-29 | add an ENVIRONMENT section for TMPDIR; | Jason McIntyre |
2007-01-28 | Return ESRCH instead of segfaulting when a thread ID could not be found. | Mark Kettenis |
2007-01-25 | Move paragraphs unrelated to bfname out of this list item. | Alexander Bluhm |
2007-01-24 | +.Xr gzip 1 | Jason McIntyre |
2007-01-16 | Fix potential int overflow for printf(3) when passing in very large | Todd C. Miller |
2007-01-16 | sync with the code: int -> intmax_t | Steven Mestdagh |
2007-01-08 | advertising clauses that can be dropped | Theo de Raadt |
2007-01-08 | the advertising clause on these can safely be removed | Theo de Raadt |
2007-01-08 | fix mem leak, from NetBSD; ok miod@ kettenis@ | Otto Moerbeek |
2007-01-03 | Fix format string misuse in kssl_err_set(), which is not | Moritz Jodeit |
2007-01-02 | remove extra \n in bpf_error() calls. | Reyk Floeter |
2007-01-02 | define bpf filters to match address and header fields in IEEE 802.11 | Reyk Floeter |
2006-12-30 | RFC4291 declares that IPv6 numeric representation must have no more than | Jun-ichiro itojun Hagino |
2006-12-28 | reword a sentence and kill some trailing whitespace; | Jason McIntyre |
2006-12-23 | please gcc | Theo de Raadt |
2006-12-23 | adapt to new two-level sensor sysctl framework; by Constantine A. Murenin | Theo de Raadt |
2006-12-21 | make more correct and less confusing; noted by David Madore; | Otto Moerbeek |
2006-12-21 | mention sys/types.h needed; eth0@o2.pl | Theo de Raadt |
2006-12-21 | 'tranfer' -> 'transfer' in comments. | Kenneth R Westerback |