summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-08regenJonathan Gray
2012-04-08additional urtwn device ids found in the linux driverJonathan Gray
2012-04-08Missed kbproto documentation directory.Matthieu Herrb
2012-04-08New directories for protocol documentation.Matthieu Herrb
2012-04-08regenJonathan Gray
2012-04-08add ids for Attansic/Atheros L1F (AR8161) and L2F (AR8162).Jonathan Gray
2012-04-08additional adapter types from FreeBSDJonathan Gray
2012-04-08Do not fire name timer when automatic-rename is off, from Tim Ruehsen aNicholas Marriott
2012-04-08match BELKIN F7D2102; from Seth JacksonTheo de Raadt
2012-04-08add BELKIN F7D2102; Seth JacksonTheo de Raadt
2012-04-08add the evtimout rate-limiting code for accept() here too.Theo de Raadt
2012-04-07Rate-limit accepting of new connections while we are experiencing fdChristiano F. Haesbaert
2012-04-07The Route Distinguishers should not be used to control distribution.Claudio Jeker
2012-04-07Tweak FAT detection/usage. Recognize 'bare' FAT media that lacksKenneth R Westerback
2012-04-07Bring the rtable sockopt code in line with the setrtable() implementation.Claudio Jeker
2012-04-07remove superfluous return, ok mikebCamiel Dobbelaar
2012-04-07Minimal threads debug support for sparc64.Mark Kettenis
2012-04-07The wcookie is per-process, not per-thread.Mark Kettenis
2012-04-07Fix previous commit; the function signatures are different for our in-treeMark Kettenis
2012-04-07grammar fix;Jason McIntyre
2012-04-06range check st_size before calling calloc()Theo de Raadt
2012-04-06Minimal threads debug support; enough to make attach and detach work.Mark Kettenis
2012-04-06Implement PT_GET_THREAD_FIRS and PT_GET_THREAD_NEXT.Mark Kettenis
2012-04-06Make the logic for PMAP_PREFER() and the logic, inside pmap, to do theMiod Vallat
2012-04-06Rework IP22 RTC year base computation, again. It turns out that differentMiod Vallat
2012-04-06Get serial console speed from ARCBios earlier; repairs serial console on OctaneMiod Vallat
2012-04-06there is no need to cast an unsigned type with (unsigned).Theo de Raadt
2012-04-06syncTheo de Raadt
2012-04-06iterate over e_shnum using Elf32_Word instead of intTheo de Raadt
2012-04-06BIOCGBLEN is using a u_int, not an intTheo de Raadt
2012-04-06unlike the previous century, the malloc argument now has an accurate typeTheo de Raadt
2012-04-06Fix typo.Joel Sing
2012-04-06no need to (unsigned) a small constantTheo de Raadt
2012-04-06Put raidctl in the attic.Joel Sing
2012-04-06Put raidframe in the attic.Joel Sing
2012-04-06Remove raidframe related references.Joel Sing
2012-04-06Regen.Joel Sing
2012-04-06Remove raidframe device nodes.Joel Sing
2012-04-06tedu the raidctl.Joel Sing
2012-04-06tedu the raidframe.Joel Sing
2012-04-06Do not try to cross build nginx, since it does not work.Joel Sing
2012-04-06ruadd() does the summing of system and user times, so doing so againPhilip Guenthe
2012-04-05In the neverending tradition of never making things simple, SGI used 1940 asMiod Vallat
2012-04-05Bail out of bus_dmamap_sync() earlier in the non-PREWRITE cases on TGT_COHERENTMiod Vallat
2012-04-05Lower ZS_DELAY() back to what it was, but issue a bus_space_barrier() afterMiod Vallat
2012-04-05Add an explicit bus_space_barrier() function for revision 3 hpc, which has aMiod Vallat
2012-04-05DMA descriptors only need to be aligned on 8-byte boundaries, and the structMiod Vallat
2012-04-05Rate-limit accepting of new connections while we are experiencingCamiel Dobbelaar
2012-04-05Mention clang module.Stuart Henderson
2012-04-05rate-limit accepting of new connections while we are experiencingTheo de Raadt