Age | Commit message (Expand) | Author |
2012-06-10 | Always allow serial console, even if the BIOS doesn't report the presence of | Mark Kettenis |
2012-06-10 | Remove leftovers from the "usb event" removal. | Martin Pieuchot |
2012-06-09 | regen | David Gwynne |
2012-06-09 | fix the Broadcom BCM5720 id. add the IDT pcie bridge/switch used on the | David Gwynne |
2012-06-09 | we dont support the BCM5720. the macro wasnt even referring to the products | David Gwynne |
2012-06-08 | Regenerate | Paul Irofti |
2012-06-08 | Remove the lack of gettid() implementation. Okay tedu@ | Paul Irofti |
2012-06-08 | Missed a comment in the proc->process change | Philip Guenthe |
2012-06-06 | Fix address-space randomization that was accidentally disabled in | Matthew Dempsky |
2012-06-06 | EVFILT_SIGNAL and EVFILT_PROC events need to track the process they're | Philip Guenthe |
2012-06-05 | As specified in PA RISC 2.0 errata, the 16-byte alignment restriction does | Joel Sing |
2012-06-05 | Implement actual mutexes for hppa64. | Joel Sing |
2012-06-05 | When error recovery fails, just fail the command. Attempting error | Jonathan Matthew |
2012-06-04 | Add support for the HPET on this device. | Mark Kettenis |
2012-06-04 | Fix serial port output. | Marcus Glocker |
2012-06-04 | Correct the backwards compatibility code for console device configuration. | Joel Sing |
2012-06-03 | Make sure uvm_map_extract() entesr mappings at an address that doesn't | Mark Kettenis |
2012-06-03 | Avoid the unlikely but possible use of an uninitialised variable. | Joel Sing |
2012-06-03 | Add support for serial consoles at non-standard addresses. This implements | Mark Kettenis |
2012-06-03 | Remove unnecessary tcpib_wdt_unlock() calls. | Mark Kettenis |
2012-06-02 | Committed the wrong version (an earlier try) of the KERN_FILE2 vs | Philip Guenthe |
2012-06-02 | Delete diagnostic code that reports timeout adjustments on resume. | Philip Guenthe |
2012-06-01 | Ansify function definitions, fix some style(9) and whitespace issues. | Joel Sing |
2012-06-01 | Correct handling of mlock()/munlock() with len==0 to return success | Philip Guenthe |
2012-05-30 | Oops, when we moved _POSIX_SAVED_IDS from sys/unistd.h to unistd.h, it | Matthew Dempsky |
2012-05-30 | Move the _SC_* and _CS_* configurable system variables and strings | Matthew Dempsky |
2012-05-30 | Fix a few issues in the pressure logic when the available buffers run low: | Miod Vallat |
2012-05-30 | Correctly compute the IOC3 device mask on MENET boards. | Miod Vallat |
2012-05-29 | Make it possible to disable the Sync-on-Green signal by setting the | Mike Belopuhov |
2012-05-29 | When writing the new volume header to disk, write back the whole | Matthew Dempsky |
2012-05-29 | Remove unused define CHAR_CHS_FORCE. | Marcus Glocker |
2012-05-28 | The link state code does not work correctly on Indigo (IP20) and E++ GIO boards | Miod Vallat |
2012-05-27 | Add a `L2 cache line size' member to struct cpu_info. This allows R4k code to | Miod Vallat |
2012-05-27 | Replace Loongson2F assembly cache routines with equivalent C code. This will | Miod Vallat |
2012-05-27 | Proper support for the so-called `fast mode' of the Indigo2 ECC memory | Miod Vallat |
2012-05-27 | Decide once for all whether IP22/IP28 systems are running with the ECC memory | Miod Vallat |
2012-05-27 | enable tcpcib(4) | Jonathan Gray |
2012-05-27 | Add tcpcib(4) to support Intel Atom E600 watchdog. | Jonathan Gray |
2012-05-26 | Split out the register definitions into its own file to make it possible to | Mark Kettenis |
2012-05-26 | Be more strict when specifying hpc child device attachments: specific | Miod Vallat |
2012-05-25 | On IP28, silently acknowledge bus errors which can be attributed to | Miod Vallat |
2012-05-25 | Correctly handle the case of a system setup to use glass console, which | Miod Vallat |
2012-05-25 | Support for the POWER Indigo2 R10000 systems (IP28). Currently running with | Miod Vallat |
2012-05-25 | Change the KERN_FILE_BYPID and KERN_FILE_BYUID modes of the KERN_FILE2 | Philip Guenthe |
2012-05-24 | If _MIN > _MAX consider a WordBus resource to be invalid. Fixes a panic on | Mark Kettenis |
2012-05-24 | A couple of trivial spacing and comment fixes. | Nicholas Marriott |
2012-05-24 | exlusive -> exclusive | Miod Vallat |
2012-05-24 | unputc should clear the character removed in the buffers like getc. | Nicholas Marriott |
2012-05-24 | When clearing quote bits in getc and q_to_b, clear from the c_cf (the | Nicholas Marriott |
2012-05-24 | On resume, run forward the monotonic and realtimes clocks instead of jumping | Philip Guenthe |