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