Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-30 | Sync. -moj | Mats O Jansson | |
2009-08-30 | Change name on udl device since it matches more models. -moj | Mats O Jansson | |
2009-08-30 | - Xr sbus | Jason McIntyre | |
- use some -nosplit for AUTHORS | |||
2009-08-30 | sync | Theo de Raadt | |
2009-08-29 | Add forward declaration for struct to_softc such that the firmware builder | Mark Kettenis | |
compiles without warnings again. | |||
2009-08-29 | Unbreak the tree. | Mark Kettenis | |
2009-08-29 | Xr ti 4 | Theo de Raadt | |
2009-08-29 | Build Tigon firmware on sparc as well. | Mark Kettenis | |
2009-08-29 | Adjust for SBus support. | Mark Kettenis | |
2009-08-29 | Glue for the SBus version of the Sun Vector Gigabit Ethernet card. | Mark Kettenis | |
2009-08-29 | Split the ti(4) driver into mostly bus-agnostic code and PCI-specific | Mark Kettenis | |
attachment. Add SBus support to the bus-agnostic code. | |||
2009-08-29 | The intention is to map the dvma map at a fixed address, so specify | Mark Kettenis | |
UVM_FLAG_FIXED. Makes sparc boot with option KVA_GUARDPAGES. ok miod@, tested by deraadt@ | |||
2009-08-29 | accept ``common'' messages (including system explusive) on the | Alexandre Ratchov | |
control MIDI port. | |||
2009-08-29 | remove more unneeded Debugger() calls from dev/ | Jasper Lievisse Adriaanse | |
agreed by deraadt@ ok jsing@ | |||
2009-08-29 | sync. -moj | Mats O Jansson | |
2009-08-29 | Remove unused getdevunit(), only sparc and sparc64 have a need for it. | Miod Vallat | |
2009-08-29 | Some more udl devices. -moj | Mats O Jansson | |
2009-08-29 | submatch functions used with config_found_sm() are required to invoke the | Miod Vallat | |
driver's ca_match function. (only offender in the whole tree) ok deraadt@ | |||
2009-08-29 | incorrect array bounds check in I2OVERBOSE error reporting. | Miod Vallat | |
2009-08-29 | typos in comments | Miod Vallat | |
2009-08-29 | Ooops, revert the last bcopy()-elimination commit. I forgot that bcopy() | Marcus Glocker | |
does the job for us on strict alignment archs. | |||
2009-08-29 | gcc2 hates claudio | Theo de Raadt | |
2009-08-28 | Writing 0 to the PCI_LEGACY register *is* the proper way to disable the | Mark Kettenis | |
legacy register mapping. So remove comments and #ifdef 0'ed code that questions this. ok miod@ | |||
2009-08-28 | OpenBSD/sparc64 can now be compiled without -traditional-cpp. | Joel Sing | |
From jsg@ | |||
2009-08-28 | ofwboot can be compiled without -traditional-cpp. | Joel Sing | |
From jsg@ | |||
2009-08-28 | Use fixed labels rather than generating them using defines. This allows | Joel Sing | |
the code to be compiled without -traditional-cpp (and is arguably easier to read). ok kettenis@ jsg@ | |||
2009-08-28 | Change the way how the server works. Instead of forking of a child per | Claudio Jeker | |
connection do multiplexing via poll(2). This allows to use more concurrent connections and to specify additional kvm data to fetch. This was all done by Christiano Farina Haesbaert (christiano.fh gmail dot com) plus some input by myself. OK henning@ | |||
2009-08-28 | Change cap_mkdb and curses to be a better about reformatting terminfo entries | Nicholas Marriott | |
into the cap database format and back: rather than replacing all colons with commas, only touch real separators (skip those with a leading \ or ^) and replace an unadorned colon with a literal "\072". Fixes problems with quite a few caps including acsc in "screen" (:s instead of ,s) and setab/initc in "xterm-256color" (wrongly concatenated together). ok millert | |||
2009-08-28 | don't consider calling sio_close() without calling sio_stop() first | Alexandre Ratchov | |
as a programming error. At any stage the program should be alble to cleanly free resources and close the device. | |||
2009-08-28 | remove a bunch of unused Debugger()s. | Jasper Lievisse Adriaanse | |
ok krw@ miod@ | |||
2009-08-28 | when using aucat backend, wait for the server to drop the connection | Alexandre Ratchov | |
on sio_close() | |||
2009-08-28 | add a new AMSG_BYE, sent by the client to requst the server to | Alexandre Ratchov | |
free resources and drop the connection. This allows the client to ensuire that at any time it's using only one connection, thus only one MIDI control channel. | |||
2009-08-28 | top device before closing it. It's necessary to ensure that if we | Alexandre Ratchov | |
are using another instance of aucat as device, the server closes the connection before we open a new one. | |||
2009-08-28 | kva_guardpages: make guard pages separate map entries | Ariane van der Steldt | |
- fixes ps(1) - fixes kva deadbeef entries | |||
2009-08-27 | Garbage collect two variables that where set but unused. | Thordur I. Bjornsson | |
Tiny spacing nit. Fix a typo, pointed out by miod@. | |||
2009-08-27 | introduce a flag member to struct nfs_aiod, and use flags instead of the exit | Thordur I. Bjornsson | |
and worked members. nad_worked becomes NFSAIOD_WAKEUP, which is set after if an aiod was removed from the idle list and woken up by nfs_asyncio(). don't rely on tsleep wchans being unique, that is keep going back to sleep if woken up unless the NFSAIOD_WAKEUP flag is set. fix a divide by zero crash if nfs.vfs.iothreads is set to 0, as that can happen when we recalculate the maximum buf's to queue up for each aiod. in nfs_asyncio() set the nad_mnt to NULL before returning the aiod back to the idle list in the case where we have already queued up to many bufs, otherwise we trip an assertion. minimize the time we are holding the nfs_aiodl_mtx to only when we are inserting or removing from the lists, with the exception of nfs_set_naiod() as it would make the loops more complicated and its uncommon in any case. tested by myself and deraadt@ "fine with me" deraadt@ | |||
2009-08-27 | sync | Jolan Luff | |
2009-08-27 | Radeon HD 4350 | Jolan Luff | |
2009-08-27 | make UDF less chatty during normal operation | Jolan Luff | |
ok krw/phessler | |||
2009-08-27 | Harmless sizeof ptr bug in ppc_check_procid(); ok drahn@ kettenis@ | Miod Vallat | |
2009-08-27 | malloc() last two args were swapped, amazing things did not break; ok kettenis@ | Miod Vallat | |
2009-08-27 | sync | David Hill | |
2009-08-27 | nVidia Geforce Go 7950 GTX | David Hill | |
ok deraadt@ | |||
2009-08-27 | Reduce padding overhead in compressed blocks. | Marcus Glocker | |
2009-08-27 | Do not fall back to adding keys without contraints (ssh-add -c / -t ...) | Damien Miller | |
when the agent refuses the constrained add request. This was a useful migration measure back in 2002 when constraints were new, but just adds risk now. bz #1612, report and patch from dkg AT fifthhorseman.net; ok markus@ | |||
2009-08-27 | allow setting an explicit umask on the commandline to override whatever | Damien Miller | |
default the user has. bz#1229; ok dtucker@ deraadt@ markus@ | |||
2009-08-27 | force use of correct hash function for random-art signature display | Damien Miller | |
as it was inheriting the wrong one when bubblebabble signatures were activated; bz#1611 report and patch from fwojcik+openssh AT besh.com; ok markus@ | |||
2009-08-27 | allow setting an explicit umask on the commandline to override whatever | Damien Miller | |
default the user has. bz#1229; ok dtucker@ deraadt@ markus@ | |||
2009-08-27 | Bring in NetBSD's rev 1.45 by Matthias Drochner | Jonathan Gray | |
'Reduce polling of the keyboard controller status by a factor of 1000. While on real hardware hardware a poll cycle takes time in the microsecond order of magnitude, a "legacy-free" system which emulates the KBC in BIOS code takes milliseconds -- I'm seeing a multi-minute delay in booting where the KBC is probed. So poll less and use delay() to compensate so that the total wait time stays about the same.' Noticeably helps some machines that do SMM based pckbc. Tested by miod on alpha glass console. ok miod@ | |||
2009-08-27 | Appease gcc2 (I wish people would write in C, rather than "latest crap | Theo de Raadt | |
gcc added") ok millert miod |