Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-06 | Makes the "cleartoggle" function provided by HC drivers optional | Martin Pieuchot | |
because upcoming xhci(4) driver won't use it. | |||
2014-03-06 | If RPP_STDIN is set the prompt is not displayed. | Todd C. Miller | |
Use explicit_bzero in the example code. | |||
2014-03-06 | allow password on stdin if it's not a tty. commonly requested. | Ted Unangst | |
2014-03-06 | Make sure we don't attach to those silly AMI MegaRAIDs that expose the | Mark Kettenis | |
ISP12160 they're using as their underlying SCSI controller. | |||
2014-03-06 | Set the correct clock rate for ISP1020/1020A. | Mark Kettenis | |
2014-03-06 | Fix inconsistency in the naming of the chipsets. | Mark Kettenis | |
Pointed out by deraadt@ | |||
2014-03-06 | update currency exchange rates; | Jason McIntyre | |
2014-03-06 | fix AUTHORS; | Jason McIntyre | |
2014-03-06 | sync with header; | Jason McIntyre | |
From: Gabriel Linder | |||
2014-03-06 | - for netbsd, accept 2014 dates | Jason McIntyre | |
- netbsd have changed hp700 to hppa (from wiz@netbsd) - update rcsid | |||
2014-03-06 | tweak previous; | Jason McIntyre | |
2014-03-06 | sort SEE ALSO; | Jason McIntyre | |
2014-03-06 | add an ASYNCHRONOUS EVENTS section for signals, as per vi; | Jason McIntyre | |
ok millert | |||
2014-03-06 | add michelangelo's death (an odd addition for a birthday file, i guess); | Jason McIntyre | |
From: patrick keshishian | |||
2014-03-06 | Always print the key signify(1) is using. | Antoine Jacoutot | |
sure deraadt@ | |||
2014-03-06 | tweak; from jmc@ and yours truly | Christian Weisgerber | |
ok jmc@ tedu@ | |||
2014-03-06 | add missing stdio.h include for fparseln(). | Jasper Lievisse Adriaanse | |
from Ulrich Mueller, via Han Boetes ok florian@ | |||
2014-03-06 | Cleanup dead code. | Gerhard Roth | |
ok mikeb@ | |||
2014-03-06 | Describing the bus type in the SYNOPSIS is redundant. | Mark Kettenis | |
ok dlg@ | |||
2014-03-06 | ge for qlw(4) | Mark Kettenis | |
2014-03-06 | Also accept "install-check" as an install script. This part will | Antoine Jacoutot | |
probably be reworked and simplified in the future anyway... ok espie@ | |||
2014-03-06 | Fix unsigned comparision. | Gerhard Roth | |
ok mpi@ | |||
2014-03-06 | the pre-5.5 test keys are no longer useful | Theo de Raadt | |
2014-03-06 | uhm, kill the right file, resurrect the other | Theo de Raadt | |
2014-03-06 | cdemu dies | Theo de Raadt | |
2014-03-05 | force cfattach decl to same form as others | Theo de Raadt | |
2014-03-05 | Fix 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-05 | Make this compile on sparc64 too. | Mark Kettenis | |
2014-03-05 | In -Tutf8 mode, mandoc_char(7) named accent character escape sequences | Ingo 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-05 | consistently say buflen so i know what length it is | Ted Unangst | |
2014-03-05 | Introduce qlw(4), a new driver for QLogic ISP SCSI HBAs. For now only | Mark Kettenis | |
supports the PCI variants; SBUs support will follow. Works reasonably well now. Others are encouraged to test it. | |||
2014-03-05 | when 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-05 | tighten up code a little | Ted Unangst | |
2014-03-05 | check calloc and free memory. noticed by jsg and lteo. | Ted Unangst | |
tweak failure tracking | |||
2014-03-05 | shush. signify is quiet now, but we want it to stay that way | Marc Espie | |
2014-03-05 | refactor 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-05 | complaint handling | Florian Obser | |
2014-03-05 | Raise 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-05 | fix 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 buffer | Alexandre 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 reporting | Alexandre 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-05 | remove unused "autostart" feature | Alexandre Ratchov | |
2014-03-05 | remove (unused) square tone generator | Alexandre Ratchov | |
2014-03-05 | Check that socket is writable before attempting to write data | Alexandre Ratchov | |
packets. | |||
2014-03-05 | remove unused var | Alexandre Ratchov | |
2014-03-05 | Fix spacing in md_congrats() | Jasper Lievisse Adriaanse | |
2014-03-05 | say this is the "sndio" api, as we have other audio/midi apis, | Alexandre Ratchov | |
makes "man -k" happier. ok jmc, schwarze | |||
2014-03-05 | Remove 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-05 | re-enable POOL_DEBUG | Chris Cappuccio | |
2014-03-05 | We are now 5.5-current | Chris Cappuccio | |