summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-06Makes the "cleartoggle" function provided by HC drivers optionalMartin Pieuchot
because upcoming xhci(4) driver won't use it.
2014-03-06If RPP_STDIN is set the prompt is not displayed.Todd C. Miller
Use explicit_bzero in the example code.
2014-03-06allow password on stdin if it's not a tty. commonly requested.Ted Unangst
2014-03-06Make sure we don't attach to those silly AMI MegaRAIDs that expose theMark Kettenis
ISP12160 they're using as their underlying SCSI controller.
2014-03-06Set the correct clock rate for ISP1020/1020A.Mark Kettenis
2014-03-06Fix inconsistency in the naming of the chipsets.Mark Kettenis
Pointed out by deraadt@
2014-03-06update currency exchange rates;Jason McIntyre
2014-03-06fix AUTHORS;Jason McIntyre
2014-03-06sync with header;Jason McIntyre
From: Gabriel Linder
2014-03-06- for netbsd, accept 2014 datesJason McIntyre
- netbsd have changed hp700 to hppa (from wiz@netbsd) - update rcsid
2014-03-06tweak previous;Jason McIntyre
2014-03-06sort SEE ALSO;Jason McIntyre
2014-03-06add an ASYNCHRONOUS EVENTS section for signals, as per vi;Jason McIntyre
ok millert
2014-03-06add michelangelo's death (an odd addition for a birthday file, i guess);Jason McIntyre
From: patrick keshishian
2014-03-06Always print the key signify(1) is using.Antoine Jacoutot
sure deraadt@
2014-03-06tweak; from jmc@ and yours trulyChristian Weisgerber
ok jmc@ tedu@
2014-03-06add missing stdio.h include for fparseln().Jasper Lievisse Adriaanse
from Ulrich Mueller, via Han Boetes ok florian@
2014-03-06Cleanup dead code.Gerhard Roth
ok mikeb@
2014-03-06Describing the bus type in the SYNOPSIS is redundant.Mark Kettenis
ok dlg@
2014-03-06ge for qlw(4)Mark Kettenis
2014-03-06Also accept "install-check" as an install script. This part willAntoine Jacoutot
probably be reworked and simplified in the future anyway... ok espie@
2014-03-06Fix unsigned comparision.Gerhard Roth
ok mpi@
2014-03-06the pre-5.5 test keys are no longer usefulTheo de Raadt
2014-03-06uhm, kill the right file, resurrect the otherTheo de Raadt
2014-03-06cdemu diesTheo de Raadt
2014-03-05force cfattach decl to same form as othersTheo de Raadt
2014-03-05Fix the return values of getpwnam_r(), getpwuid_r(), getgrnam_r(),Ingo Schwarze
and getgrgid_r() to agree with POSIX. Not touching errno handling yet, which will also need fixing. Problem originally reported by william at 25thandClement dot com on bugs@. OK sthen@, and kettenis@ agrees it's "a step in the right direction".
2014-03-05Make this compile on sparc64 too.Mark Kettenis
2014-03-05In -Tutf8 mode, mandoc_char(7) named accent character escape sequencesIngo Schwarze
have to render as non-combining accents; if you want combining accents, you have to explicitly specify them using the Unicode character numbers for combining accents, or you can use character escape sequences for accented characters. This lets mandoc behave like groff. Additionally, both the Ossanna/Kernighan/Ritter troff manual and the GNU troff manual say that \' and \` are equivalent to \(aa and \(ga, respectively, so do the same for these. This mitigates issues with man(7) code autogenerated by texinfo2man(1), which mistranslates TeX ` and ' to \` and \' instead of \(oq and \(cq as reported by sthen@ and as analyzed by bentley@.
2014-03-05consistently say buflen so i know what length it isTed Unangst
2014-03-05Introduce qlw(4), a new driver for QLogic ISP SCSI HBAs. For now onlyMark Kettenis
supports the PCI variants; SBUs support will follow. Works reasonably well now. Others are encouraged to test it.
2014-03-05when reading a message, add one byte so we can nul terminuate.Ted Unangst
simplify verifychecksums with the knowledge that input is a proper string.
2014-03-05tighten up code a littleTed Unangst
2014-03-05check calloc and free memory. noticed by jsg and lteo.Ted Unangst
tweak failure tracking
2014-03-05shush. signify is quiet now, but we want it to stay that wayMarc Espie
2014-03-05refactor solve_from_ports a bit.Marc Espie
do the write to cache thru a temp file, so the end result is atomic, to be used to enable a global depends cache for parallel building in the near future.
2014-03-05complaint handlingFlorian Obser
2014-03-05Raise the delay before initializing sdmmc. Still a hack so the XXX stays,Stuart Henderson
but at least lets the reader on X220 work pretty reliably, rather than about 1/4 of the time. ok stsp@
2014-03-05fix a null test, from remco.Ted Unangst
and then modernize some other function pointer calls.
2014-03-05- use relative read/write positions to keep track of bufferAlexandre Ratchov
usage as seen by the caller - refresh current position before reading/writing data, to keep the current position always consistent with read & write pointers - fix confusion between processed samples by the hardware (as reported by GET{I,O}OFFS) and samples played as reported by GETINFO(). Fixes incorrect delta propagated after xruns in play-only and rec-only modes - don't wait for POLLIN or POLLOUT to be set to refresh ring pointers, as they may not be set in certain cases. Fixes sndiod crash after few days of continuous playback. - save current parameters instead of calling getpar() too often
2014-03-05- properly set initial position: fixes incorrect position reportingAlexandre Ratchov
on busy machines configured to use tiny block sizes - run play and rec cycle in the same loop. No behavior change, but the code is much simpler this way.
2014-03-05remove unused "autostart" featureAlexandre Ratchov
2014-03-05remove (unused) square tone generatorAlexandre Ratchov
2014-03-05Check that socket is writable before attempting to write dataAlexandre Ratchov
packets.
2014-03-05remove unused varAlexandre Ratchov
2014-03-05Fix spacing in md_congrats()Jasper Lievisse Adriaanse
2014-03-05say this is the "sndio" api, as we have other audio/midi apis,Alexandre Ratchov
makes "man -k" happier. ok jmc, schwarze
2014-03-05Remove TIMEZONE and DST options from GENERIC-* kernels.Miod Vallat
Remove APERTURE, DDB_SAFE_CONSOLE and *_DEBUG from RAMDISK-* kernels. Add option USBVERBOSE to all kernels.
2014-03-05re-enable POOL_DEBUGChris Cappuccio
2014-03-05We are now 5.5-currentChris Cappuccio