Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-15 | Starting the spring cleanup. | Martin Pieuchot | |
2014-03-15 | Remove debug leftover. | Martin Pieuchot | |
2014-03-15 | Unify the *hci_timeout() functions, there should be no functional change. | Martin Pieuchot | |
2014-03-15 | make the membars look more correct for any memory ordering mode. | David Gwynne | |
ok kettenis@ | |||
2014-03-15 | sync | Theo de Raadt | |
2014-03-15 | Enable qla(4) and qle(4) to match the corresponding RAMDISKs. | Miod Vallat | |
2014-03-15 | Bump the cdXX image from 12MB to 13MB. | Miod Vallat | |
2014-03-15 | Add usage pages from usb HID Power Devices spec. | andre | |
ok mpi@ | |||
2014-03-15 | change pidfile location again; actually this is written before chroot, so | Stuart Henderson | |
it can go straight in /var/run | |||
2014-03-15 | httpd_flags was still used here; remove it. | Stuart Henderson | |
Add a log socket in /var/www/dev/log if nginx is enabled, it is needed as the openlog() call is done after chrooting. ok brad@ florian@ deraadt@ | |||
2014-03-15 | Add a new sample config file and rc.d script for unbound, ok deraadt@ | Stuart Henderson | |
2014-03-14 | The userland AGP interface has been removed. | Mark Kettenis | |
2014-03-14 | regen | Mark Kettenis | |
2014-03-14 | regen | Mark Kettenis | |
2014-03-14 | use $chrootdir/run for pid file, like nsd. | Stuart Henderson | |
2014-03-14 | We no longer support the userland interface for agp(4). | Mark Kettenis | |
2014-03-14 | Remove the userland AGP interface. Now that we have KMS, it is no longer | Mark Kettenis | |
used by any of the remaining xenocara drivers. Except perhaps for the legacy i810 support in the xf86-video-intel driver. But i810 support has almost certainly been broken for more than a year now, and any remaining users are probably better off using the xf86-video-vesa driver ever since XAA support was removed from the X server. ok deraadt@, jsg@, mpi@ | |||
2014-03-14 | Add "ub-dns-control" (for unbound's equivalent of rndc), so that it's added | Stuart Henderson | |
to the port list in net.inet.tcp.baddynamic. Service name taken from IANA service-names-port-numbers.txt. If anyone's interested in adding AF_UNIX support for comms between unbound and unbound-control, that would very welcome. OK brad@ deraadt@ | |||
2014-03-14 | Revert previous; turns out to be necessary to build the 32-bit boot blocks | Miod Vallat | |
on sgi. | |||
2014-03-14 | merge conflicts | Stuart Henderson | |
2014-03-14 | Update to NSD 4.0.3, main change is to improve/fix nsd.db database | Stuart Henderson | |
corruption checks and avoid some causes of corruption. More details at http://article.gmane.org/gmane.network.dns.nsd.general/1687 | |||
2014-03-14 | Revert last -- broke building snaps. | Kenneth R Westerback | |
2014-03-14 | Add the ISY IWL 4000 a new urtwn(4) device, from Fabian Raetz and | Martin Pieuchot | |
Peter J. Philipp. | |||
2014-03-14 | regen | Martin Pieuchot | |
2014-03-14 | Add the ISY IWL 4000 a new urtwn(4) device, from Fabian Raetz and | Martin Pieuchot | |
Peter J. Philipp. | |||
2014-03-14 | Have some style. | Paul Irofti | |
Okay mpi@ | |||
2014-03-14 | Add missing parens so 'if' statement controls both of the statements | Kenneth R Westerback | |
it was intended to control. No real-world change say mikeb@ and mpi@. ok mpi@ | |||
2014-03-14 | tweak previous; | Jason McIntyre | |
2014-03-14 | more informative log message on unknown SNI. | Eric Faurot | |
looks better to tedu@, ok gilles@ | |||
2014-03-14 | field rename | Eric Faurot | |
2014-03-14 | prefix structure names to avoid ambiguity and possible collisions when | Eric Faurot | |
the API gets public. ok deraadt@ | |||
2014-03-14 | use lemtoh64 and htolem64 for reading and writing entries in the rings. | David Gwynne | |
tested on sparc64 and powerpc with and without the MI backends for the lem ops enabled. | |||
2014-03-14 | provide an MI api for doing byteswapping loads and stores. some | David Gwynne | |
archs have instrutions that can do this, and the rest that dont get to use wrappers around the byteswap(3) api. this provides MI backends for sparc64 and powerpc which get a big benefit from this because byteswapping in registers is really hard for them. the intended use case is for reading and writing bits of dma memory handed to and from hardware. discussed with miod@ guenther@ deraadt@ ok miod@ kettenis@ | |||
2014-03-14 | .depend is definitely not *appended* to Makefile. Its rules are also | Marc Espie | |
read after the main makefile. | |||
2014-03-14 | Check if buffer is to be saved as a directory. | Mark Lumsden | |
ok florian@ | |||
2014-03-14 | better wording; | Jason McIntyre | |
From: Daniel Dickman | |||
2014-03-14 | enable qla(4) and qle(4) in ramdisks, except on sgi where the cdfs overflows | Jonathan Matthew | |
2014-03-14 | sync | Theo de Raadt | |
2014-03-14 | print the correct user name if SMTPD_QUEUE_USER is missing | Alexander Hall | |
ok tedu@ | |||
2014-03-14 | Remove pointless casts. No binary change. | Lawrence Teo | |
suggested by krw@ | |||
2014-03-14 | Change a few malloc+memset calls to calloc. | Lawrence Teo | |
ok deraadt@ florian@ | |||
2014-03-14 | rework mplocks to use tickets instead of spinning. this provides | David Gwynne | |
fairer access to the kernel lock between logical cpus, especially in multi socket systems. i first wrote this diff in 2011. ok n2k14 for post 5.5 (deraadt@ and kettenis@ in particular) | |||
2014-03-14 | rework mplocks to use tickets instead of spinning. this provides | David Gwynne | |
fairer access to the kernel lock between logical cpus, especially in multi socket systems. i first wrote this diff in 2011. it provided the model for the i386 and sparc64 ticket locks. ok n2k14 for post 5.5 (deraadt@ and kettenis@ in particular) | |||
2014-03-14 | rework mplock as ticket locks instead of spinlocks. this provides | David Gwynne | |
fairer access to the kernel lock (which suffers very heavy contention at the moment). i wrote this at n2k14 and reworked it shortly after to use the mi atomic ops api when that was agreed on. ive been running it on my systems ever since. the version before the atomic op tweaks was tested by kettenis@ n2k14 (deraadt@ and kettenis@ in particular if i recall correctly) oked this going in after 5.5 | |||
2014-03-14 | adding a user is hard. mistakes pointed out by ajacoutot | Ted Unangst | |
2014-03-13 | Add a few more instruction patterns that are apparently needed by gcc 4.8. | Mark Kettenis | |
Taken from binutils 2.17. ok guenther@ | |||
2014-03-13 | When polling for command completion, clear the interrupt before reading the | Mark Kettenis | |
response queue in pointer register. Interrupts seem to be edge-triggered so if we don't do this we might miss command completions. Seems to fix the remaining issues on the 1040B as found on the Origin 200. | |||
2014-03-13 | Don't suggest running the AML parser as root. :-) | Bryan Steele | |
kindly pointed out by jmc@ | |||
2014-03-13 | this test is a sorry mess of race conditions; add another sleep | Damien Miller | |
to avoid a failure on slow machines (at least until I find a better way) | |||
2014-03-13 | When failing to find the required privsep user entry, it is not cool at | Theo de Raadt | |
all to fall back to a different user entry. It is decidedly unsafe. ok tedu. |