summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-24regenDamien Bergamini
2009-10-24new pci id for intel wifi link 6000Damien Bergamini
2009-10-24recognise ahci 1.3 devices, maybe they'll Just Work(tm).David Gwynne
2009-10-24simplify overstep handling, removing one local variable;Ingo Schwarze
2009-10-24Request roaming to be enabled if UseRoaming is true and the serverAndreas Gunnarsson
2009-10-24Do the actual suspend/resume in the client. This won't be useful untilAndreas Gunnarsson
2009-10-24Define the KEX messages used when resuming a suspended connection.Andreas Gunnarsson
2009-10-24Dummy implementation of wait_for_roaming_reconnect() for the server side.Andreas Gunnarsson
2009-10-24client_loop() must detect if the session has been suspended and resumed,Andreas Gunnarsson
2009-10-24Let the client detect if the server supports roaming by lookingAndreas Gunnarsson
2009-10-24Declarations needed for upcoming changes.Andreas Gunnarsson
2009-10-24-a option to kill all except current pane. From Tiago Cunha, thanks!Nicholas Marriott
2009-10-24document log2() and log2f(); from thomas pfaffJason McIntyre
2009-10-24Flow control blocks the client in sio_write(3). Split the dataAlexandre Ratchov
2009-10-24add the subvendor ID of ``M-Audio Audiophile 2496'' and add it toAlexandre Ratchov
2009-10-24ssh-keygen now uses AES-128 for private keysDarren Tucker
2009-10-23Fix logic in ip27_hub_intr_makemasks() to correctly {un,}mask interruptMiod Vallat
2009-10-23errx -> err since the errno is set.Claudio Jeker
2009-10-23Support the bright fg/bg colour SGR 90-97 and 100-107.Nicholas Marriott
2009-10-23When adding text due to an a, c, or i command, don't eat the space(s) atReyk Floeter
2009-10-23enable event handling on sas hbas and ignore unhandled events. this turnsDavid Gwynne
2009-10-23Update links to 82802 datasheets.Jonathan Gray
2009-10-23argument to -M is "core", not "corefile" (this typo was introducedIgor Sobrado
2009-10-23disallow a hostile server from checking jpake auth by sending anDamien Miller
2009-10-23if you're attempting to detach multiple devices (eg, many targets,David Gwynne
2009-10-23syncTheo de Raadt
2009-10-23describe some more event data.David Gwynne
2009-10-22set protocol version number for midi too. Fixes aucat refusingAlexandre Ratchov
2009-10-22switch from 3DES to AES-128 for encryption of passphrase-protectedDamien Miller
2009-10-22Completely overhaul interrupt handling on sgi. Cpu state now only stores aMiod Vallat
2009-10-22syncStuart Henderson
2009-10-22Name change; SB900 -> Hudson-2.Stuart Henderson
2009-10-22When starting playback, the client tries to write ``bufsz'' framesAlexandre Ratchov
2009-10-22use .Ux in midicat.1, as we do for aucat.1 nowAlexandre Ratchov
2009-10-22fix two typos in documentation.Igor Sobrado
2009-10-22Redraw checks have to after handling input or pane redraw flags set by keyNicholas Marriott
2009-10-22With the splx() changes, it is no longer necessary to remember which interruptMiod Vallat
2009-10-22Implement bus_space_vaddr() for macepcibr.Miod Vallat
2009-10-22Make macebus_intr_disestablish() signature sane, and update its caller.Miod Vallat
2009-10-22Fix a typoTodd C. Miller
2009-10-22The recent cleanups make blatantly visible that the pending_int handlerMiod Vallat
2009-10-22unifdef -DIMASK_EXTERNAL to the mips code. Support for interrupt masking atMiod Vallat
2009-10-22Replace intrmask_t with uint32_t. This types only describes interrupt masksMiod Vallat
2009-10-22The client buffers have to be checked after every event in order to catch theNicholas Marriott
2009-10-22wrap at 80 columns.Igor Sobrado
2009-10-22Introduce a logical xbpci(4) device between xbridge and pci, since more thanMiod Vallat
2009-10-22Split the server code handling clients, jobs and windows off into separateNicholas Marriott
2009-10-22Change the #define controlling use of RM7k/RM9k coprocessor 0 ICR toMiod Vallat
2009-10-22Correctly initialize the second HUB PI interrupt and calias registers onMiod Vallat
2009-10-22Remove a never hit debug panic I commited by accident sometime ago.Miod Vallat