Age | Commit message (Expand) | Author |
2012-04-08 | regen | Jonathan Gray |
2012-04-08 | additional urtwn device ids found in the linux driver | Jonathan Gray |
2012-04-08 | Missed kbproto documentation directory. | Matthieu Herrb |
2012-04-08 | New directories for protocol documentation. | Matthieu Herrb |
2012-04-08 | regen | Jonathan Gray |
2012-04-08 | add ids for Attansic/Atheros L1F (AR8161) and L2F (AR8162). | Jonathan Gray |
2012-04-08 | additional adapter types from FreeBSD | Jonathan Gray |
2012-04-08 | Do not fire name timer when automatic-rename is off, from Tim Ruehsen a | Nicholas Marriott |
2012-04-08 | match BELKIN F7D2102; from Seth Jackson | Theo de Raadt |
2012-04-08 | add BELKIN F7D2102; Seth Jackson | Theo de Raadt |
2012-04-08 | add the evtimout rate-limiting code for accept() here too. | Theo de Raadt |
2012-04-07 | Rate-limit accepting of new connections while we are experiencing fd | Christiano F. Haesbaert |
2012-04-07 | The Route Distinguishers should not be used to control distribution. | Claudio Jeker |
2012-04-07 | Tweak FAT detection/usage. Recognize 'bare' FAT media that lacks | Kenneth R Westerback |
2012-04-07 | Bring the rtable sockopt code in line with the setrtable() implementation. | Claudio Jeker |
2012-04-07 | remove superfluous return, ok mikeb | Camiel Dobbelaar |
2012-04-07 | Minimal threads debug support for sparc64. | Mark Kettenis |
2012-04-07 | The wcookie is per-process, not per-thread. | Mark Kettenis |
2012-04-07 | Fix previous commit; the function signatures are different for our in-tree | Mark Kettenis |
2012-04-07 | grammar fix; | Jason McIntyre |
2012-04-06 | range check st_size before calling calloc() | Theo de Raadt |
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 |