summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-22Delete a T32 chunk that I missed before and update the comment onPhilip Guenther
ufs_readdir() to match
2013-09-22On return, uio_offset needs to be set to the offset of the first entryPhilip Guenther
not returned instead of the offset after that one. udf_uiodir() returns -1 when there isn't enough space for the next entry, so just break from the loop and return 0 in that case. Remove the bogus printf there now that this is handled correctly. problem reported by espie@
2013-09-22merge ldns 1.6.16Stuart Henderson
2013-09-22update to ldns 1.6.16Stuart Henderson
2013-09-22merge unbound 1.4.21Stuart Henderson
2013-09-22file removed in 1.4.21Stuart Henderson
2013-09-22update to Unbound 1.4.21, ok brad@Stuart Henderson
2012-03-26Import ldns 1.6.12, needed for Unbound, to work on in-tree.Stuart Henderson
These are the direct sources from NLnet Labs upstream, minus these: contrib doc/images examples packaging/fedora ok deraadt@ jakob@
2012-03-26Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).Stuart Henderson
These are the direct sources from NLnet Labs upstream, minus these: compat contrib libunbound/python pythonmod testcode testdata winrc ok deraadt@ jakob@
2013-09-22Support MSI for virtio. This is useful for bhyve.Stefan Fritsch
2013-09-22The readdir vop should set uio_offset to the cookie of the entryPhilip Guenther
after the last entry that fit, but I had it setting it to the cookier of the entry after that, so it would skip one entry for each block required. Remove the no-longer-needed cnt/cntp variable while we're touching things. prodding and testing by espie@
2013-09-21Fix an ino_t inconsistency in libfuse. This commit unbreakSylvestre Gallon
the build for libfuse. ok guenther@
2013-09-21Grok ELF files. Good enough to netboot kernels on AV530 again.Miod Vallat
2013-09-21regenMiod Vallat
2013-09-21Oxford OXPCIE952 parallel port puc(4) board; contributed by Markus UhlinMiod Vallat
(markus.uhlin; bredband dot net), thanks!
2013-09-21Switch to MI dart(4) driver.Miod Vallat
2013-09-21Allow for an out-of-softc indirection to reach the software copy of theMiod Vallat
important (and write-only) register state; this will allow this driver to be used as a console before it attaches, to be used shortly.
2013-09-21Merge conflicts.James Turner
2013-09-21Bump major to 26, regen .pc and header with new version info.James Turner
2013-09-21Merge conflictsJames Turner
2013-09-21Update sqlite to 3.8.0.2. A list of changes are available here:James Turner
http://sqlite.org/changes.html. Tested in a bulk and ok landry@ ok espie@
2013-09-21regenJasper Lievisse Adriaanse
2013-09-21add several devices found on the hp microserver gen8 and add some moreJasper Lievisse Adriaanse
xeon e3-1200v2 pcie ids while here as suggested by jsg@ ok jsg@
2013-09-21more reasonable MAX_COLS for modern displaysMarc Espie
(5 arrays of that size, so we're talking a data increase of 2.5K) okay otto@
2013-09-21Create process map holes with UVM_INH_SHARE so that they don't get lost inMiod Vallat
fork-without-exec situation (such as privsep'd binaries). Fixes occasional SIGSEGV in syslogd and pflogd on sun4/4c/4e.
2013-09-21Don't invoke pmap_copy() on map holes.Miod Vallat
2006-05-09Oops, correct import this time.Miod Vallat
2013-09-20Add support for root on nfs using v3. Code adapted from NetBSD.Federico G. Schwindt
Tested on sparc by miod, octeon by aalm and armv7 by me. miod ok.
2013-09-20Unify and document usbd_transfer(9).Martin Pieuchot
Get rid of the badly named usbd_bulk_transfer() and usbd_intr_transfer() they were two identical wrappers to submit a synchronous transfer. Now all synchronous transfers are submited using usbd_setup_xfer(9) and usbd_transfer(9) explicitly using the USBD_CATCH flag when signals must be checked. Previous version ok'd by mglocker@, with subtle inputs from miod@
2013-09-20Use a working magic sequence to configure absolute mode for elantech v2.Stefan Sperling
The synaptics driver now attaches to elantech v2 touchpads. It seems these pads were always falling back to compat mode, which went unnoticed until r1.47. Fix based on a patch submitted by Cedric Tessier: http://marc.info/?l=openbsd-bugs&m=136904396518528&w=2 which in turn was probably based on parts of this patch: https://launchpadlibrarian.net/73099683/elantech.patch which updates the Linux driver code but isn't part of Torvald's Linux. Behaviour of elantech firmware versions seems to vary quite a bit so print the firmware version at attach time for reference in future bug reports. Fix tested by frantisek holop and Peter J. Philipp. ok mpi@
2013-09-20Fix a panic bug in pipex. If pipex deletes a session by the idle-timerYASUOKA Masahiko
when the userland program (npppd) is dead or frozen, the session remains in state_list after it is destroyed, it will be used after free.
2013-09-20remove debug code. not sure how this lasted so long.Ted Unangst
noticed by maxime villard
2013-09-20Don't assume the length of chap challenges.YASUOKA Masahiko
2013-09-20Add length check for Proxy LCP and Authentication AVPs.YASUOKA Masahiko
2013-09-19Tweak types to keep daddr_t address and sector address separate.Kenneth R Westerback
Prefer DL_ macros over handrolling. Fix the loop to allow for bigger (highly unlikely) bunches of bits to be broken up into rw_10 sized (<= UINT32_MAX sectors) chunks. Add check to make sure i/o request starts at a sector address.
2013-09-19separate termios.h out from scan.l, both have an ECHO define. Noted byOtto Moerbeek
Joris Giovannangeli.
2013-09-19Do no try to clear the endpoint, as it if has stalled, if theMartin Pieuchot
USB transfer reported an I/O error. This is more likely to have no effect apart generating more errors because when this happens, the device is generally already physically detached but the *detach() task has not run yet. So simply return and wait for the device to be removed like ucom(4) does. Partially fix an issue reported by RD Thrush rt at thrush.com. ok miod@
2013-09-19adjust the names to more accurately reflect the names of structsBret Lambert
and functions as they relate to the FastCGI protocol style(9)ize some function declarations while here ok florian@
2013-09-19bz#1211: make BindAddress work with UsePrivilegedPort=yes; patch fromDamien Miller
swp AT swp.pp.ru; ok dtucker@
2013-09-19bz#1297 - tell the client (via packet_send_debug) when their preferredDamien Miller
listen address has been overridden by the server's GatewayPorts; ok dtucker@
2013-09-19fix swapped pflag and printflag in sftp upload_dir; from Iain MorganDamien Miller
2013-09-19store the initial file offset so the progress meter doesn't freak outDamien Miller
when resuming sftp transfers. bz#2137; patch from Iain Morgan; ok dtucker@
2013-09-19get ethernet working on the edgerouter liteJonathan Matthew
- add atphy(4) to configs - allow separate rx and tx clock settings - add phy mapping for the erl - add tx/rx clock settings for erl ok miod@ bcallah@
2013-09-18Remove "tset -S" compatibility I added years ago. Most convertedTodd C. Miller
terminfo entries for most terminals are too large to fit within the 1023 bytes allowed for termcap. We're better off without it. OK espie@ jmc@
2013-09-18sync the execbuffer relocation code with linux 3.8.13Jonathan Gray
with the fastpath and cpu relocs disabled for now. eb_* functions based on code in FreeBSD. ok kettenis@
2013-09-18return after done in atascsi_disk_unmap.David Gwynne
2013-09-17size_t could not be < 0.Sylvestre Gallon
Thanks to Pedro Martelletto.
2013-09-17Add support for AMD Family 15h Models 10h-1Fh Processors.Mark Kettenis
2013-09-17regenMark Kettenis
2013-09-17Rename existing AMD Family 15h Models 00h-0Fh Processor entries and addMark Kettenis
a bunch of AMD Family 15h Models 10h-1Fh Processor entries.