summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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-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-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
2013-08-15Be sure to always invoke cache routines with properly rounded addresses;Miod Vallat
2013-08-15Be sure to set the `non equal' bit when emulating fcmp{,u} and the operandsMiod Vallat
2013-08-15make debug output sligthly more usefulMiod Vallat
2013-08-15typosMiod Vallat
2013-08-15Enable radeondrm(4).Mark Kettenis
2013-08-15Add RI_VCONS support.Mark Kettenis
2013-08-15Blast uhts(4). This code was merged into ums(4) last week.Edd Barrett
2013-08-15fix getsecs() prototypes, vax still boots with 64-bit time_t; ok miod@Otto Moerbeek
2013-08-15Stop defining SIOC{S,G}ETVLAN as SIOC{S,G}IFGENERIC because theyMartin Pieuchot
2013-08-15Include files.agp and files.drm from files.pci. Makes sure "drm.h" getsMark Kettenis
2013-08-14The last user of the old __tfork() was updated to the current one,Philip Guenther
2013-08-14regenPhilip Guenther
2013-08-14The last user of the old __tfork() was updated to the current one,Philip Guenther
2013-08-14drm_heap.c is no longer neededJonathan Gray
2013-08-14remove references to ati_pcigartJonathan Gray
2013-08-13ati_pcigart.c is no longer neededJonathan Gray
2013-08-13Call drm_mtrr_add() directly instead adding a map.Mark Kettenis
2013-08-13Let ray(4) rot in the attic. OK mpi, jsg, kettenis, henning, millert.Mike Belopuhov
2013-08-13add static back to functions that originally had itJonathan Gray
2013-08-13When net.inet.ip.sourceroute is enable, store the source routeMartin Pieuchot
2013-08-13Remove bogus and useless refcounting of usbd pipes that could lead toMartin Pieuchot
2013-08-13Split pflow version 9 and version 10 to be able to send 64 bitFlorian Obser
2013-08-13Make the tree compile again on architectures without drm(4).Mark Kettenis
2013-08-13regenPhilip Guenther
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
2013-08-12Add the TCP socket option TCP_NOPUSH to delay sending the stream.Alexander Bluhm
2013-08-12The ps flags are split between thread and process. It is usefulAlexander Bluhm
2013-08-12Upcoming radeondrm(4) support will grow the kernel. This growth causes theMark Kettenis
2013-08-12radeondrm now attaches directly to pci.Martin Pieuchot
2013-08-12Match the framebuffer device against its OpenFirmware node in orderMartin Pieuchot
2013-08-12In the common IPv4 and IPv6 file ip_carp.c an #ifdef INET6 wasAlexander Bluhm
2013-08-12Add a port of the TTM and Radeon DRM code from Linux 3.8.13.Jonathan Gray
2013-08-11To control the lifetime of IPv6 addresses, prefixes and defaultAlexander Bluhm
2013-08-10On 'original' LUNA-88K, NVRAM contents and Timekeeper registers areKenji Aoyama
2013-08-10Cancel timeouts on pflow interface destruction.Florian Obser
2013-08-10Move the device table inside the softc.Martin Pieuchot