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