summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-08ttm has it's own version of kmap/kunmap that usesJonathan Gray
2015-04-07treat Protocol=1,2|2,1 as Protocol=2 when compiled without SSH1Damien Miller
2015-04-07Use m_defrag when mbuf chains get fragmented.Stefan Fritsch
2015-04-07Keep in sync with the sparc version: convert to if_input().Martin Pieuchot
2015-04-07Remove a lie, the early boot console does not need any mapping.Martin Pieuchot
2015-04-07Convert to if_input().Martin Pieuchot
2015-04-07When replacing, don't free the old paste until after the new one's nameNicholas Marriott
2015-04-07nothing uses pool_sleep, so get rid of itDavid Gwynne
2015-04-07introduce a garbage collector for (very) idle pool pages.David Gwynne
2015-04-07Do not pass an `ifp' argument to interface input handlers since itMartin Pieuchot
2015-04-07Tweak previous.Robert Peichaer
2015-04-07Mark audio interrupt handlers as MPSAFE, they already grab the rightMartin Pieuchot
2015-04-07Use appropriate memory barriers.Martin Pieuchot
2015-04-07syncTheo de Raadt
2015-04-07Teach libkvm a bit about PAE, making it independent of the kernel definesPhilip Guenther
2015-04-07Revert: breaks h2ph handling of symlinks like endian.h --> sys/endian.hPhilip Guenther
2015-04-07Fix miscellaneous factual, grammar, and markup errors.Lawrence Teo
2015-04-07Add support for setting tm_zone now that we have the timezone symbol.Todd C. Miller
2015-04-07Remove obsolete timezone() function.Todd C. Miller
2015-04-07Make pthread_atfork() track the DSO that called it like atexit() does,Philip Guenther
2015-04-06Do not mistreat empty arguments to font alternating macrosIngo Schwarze
2015-04-06Moar comments !! Explain what's going on during install / upgrade.Robert Peichaer
2015-04-06bludgeon DES support out of crypt. long live the bcrypt.Ted Unangst
2015-04-06Add support for an efi-app-x86_64 target. Needed for UEFI bootloader work.Mark Kettenis
2011-04-24Here comes the easter bunnytils 2.17 (the last version released against aMiod Vallat
2004-05-17import binutils 2.14 (excluding testsuites, .info files, and .po files)Dale Rahn
2015-04-06Move almost all of the linux compat from drmP.h to drm_linux.h.Jonathan Gray
2015-04-06On a new RS nesting level, the saved width starts from the defaultIngo Schwarze
2015-04-06switch back from roundup2() and roundup() to round_up()Jonathan Gray
2015-04-06switch back from howmany() to DIV_ROUND_UP()Jonathan Gray
2015-04-06remove superfluous ';' in Received linesGilles Chehade
2015-04-06Use the default width for .RS without arguments.Ingo Schwarze
2015-04-06Use if then else instead of testing $_fstype twice.Robert Peichaer
2015-04-06move some inline linux compat into the dedicated filesJonathan Gray
2015-04-06don't check this twice.Marc Espie
2015-04-06make pkg_info run slightly slower on distant packages, but do check thatMarc Espie
2015-04-06mark installed locations as "trusted" so that pkg_info does not check sigsMarc Espie
2015-04-06move signer_list up so pkg_info can use itMarc Espie
2015-04-06drm_calloc -> kcallocJonathan Gray
2015-04-06add/use some more errno remappingJonathan Gray
2015-04-06Now we have dev_priv->mm.gtt_base_addr we can set fb_base and removeJonathan Gray
2015-04-06Add an empty drm_sysfs_hotplug_event() function and use itJonathan Gray
2015-04-06improve realloc. when expanding a region, actually use the free page cacheTed Unangst
2015-04-06Convert to if_input(); ok mpi@Miod Vallat
2015-04-06tidy up by inlining next level included makefilesTed Unangst
2015-04-06Add get_user() and put_user() compatibility interfaces and use them.Mark Kettenis
2015-04-06add back some more static use to reduce the diff to linuxJonathan Gray
2015-04-06No need to use a temporary pointer variable after the drm struct nameJonathan Gray
2015-04-06add and use macros for wake_up/wake_up_all/wake_up_all_lockedJonathan Gray
2015-04-06h2ph only handles actual _files_, so request just them from 'find'. Crazy, eh?Philip Guenther