Age | Commit message (Expand) | Author |
2012-04-06 | Minimal threads debug support; enough to make attach and detach work. | Mark Kettenis |
2012-04-06 | Implement PT_GET_THREAD_FIRS and PT_GET_THREAD_NEXT. | Mark Kettenis |
2012-04-06 | Make the logic for PMAP_PREFER() and the logic, inside pmap, to do the | Miod Vallat |
2012-04-06 | Rework IP22 RTC year base computation, again. It turns out that different | Miod Vallat |
2012-04-06 | Get serial console speed from ARCBios earlier; repairs serial console on Octane | Miod Vallat |
2012-04-06 | there is no need to cast an unsigned type with (unsigned). | Theo de Raadt |
2012-04-06 | sync | Theo de Raadt |
2012-04-06 | iterate over e_shnum using Elf32_Word instead of int | Theo de Raadt |
2012-04-06 | BIOCGBLEN is using a u_int, not an int | Theo de Raadt |
2012-04-06 | unlike the previous century, the malloc argument now has an accurate type | Theo de Raadt |
2012-04-06 | Fix typo. | Joel Sing |
2012-04-06 | no need to (unsigned) a small constant | Theo de Raadt |
2012-04-06 | Put raidctl in the attic. | Joel Sing |
2012-04-06 | Put raidframe in the attic. | Joel Sing |
2012-04-06 | Remove raidframe related references. | Joel Sing |
2012-04-06 | Regen. | Joel Sing |
2012-04-06 | Remove raidframe device nodes. | Joel Sing |
2012-04-06 | tedu the raidctl. | Joel Sing |
2012-04-06 | tedu the raidframe. | Joel Sing |
2012-04-06 | Do not try to cross build nginx, since it does not work. | Joel Sing |
2012-04-06 | ruadd() does the summing of system and user times, so doing so again | Philip Guenthe |
2012-04-05 | In the neverending tradition of never making things simple, SGI used 1940 as | Miod Vallat |
2012-04-05 | Bail out of bus_dmamap_sync() earlier in the non-PREWRITE cases on TGT_COHERENT | Miod Vallat |
2012-04-05 | Lower ZS_DELAY() back to what it was, but issue a bus_space_barrier() after | Miod Vallat |
2012-04-05 | Add an explicit bus_space_barrier() function for revision 3 hpc, which has a | Miod Vallat |
2012-04-05 | DMA descriptors only need to be aligned on 8-byte boundaries, and the struct | Miod Vallat |
2012-04-05 | Rate-limit accepting of new connections while we are experiencing | Camiel Dobbelaar |
2012-04-05 | Mention clang module. | Stuart Henderson |
2012-04-05 | rate-limit accepting of new connections while we are experiencing | Theo de Raadt |
2012-04-05 | regen | Jonathan Gray |
2012-04-05 | add some devices found on a r720 | Jonathan Gray |
2012-04-05 | Mention the -u flag to tell nginx not to chroot. | Stuart Henderson |
2012-04-05 | As it was made evident by Olaf 'Rhialto' Seibert in the NetBSD PR 34583, | Mike Belopuhov |
2012-04-04 | tweak previous; ok ratchov | Jason McIntyre |
2012-04-04 | use -nosplit for AUTHORS; | Jason McIntyre |
2012-04-04 | Both LSA_TYPE_AREA_OPAQ and LSA_TYPE_AS_OPAQ can be found when traversing | Claudio Jeker |
2012-04-04 | Make sure that identifycpu() is run only once; fixes occasional | Mike Belopuhov |
2012-04-04 | SCM_CREDS can go away, since everything uses the newer APIs. | Theo de Raadt |
2012-04-04 | Disable the install target in nsd and unbound's Makefiles, so if someone runs | Stuart Henderson |
2012-04-04 | Return an error much earlier if recvmsg fails | Theo de Raadt |
2012-04-04 | Add "tid" as a formatting keyword. If the -H option is specified, include | Joel Sing |
2012-04-04 | It's @option no-default-conflict not option @no-default-conflict | Landry Breuil |
2012-04-04 | Honour CFLAGS in nginx build, discussed with robert@ | Stuart Henderson |
2012-04-04 | Set the correct string lengths when stripping the chroot prefix | Robert Nagy |
2012-04-04 | Don't 'reserve' a head/track if there is only only 1 head and 1 | Kenneth R Westerback |
2012-04-04 | add a few airport recently encountered | Jasper Lievisse Adriaanse |
2012-04-04 | Add a simple and clear (hopefully) description of what sndiod does. | Alexandre Ratchov |
2012-04-04 | Fix memory leak in the error handling code path of failed device | Alexandre Ratchov |
2012-04-04 | VERSION -> NPM_VERSION for the www/node MODULE. | Antoine Jacoutot |
2012-04-04 | pipex hook in udp_usrreq() mistakenly assumed that `inp' is connected. | YASUOKA Masahiko |