Age | Commit message (Expand) | Author |
2007-03-15 | give _POSIX_THREAD_* defines a value of 1 so applications that | Kurt Miller |
2007-03-13 | Set the DN bit in the fpscr upon startup, to prevent faulting when loading | Miod Vallat |
2007-03-07 | manual page update by Bruce M. Simpson <bms@FreeBSD.org> to | Jason McIntyre |
2007-03-05 | Remove _err() calls from getnetgrent.c. This is a minor API change | Todd C. Miller |
2007-03-03 | remove duplicate option; spotted by Igor Sobrado | Jason McIntyre |
2007-03-03 | Kernel crash dumps and associated libkvm bits for landisk. | Miod Vallat |
2007-03-02 | Move landisk to hardware floating point. At the moment the FPU context is | Miod Vallat |
2007-03-01 | If NLS is disabled, strerror does not print the correct error string. | Alexander Bluhm |
2007-02-28 | - NOTES -> CAVEATS | Jason McIntyre |
2007-02-28 | use mdoc macros; | Jason McIntyre |
2007-02-28 | new sentence, new line; | Jason McIntyre |
2007-02-27 | sha2 hashes are not 5 32-bit ints in size. Just leave out the size | Todd C. Miller |
2007-02-27 | Update to tzcode2007c from elsie.nci.nih.gov | Todd C. Miller |
2007-02-26 | Add SuperH to the architecture list which stack grow down, even though this | Miod Vallat |
2007-02-26 | another EINVAL case documented | Otto Moerbeek |
2007-02-26 | Now that the code is consistent, make the descriptions of EINVAL | Otto Moerbeek |
2007-02-21 | net.inet.esp.udpencap is enabled by default; | Jason McIntyre |
2007-02-20 | Revert PAE pmap for now, until the strange bug is found. This stops | Tom Cosgrove |
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 |