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