summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-04Hook up nginx.conf(5) to the build.Florian Obser
put it in deraadt@, OK schwarze@
2013-11-04syncTheo de Raadt
2013-11-04remove iop(4) driver. it is entirely unmaintained and supports somethingTheo de Raadt
which basically doesn't exist at all. reminded about it by brad
2013-11-04Test rekeying with all KexAlgorithms.Darren Tucker
2013-11-04The radeondrm code that sets the DPMS mode may sleep, so it should not be runMark Kettenis
from a timeout like our burner code does. Hand this off to a taskq. tracked down by claudio@ ok jsg@
2013-11-04Convert wskbd_set_mixervolume() to use a task internally instead ofMartin Pieuchot
being called in a workq. ok kettenis@
2013-11-04Use the async version of uhidev_set_report(), there's no need to sleepMartin Pieuchot
until the transfer is done when submitting a command since the answers are read from the interrupt and we cannot do much if it fails. ok sasano@
2013-11-04fix rekeying for KEX_C25519_SHA256; noted by dtucker@Markus Friedl
2013-11-04regenJasper Lievisse Adriaanse
2013-11-04add vmware vendor idJasper Lievisse Adriaanse
ok jsg@
2013-11-04Remove pseudo-device fuse 'count' option from documentation.Stefan Sperling
The option doesn't exist anymore, FUSE devices have been made clonable. ok tedu
2013-11-04Better defaults for the screen burner settings: all unblank actions enabled,Miod Vallat
but burning still disabled by default. Setting display.screen_off to a nonzero value with wsconsctl will be enough to enable screen blanking after the given time.
2013-11-04syncTheo de Raadt
2013-11-04dlg missed the header change in the sensor task commitJonathan Gray
unbreaks the build
2013-11-04oops, meant MACHINE_CPU not MACHINE_ARCH (matters for mips64*)Theo de Raadt
2013-11-04move the arm pmaps away from pool ctors to just initting memory after itsDavid Gwynne
been allocated. also gets rid of a potential bug where pool_get could return NULL and pmap_alloc_l2_ptp tried to blindly init it. tests, tweaks, and ok patrick@
2013-11-04move kernel sensor tasks from using workqs to tasks. while hereDavid Gwynne
whack the locking and task cancellation. sensor updates tested locally, and by mpi@ on ugold(4). ok mpi@
2013-11-03Simplify jme_miibus_readreg() / jme_miibus_writereg() a bit by using theBrad Smith
mii_attach() parameter to be able to specify the location of the PHY. From FreeBSD ok jsg@
2013-11-03size no longer has a.out knowledge, so .. skip itTheo de Raadt
found by tobiasu
2013-11-03ugly spacesTheo de Raadt
2013-11-03NaN -> \*(NaMartynas Venckus
{infinity, inf} -> \*(If OK jmc@
2013-11-03minor formatting improvements,Ingo Schwarze
in part discussed with florian@
2013-11-03typo: s/master/slaveAntoine Jacoutot
2013-11-03syncTheo de Raadt
2013-11-03Document "Embedded Variables"Florian Obser
input on how / where to put it schwarze@
2013-11-03document grammar; written myself; ok florian@Ingo Schwarze
2013-11-03Remove a bunch of a.out related macros.Paul Irofti
2013-11-03spelling; frantisek holopTheo de Raadt
2013-11-03syncTheo de Raadt
2013-11-03Include "gpio.h"Raphael Graf
ok jasper@
2013-11-03Grep pf state table on remote machine to find state reuse problems.Alexander Bluhm
2013-11-03Regenerate.Paul Irofti
a.out removal led to linux_sys_uselib being obsoleted.
2013-11-03Remove a.out support from compat_linux(8).Paul Irofti
Tested with the syscall regression test suite from IBM and Opera. Requested by deraadt@.
2013-11-03Fix bogus kthread_create() usage leading to wrong struct proc * pointerMiod Vallat
usage in the nfs kthreads. Spotted by fgsch@, similar diff by guenther@, ok guenther@
2013-11-03Sync Kerberos man pages with reality:Antoine Jacoutot
* remove useless MLINKS and create missing ones * don't install doxygen generated man pages * add missing ones ok miod@ robert@
2013-11-03Install fuse headers in 'make includes', diff from stsp@, ok guenther@Stuart Henderson
Committing now to unbreak ports builds (gvfs fails without, which knocks out building much of the tree.)
2013-06-03Add a regression test suite for the pf divert-to and divert-replyAlexander Bluhm
feature. It requires two machines, the local host is running the regression test, the remote host gets pf divert rules installed. The diverted TCP connections are running between these hosts in both directions. The remote host is controlled via ssh.
2013-11-03fix a couple of function definitions foo() -> foo(void)Damien Miller
(-Wold-style-definition)
2013-11-03Add a man page for nginx.conf; not yet hooked to the build.Florian Obser
Generated by various scripts and manual cleanup from http://trac.nginx.org/nginx/browser/nginx_org/xml/en/docs/ Caveat: Contains documentation for features not available on OpenBSD (either because they are only available in the commercial version of nginx or because they are not enabled on OpenBSD). Idea / requested by reyk@ Lots of input / help / mdoc(7) crash course by schwarze@ schwarze@ and jmc@ agree to put it in now to work on it in tree.
2013-11-03Even saner kernel layout, so that .rodata can be batc mapped by a read-onlyMiod Vallat
dbatc. Add batc mapping support for 88110 systems as well.
2013-11-03Enable TX checksum offload.Brad Smith
ok naddy@
2013-11-03Add missing (long long) cast of variable, (long long) castsKenneth R Westerback
for defines fragnum, fsbtodb, cgsblock, and cgdmin.
2013-11-03Add divert tests that reuse protocol and port. They show whatAlexander Bluhm
happens when we close the socket but the divert state remains. If a new socket uses the same protocol and port, it will use the old dangling state. Without searching for the correct rule, the divert-to will fail. There are real life corner cases where this occurred.
2013-11-03Add a second test, shortseek(), to make sure that seekdir() also worksIngo Schwarze
correctly when moving the directory pointer by small distances. This is currently failing, i will send an updated libc/gen patch to fix this right afterwards. Move the functions createfiles() and delfiles() to utils.{h,c} for reuse. Minor cleanup in telldir.c.
2013-11-02Use a linker script to align .data to a BATC boundary as well, so that noMiod Vallat
DBATC may span over parts of .rodata.
2013-11-02Create the initial page tables in the area between the end of the firmwareMiod Vallat
data area and the kernel image, whenever possible. On 88100/88200 systems, use BATC mappings to map the kernel text (and the kernel data for non-MULTIPROCESSOR kernels). 88110 to follow soon.
2013-11-02Link m88k kernels on a BATC boundary.Miod Vallat
2013-11-02replace bare use of disksort with a bufq, modelled on the sys/dev/isa/fd.cDavid Gwynne
change. ok miod@
2013-11-02Replace drm_handle_create/delete with drm_gem_handle_create/delete and makeMark Kettenis
the necessary adjustments to reference counting of GEM objects. Matches what Linux does these days.
2013-11-02add curve25519-sha256@libssh.orgMarkus Friedl