summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-04-05regenJonathan Gray
2012-04-05add some devices found on a r720Jonathan Gray
2012-04-05Mention the -u flag to tell nginx not to chroot.Stuart Henderson
2012-04-05As it was made evident by Olaf 'Rhialto' Seibert in the NetBSD PR 34583,Mike Belopuhov
2012-04-04tweak previous; ok ratchovJason McIntyre
2012-04-04use -nosplit for AUTHORS;Jason McIntyre
2012-04-04Both LSA_TYPE_AREA_OPAQ and LSA_TYPE_AS_OPAQ can be found when traversingClaudio Jeker
2012-04-04Make sure that identifycpu() is run only once; fixes occasionalMike Belopuhov
2012-04-04SCM_CREDS can go away, since everything uses the newer APIs.Theo de Raadt
2012-04-04Disable the install target in nsd and unbound's Makefiles, so if someone runsStuart Henderson
2012-04-04Return an error much earlier if recvmsg failsTheo de Raadt
2012-04-04Add "tid" as a formatting keyword. If the -H option is specified, includeJoel Sing
2012-04-04It's @option no-default-conflict not option @no-default-conflictLandry Breuil
2012-04-04Honour CFLAGS in nginx build, discussed with robert@Stuart Henderson
2012-04-04Set the correct string lengths when stripping the chroot prefixRobert Nagy
2012-04-04Don't 'reserve' a head/track if there is only only 1 head and 1Kenneth R Westerback
2012-04-04add a few airport recently encounteredJasper Lievisse Adriaanse
2012-04-04Add a simple and clear (hopefully) description of what sndiod does.Alexandre Ratchov
2012-04-04Fix memory leak in the error handling code path of failed deviceAlexandre Ratchov
2012-04-04VERSION -> NPM_VERSION for the www/node MODULE.Antoine Jacoutot
2012-04-04pipex hook in udp_usrreq() mistakenly assumed that `inp' is connected.YASUOKA Masahiko