summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-19(temporarily) introduce upgrade_to64time_t() to handle the transitionAlexander Hall
2013-08-19Fix bogus errx(2, NULL) usage; malloc() failure should use err(2, NULL).Todd C. Miller
2013-08-19Remove the following users which became obsolete:Antoine Jacoutot
2013-08-19add IO-DATA WN-G150UMJonathan Gray
2013-08-19Add IO-DATA WN-G150UM from William Dunand.Jonathan Gray
2013-08-19regenJonathan Gray
2013-08-19Add IO-DATA WN-G150UM from William Dunand.Jonathan Gray
2013-08-19divdi3 moddi3 qdivrem are needed by 64 bit time_tMatthieu Herrb
2013-08-19Add missing util.hDavid Coppa
2013-08-19in pf_test_rule, when dealing with a match rule, obey the match rule's quickHenning Brauer
2013-08-19Fix double allocation of memory in beagle machdep. This was caused byPatrick Wildt
2013-08-19In case something bad happened when configuring an IPv4 address, makeMartin Pieuchot
2013-08-19Mark all the C functions called in real mode as non instrumented andMartin Pieuchot
2013-08-19put do { } while (0) around the dprintf macro to make it less scaryDavid Gwynne
2013-08-18data_access_emulation() may fault. Be sure to clear pcb_onfault beforeMiod Vallat
2013-08-18Rework the DAE print routines again to output something closer to an actualMiod Vallat
2013-08-18data_access_emulation() may fault. Be sure to clear pcb_onfault beforeMiod Vallat
2013-08-18No need to test for DMT0 being valid a second time in the `save DMT andMiod Vallat
2013-08-18Remove wrong workaround for the 88100 `awk bug' - it turns out compilingMiod Vallat
2013-08-18Fix prototypes of do_load_half() and do_load_byte() - those return aMiod Vallat
2013-08-18make them fit, sighTheo de Raadt
2013-08-18Disable appleagp(4). It doesn't really work yet, and hurts certain iBook G3Mark Kettenis
2013-08-18Fix calls to printf-like functions which passed a non-fixed stringPhilip Guenther
2013-08-18syncMiod Vallat
2013-08-18While we forceably detach radeondrm on fatal error in initJonathan Gray
2013-08-18Update beagle sets. -mojMats O Jansson
2013-08-18Missing double quote; Craig R. SkinnerMiod Vallat
2013-08-17Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-08-17Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-08-17Do not create a route to the bound address via 127.0.0.1. Our stackKenneth R Westerback
2013-08-17Because vgafb(4) only match the console, no need for an additional checkMartin Pieuchot
2013-08-17Fix comment, socket splice can also do UDP now. Fix white spaces.Alexander Bluhm
2013-08-17Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-08-17Merge vgafb_init() into vgafb_cnattach() now that it is not used anywhereMartin Pieuchot
2013-08-17Do not pretend to support non-console device because vgafb(4) onlyMartin Pieuchot
2013-08-17Remove unnecessary activate functions and unused DPRINTFN macros.Stuart Henderson
2013-08-17Remove a bunch of unused variables and functions aging from the preMartin Pieuchot
2013-08-17Use %lld and cast to (long long) when printing time_t values and atoll()Philip Guenther
2013-08-16Hook up the framebuffer colormap helper code on sparc64.Mark Kettenis
2013-08-16Moving the .data section causes problems on some machines (blade100, tadpole).Mark Kettenis
2013-08-16Use %lld and cast to (long long) when printing time_t valuesPhilip Guenther
2013-08-16Pass cursor position in wsdisplay_cnattach() call. Preparation for seamlessMark Kettenis
2013-08-16Enable radeondrm(4).Martin Pieuchot
2013-08-16Use mapiodev instead of bus_space_map the do the initial mapping of theMark Kettenis
2013-08-16int overflow in sector calculation, broke UDF reads past 2GB. Diff promotesMike Larkin
2013-08-16Replace the misleading SIOC{G,S}IFGENERIC ioctls by SIOCG{G,S}PPPPARAMS.Martin Pieuchot
2013-08-16Check number of planes (1, 4, or 8bpp) by ourselves, because PROMKenji Aoyama
2013-08-16regenPhilip Guenther
2013-08-16Tweak the getdents() kernel prototype to use "void *"Philip Guenther
2013-08-16divdi3 is needed with big time_tOtto Moerbeek