Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-04 | Hook up nginx.conf(5) to the build. | Florian Obser | |
put it in deraadt@, OK schwarze@ | |||
2013-11-04 | sync | Theo de Raadt | |
2013-11-04 | remove iop(4) driver. it is entirely unmaintained and supports something | Theo de Raadt | |
which basically doesn't exist at all. reminded about it by brad | |||
2013-11-04 | Test rekeying with all KexAlgorithms. | Darren Tucker | |
2013-11-04 | The radeondrm code that sets the DPMS mode may sleep, so it should not be run | Mark Kettenis | |
from a timeout like our burner code does. Hand this off to a taskq. tracked down by claudio@ ok jsg@ | |||
2013-11-04 | Convert wskbd_set_mixervolume() to use a task internally instead of | Martin Pieuchot | |
being called in a workq. ok kettenis@ | |||
2013-11-04 | Use the async version of uhidev_set_report(), there's no need to sleep | Martin 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-04 | fix rekeying for KEX_C25519_SHA256; noted by dtucker@ | Markus Friedl | |
2013-11-04 | regen | Jasper Lievisse Adriaanse | |
2013-11-04 | add vmware vendor id | Jasper Lievisse Adriaanse | |
ok jsg@ | |||
2013-11-04 | Remove 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-04 | Better 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-04 | sync | Theo de Raadt | |
2013-11-04 | dlg missed the header change in the sensor task commit | Jonathan Gray | |
unbreaks the build | |||
2013-11-04 | oops, meant MACHINE_CPU not MACHINE_ARCH (matters for mips64*) | Theo de Raadt | |
2013-11-04 | move the arm pmaps away from pool ctors to just initting memory after its | David 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-04 | move kernel sensor tasks from using workqs to tasks. while here | David Gwynne | |
whack the locking and task cancellation. sensor updates tested locally, and by mpi@ on ugold(4). ok mpi@ | |||
2013-11-03 | Simplify jme_miibus_readreg() / jme_miibus_writereg() a bit by using the | Brad Smith | |
mii_attach() parameter to be able to specify the location of the PHY. From FreeBSD ok jsg@ | |||
2013-11-03 | size no longer has a.out knowledge, so .. skip it | Theo de Raadt | |
found by tobiasu | |||
2013-11-03 | ugly spaces | Theo de Raadt | |
2013-11-03 | NaN -> \*(Na | Martynas Venckus | |
{infinity, inf} -> \*(If OK jmc@ | |||
2013-11-03 | minor formatting improvements, | Ingo Schwarze | |
in part discussed with florian@ | |||
2013-11-03 | typo: s/master/slave | Antoine Jacoutot | |
2013-11-03 | sync | Theo de Raadt | |
2013-11-03 | Document "Embedded Variables" | Florian Obser | |
input on how / where to put it schwarze@ | |||
2013-11-03 | document grammar; written myself; ok florian@ | Ingo Schwarze | |
2013-11-03 | Remove a bunch of a.out related macros. | Paul Irofti | |
2013-11-03 | spelling; frantisek holop | Theo de Raadt | |
2013-11-03 | sync | Theo de Raadt | |
2013-11-03 | Include "gpio.h" | Raphael Graf | |
ok jasper@ | |||
2013-11-03 | Grep pf state table on remote machine to find state reuse problems. | Alexander Bluhm | |
2013-11-03 | Regenerate. | Paul Irofti | |
a.out removal led to linux_sys_uselib being obsoleted. | |||
2013-11-03 | Remove 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-03 | Fix bogus kthread_create() usage leading to wrong struct proc * pointer | Miod Vallat | |
usage in the nfs kthreads. Spotted by fgsch@, similar diff by guenther@, ok guenther@ | |||
2013-11-03 | Sync 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-03 | Install 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-03 | Add a regression test suite for the pf divert-to and divert-reply | Alexander 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-03 | fix a couple of function definitions foo() -> foo(void) | Damien Miller | |
(-Wold-style-definition) | |||
2013-11-03 | Add 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-03 | Even saner kernel layout, so that .rodata can be batc mapped by a read-only | Miod Vallat | |
dbatc. Add batc mapping support for 88110 systems as well. | |||
2013-11-03 | Enable TX checksum offload. | Brad Smith | |
ok naddy@ | |||
2013-11-03 | Add missing (long long) cast of variable, (long long) casts | Kenneth R Westerback | |
for defines fragnum, fsbtodb, cgsblock, and cgdmin. | |||
2013-11-03 | Add divert tests that reuse protocol and port. They show what | Alexander 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-03 | Add a second test, shortseek(), to make sure that seekdir() also works | Ingo 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-02 | Use a linker script to align .data to a BATC boundary as well, so that no | Miod Vallat | |
DBATC may span over parts of .rodata. | |||
2013-11-02 | Create the initial page tables in the area between the end of the firmware | Miod 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-02 | Link m88k kernels on a BATC boundary. | Miod Vallat | |
2013-11-02 | replace bare use of disksort with a bufq, modelled on the sys/dev/isa/fd.c | David Gwynne | |
change. ok miod@ | |||
2013-11-02 | Replace drm_handle_create/delete with drm_gem_handle_create/delete and make | Mark Kettenis | |
the necessary adjustments to reference counting of GEM objects. Matches what Linux does these days. | |||
2013-11-02 | add curve25519-sha256@libssh.org | Markus Friedl | |