openbsd
2013-12-24 deraadtyup, we do ELF
2013-12-24 dlgget rid of if (timeout_pending()) timeout_del(). this...
2013-12-24 tedurename local ticks to nticks to avoid aliasing global...
2013-12-24 halexfix error checking oddity in msdosfs code, as noted...
2013-12-23 deraadtremove junk
2013-12-23 deraadtspelling
2013-12-23 teduinstall a link as sha512. simplify program internals...
2013-12-23 tedufix circleq tailq conversion
2013-12-23 kettenisUse slightly diffrerent code to get the global offset...
2013-12-23 kettenisMake ld.so pass its cleanup handler in %rdx as required...
2013-12-23 kettenisMake ld.so pass its cleanup handler in r7 as required...
2013-12-23 kettenisFix indentation.
2013-12-23 florianFix two dotline bugs for the price of one.
2013-12-23 miod- fix gamma ramp (now white is real white instead of...
2013-12-23 kettenisMake ld.so pass its cleanup handler in v0 and stop...
2013-12-23 tedusync specvops with ffs (fixing spec_open along the...
2013-12-23 kettenisAdd an instruction barrier to bus_space_barrier()....
2013-12-23 kettenisAdd assembly code to set up the arguments for the commo...
2013-12-23 kettenisMake ld.so pass its cleanup handler in %g1 as required...
2013-12-23 kettenisMove KASSERT a bit further down because it can apparent...
2013-12-23 jcaCope with the change in ftp(1) warning messages since...
2013-12-23 espiemove ntogo code, so it can be used while copying packag...
2013-12-23 espieget rid of "copy_long", we don't really need to recheck...
2013-12-23 espiesimpler logic: if one package is signed, check all...
2013-12-23 espiereal fix: turns out visit_with_* are transparent, e...
2013-12-23 lumMove findbuffer() to buffer.c.
2013-12-23 kettenisSync Makefile with what other platforms do; makes depen...
2013-12-23 ratchov- clarify that sio_close() stops the device first,...
2013-12-23 kettenisCall __cxa_atexit(3) instead of atexit(3). Preparation...
2013-12-23 espieand I fucked up that one too...
2013-12-23 kettenisMake ld.so pass its cleanup handler in %arg1 and stop...
2013-12-23 rpeThe xbase set requires the comp set. If xbase is in...
2013-12-23 espieinterface bug: visit_with_size has a state parameter.
2013-12-23 florianWhen no address for the current AF was specified with...
2013-12-23 florianMake it possible to give -a multiple times on the comma...
2013-12-23 florianImplement -a option in tftp-proxy to make it work on...
2013-12-23 bradregen
2013-12-23 bradAdd Atheros AR9462 and AR9565
2013-12-23 bennofix IPv6 in proxy_dst6()
2013-12-23 kettenisRevert previous commit. It makes resume hang on some...
2013-12-23 kettenisMake ld.so pass its cleanup handler in %edx as required...
2013-12-23 dlgmlink TASK_INITIALIZER
2013-12-23 dlgdocument TASK_INITIALIZER()
2013-12-23 dlgprovide a TASK_INITIALIZER() macro.
2013-12-23 schwarzeImplement a long-standing desideratum,
2013-12-23 deraadtsync
2013-12-23 jcaInstall a bunch more of OpenSSL manpages. ok deraadt@
2013-12-22 schwarzePolishing the worms in my favourite can, term_flushln().
2013-12-22 teduremove unneeded check for null context. ok deraadt...
2013-12-22 kettenisTry to keep the framebuffer console layout that was...
2013-12-22 kettenisAdd support for BCM57786,which seems to be almost indis...
2013-12-22 kettenisUse the rasops_info struct as the accesscookie for...
2013-12-22 kettenisBail out early if the PCI bus number is -1. This means...
2013-12-22 miodOnly attach cpu0 on single-processor kernels, to match...
2013-12-22 miodCompute ncpusfound correctly. The logic was there but...
2013-12-22 miodMP-safe rw_cas() implementation for rwlocks.
2013-12-22 miodSet the primary CPU's PAL revision to the OSF/1 PAL...
2013-12-22 deraadtctype cleanups, now that the kernel has u_char strings...
2013-12-22 deraadtchange pf_osfp_entry strings to unsigned, to help userland
2013-12-22 deraadtspacing; Loganaden Velvindron
2013-12-22 schwarzeFix end-of-sentence spacing after the DragonFly text...
2013-12-22 schwarzeImplement end-of-sentence spacing at the end of man...
2013-12-22 kettenisSeems gcc4 whines about an empty file as well, so just...
2013-12-22 kettenisUse a bigger timeout, otherwise this test fails on...
2013-12-22 sfformat string fix: %08x instead of %p for uint32_t
2013-12-22 sfformat string fix: %lx for register_t
2013-12-22 sfsize_t format string fixes
2013-12-22 krwSetting format id to 't' when it's already 't' is a...
2013-12-22 tedutweak comment
2013-12-22 krwNo need to change format id 'X' (ascii or hex) to ...
2013-12-22 krwDon't look for two semi-colons when encountering an...
2013-12-22 ratchov- replaces "audio stream" by "audio device", as sndio...
2013-12-21 camieldDocument that the "user" socket check is not reliable...
2013-12-21 guentherDon't assign a literal number to a variable that otherw...
2013-12-21 kettenisAdvertise that we provide monotonic timestamps.
2013-12-21 krwIntroduce pretty_print_string() and use for printing...
2013-12-21 deraadtrearrange DVACT_RESUME chunk to avoid implying somethin...
2013-12-21 deraadtsave/restore hpet configuration. Perhaps a little...
2013-12-21 kettenisi915_gem_mmap_ioctl() should return a Linux-style negat...
2013-12-21 deraadtsync
2013-12-21 kettenisFix locking in the page fault handler. A (somewhat...
2013-12-21 guentherRecognize itimer and ktrace facility names to {get...
2013-12-21 guentherRefer to the kernel headers consistently via ../.....
2013-12-21 tedusmall typo
2013-12-21 guentherDon't use a non-constant format string with printf...
2013-12-21 guentherConstipate some functions
2013-12-21 guentherMatch the type to the calls
2013-12-21 guentherUse timespec and CLOCK_MONOTONIC for a timing test
2013-12-21 guentherFix a comment
2013-12-21 deraadtXr virtio
2013-12-21 deraadtsync
2013-12-20 matthewregen
2013-12-20 matthewadd virtio scsi
2013-12-20 matthewAdd basic vioscsi(4) manual page.
2013-12-20 sylAdd support for truncate in fuse.
2013-12-20 matthewAdd vioscsi(4) driver.
2013-12-20 henningcannot let theo talking about emacs and mg slide
2013-12-20 florianSet the correct line number after successfully searchin...
2013-12-20 zhukFix a crash in ksh when trying to access ${123456789012...
2013-12-20 tobiasuFix typo, allow hppa64 to build a little further
next