Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-23 | Add Atheros AR9462 and AR9565 | Brad Smith | |
2013-12-23 | fix IPv6 in proxy_dst6() | Sebastian Benoit | |
ok florian camield dlg | |||
2013-12-23 | Revert previous commit. It makes resume hang on some MP systems running | Mark Kettenis | |
GENERIC.MP. | |||
2013-12-23 | Make ld.so pass its cleanup handler in %edx as required by the i386 System V | Mark Kettenis | |
ABI, and stop calling atexit(4) directly from ld.so on i386. ok guenther@ | |||
2013-12-23 | mlink TASK_INITIALIZER | David Gwynne | |
2013-12-23 | document TASK_INITIALIZER() | David Gwynne | |
2013-12-23 | provide a TASK_INITIALIZER() macro. | David Gwynne | |
2013-12-23 | Implement a long-standing desideratum, | Ingo Schwarze | |
hanging indentation for .Fn in SYNOPSIS mode, exploiting the new trailspace feature by deliberately *NOT* using it. | |||
2013-12-23 | sync | Theo de Raadt | |
2013-12-23 | Install a bunch more of OpenSSL manpages. ok deraadt@ | Jeremie Courreges-Anglas | |
2013-12-22 | Polishing the worms in my favourite can, term_flushln(). | Ingo Schwarze | |
The TERMP_TWOSPACE flag i introduced in August 2009 was idiosyncratic and served only a very narrow purpose. Replace it by a more intuitive and more general termp attribute "trailspace", to be used together with TERMP_NOBREAK, to request a minimum amount of whitespace at the end of the current column. Adapt all code to the new interface. No functional change intended; code reviews to confirm that are welcome *eg*. | |||
2013-12-22 | remove unneeded check for null context. ok deraadt gilles millert | Ted Unangst | |
2013-12-22 | Try to keep the framebuffer console layout that was set up by the firmware | Mark Kettenis | |
on sparc64. | |||
2013-12-22 | Add support for BCM57786,which seems to be almost indistinguishable from the | Mark Kettenis | |
BCM57785. Tested by Mark Rowland. | |||
2013-12-22 | Use the rasops_info struct as the accesscookie for wsdisplay. Simplifies the | Mark Kettenis | |
code as it allows us to use some of the rasops_xxx functions directly. | |||
2013-12-22 | Bail out early if the PCI bus number is -1. This means the hardware isn't | Mark Kettenis | |
there and the AML might reference stuff that isn't there. | |||
2013-12-22 | Only attach cpu0 on single-processor kernels, to match the expected behaviour. | Miod Vallat | |
2013-12-22 | Compute ncpusfound correctly. The logic was there but the count variable was | Miod Vallat | |
kept MD. | |||
2013-12-22 | MP-safe rw_cas() implementation for rwlocks. | Miod Vallat | |
2013-12-22 | Set the primary CPU's PAL revision to the OSF/1 PAL revision after switching | Miod Vallat | |
to it, per the Green Book; from NetBSD. It turns out this is necessary on some (if not all) systems to properly spin up secondary processors. Bump version. | |||
2013-12-22 | ctype cleanups, now that the kernel has u_char strings (that is the | Theo de Raadt | |
easy road, otherwise this would be a righteous mess) ok florian | |||
2013-12-22 | change pf_osfp_entry strings to unsigned, to help userland | Theo de Raadt | |
ok florian | |||
2013-12-22 | spacing; Loganaden Velvindron | Theo de Raadt | |
2013-12-22 | Fix end-of-sentence spacing after the DragonFly text production macro. | Ingo Schwarze | |
Patch from Franco Fichtner <franco at lastsummer dot de>. | |||
2013-12-22 | Implement end-of-sentence spacing at the end of man(7) macro lines. | Ingo Schwarze | |
Improves cvs(1) pcap-filter(3) readline(3) termcap(5) cvsbug(8) mkhybrid(8) nsd-zonec(8) in multiple places and c++filt(1) com_err(3) nsd_conf(5) term(5) nsdc(8) in one place each. Reduces overall groff-mandoc-differences in base by about 1.5%. Patch from Franco Fichtner <franco at lastsummer dot de> (DragonFly). | |||
2013-12-22 | Seems gcc4 whines about an empty file as well, so just unconditionally do | Mark Kettenis | |
what we did for gcc3. | |||
2011-12-04 | test some simple macros; written while working on -Tman | Ingo Schwarze | |
2013-12-22 | Use a bigger timeout, otherwise this test fails on some (not really) slower | Mark Kettenis | |
hardware. | |||
2013-12-22 | format string fix: %08x instead of %p for uint32_t | Stefan Fritsch | |
2013-12-22 | format string fix: %lx for register_t | Stefan Fritsch | |
2013-12-22 | size_t format string fixes | Stefan Fritsch | |
2013-12-22 | Setting format id to 't' when it's already 't' is a waste of | Kenneth R Westerback | |
time. | |||
2013-12-22 | tweak comment | Ted Unangst | |
2013-12-22 | No need to change format id 'X' (ascii or hex) to 'x' (hex) while | Kenneth R Westerback | |
pretty printing, when 'X' is not used in the next switch statement. Just keep 'X'. Makes the code a touch less mysterious. | |||
2013-12-22 | Don't look for two semi-colons when encountering an unrecognized | Kenneth R Westerback | |
statement in dhclient.conf. | |||
2013-12-22 | - replaces "audio stream" by "audio device", as sndio is a device | Alexandre Ratchov | |
abstraction - remove useless statements. ok jmc@ | |||
2013-12-21 | Document that the "user" socket check is not reliable with wildcard | Camiel Dobbelaar | |
listeners. Update the example to reflect this. Deprecate usage of user "unknown" too, same reason. Noted by Maxim Khitrov on bugs ok henning, jmc | |||
2013-12-21 | Don't assign a literal number to a variable that otherwise holds an errno. | Philip Guenther | |
ok jsing@ | |||
2013-12-21 | Advertise that we provide monotonic timestamps. | Mark Kettenis | |
2013-12-21 | Introduce pretty_print_string() and use for printing both text | Kenneth R Westerback | |
valued options and previously snprintf()'d filename and servername lease attributes. Should fix "string constant too long" errors when reading back a lease with filename or servername attributes with escaped characters. Reported by Rivo Nurges. | |||
2013-12-21 | rearrange DVACT_RESUME chunk to avoid implying something ridiculous | Theo de Raadt | |
ok stsp | |||
2013-12-21 | save/restore hpet configuration. Perhaps a little more than we | Theo de Raadt | |
need to do, since we do not use many hpet features. ok kettenis millert | |||
2013-12-21 | i915_gem_mmap_ioctl() should return a Linux-style negative errno value. | Mark Kettenis | |
2013-12-21 | sync | Theo de Raadt | |
2013-12-21 | Fix locking in the page fault handler. A (somewhat malicious) userland | Mark Kettenis | |
program could force a copyin/copyout from/to memory mapped through the GTT, forcing a "locking against myself" panic. The intel-gpu-tools "package" has a test for this. The problem can be circumvented by making the fault handler fail if we already hold the (DRM) lock. This will make the copyin/copyout return with EFAULT making the caller fall back on a "slow path". This makes it obvious that using a shared (read) lock here doesn't make any sense. So use an exclusive (write) lock like everywhere else in the inteldrm code. | |||
2013-12-21 | Recognize itimer and ktrace facility names to {get,set}itimer() and ktrace() | Philip Guenther | |
ok otto@ | |||
2013-12-21 | Refer to the kernel headers consistently via ../../sys, even for mkioctl | Philip Guenther | |
and mksubr ok otto@ | |||
2013-12-21 | small typo | Ted Unangst | |
2013-12-21 | Don't use a non-constant format string with printf() that gcc can't | Philip Guenther | |
figure out how to trust. Shuts up gcc -Wformat=2 ok deraadt@ | |||
2013-12-21 | Constipate some functions | Philip Guenther | |